aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Not needed.Evan Cheng2006-09-291-1/+0
* add floating point registersRafael Espindola2006-09-293-23/+137
* Define this in the correct n/sChris Lattner2006-09-291-1/+1
* Minor cleanupsChris Lattner2006-09-281-36/+24
* Now that ConstantBool::True/False are gone, we can modify Type.cpp toChris Lattner2006-09-281-91/+73
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-282-12/+22
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-2811-3987/+2989
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideConsta...Chris Lattner2006-09-281-17/+15
* update commentsChris Lattner2006-09-282-1/+2
* wrap long linesChris Lattner2006-09-281-2/+4
* Simplify some code, reformat break'sChris Lattner2006-09-282-12/+24
* simplify codeChris Lattner2006-09-281-1/+1
* Simplify some codeChris Lattner2006-09-282-4/+4
* Another attempt at making ArgPromotion smarter. This patch no longer breaks ...Owen Anderson2006-09-281-1/+49
* simplify codeChris Lattner2006-09-281-1/+1
* simplify codeChris Lattner2006-09-281-1/+1
* Shift amounts are always 32-bits, even in 64-bit mode. This fixesChris Lattner2006-09-281-6/+6
* Fix PR902:Reid Spencer2006-09-284-1292/+1421
* TargetRegisterClass specifies the desired spill alignment. However, it cannot...Evan Cheng2006-09-281-1/+6
* "Once more into the breach, dear friends, once more, or fill the wall upBill Wendling2006-09-281-26/+42
* refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me...Chris Lattner2006-09-281-9/+20
* add a note about a general improvement to the code generatorChris Lattner2006-09-281-1/+15
* remove reference to dead methodChris Lattner2006-09-281-1/+0
* Use the new ManagedStatic class to explicitly manage static variables, elimin...Chris Lattner2006-09-281-71/+47
* new helper class to provide more explicit management of static ctor/dtors.Chris Lattner2006-09-281-0/+53
* 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
* 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
* 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
* 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-261-0/+24
* 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
* 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-262-2/+22
* 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
* more notesChris Lattner2006-09-251-0/+22