aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo.Devang Patel2007-08-221-1/+1
* Cosmetic changeDevang Patel2007-08-221-84/+102
* move this check. ppc outputs .no_dead_strip properlyAndrew Lenharth2007-08-221-6/+6
* Add the PCSymbol for Darwin x86 platforms.Bill Wendling2007-08-221-0/+1
* Refactor loop condition check in a separate function.Devang Patel2007-08-221-17/+34
* Fix thinko.Devang Patel2007-08-221-3/+3
* Rename bunch of variables.Devang Patel2007-08-211-72/+79
* Preserve LCSSA.Devang Patel2007-08-211-1/+15
* Use SmallVector.Devang Patel2007-08-211-3/+3
* No need to hardcode SmallVector size.Devang Patel2007-08-211-3/+3
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-212-0/+81
* Instruction Itinerary attribution fixedBruno Cardoso Lopes2007-08-211-0/+1
* Fix potentially N^2 behavior handling arrays with many of theChris Lattner2007-08-211-8/+35
* Use only 1 knob to enable exceptions on Darwin :). Anton Korobeynikov2007-08-211-0/+8