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