aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PR1692Devang Patel2007-09-212-3/+68
* Fix CopyFrom for non-POD data types.Owen Anderson2007-09-211-1/+1
* #ifdef out unsafe tracing code, which fixes PR1689Chris Lattner2007-09-211-15/+17
* don't read Block after it is freed. This fixes PR1684Chris Lattner2007-09-211-0/+2
* Add missing entry.Devang Patel2007-09-211-3/+3
* gcroot testcase, patch by Eric Christopher.Chris Lattner2007-09-211-0/+28
* I cannot spell coalesce :)Chris Lattner2007-09-211-3/+3
* gcroot must take concrete types, not arbitrary types.Chris Lattner2007-09-213-13/+14
* initialize SetCCResultContents, fixing PR1693Chris Lattner2007-09-211-0/+1
* Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola2007-09-213-8/+7
* There is no {rsqrt,rcp}{p,s}d.Dan Gohman2007-09-211-12/+0
* small cleanup: use LowerMemArgument in LowerFastCCArguments alsoRafael Espindola2007-09-211-6/+1
* Initial hack at 2.1 release notes.Chris Lattner2007-09-211-339/+119
* Add partial caching of non-local memory dependence queries. This provides a ...Owen Anderson2007-09-212-3/+34
* Honor user-defined section specification of a global, ignores whether its ini...Evan Cheng2007-09-213-8/+7
* Fix PR 1688. See comments there.Dale Johannesen2007-09-201-13/+25
* Update aux. info associated with an instruction before erasing instruction.Devang Patel2007-09-201-12/+12
* Do not override user specified section.Devang Patel2007-09-201-2/+2
* Don't increment invalid iterator.Devang Patel2007-09-201-1/+2
* Testcase for PR1678.Duncan Sands2007-09-201-0/+14
* Disable if-conversion for this test.Evan Cheng2007-09-201-1/+1
* -enable-arm-if-conversion is gone.Evan Cheng2007-09-208-23/+23