summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-03R600: AsmPrinter - Call EmitFunctionHeader() to populate symbol tableclover-elfTom Stellard1-5/+1
2014-01-31R600/SI: Don't assume copies will be coalesced in SIFixSGPRCopiesTom Stellard1-1/+1
2014-01-31R600/SI: Custom lower i64 ISD::SELECTTom Stellard3-0/+40
2014-01-31XXX: Matt's patchTom Stellard2-15/+186
2014-01-31R600/SI: Add a MUBUF store pattern for Reg+Imm offsetsTom Stellard3-1/+23
2014-01-31R600/SI: Add a MUBUF store pattern for Imm offsetsTom Stellard2-0/+40
2014-01-31R600/SI: Add a MUBUF load pattern for Reg+Imm offsetsTom Stellard2-0/+56
2014-01-31R600/SI: Use immediates offsets for SMRD instructions whenever possibleTom Stellard3-10/+93
2014-01-31R600/SI: Expand all v8[if]32 operationsTom Stellard5-17/+95
2014-01-28R600/SI: Expand i1 BR_CCTom Stellard1-0/+2
2014-01-28[X86] Add extra rules for combining vselect dag nodes into movsd.Andrea Di Biagio3-2/+75
2014-01-28typoAdrian Prantl1-1/+1
2014-01-28Fix pr14893.Rafael Espindola4-0/+99
2014-01-28The llvm_headers_do_not_build project needs to be excluded from the default b...Aaron Ballman1-2/+3
2014-01-28[DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_e...Andrea Di Biagio2-9/+27
2014-01-28[CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET ...NAKAMURA Takumi1-6/+6
2014-01-28Provide a stub Target Streamer implementation for PPC MachOIain Sandoe1-2/+17
2014-01-28[CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi1-18/+0
2014-01-28[CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIR...NAKAMURA Takumi2-8/+43
2014-01-28[CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also ...NAKAMURA Takumi1-1/+1
2014-01-28[CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions.NAKAMURA Takumi2-10/+11
2014-01-28[CMake] Let llvm_process_sources check not only *.cpp but also *.c.NAKAMURA Takumi1-2/+2
2014-01-28[CMake] Put lli-child-target into the Folder "Misc".NAKAMURA Takumi1-0/+2
2014-01-28[vectorizer] Completely disable the block frequency guidance of the loopChandler Carruth2-4/+14
2014-01-28Handle spilling the PPC GPRC_NOR0 register classHal Finkel2-4/+31
2014-01-28Improve handling of EnforceSmallerThan. Remove all types that are smaller fro...Craig Topper2-137/+91
2014-01-28MC: Add a .debug section that we'll soon use to emit debug info into COFF filesTimur Iskhodzhanov2-0/+13
2014-01-28R600/SI: Add pattern for truncating i32 to i1Michel Danzer2-0/+15
2014-01-28Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen3-17/+108
2014-01-28Update optimization passes to handle inalloca argumentsReid Kleckner14-20/+124
2014-01-28x86: add implicit defs for cpuidReid Kleckner1-2/+7
2014-01-28[LPM] Fix PR18616 where the shifts to the loop pass manager to extractChandler Carruth3-16/+30
2014-01-28[TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka10-19/+50
2014-01-28LoopVectorize: Support conditional stores by scalarizingArnold Schwaighofer2-29/+280
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher16-39/+45
2014-01-27Reformat slightly.Eric Christopher1-5/+1
2014-01-27PGO branch weight: keep halving the weights until they can fit intoManman Ren2-13/+44
2014-01-27Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn1-0/+1
2014-01-27ARM MC: Fix the initial DWARF CFI unwind info at the start of a functionMark Seaborn2-2/+24
2014-01-27Fix sext(setcc) -> select_cc using wrong type for setcc.Matt Arsenault1-10/+16
2014-01-27Fix unsupported addressing mode assertion for pldDavid Peixotto4-24/+24
2014-01-27test commit: add minor commentGautam Chakrabarti1-1/+1
2014-01-27[DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.Andrea Di Biagio4-21/+372
2014-01-27Silence MSVC warning on 'uint16_t |= bool' with a castReid Kleckner1-1/+1
2014-01-27[CMake] Put *_exports into "Misc" folder.NAKAMURA Takumi1-0/+1
2014-01-27MC: Add support for .cfi_startproc simpleDavid Majnemer8-23/+49
2014-01-27Do not reference llvm-gcc from bugpointTobias Grosser1-3/+3
2014-01-27[vectorize] Initial version of respecting PGO in the vectorizer: treatChandler Carruth2-0/+45
2014-01-27ConstantHoisting: We can't insert instructions directly in front of a PHI node.Benjamin Kramer3-3/+70
2014-01-27XCore: Fix typo in function name.Benjamin Kramer3-10/+10