aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement mul.ll:test11Chris Lattner2004-02-231-6/+7
* Add a slight variant of test10Chris Lattner2004-02-231-0/+7
* Implement "strength reduction" of X <= C and X >= CChris Lattner2004-02-231-0/+9
* Implement InstCombine/mul.ll:test10, which is a case that occurs when dealingChris Lattner2004-02-231-0/+40
* This multiply can be eliminatedChris Lattner2004-02-231-0/+8
* Simplify iterator usage now that we have next(). Also don't pass iterators by...Alkis Evlogimenos2004-02-231-11/+7
* Update the 'new features' sectionChris Lattner2004-02-231-1/+4
* Bug fixedChris Lattner2004-02-231-0/+1
* Work around a gas bug. Print '-9223372036854775808' as unsigned.Chris Lattner2004-02-232-2/+8
* Implement cast fp -> boolChris Lattner2004-02-232-4/+8
* Add testcase for the casts that are missing in PR249Chris Lattner2004-02-231-0/+11
* Stop passing iterators around by reference now that we have ilists!Chris Lattner2004-02-232-48/+108
* Some code cleanups from ChrisAlkis Evlogimenos2004-02-231-9/+4
* Fix comments in PhysRegTracker and rename isPhysRegAvail to isRegAvail to be ...Alkis Evlogimenos2004-02-232-5/+6
* Add a new cmove instructionChris Lattner2004-02-231-0/+1
* Move LiveIntervals.h up to be the first included headerAlkis Evlogimenos2004-02-231-1/+1
* Pull PhysRegTracker out of RegAllocLinearScan as it can be used by other allo...Alkis Evlogimenos2004-02-232-59/+92
* Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa...Alkis Evlogimenos2004-02-233-215/+4
* Only insert FP_REG_KILL instructions in MachineBasicBlocks that actuallyChris Lattner2004-02-222-96/+196
* Another bug fix for empty MBB'sChris Lattner2004-02-221-1/+1
* Move MOTy::UseType enum into MachineOperand. This eliminates theAlkis Evlogimenos2004-02-2212-158/+171
* Fix a bug where we were implicitly assuming that there would be at leastChris Lattner2004-02-221-2/+2
* Reduce the number of pointless copies inserted due to constant pointer refs.Chris Lattner2004-02-222-12/+24
* Fix bug in previous checkout: leave the iterator at the first instructionChris Lattner2004-02-222-8/+6
* Fix silly bug in implementation of getUseType(). Thanks Misha.Alkis Evlogimenos2004-02-221-1/+1
* Completely rewrite how getelementptr instructions are expanded. This has twoChris Lattner2004-02-222-84/+140
* When folding memory operands in machine instructions be careful toAlkis Evlogimenos2004-02-222-2/+11
* Significantly simplify gep_type_iterator, and make its interface more general...Chris Lattner2004-02-221-23/+24
* Fix a soon-to-be-missing #includeChris Lattner2004-02-221-0/+1
* Get all instruction definitionsChris Lattner2004-02-221-3/+1
* Wow this is out of date. When we have _real_ code generator documentation,Chris Lattner2004-02-221-42/+31
* Print basic block boundaries in machine instruction debug output.Alkis Evlogimenos2004-02-222-4/+8
* Link to most recent "LLVM document"Chris Lattner2004-02-222-6/+6
* Implement Transforms/InstCombine/cast.ll:test13, a case which occurs in aChris Lattner2004-02-222-4/+35
* Test that the instruction combiner can fold away a cast in a GEP instruction.Chris Lattner2004-02-221-0/+8
* The two address pass cannot handle two addr instructions where one incomingChris Lattner2004-02-222-18/+32
* Abstract merging of ranges away from number of slots per instruction.Alkis Evlogimenos2004-02-224-6/+19
* Use isNull instead of getNode() to test for existence of a node, this is chea...Chris Lattner2004-02-221-6/+11
* Fix an iterator invalidation problem which was causing some nodes to not beChris Lattner2004-02-211-20/+19
* Use handy methodChris Lattner2004-02-211-1/+1
* Update comments and add warningChris Lattner2004-02-212-4/+10
* `cat' is usually in /bin, not /usr/bin, at least on our systems.Misha Brukman2004-02-211-1/+1
* When printing a stack trace, demangle it if possible. Since we are potentiallyChris Lattner2004-02-211-5/+61
* Make 'fold' statistic's description the same in both allocators.Alkis Evlogimenos2004-02-212-3/+4
* Instead of cloning the globals for main into the globals graph at the end ofChris Lattner2004-02-211-17/+11
* There is no need to merge the globals graph into the function graphs at theChris Lattner2004-02-202-10/+3
* Add two missing returns, which caused us to be very pessimistic about theChris Lattner2004-02-202-2/+3
* new testcaseChris Lattner2004-02-201-0/+34
* Added the POVRAY_ROOT to locate Povray.John Criswell2004-02-201-0/+4
* Added an option for configuring Povray. By default, it should find my localJohn Criswell2004-02-202-29/+89