| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix an obscure and tricky bug the inliner can hit sometimes. | Chris Lattner | 2007-02-23 | 1 | -1/+1 |
| * | Revert changes for a simplier solution. | Jim Laskey | 2007-02-22 | 1 | -50/+36 |
| * | Itanium ABI exception handing support. | Jim Laskey | 2007-02-21 | 1 | -36/+50 |
| * | Fix typos in comments. | Dan Gohman | 2007-02-20 | 1 | -1/+1 |
| * | remove reoptimizer-specific passes | Chris Lattner | 2007-02-20 | 2 | -206/+0 |
| * | eliminate use of deprecated apis | Chris Lattner | 2007-02-19 | 3 | -5/+8 |
| * | fix comment | Chris Lattner | 2007-02-18 | 1 | -1/+1 |
| * | simplify pass, delete dead gvar protos as well. | Chris Lattner | 2007-02-18 | 1 | -16/+21 |
| * | convert more vectors to smallvectors, 2.8% speedup | Chris Lattner | 2007-02-15 | 1 | -3/+3 |
| * | change some vectors to smallvectors. This speeds up instcombine on 447.dealII | Chris Lattner | 2007-02-15 | 1 | -3/+3 |
| * | switch an std::set to a SmallPtr set, this speeds up instcombine by 9.5% | Chris Lattner | 2007-02-15 | 1 | -3/+4 |
| * | For PR1195: | Reid Spencer | 2007-02-15 | 2 | -10/+10 |
| * | Change an assert that mentions Packed Type -> Vector Type. | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
| * | For PR1195: | Reid Spencer | 2007-02-15 | 7 | -74/+74 |
| * | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -12/+13 |
| * | eliminate a bunch of vector-related heap traffic | Chris Lattner | 2007-02-13 | 1 | -47/+53 |
| * | Eliminate use of ctors that take vectors. | Chris Lattner | 2007-02-13 | 12 | -59/+60 |
| * | stop using methods that take vectors. | Chris Lattner | 2007-02-12 | 6 | -17/+27 |
| * | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner | 2007-02-12 | 1 | -1/+1 |
| * | simplify code by using Value::takeName | Chris Lattner | 2007-02-11 | 4 | -32/+26 |
| * | Simplify code by using value::takename | Chris Lattner | 2007-02-11 | 6 | -71/+61 |
| * | simplify name juggling through the use of Value::takeName. | Chris Lattner | 2007-02-11 | 6 | -34/+23 |
| * | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 2 | -2/+3 |
| * | Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411. | Chris Lattner | 2007-02-07 | 1 | -2/+4 |
| * | shrink vmcore by moving symbol table stripping support out of VMCore into | Chris Lattner | 2007-02-07 | 1 | -2/+23 |
| * | redesign the primary datastructure used by mem2reg to eliminate an | Chris Lattner | 2007-02-07 | 1 | -103/+156 |
| * | With the last change, we no longer need both directions of mapping from | Chris Lattner | 2007-02-05 | 1 | -4/+8 |
| * | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer | 2007-02-05 | 46 | -97/+146 |
| * | Simplify use of DFBlocks, this makes no noticable performance difference, | Chris Lattner | 2007-02-05 | 1 | -3/+3 |
| * | This file should have been removed when -raise was removed. It isn't | Reid Spencer | 2007-02-05 | 1 | -134/+0 |
| * | Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::erase | Chris Lattner | 2007-02-05 | 1 | -6/+6 |
| * | switch a SmallPtrSet back to an std::set for now, this caused problems. | Chris Lattner | 2007-02-05 | 1 | -6/+6 |
| * | switch an std::set over to a SmallPtrSet, speeding up mem2reg 6% on 176.gcc. | Chris Lattner | 2007-02-05 | 1 | -1/+1 |
| * | switch an std::set over to SmallPtrSet, speeding up mem2reg 3.4% on 176.gcc. | Chris Lattner | 2007-02-05 | 1 | -16/+13 |
| * | eliminate some malloc traffic, this speeds up mem2reg by 3.4%. | Chris Lattner | 2007-02-05 | 1 | -5/+8 |
| * | Add missing and needed #include. | Reid Spencer | 2007-02-05 | 1 | -0/+1 |
| * | Make the class VISIBILITY_HIDDEN. | Reid Spencer | 2007-02-05 | 1 | -3/+3 |
| * | For PR411: | Reid Spencer | 2007-02-05 | 9 | -18/+18 |
| * | For PR411: | Reid Spencer | 2007-02-05 | 4 | -40/+58 |
| * | For PR411: | Reid Spencer | 2007-02-05 | 1 | -363/+0 |
| * | Create a pass to strip dead function declarations (prototypes). This is | Reid Spencer | 2007-02-05 | 1 | -0/+61 |
| * | Fix miscompilations of consumer-typeset, telecomm-gsm, and 176.gcc. | Chris Lattner | 2007-02-05 | 1 | -6/+6 |
| * | For PR1177: | Reid Spencer | 2007-02-05 | 1 | -4/+4 |
| * | fix a miscompilation of 176.gcc | Chris Lattner | 2007-02-05 | 1 | -2/+2 |
| * | Use DenseMap for pointer->pointer maps. | Owen Anderson | 2007-02-05 | 1 | -4/+4 |
| * | rewrite shift/shift folding, now that types are not signed. | Chris Lattner | 2007-02-05 | 1 | -74/+103 |
| * | Fix indenting, remove tabs. | Nick Lewycky | 2007-02-04 | 1 | -32/+90 |
| * | For PR1163: | Reid Spencer | 2007-02-04 | 4 | -1/+4 |
| * | remove some dead code | Chris Lattner | 2007-02-03 | 1 | -14/+3 |
| * | For PR1072: | Reid Spencer | 2007-02-03 | 4 | -1544/+0 |