aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman2007-09-242-13/+6
* float->int conversion rounds toward 0. Duh.Dale Johannesen2007-09-241-1/+1
* Add a routine for emitting .file directives, for setting upDan Gohman2007-09-242-0/+14
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-243-6/+25
* Do not promote null values because it may be unsafe to do so.Devang Patel2007-09-242-0/+50
* Implement offline variable substitution in order to reduce memoryDaniel Berlin2007-09-243-105/+961
* Fix the syntax for the .loc directive in preparation for using it.Dan Gohman2007-09-241-1/+1
* Add section on bit containers.Daniel Berlin2007-09-241-0/+49
* XFAIL for llvm-gcc4.0Tanya Lattner2007-09-241-1/+1
* The code that used the StartLabelId label was removed, so remove theDan Gohman2007-09-241-7/+1
* Use the correct result value type instead of using getValueType(0)Dan Gohman2007-09-242-4/+10
* Fix a typo in a comment.Dan Gohman2007-09-241-1/+1
* explicit keywords.Dan Gohman2007-09-242-9/+9
* Remove an unnecessary static_cast.Dan Gohman2007-09-241-1/+1
* claim that "st" is from the 80-bit register file. This causes x87-using inlineChris Lattner2007-09-241-1/+1
* When emitting .set directives, make sure the EH and Debug labels can't conflict.Chris Lattner2007-09-241-10/+20
* Fix typo.Owen Anderson2007-09-241-1/+1
* Merge significant portions of the DomTree and PostDomTree implementations.Owen Anderson2007-09-245-152/+156
* Just use APFloat for const / const. FixesDale Johannesen2007-09-241-17/+0
* Factor the calculation details for PostDomTree out of PostDominators.cpp andOwen Anderson2007-09-233-147/+156
* Move DFSPass back down into DominatorTree. I need to figure out what the dif...Owen Anderson2007-09-232-2/+3
* Fix header.Owen Anderson2007-09-231-1/+1
* Factor the dominator tree calculation details out into DominatorCalculation.h...Owen Anderson2007-09-234-283/+308
* Implementation of +sse -sse2 has changed; addDale Johannesen2007-09-231-2/+2
* Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen2007-09-238-97/+164
* Fix srcdir <> objdir builds with ocaml 2.10. Downrev versions don't care whetherGordon Henriksen2007-09-231-1/+2
* fix syntaxChris Lattner2007-09-221-1/+1
* Regenerate.Gordon Henriksen2007-09-221-0/+12
* Fix for srcdir <> objdir builds.Gordon Henriksen2007-09-221-0/+2
* Fix PR1679, by printing GEP indices as signed values instead of unsigned.Chris Lattner2007-09-221-1/+2
* Validation fixesBill Wendling2007-09-221-8/+7
* Validation fixesBill Wendling2007-09-221-5/+15
* Validation fixesBill Wendling2007-09-221-12/+11
* Validation fixesBill Wendling2007-09-221-5/+8
* Validation fixesBill Wendling2007-09-221-5/+0
* Validation fixesBill Wendling2007-09-221-61/+55
* Validation fixesBill Wendling2007-09-221-40/+62
* Validation fixesBill Wendling2007-09-221-4/+3
* Validation fixesBill Wendling2007-09-221-4/+5
* Formatting changes.Bill Wendling2007-09-221-51/+147
* initialize isstore/isload fields in ctor, fixing PR1695Chris Lattner2007-09-221-0/+2
* fix bugs in the manualChris Lattner2007-09-221-10/+2
* Handle storage complications of float->float conversions.Neil Booth2007-09-221-18/+23
* Correct names.Tanya Lattner2007-09-221-5/+5
* Fix typo.Tanya Lattner2007-09-221-2/+2
* One last fix to get name correct.Tanya Lattner2007-09-211-1/+1
* Fix silly typo.Tanya Lattner2007-09-211-3/+2
* Update annotation intrinsic with more details.Tanya Lattner2007-09-211-3/+13
* Adding support for __builtin_annotation with an intrinsic called llvm.annotat...Tanya Lattner2007-09-212-0/+41
* Change APFloat::convertFromInteger to take the incomingDale Johannesen2007-09-216-24/+32