aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove this test as it is too hard to fix after theDuncan Sands2007-08-271-1621/+0
* Fix this test: llvm-gcc-4.2 optimizes almost everything away,Duncan Sands2007-08-271-2/+2
* Make DAGCombiner's global alias analysis query more precise in the caseDan Gohman2007-08-271-2/+3
* Now that we don't output cleanups by default, the actionDuncan Sands2007-08-271-1/+1
* If the source and destination pointers in an llvm.memmove are knownDan Gohman2007-08-276-12/+62
* 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-274-31/+85
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-2712-26/+27
* call libc memcpy/memset if array size is bigger then threshold.Rafael Espindola2007-08-272-18/+20
* Don't promote volatile loads/stores. This is needed (for example) to handle s...Anton Korobeynikov2007-08-262-3/+53
* Don't DSe volatile stores.Owen Anderson2007-08-261-18/+25
* Revise per review comments.Dale Johannesen2007-08-263-5/+5
* Add APFloat interface to ConstantFPSDNode. ChangeDale Johannesen2007-08-253-16/+30
* 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-252-6/+52
* Allow target constants to be illegal types. The target shouldChris Lattner2007-08-252-0/+13
* While calculating upper loop bound for first loop and lower loop bound for se...Devang Patel2007-08-252-36/+283
* 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-257-59/+90
* Comment out declaration of operator== (undefined).Dale Johannesen2007-08-251-1/+1
* TestNeil Booth2007-08-251-1/+1
* Add selfNeil Booth2007-08-251-0/+4
* Rename llvm-gcc4 to llvm-gcc.Tanya Lattner2007-08-241-4/+4
* Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen2007-08-244-18/+29
* Use APFloat internally for ConstantFPSDNode.Dale Johannesen2007-08-242-4/+5
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-243-5/+9
* 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-243-56/+29
* silence some warnings in an optimized build.Chris Lattner2007-08-241-11/+8
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-244-37/+245
* Fix this testcase: there are two matches forDuncan Sands2007-08-231-2/+2
* 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
* default this to radix 10 like the toString(Un)Signed methods.Chris Lattner2007-08-231-1/+1
* Avoid hiding issues.Chris Lattner2007-08-231-1/+1
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-237-8/+15
* Implement review feedback on trampoline documentation.Duncan Sands2007-08-221-6/+4
* Remove dead code.Devang Patel2007-08-221-5/+0
* Fix typo.Devang Patel2007-08-221-1/+1
* update test to check that codegen works with llvm.used in llvm.metadata sectionAndrew Lenharth2007-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