| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner | 2006-02-05 | 18 | -538/+532 |
* | add a note | Chris Lattner | 2006-02-05 | 1 | -0/+11 |
* | Re-commit the last bit of change that was backed out. | Evan Cheng | 2006-02-05 | 1 | -13/+2 |
* | Re-committing the last bit of change. It shouldn't break PPC this time. | Evan Cheng | 2006-02-05 | 1 | -4/+7 |
* | make sure that global doubles are aligned to 8 bytes | Chris Lattner | 2006-02-05 | 1 | -5/+10 |
* | Use getPreferredAlignmentLog. | Chris Lattner | 2006-02-05 | 1 | -1/+1 |
* | Use the asmprinter to find out what the preferred alignment of a global is. | Chris Lattner | 2006-02-05 | 1 | -1/+1 |
* | Implement the AsmPrinter::getPreferredAlignmentLog method. | Chris Lattner | 2006-02-05 | 1 | -0/+16 |
* | add a new method, getPreferredAlignmentLog. | Chris Lattner | 2006-02-05 | 1 | -0/+4 |
* | linkage fix for weak functions | Andrew Lenharth | 2006-02-04 | 1 | -3/+16 |
* | Fix VC++ warning. | Jeff Cohen | 2006-02-04 | 1 | -1/+0 |
* | Use SCEVExpander::InsertCastOfTo instead of our own code. This reduces | Chris Lattner | 2006-02-04 | 1 | -18/+1 |
* | Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments. | Chris Lattner | 2006-02-04 | 1 | -0/+51 |
* | Refactor a bunch of code into a non-inlined method | Chris Lattner | 2006-02-04 | 1 | -33/+6 |
* | Temporarily revert this patch, which probably breaks with the | Chris Lattner | 2006-02-04 | 1 | -7/+13 |
* | Temporarily revert the last change, which breaks PPC and other targets that | Chris Lattner | 2006-02-04 | 1 | -3/+4 |
* | Value# select instructions, allowing -gcse to remove duplicates | Chris Lattner | 2006-02-04 | 1 | -1/+36 |
* | Complex pattern's custom matcher should not call Select() on any operands. | Evan Cheng | 2006-02-04 | 2 | -13/+12 |
* | Custom lower VAARG for the case when we are doing vaarg(double). In this | Chris Lattner | 2006-02-04 | 2 | -6/+70 |
* | Fix a nasty typo that broke functions with big stack frames. | Chris Lattner | 2006-02-04 | 2 | -2/+2 |
* | fix a bug in my last checkin | Chris Lattner | 2006-02-04 | 2 | -4/+4 |
* | Fix two significant bugs in LSR: | Chris Lattner | 2006-02-04 | 1 | -14/+75 |
* | Remove some stuff that now works | Nate Begeman | 2006-02-04 | 1 | -53/+0 |
* | add a note | Chris Lattner | 2006-02-04 | 2 | -0/+2 |
* | Two changes: | Chris Lattner | 2006-02-04 | 10 | -34/+48 |
* | Get rid of some memory leaks identified by Valgrind | Evan Cheng | 2006-02-04 | 3 | -7/+29 |
* | add a method | Chris Lattner | 2006-02-04 | 1 | -0/+2 |
* | Let bugpoint work on sparc with v9 instructions enabled. | Chris Lattner | 2006-02-04 | 2 | -0/+12 |
* | Fix VC++ warning. | Jeff Cohen | 2006-02-04 | 1 | -1/+1 |
* | Keep Visual Studio informed. | Jeff Cohen | 2006-02-04 | 1 | -5/+4 |
* | Add initial support for immediates. This allows us to compile this: | Chris Lattner | 2006-02-04 | 2 | -6/+16 |
* | Remove an unnecessary predicate. | Evan Cheng | 2006-02-04 | 1 | -2/+1 |
* | Separate FILD and FILD_FLAG, the later is only used for SSE2. It produces a | Evan Cheng | 2006-02-04 | 3 | -8/+15 |
* | Initial early support for non-register operands, like immediates | Chris Lattner | 2006-02-04 | 1 | -15/+42 |
* | implementation of some methods for inlineasm | Chris Lattner | 2006-02-04 | 1 | -1/+41 |
* | Add some methods for inline asm support. | Chris Lattner | 2006-02-04 | 1 | -3/+16 |
* | Handle another case exposed on X86. | Chris Lattner | 2006-02-03 | 1 | -0/+4 |
* | Fix a nasty problem on two-address machines in the following situation: | Chris Lattner | 2006-02-03 | 1 | -9/+27 |
* | significantly simplify the VirtRegMap code by pulling the SpillSlotsAvailable | Chris Lattner | 2006-02-03 | 1 | -70/+98 |
* | Implement some feedback from sabre | Nate Begeman | 2006-02-03 | 1 | -5/+5 |
* | Add a framework for eliminating instructions that produces undemanded bits. | Nate Begeman | 2006-02-03 | 3 | -11/+96 |
* | add a note | Chris Lattner | 2006-02-03 | 1 | -0/+2 |
* | another case Nate came up with | Chris Lattner | 2006-02-03 | 1 | -0/+3 |
* | add a note | Chris Lattner | 2006-02-03 | 1 | -0/+4 |
* | remove some #ifdef'd out code, which should properly be in the dag combiner a... | Chris Lattner | 2006-02-03 | 1 | -30/+0 |
* | remove an old comment | Chris Lattner | 2006-02-03 | 1 | -3/+2 |
* | Remove the X86PeepholeOptimizerPass, a truly horrible old hack that is now | Chris Lattner | 2006-02-03 | 3 | -187/+0 |
* | When rewriting frame instructions, emit the appropriate small-immediate | Chris Lattner | 2006-02-03 | 1 | -13/+21 |
* | node predicates add to the complexity of a pattern. This ensures that the | Chris Lattner | 2006-02-03 | 1 | -2/+9 |
* | Teach sparc to fold loads/stores into copies. | Chris Lattner | 2006-02-03 | 4 | -74/+94 |