summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* docs: Update title of external tutorial.Sean Silva2013-01-23
* R600: rework handling of the constantsTom Stellard2013-01-23
* R600: Add a CONST_ADDRESS node to model constant buf readTom Stellard2013-01-23
* R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen defTom Stellard2013-01-23
* Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem2013-01-23
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* [Support][ErrorOr] Don't use nullptr :(Michael J. Spencer2013-01-23
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-23
* [Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer2013-01-23
* Add instruction encodings / disassembly support for u10 / lu10 instructions.Richard Osborne2013-01-22
* [Support][ErrorOr] Make old gcc happy.Michael J. Spencer2013-01-22
* Fixed typo.Michael Gottesman2013-01-22
* [ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...Michael Gottesman2013-01-22
* Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao2013-01-22
* Add a warning when there is a macro defintion that has named parameters butKevin Enderby2013-01-22
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-22
* More encapsulation work.Bill Wendling2013-01-22
* Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby2013-01-22
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-22
* Add forgotten test case for the x32 commitEli Bendersky2013-01-22
* X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer2013-01-22
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-22
* llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov2013-01-22
* [msan] Export the value of msan-keep-going flag for the runtime.Evgeniy Stepanov2013-01-22
* [msan] Do not insert check on volatile store.Evgeniy Stepanov2013-01-22
* Fix truncation of relocation types in Support/ELF.hTim Northover2013-01-22
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-22
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ...NAKAMURA Takumi2013-01-22
* Fix missed out llvm-stress after APFloat change.Tim Northover2013-01-22
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* SparseMultiSet.h: Add suggested parentheses.NAKAMURA Takumi2013-01-22
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st...NAKAMURA Takumi2013-01-22
* This test is only supposed to test that the objc-arc alias analysisMichael Gottesman2013-01-22
* ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...NAKAMURA Takumi2013-01-22
* [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar2013-01-22
* [CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...NAKAMURA Takumi2013-01-22
* Remove target triple from an LSR test.Andrew Trick2013-01-22
* Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling2013-01-22
* Add the attributes that are passed in instead of the ones we're merging into.Bill Wendling2013-01-22
* Remove unused method.Bill Wendling2013-01-21
* Fix spellingJoel Jones2013-01-21
* Use AttributeSet instead of Attribute to verify things.Bill Wendling2013-01-21
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-21
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-21
* Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond2013-01-21
* Docs for SparseMultiSetMichael Ilseman2013-01-21
* Fix some incorrectly named u10 / lu10 instructions.Richard Osborne2013-01-21