aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby2013-01-222-2/+12
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-222-21/+14
* Add forgotten test case for the x32 commitEli Bendersky2013-01-221-0/+24
* X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer2013-01-222-1/+62
* Initial patch for x32 ABI support.Eli Bendersky2013-01-226-5/+34
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-221-1/+1
* llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov2013-01-224-288/+381
* [msan] Export the value of msan-keep-going flag for the runtime.Evgeniy Stepanov2013-01-221-0/+3
* [msan] Do not insert check on volatile store.Evgeniy Stepanov2013-01-222-4/+15
* Fix truncation of relocation types in Support/ELF.hTim Northover2013-01-221-14/+14
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-225-66/+225
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ...NAKAMURA Takumi2013-01-221-1/+1
* Fix missed out llvm-stress after APFloat change.Tim Northover2013-01-221-3/+1
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-2217-102/+159
* SparseMultiSet.h: Add suggested parentheses.NAKAMURA Takumi2013-01-221-2/+2
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st...NAKAMURA Takumi2013-01-221-2/+2
* This test is only supposed to test that the objc-arc alias analysisMichael Gottesman2013-01-221-1/+1
* ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...NAKAMURA Takumi2013-01-221-0/+2
* [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar2013-01-222-8/+17
* [CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...NAKAMURA Takumi2013-01-221-0/+4
* Remove target triple from an LSR test.Andrew Trick2013-01-221-1/+0
* Add a new method that adds the AttributeSet at the given index. No functional...Bill Wendling2013-01-222-10/+14
* Add the attributes that are passed in instead of the ones we're merging into.Bill Wendling2013-01-221-2/+2
* Remove unused method.Bill Wendling2013-01-211-8/+0
* Fix spellingJoel Jones2013-01-211-1/+1
* Use AttributeSet instead of Attribute to verify things.Bill Wendling2013-01-211-53/+52
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-215-33/+48
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-216-54/+80
* Transform (sub 0, (zext bool to A)) to (sext bool to A) andPaul Redmond2013-01-214-4/+22
* Docs for SparseMultiSetMichael Ilseman2013-01-211-0/+16
* Fix some incorrectly named u10 / lu10 instructions.Richard Osborne2013-01-211-25/+12
* Remove unneeded #include.Jakub Staszak2013-01-211-1/+0
* Remove unused multiclass.Richard Osborne2013-01-211-12/+0
* Add instruction encodings / disassembly support for u6 / lu6 instructions.Richard Osborne2013-01-213-59/+92
* Add instruction encoding / disassembly support for ru6 / lru6 instructions.Richard Osborne2013-01-214-94/+177
* Use correct format for the LDAWCP instruction (u6).Richard Osborne2013-01-211-7/+3
* r173072 is causing some regressions on big endian hosts, I don't have time to...Chris Lattner2013-01-211-49/+21
* rework the Bitstream reader to actually work a machine word at a time, instea...Chris Lattner2013-01-211-21/+49
* Fix a heinous inefficiency introduced in r149918, wherein reading each byte of aChris Lattner2013-01-212-15/+8
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-215-91/+804
* wean Blob handling logic off of banging on NextChar directly. Instead, makeChris Lattner2013-01-211-10/+13
* rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ...Chris Lattner2013-01-212-6/+6
* Fix a comment. Induction vars dont need to start at zero.Nadav Rotem2013-01-211-1/+1
* R600/SI: Use unnormalized coordinates for sampling with the RECT target.Tom Stellard2013-01-212-0/+13
* R600/SI: Take target parameter for sample intrinsics.Tom Stellard2013-01-212-4/+4
* R600/SI: Derive all sample intrinsics from a single class.Tom Stellard2013-01-211-3/+5
* R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-211-3/+2
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-216-95/+29
* Fix indentation and formatting.Chandler Carruth2013-01-211-71/+71
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-213-1/+1