aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update win32 VStudio project files to keep pace with recently added and delet...Chuck Rose III2007-08-284-16/+27
* Recover most of the compile time regression due to recent live interval changes.Evan Cheng2007-08-284-98/+100
* 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
* Add explicit triples to avoid default behavior that varies by host.Dan Gohman2007-08-274-4/+4
* Update InvokeInst to work like CallInstDavid Greene2007-08-2713-46/+76
* Add a comment about using libc memset/memcpy or generating inline code.Rafael Espindola2007-08-271-2/+5
* 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