| Commit message (Expand) | Author | Age | Files | Lines |
* | new helper class to provide more explicit management of static ctor/dtors. | Chris Lattner | 2006-09-28 | 2 | -0/+132 |
* | re-re-revert this, back to the right revision. It currently breaks bisort/mst | Chris Lattner | 2006-09-28 | 1 | -44/+24 |
* | PEI now place callee save spills closest to the address pointed to by the | Evan Cheng | 2006-09-28 | 1 | -11/+67 |
* | - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just | Evan Cheng | 2006-09-28 | 1 | -4/+10 |
* | re-revert this patch, bisort and mst are still broken in Olden. | Chris Lattner | 2006-09-28 | 1 | -3/+3 |
* | Reapplying this patch. With the newest commits, the error in Olden/bisort | Bill Wendling | 2006-09-27 | 1 | -24/+44 |
* | silence warnings in release build | Chris Lattner | 2006-09-27 | 1 | -14/+14 |
* | Fix DFS walk. | Devang Patel | 2006-09-27 | 1 | -15/+28 |
* | Temporarily revert this. This breaks Olden/bisort on PPC | Chris Lattner | 2006-09-27 | 1 | -44/+24 |
* | Make sure C++ protection shows up in debug info | Jim Laskey | 2006-09-27 | 1 | -0/+13 |
* | This: | Chris Lattner | 2006-09-27 | 1 | -2/+3 |
* | PR878: Instead of calculating the vreg to PHI use count everytime we get | Bill Wendling | 2006-09-27 | 1 | -24/+44 |
* | set DEBUG_TYPE right | Chris Lattner | 2006-09-27 | 1 | -0/+1 |
* | Add http://llvm.org/bugs/show_bug.cgi?id=923 test case. | Devang Patel | 2006-09-27 | 1 | -0/+100 |
* | Use abstract private/comment directives, to increase portability to ppc/linux | Chris Lattner | 2006-09-27 | 1 | -13/+18 |
* | Add support for ${:private} which prints "L" on darwin. | Chris Lattner | 2006-09-27 | 1 | -1/+3 |
* | Add support for ${:comment}, which expands to the current target's comment | Chris Lattner | 2006-09-26 | 2 | -0/+32 |
* | Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h | Chris Lattner | 2006-09-26 | 1 | -3/+3 |
* | Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and | Chris Lattner | 2006-09-26 | 1 | -16/+25 |
* | Rename function. It's determining which callee-save registers to save. | Evan Cheng | 2006-09-26 | 1 | -7/+7 |
* | Comments on JumpTableness | Andrew Lenharth | 2006-09-26 | 2 | -0/+4 |
* | Load chain check is not needed | Jim Laskey | 2006-09-26 | 1 | -24/+1 |
* | Chain can be any operand | Jim Laskey | 2006-09-26 | 1 | -11/+9 |
* | Wrong size for load | Jim Laskey | 2006-09-26 | 1 | -2/+8 |
* | Can't move a load node if it's chain is not used. | Jim Laskey | 2006-09-26 | 1 | -1/+22 |
* | Various random and minor code cleanups. | Chris Lattner | 2006-09-26 | 6 | -56/+39 |
* | test that the no_dead_strip directive is emitted on darwin-x86 | Chris Lattner | 2006-09-26 | 1 | -0/+7 |
* | print the preds of each MBB | Chris Lattner | 2006-09-26 | 1 | -0/+8 |
* | Compile: | Chris Lattner | 2006-09-26 | 2 | -0/+2 |
* | Add support for targets that want to do something with the llvm.used list, | Chris Lattner | 2006-09-26 | 4 | -2/+31 |
* | order this properly to avoid warnings in TargetAsmInfo.cpp. Add a comment | Chris Lattner | 2006-09-25 | 1 | -1/+4 |
* | Accidental enable of bad code | Jim Laskey | 2006-09-25 | 1 | -1/+1 |
* | Fix chain dropping in load and drop unused stores in ret blocks. | Jim Laskey | 2006-09-25 | 1 | -7/+14 |
* | Regression test for PR#922. | John Criswell | 2006-09-25 | 2 | -0/+11 |
* | more notes | Chris Lattner | 2006-09-25 | 1 | -0/+22 |
* | Core antialiasing for load and store. | Jim Laskey | 2006-09-25 | 1 | -53/+282 |
* | Fix | Andrew Lenharth | 2006-09-25 | 1 | -2/+2 |
* | Fix jump tables to match gcc (and the ABI and whatnot) | Andrew Lenharth | 2006-09-24 | 3 | -0/+7 |
* | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth | 2006-09-24 | 6 | -4/+29 |
* | basic jump table test | Andrew Lenharth | 2006-09-24 | 1 | -0/+98 |
* | jump table note | Andrew Lenharth | 2006-09-24 | 1 | -0/+150 |
* | PIC jump table entries are always 32-bit. This fixes PIC jump table support o... | Evan Cheng | 2006-09-24 | 1 | -5/+4 |
* | Enable 'predsimplify' optimization. | Nick Lewycky | 2006-09-24 | 2 | -0/+2 |
* | Style changes only. Remove dead code, fix a comment. | Nick Lewycky | 2006-09-23 | 1 | -11/+4 |
* | Be far more careful when splitting a loop header, either to form a preheader | Chris Lattner | 2006-09-23 | 1 | -1/+50 |
* | Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are not | Chris Lattner | 2006-09-23 | 1 | -91/+49 |
* | remove misleading comment | Chris Lattner | 2006-09-23 | 1 | -7/+1 |
* | add method, correct comment | Chris Lattner | 2006-09-23 | 2 | -6/+17 |
* | Delete dead code; fix 80 col violations. | Evan Cheng | 2006-09-22 | 2 | -14/+4 |
* | add a note | Rafael Espindola | 2006-09-22 | 1 | -0/+21 |