summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Minor change to breakpoint (lack of) supportChris Lattner2004-02-08
* getNodes() is gone, use node_begin/end insteadChris Lattner2004-02-07
* getNodes() is goneChris Lattner2004-02-07
* Abstract out the Nodes collection. Instead of providing a getNodes() method,Chris Lattner2004-02-07
* Actually USE isForwarding methodChris Lattner2004-02-07
* As Alkis pointed out to me, I forgot to commit this... :(Chris Lattner2004-02-07
* There is no need to clone over nodes that are going to be dead anywayChris Lattner2004-02-07
* Use autoconf answers from config.h (FIXME, should autoconf this fileBrian Gaeke2004-02-06
* Add a missing linkChris Lattner2004-02-06
* Fix grammar.Misha Brukman2004-02-06
* Increase code clarity.Alkis Evlogimenos2004-02-06
* Initial checking of the libpng library.John Criswell2004-02-06
* Initial checking of the zlib library.John Criswell2004-02-06
* Add information about the piece I forgot to write: parameterized tablegen cla...Chris Lattner2004-02-06
* Syntax hilight examples and add note about emacs/vim mode filesChris Lattner2004-02-06
* Add a new document describing TableGenChris Lattner2004-02-06
* Print the record NAME not the record ADDRESSChris Lattner2004-02-06
* Eliminate uneeded lookups by passing a Virt2PhysMap::iterator insteadAlkis Evlogimenos2004-02-06
* Fix another dominator update bug. These bugs keep getting exposed because GCSEChris Lattner2004-02-05
* Change live interval representation. Machine instructions now have twoAlkis Evlogimenos2004-02-05
* Fix bug updating dominatorsChris Lattner2004-02-05
* Add debug outputChris Lattner2004-02-05
* Bug fixedChris Lattner2004-02-05
* Fix PR223: Loopsimplify incorrectly updates dominator informationChris Lattner2004-02-05
* New testcase for PR223: Loopsimplify incorrectly updates dominator informationChris Lattner2004-02-05
* We don't need to scan the blocks that we are live-in on everyAlkis Evlogimenos2004-02-05
* s/gcse/scalarreplChris Lattner2004-02-05
* In a "seeing the forest through the trees" kinda situation, I realized that aChris Lattner2004-02-05
* This is a big diff with no functionality change. We just reorder some code,Chris Lattner2004-02-05
* finegrainify namespacificationChris Lattner2004-02-05
* Added missing include.Tanya Lattner2004-02-05
* Fixed Chris' typo.Tanya Lattner2004-02-05
* qoi bug fixedChris Lattner2004-02-05
* Implement optimizations for handling large basic blocks.Chris Lattner2004-02-05
* Modify the two address instruction pass to remove the duplicateAlkis Evlogimenos2004-02-04
* Minor speedup, don't query ValueMap each time through the loopChris Lattner2004-02-04
* Always replace instead of appending when creating archive files. It may beBrian Gaeke2004-02-04
* Include <iosfwd> and <string> instead of <iostream>.Brian Gaeke2004-02-04
* Take away the default iostream argument of createMachineFunctionPrinterPass(),Brian Gaeke2004-02-04
* Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke2004-02-04
* Two changes:Chris Lattner2004-02-04
* IMULri* instructions do not require their first two registers operandsAlkis Evlogimenos2004-02-04
* Optimize the case where we are inlining a function that contains only one bas...Chris Lattner2004-02-04
* Check in header file I forgot before.Chris Lattner2004-02-04
* Adjust to the new BasicBlock ctor, which requires a function parameterChris Lattner2004-02-04
* Adjust to the new BB ctorChris Lattner2004-02-04
* Delete the BasicBlock ctor that only takes a BasicBlock to insert before. ThisChris Lattner2004-02-04
* Remove unneeded code now that splitBasicBlock does the "right thing"Chris Lattner2004-02-04
* When splitting a basic block, insert the new half immediately after the firstChris Lattner2004-02-04
* More refactoring. Move alloca instructions and handle invoke instructionsChris Lattner2004-02-04