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