aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Sketch out an implementation of Briggs' copy placement algorithm.Owen Anderson2007-12-231-10/+104
* Add GraphTraits specializations for machine dominators.Owen Anderson2007-12-231-0/+27
* Undo a wrong bit in that last patch.Gordon Henriksen2007-12-221-2/+2
* Document a more robust implementation of performCustomLowering.Gordon Henriksen2007-12-221-16/+14
* fix some warnings. This code needs to be de-tabified :(Chris Lattner2007-12-221-2/+3
* fix strict-aliasing violationChris Lattner2007-12-221-3/+1
* initial code for forming an FGETSIGN node. This is disabled untilChris Lattner2007-12-221-0/+26
* improve support for fgetsignChris Lattner2007-12-221-0/+6
* Tell TargetLoweringOpt whether it is running beforeChris Lattner2007-12-222-2/+4
* Add a new FGETSIGN operation, which defaults to expand on allChris Lattner2007-12-222-1/+9
* Erm, really disable :)Anton Korobeynikov2007-12-221-1/+1
* Disable, until we'll really need itAnton Korobeynikov2007-12-221-0/+3
* Fix a partial application typo.Gordon Henriksen2007-12-224-5/+5
* Use getIntrinsicID instead of looking up intrinsic prototypes. AlsoGordon Henriksen2007-12-221-28/+29
* Unbreak build on gcc 3.xAnton Korobeynikov2007-12-221-3/+0
* Unbreak mingw buildAnton Korobeynikov2007-12-221-1/+2
* Preliminary PIC JIT support for X86 (32-bit) / Darwin.Evan Cheng2007-12-225-65/+89
* Oops.Evan Cheng2007-12-221-2/+1
* implement InstCombine/shift-trunc-shift.ll. This allowsChris Lattner2007-12-222-0/+54
* Note what still needs doing.Owen Anderson2007-12-221-1/+6
* Remove critical edge breaking. It won't be necessary as long as we are very ...Owen Anderson2007-12-221-37/+0
* Ignoring generated files.Gordon Henriksen2007-12-220-0/+0
* Fix JIT code emission of X86::MovePCtoStack.Evan Cheng2007-12-222-5/+7
* If succ has succ itself as one of the predecessors then doDevang Patel2007-12-222-2/+62
* Allow JIT with non-static relocation model.Evan Cheng2007-12-221-1/+2
* Fix silly typo in the FP CEP handling.Anton Korobeynikov2007-12-211-0/+1
* Fix a brain fart by our beloved leader (the contentDuncan Sands2007-12-211-4/+3
* Get the verifier to check attributes on calls as wellDuncan Sands2007-12-212-74/+107
* Make DAE not wipe out attributes on calls, and not dropDuncan Sands2007-12-213-38/+75
* Fix unintented change from last commitNicolas Geoffray2007-12-211-3/+3
* Enable EH for linux/ppc32 targetsNicolas Geoffray2007-12-212-15/+33
* New entry.Evan Cheng2007-12-211-0/+15
* Add a few more missing gcc builtin's.Evan Cheng2007-12-211-8/+8
* Removed scoped_ptr, as its functionality is subsumed by OwningPtr.Ted Kremenek2007-12-211-124/+0
* Fix JIT encoding for CMPSD as well.Evan Cheng2007-12-202-4/+8
* Added OwningArrayPtr smart pointer class to provide an analogous class toTed Kremenek2007-12-201-0/+54
* add new smart pointer for clang.Chris Lattner2007-12-201-0/+79
* Type specification didn't match gcc's.Evan Cheng2007-12-201-1/+1
* More accurate checks for two-address constraints.Evan Cheng2007-12-201-8/+40
* Implement review feedback, including additional transformsChristopher Lamb2007-12-202-17/+40
* Add m_Zero(). Chris Lattner2007-12-201-0/+18
* Remove xfail. This is fixed.Evan Cheng2007-12-201-1/+0
* The physical register + virtual register joining requirement was much too str...Evan Cheng2007-12-201-1/+1
* Bring back a burr scheduling heuristic that's still needed.Evan Cheng2007-12-201-5/+34
* Clean up previous patch: PHI uses should not prevent iv reuse if all other us...Evan Cheng2007-12-201-35/+16
* simplify this code with the new m_Zero() pattern. Make sure the select onlyChris Lattner2007-12-201-18/+10
* Revert my previous check-in.Devang Patel2007-12-202-7/+2
* More eye-candy stuff :)Anton Korobeynikov2007-12-201-14/+9
* Add iterators for child traversal.Anton Korobeynikov2007-12-201-13/+29
* Updated comments to reflect what "side effects" means in this situation.Bill Wendling2007-12-201-10/+3