summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new helper class to provide more explicit management of static ctor/dtors.Chris Lattner2006-09-282-0/+132
* re-re-revert this, back to the right revision. It currently breaks bisort/mstChris Lattner2006-09-281-44/+24
* PEI now place callee save spills closest to the address pointed to by theEvan Cheng2006-09-281-11/+67
* - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI justEvan Cheng2006-09-281-4/+10
* re-revert this patch, bisort and mst are still broken in Olden.Chris Lattner2006-09-281-3/+3
* Reapplying this patch. With the newest commits, the error in Olden/bisortBill Wendling2006-09-271-24/+44
* silence warnings in release buildChris Lattner2006-09-271-14/+14
* Fix DFS walk.Devang Patel2006-09-271-15/+28
* Temporarily revert this. This breaks Olden/bisort on PPCChris Lattner2006-09-271-44/+24
* Make sure C++ protection shows up in debug infoJim Laskey2006-09-271-0/+13
* This:Chris Lattner2006-09-271-2/+3
* PR878: Instead of calculating the vreg to PHI use count everytime we getBill Wendling2006-09-271-24/+44
* set DEBUG_TYPE rightChris Lattner2006-09-271-0/+1
* Add http://llvm.org/bugs/show_bug.cgi?id=923 test case.Devang Patel2006-09-271-0/+100
* Use abstract private/comment directives, to increase portability to ppc/linuxChris Lattner2006-09-271-13/+18
* Add support for ${:private} which prints "L" on darwin.Chris Lattner2006-09-271-1/+3
* Add support for ${:comment}, which expands to the current target's commentChris Lattner2006-09-262-0/+32
* Actually, name the method PrintSpecial to match other stuff in AsmPrinter.hChris Lattner2006-09-261-3/+3
* Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" andChris Lattner2006-09-261-16/+25
* Rename function. It's determining which callee-save registers to save.Evan Cheng2006-09-261-7/+7
* Comments on JumpTablenessAndrew Lenharth2006-09-262-0/+4
* Load chain check is not neededJim Laskey2006-09-261-24/+1
* Chain can be any operandJim Laskey2006-09-261-11/+9
* Wrong size for loadJim Laskey2006-09-261-2/+8
* Can't move a load node if it's chain is not used.Jim Laskey2006-09-261-1/+22
* Various random and minor code cleanups.Chris Lattner2006-09-266-56/+39
* test that the no_dead_strip directive is emitted on darwin-x86Chris Lattner2006-09-261-0/+7
* print the preds of each MBBChris Lattner2006-09-261-0/+8
* Compile:Chris Lattner2006-09-262-0/+2
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-264-2/+31
* order this properly to avoid warnings in TargetAsmInfo.cpp. Add a commentChris Lattner2006-09-251-1/+4
* Accidental enable of bad codeJim Laskey2006-09-251-1/+1
* Fix chain dropping in load and drop unused stores in ret blocks.Jim Laskey2006-09-251-7/+14
* Regression test for PR#922.John Criswell2006-09-252-0/+11
* more notesChris Lattner2006-09-251-0/+22
* Core antialiasing for load and store.Jim Laskey2006-09-251-53/+282
* FixAndrew Lenharth2006-09-251-2/+2
* Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth2006-09-243-0/+7
* Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth2006-09-246-4/+29
* basic jump table testAndrew Lenharth2006-09-241-0/+98
* jump table noteAndrew Lenharth2006-09-241-0/+150
* PIC jump table entries are always 32-bit. This fixes PIC jump table support o...Evan Cheng2006-09-241-5/+4
* Enable 'predsimplify' optimization.Nick Lewycky2006-09-242-0/+2
* Style changes only. Remove dead code, fix a comment.Nick Lewycky2006-09-231-11/+4
* Be far more careful when splitting a loop header, either to form a preheaderChris Lattner2006-09-231-1/+50
* Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are notChris Lattner2006-09-231-91/+49
* remove misleading commentChris Lattner2006-09-231-7/+1
* add method, correct commentChris Lattner2006-09-232-6/+17
* Delete dead code; fix 80 col violations.Evan Cheng2006-09-222-14/+4
* add a noteRafael Espindola2006-09-221-0/+21