aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-182-2/+0
* Reverting r43070 for now. It's causing llc test failures.Evan Cheng2007-10-171-25/+0
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-173-41/+21
* Do not raise free() call that is called through invoke instruction.Devang Patel2007-10-171-0/+2
* Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...Hartmut Kaiser2007-10-172-0/+2
* Define a helper function ConstantVector::getSplatValue for testing forDan Gohman2007-10-171-0/+11
* Add support for ISD::SELECT in SplitVectorOp.Dan Gohman2007-10-171-0/+20
* Return Expand from getOperationAction for all extendedDuncan Sands2007-10-173-45/+58
* Apply "Instead of loading small c string constant, use integer constant direc...Devang Patel2007-10-171-25/+28
* Apply Chris' suggestions.Evan Cheng2007-10-172-2/+3
* Change fp to sint legalization on x86-32 to do 2 x i32 Chris Lattner2007-10-171-2/+12
* fix some funny indentation, add comments.Chris Lattner2007-10-171-60/+61
* One more extract_subreg coalescing bug fix.Evan Cheng2007-10-171-1/+1
* Fix MergeValueInAsValue(). It allows overlapping live ranges but should replaceEvan Cheng2007-10-171-7/+57
* Clean up code that calculate MBB live-in's.Evan Cheng2007-10-171-17/+19
* Clean up code that calculate MBB live-in's.Evan Cheng2007-10-171-0/+36
* Move splitBlock into DomTreeBase from DomTree.Owen Anderson2007-10-171-82/+0
* Use immediate stores.Devang Patel2007-10-161-3/+25
* Disable attempts to constant fold PPC f128.Dale Johannesen2007-10-163-48/+61
* Some clean up.Evan Cheng2007-10-161-19/+10
* Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson2007-10-162-200/+6
* Fix PR1734.Evan Cheng2007-10-161-1/+1
* Check for invalid cc's in f80 select.Dale Johannesen2007-10-161-0/+2
* Fix a bug handling frame references in ppc inline asm when the frame offsetChris Lattner2007-10-161-24/+33
* Initial infrastructure for arbitrary precision integerDuncan Sands2007-10-162-41/+39
* Fixes due to lack of type-safety for ValueType: (1) ValueTypeDuncan Sands2007-10-161-3/+3
* Correction to tail call optimization code. The new return addressArnold Schwaighofer2007-10-161-11/+19
* Code clean up.Evan Cheng2007-10-161-13/+27
* implement promotion of select and select_cc, allowing MallocBench/gs toChris Lattner2007-10-161-0/+19
* Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics.Dan Gohman2007-10-151-0/+45
* Make CalcLatency() non-recursive.Evan Cheng2007-10-151-9/+44
* Change LowerFP_TO_SINT to create the specific code it needs instead of Chris Lattner2007-10-151-4/+11
* LowerFP_TO_SINT must not create a stack object if it's not needed.Evan Cheng2007-10-151-6/+6
* Add removeModuleProvider()Devang Patel2007-10-151-0/+15
* Fix PR1729: watch out for val# with no def.Evan Cheng2007-10-151-8/+13
* Move CreateStackTemporary out to SelectionDAGChris Lattner2007-10-151-20/+7
* add a new CreateStackTemporary helper method.Chris Lattner2007-10-151-0/+13
* implement promotion of BR_CC operands, fixing bisort on ppc.Chris Lattner2007-10-151-2/+65
* updates from duncanChris Lattner2007-10-151-5/+5
* Achieve same result but use fewer lines of code.Devang Patel2007-10-151-8/+7
* Fast-track obviously over-large and over-small exponents during decimal->Neil Booth2007-10-151-8/+44
* Fix some typos. Call getTypeToTransformTo rather thanDuncan Sands2007-10-151-14/+14
* One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* Chris Lattner2007-10-155-58/+1595
* One xform performed by LegalizeDAG is transformation of "store of fp" to "sto...Chris Lattner2007-10-151-6/+28
* avoid an APFloat copy.Chris Lattner2007-10-151-1/+1
* Add a (disabled by default) way to view the ID of a node.Chris Lattner2007-10-151-0/+4
* Handle PPC long double in CBackend.Dale Johannesen2007-10-151-0/+9
* remove misleading comment.Chris Lattner2007-10-141-2/+1
* If a target doesn't have HasMULHU or HasUMUL_LOHI, ExpandOp would returnChris Lattner2007-10-141-1/+0
* Consolidate logic for creating NaNs. Silence compiler warning.Neil Booth2007-10-141-10/+15