aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix use of declaration inside case blockAnton Korobeynikov2007-08-291-1/+2
* Change LiveRange so it keeps a pointer to the VNInfo rather than an index.Evan Cheng2007-08-293-213/+252
* Lower FRAME_TO_ADDR_OFFSET to zero by default (if not custom lowered)Anton Korobeynikov2007-08-291-1/+13
* Move getX86RegNum into X86RegisterInfo and use itDuncan Sands2007-08-296-88/+80
* update theseChris Lattner2007-08-292-2/+2
* Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used byDan Gohman2007-08-282-1/+77
* Recover most of the compile time regression due to recent live interval changes.Evan Cheng2007-08-282-44/+46
* Added method to get Mips register numbersBruno Cardoso Lopes2007-08-283-61/+113
* Changed stack allocation On LowerFORMAL_ARGUMENTS.Bruno Cardoso Lopes2007-08-281-20/+29
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-282-73/+111
* Added methods to record SPOffsets from LowerFORMAL_ARGUMENTSBruno Cardoso Lopes2007-08-281-3/+53
* Cut off crazy computation. This helps PR1622 slightly.Chris Lattner2007-08-281-0/+4
* Use simpler test to filter loops.Devang Patel2007-08-271-14/+3
* Update InvokeInst to work like CallInstDavid Greene2007-08-279-31/+9
* Add a comment about using libc memset/memcpy or generating inline code.Rafael Espindola2007-08-271-2/+5
* Make DAGCombiner's global alias analysis query more precise in the caseDan Gohman2007-08-271-2/+3
* If the source and destination pointers in an llvm.memmove are knownDan Gohman2007-08-271-12/+25
* Change comments to refer to @malloc and @free instead of %malloc and %free.Dan Gohman2007-08-271-3/+3
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-272-6/+19
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-272-10/+11
* call libc memcpy/memset if array size is bigger then threshold.Rafael Espindola2007-08-271-4/+4
* Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov2007-08-261-3/+6
* Don't DSe volatile stores.Owen Anderson2007-08-261-18/+25
* Revise per review comments.Dale Johannesen2007-08-262-2/+2
* Add APFloat interface to ConstantFPSDNode. ChangeDale Johannesen2007-08-252-13/+8
* Move exit condition and exit branch from exiting block into loop header and d...Devang Patel2007-08-251-0/+155
* Constant split values needs upper bound and lower bound check, just like any ...Devang Patel2007-08-251-6/+0
* Allow target constants to be illegal types. The target shouldChris Lattner2007-08-251-0/+5
* While calculating upper loop bound for first loop and lower loop bound for se...Devang Patel2007-08-251-36/+231
* Teach the dag scheduler to handle inline asm nodes with multi-value immediate...Chris Lattner2007-08-251-8/+9
* The personality function might need to be declared as:Bill Wendling2007-08-251-5/+18
* rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner2007-08-256-53/+85
* Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen2007-08-243-12/+23
* Use APFloat internally for ConstantFPSDNode.Dale Johannesen2007-08-241-1/+1
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-241-2/+5
* Fix regression that I caused yesterday night while adding logic to select app...Devang Patel2007-08-241-2/+2
* Disable EH generation until PPC works 100%.Chris Lattner2007-08-241-1/+1
* add a noteChris Lattner2007-08-241-0/+14
* It is not safe to execute split condition's true branch first all the time. I...Devang Patel2007-08-241-5/+35
* Reject ICMP_NE as index split condition.Devang Patel2007-08-241-0/+3
* Tightenup loop filter.Devang Patel2007-08-241-2/+22
* Remove incomplete cost analysis.Devang Patel2007-08-241-40/+3
* Revised per review feedback from previous patch.Dale Johannesen2007-08-242-56/+24
* silence some warnings in an optimized build.Chris Lattner2007-08-241-11/+8
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-242-34/+220
* add some notes on really poor codegen.Chris Lattner2007-08-231-0/+44
* new exampleChris Lattner2007-08-231-0/+17
* Perform correct codegen for eh_dwarf_cfa intrinsic.Anton Korobeynikov2007-08-231-2/+10
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-233-5/+6
* Remove dead code.Devang Patel2007-08-221-5/+0