summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Simplify target construction.Chris Lattner2006-09-03
* eliminate use of TM.getName()Chris Lattner2006-09-03
* add the SETULT condition codeRafael Espindola2006-09-03
* Avoid beating on the mi2i map when we know the answer already.Chris Lattner2006-09-03
* minor speedupChris Lattner2006-09-03
* Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.Chris Lattner2006-09-03
* When deleting a machine instruction, make sure to remove it from theChris Lattner2006-09-03
* Move two methods out of line, make them work when the record for a machineChris Lattner2006-09-03
* Count the time for a pass to ReleaseMemory against that pass. Not doing thisChris Lattner2006-09-02
* Make ArgumentPromotion handle recursive functions that pass pointers in their...Owen Anderson2006-09-02
* add more condition codesRafael Espindola2006-09-02
* Improve handling of SelectInst.Nick Lewycky2006-09-02
* improve compat with certain versions of GCC (on cygwin?)Chris Lattner2006-09-02
* Iteration is required for some cases, even if they don't occur in crafty.Chris Lattner2006-09-02
* When joining two intervals where the RHS is really simple, use a light-weightChris Lattner2006-09-02
* Oops. Bad typo. Without the check of N1.hasOneUse() bad things can happen.Evan Cheng2006-09-01
* Use a couple of multiclass patterns to factor some integer ops.Chris Lattner2006-09-01
* remove a bunch of commentsChris Lattner2006-09-01
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* Remove extra spaces.Evan Cheng2006-09-01
* Last check-in was a mistake...Evan Cheng2006-09-01
* *** empty log message ***Evan Cheng2006-09-01
* Allow legalizer to expand ISD::MUL using only MULHS in the rare case that isEvan Cheng2006-09-01
* Corrections.Jim Laskey2006-09-01
* Better comments.Evan Cheng2006-09-01
* Yikes. This requires checking apple gcc version.Evan Cheng2006-09-01
* Pull some code out of a hot recursive function because the common case doesn'tChris Lattner2006-09-01
* Reserve space in the ValueNumberInfo vector. This speeds up live intervalChris Lattner2006-09-01
* Iterative coallescing doesn't buy us anything (we get identical results onChris Lattner2006-09-01
* Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. AlsoNick Lewycky2006-09-01
* DAG combiner fix for rotates. Previously the outer-most condition checksEvan Cheng2006-08-31
* Add a special case that speeds up coallescing a bit, but not enough.Chris Lattner2006-08-31
* Delete copies as they are coallesced instead of waiting until the end.Chris Lattner2006-08-31
* avoid calling the virtual isMoveInstr method endlessly by caching its results.Chris Lattner2006-08-31
* Properties where both Values weren't in the union (as being equal toNick Lewycky2006-08-31
* Fix a compiler crash bootstrapping llvm-gcc.Chris Lattner2006-08-30
* Guess what happens when asserts are disabled. :(Chris Lattner2006-08-30
* Instantiate Statistic<> in one place, not in every .o file that uses it.Chris Lattner2006-08-30
* Move to using the EquivalenceClass ADT. Removes SynSets.Nick Lewycky2006-08-30
* Teach the coallescer to coallesce live intervals joined by an arbitraryChris Lattner2006-08-29
* Do not rely on std::sort and std::erase to get list of uniqueDevang Patel2006-08-29
* Minor asm fix.Evan Cheng2006-08-29
* Remove dead code.Evan Cheng2006-08-29
* Don't performance load/op/store transformation if op produces a floating pointEvan Cheng2006-08-29
* - Enable x86 isel preprocessing by default unless -fast is specified.Evan Cheng2006-08-29
* Handle callee saved registers in dwarf frame info (lead up to exceptionJim Laskey2006-08-29
* Tidy up options.Jim Laskey2006-08-29
* Avoid making unneeded load/mod/store transformation which can hurt performance.Evan Cheng2006-08-29
* Move isCommutativeBinOp from SelectionDAG.cpp and DAGCombiner.cpp out. Make i...Evan Cheng2006-08-29
* Clean up a bit.Owen Anderson2006-08-29