| Commit message (Expand) | Author | Age | Files | Lines |
* | Hack to make this test work on platforms which aren't Macs. Fixing this | Eli Friedman | 2009-08-01 | 1 | -1/+1 |
* | Workaround a couple of Darwin assembler bugs. | Evan Cheng | 2009-08-01 | 4 | -32/+72 |
* | Give MachineFunctionAnalysis a destructor so it can verify that | Dan Gohman | 2009-08-01 | 2 | -1/+5 |
* | Delete a redundant variable. | Dan Gohman | 2009-08-01 | 1 | -1/+0 |
* | Minor code simplifications. | Dan Gohman | 2009-08-01 | 1 | -8/+8 |
* | Minor code simplifications. | Dan Gohman | 2009-08-01 | 2 | -8/+1 |
* | Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan! | Daniel Dunbar | 2009-08-01 | 1 | -4/+9 |
* | Split t2MOVCCs since some assemblers do not recognize mov shifted register al... | Evan Cheng | 2009-08-01 | 3 | -8/+64 |
* | Make default ctor for ImmutableSet::iterator public. | Ted Kremenek | 2009-08-01 | 1 | -2/+1 |
* | llvm-mc: More quoted identifier support. | Daniel Dunbar | 2009-08-01 | 3 | -43/+88 |
* | SelectionDAGISel no longer needs to check hasAvailableExternallyLinkage, | Dan Gohman | 2009-08-01 | 1 | -5/+0 |
* | Make UnreachableMachineBlockElim preserve MachineDominatorTree and | Dan Gohman | 2009-08-01 | 1 | -0/+15 |
* | The X86 maximal stack alignment calculator preserves the CFG. Also, | Dan Gohman | 2009-08-01 | 1 | -2/+9 |
* | X86 floating-point passes don't modify the CFG. | Dan Gohman | 2009-08-01 | 2 | -0/+2 |
* | Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the same | Evan Cheng | 2009-08-01 | 7 | -73/+61 |
* | Use setPreservesAll in X86CodeEmitter. | Dan Gohman | 2009-07-31 | 1 | -0/+1 |
* | Use setPreservesAll and setPreservesCFG in CodeGen passes. | Dan Gohman | 2009-07-31 | 17 | -14/+31 |
* | SelectionDAGISel does not "preserve all", since it makes lots of changes | Dan Gohman | 2009-07-31 | 1 | -1/+3 |
* | Use a range insert instead of an explicit loop. | Dan Gohman | 2009-07-31 | 1 | -2/+1 |
* | llvm-mc: Add -triple, and fix some typos | Daniel Dunbar | 2009-07-31 | 2 | -3/+3 |
* | llvm-mc: Fix .s output to quote section & symbol names when necessary. | Daniel Dunbar | 2009-07-31 | 3 | -20/+59 |
* | Privatize all but one of the remaining constant tables. | Owen Anderson | 2009-07-31 | 3 | -62/+58 |
* | Allow target intrinsics that return multiple values, i.e., struct types, | Bob Wilson | 2009-07-31 | 1 | -15/+9 |
* | Add a warning. | Mikhail Glushenkov | 2009-07-31 | 1 | -1/+2 |
* | llvm-mc: A few more parsing / match tweaks. | Daniel Dunbar | 2009-07-31 | 2 | -11/+69 |
* | t2BR_JT is mov pc, it's 2 byte long, not 4. | Evan Cheng | 2009-07-31 | 1 | -9/+9 |
* | Thumb2 movcc need .w suffix. | Evan Cheng | 2009-07-31 | 1 | -3/+3 |
* | add some comments on how this is *supposed* to work. We don't | Chris Lattner | 2009-07-31 | 1 | -0/+27 |
* | rearrange a conditional. Even if this weren't #if 0'd out, this would | Chris Lattner | 2009-07-31 | 1 | -4/+5 |
* | Simplify operand padding by keying off tabs in the asm stream. If | David Greene | 2009-07-31 | 8 | -153/+62 |
* | llvm-mc: Support quoted identifiers. | Daniel Dunbar | 2009-07-31 | 3 | -6/+50 |
* | PreferredEHDataFormat is always call with data and global, but this whole | Chris Lattner | 2009-07-31 | 5 | -61/+21 |
* | Fix unit tests. | Owen Anderson | 2009-07-31 | 1 | -14/+16 |
* | Move the metadata constructors back to 2.5 syntax. | Owen Anderson | 2009-07-31 | 8 | -94/+60 |
* | Update unittest for LLVM API change. | Benjamin Kramer | 2009-07-31 | 2 | -4/+4 |
* | LibCallAliasAnalysis doesn't use TargetData. | Dan Gohman | 2009-07-31 | 1 | -2/+0 |
* | llvm-mc/X86: Sketch match functions for immediates and memory operands. | Daniel Dunbar | 2009-07-31 | 2 | -39/+126 |
* | Make TargetData optional in MemoryDependenceAnalysis. | Dan Gohman | 2009-07-31 | 1 | -10/+7 |
* | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner | 2009-07-31 | 6 | -33/+37 |
* | Remove an unnecessary header. | Dan Gohman | 2009-07-31 | 1 | -1/+0 |
* | remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat, | Chris Lattner | 2009-07-31 | 2 | -35/+0 |
* | remove a pointless override. | Chris Lattner | 2009-07-31 | 2 | -12/+0 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 56 | -399/+350 |
* | Fix GVN's debug output, now that operator<< on Value* doesn't print | Dan Gohman | 2009-07-31 | 1 | -11/+12 |
* | Whitespace and 80-col cleanup. | Eric Christopher | 2009-07-31 | 1 | -153/+167 |
* | - Convert the rest of the DOUTs to DEBUG+errs(). | Bill Wendling | 2009-07-31 | 1 | -14/+13 |
* | PR4662: Fix a crash introduced by the recent LLVMContext changes. | Eli Friedman | 2009-07-31 | 2 | -1/+16 |
* | Fix a typo in a comment. | Dan Gohman | 2009-07-31 | 1 | -1/+1 |
* | Adjust unit test for the MCSection changes. | Benjamin Kramer | 2009-07-31 | 1 | -4/+5 |
* | Delete spurious semicolons. | Dan Gohman | 2009-07-31 | 1 | -8/+8 |