aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* another long double bugletDale Johannesen2007-09-201-0/+1
* Excuse me.Nick Lewycky2007-09-201-1/+1
* Fix optimization. %x = sub %x, %y does not imply that %y is zero.Nick Lewycky2007-09-202-1/+103
* Enable if-conversion for ARM by default.Evan Cheng2007-09-201-3/+3
* More long double fixes. x86_64 should build now.Dale Johannesen2007-09-196-21/+67
* Avoid referencing deleted instruction.Evan Cheng2007-09-191-5/+26
* Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek2007-09-191-1/+5
* Avoid unsafe promotion.Devang Patel2007-09-192-9/+76
* PSHUFDmi, etc. are actually folding a load, not a store.Evan Cheng2007-09-191-3/+3
* Fix longdouble -> uint conversion.Dale Johannesen2007-09-191-2/+3
* reject things like "declare internal @foo"Chris Lattner2007-09-191-2/+11
* Add a flag to mark a dirty cache entry. This is not yet used, but will event...Owen Anderson2007-09-192-0/+5
* Fix some long double issues.Dale Johannesen2007-09-191-19/+21
* Improve comment.Duncan Sands2007-09-191-1/+2
* Partial fix for PR1678: correct some parts of constantDuncan Sands2007-09-191-2/+4
* A global variable with external weak linkage can be null, whileDuncan Sands2007-09-191-2/+6
* include alloca.h if available. this helps Solaris, but intnat and uintnat typ...Gabor Greif2007-09-191-1/+5
* Testcase for PR1678.Duncan Sands2007-09-191-0/+10
* Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng2007-09-195-54/+64
* Set CCR (EFLAGS) copy cost to -1, i.e. extremely expensive to copy.Evan Cheng2007-09-191-1/+3
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-195-4/+20
* Relax loop ExitCondition predicate restriction.Devang Patel2007-09-191-5/+7
* Filter loops where split condition's false branch is not empty. For exampleDevang Patel2007-09-191-0/+4
* Bail out early, before modifying anything.Devang Patel2007-09-191-4/+5
* Work is incomplete. Loop is not modified at all right now.Devang Patel2007-09-191-1/+1
* ooops...Devang Patel2007-09-181-1/+1
* Clean up.Evan Cheng2007-09-181-215/+1
* Fix a bogus splat xform:Evan Cheng2007-09-182-2/+245
* rename test, it is obviously misspelledGabor Greif2007-09-181-0/+0
* Prevent crash on long double.Dale Johannesen2007-09-181-0/+4
* Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen2007-09-186-19/+143
* Move the entries for 64-bit CMP, IMUL, and a few others into the correctDan Gohman2007-09-181-6/+11
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-1816-3/+1213
* Regenerate.Gordon Henriksen2007-09-181-25/+111
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-...Gordon Henriksen2007-09-181-0/+2
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-...Gordon Henriksen2007-09-183-1/+279
* Incorporating review feedback for GC verifier patch.Gordon Henriksen2007-09-181-11/+5
* Don't pass back a reference to a temporary.Bill Wendling2007-09-182-3/+2
* Update my entry.Bill Wendling2007-09-181-1/+1
* The exception handling function info should be reset for each newBill Wendling2007-09-182-9/+2
* C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen2007-09-185-0/+730
* Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen2007-09-181-5/+3
* Fix PR1657Devang Patel2007-09-182-0/+34
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-184-10/+95
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-172-3/+3
* Bug fix and minor clean up of generated code.Evan Cheng2007-09-171-29/+18
* Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel2007-09-173-8/+0
* Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner2007-09-172-6/+6
* Do not eliminate loop when it is invalid to do so. For example,Devang Patel2007-09-171-14/+35
* Skeleton for transformations to truncate loop's iteration space.Devang Patel2007-09-171-2/+198