aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-23InstCombine: Clean up weird code that talks about a modulus that's long gone.Benjamin Kramer
2013-01-23Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky
2013-01-23NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...Benjamin Kramer
2013-01-23Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...Anton Korobeynikov
2013-01-23[asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...Kostya Serebryany
2013-01-23Initialize the components of this class. Otherwise GCC thinks that Array may beDuncan Sands
2013-01-23llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi
2013-01-23IRTests/WaymarkTest.cpp: Fix in --vg-leak.NAKAMURA Takumi
2013-01-23IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi
2013-01-23IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi
2013-01-23IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...NAKAMURA Takumi
2013-01-23Untabify.NAKAMURA Takumi
2013-01-23Whitespace.NAKAMURA Takumi
2013-01-23DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi
2013-01-23Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling
2013-01-23Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling
2013-01-23docs: Update title of external tutorial.Sean Silva
2013-01-23R600: rework handling of the constantsTom Stellard
2013-01-23R600: Add a CONST_ADDRESS node to model constant buf readTom Stellard
2013-01-23R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen defTom Stellard
2013-01-23Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem
2013-01-23Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling
2013-01-23[Support][ErrorOr] Don't use nullptr :(Michael J. Spencer
2013-01-23Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling
2013-01-23[Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer
2013-01-22Add instruction encodings / disassembly support for u10 / lu10 instructions.Richard Osborne
2013-01-22[Support][ErrorOr] Make old gcc happy.Michael J. Spencer
2013-01-22Fixed typo.Michael Gottesman
2013-01-22[ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...Michael Gottesman
2013-01-22Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao
2013-01-22Add a warning when there is a macro defintion that has named parameters butKevin Enderby
2013-01-22[mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka
2013-01-22More encapsulation work.Bill Wendling
2013-01-22Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby
2013-01-22[mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka
2013-01-22Add forgotten test case for the x32 commitEli Bendersky
2013-01-22X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer
2013-01-22Initial patch for x32 ABI support.Eli Bendersky
2013-01-22Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2013-01-22llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov
2013-01-22[msan] Export the value of msan-keep-going flag for the runtime.Evgeniy Stepanov
2013-01-22[msan] Do not insert check on volatile store.Evgeniy Stepanov
2013-01-22Fix truncation of relocation types in Support/ELF.hTim Northover
2013-01-22Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth
2013-01-22ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ...NAKAMURA Takumi
2013-01-22Fix missed out llvm-stress after APFloat change.Tim Northover
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover
2013-01-22SparseMultiSet.h: Add suggested parentheses.NAKAMURA Takumi