aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix global variable's address in a DIE.Devang Patel2009-01-201-1/+1
* Enable debug info for enums.Devang Patel2009-01-201-10/+14
* Add an IEEE remainder function, which is notDale Johannesen2009-01-202-1/+42
* improve compatibility with various versions of graphviz, patch byChris Lattner2009-01-201-1/+1
* eliminate use of uint32_t to improve compatibility with cygwinChris Lattner2009-01-201-76/+76
* Eliminate use of uint32_t to improve compatibility with cygwinChris Lattner2009-01-201-6/+6
* Enable debug info for composite types.Devang Patel2009-01-202-4/+1
* Check that the "don't barf on k8" fix is notDuncan Sands2009-01-201-0/+2
* SpacingEvan Cheng2009-01-201-1/+1
* Temporarily XFAIL until this can be looked at. r62557 is what caused it to st...Bill Wendling2009-01-201-0/+1
* If a vector is empty, you're not allowed to access anyDuncan Sands2009-01-201-2/+3
* Refactor code. No functionality change.Evan Cheng2009-01-202-34/+89
* Testcase for limited precision stuff.Bill Wendling2009-01-201-0/+133
* Shift types need to match.Bill Wendling2009-01-201-8/+9
* another fix for PR3354Chris Lattner2009-01-202-1/+17
* Add a README entry noticed while investigating PR3216.Dan Gohman2009-01-201-0/+22
* Fix a dagcombine to not generate loads of non-round integer types,Dan Gohman2009-01-202-1/+15
* Do not use DenseMap because the iterator is invalidated while constructing ty...Devang Patel2009-01-201-2/+2
* Regenerate.Nick Lewycky2009-01-201-3299/+1385
* Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine!Nick Lewycky2009-01-202-496/+215
* Make linear scan's trivial coalescer slightly more aggressive.Evan Cheng2009-01-202-6/+14
* Doxygen-ify comments.Bill Wendling2009-01-191-45/+43
* Verify debug info.Devang Patel2009-01-195-10/+138
* Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner2009-01-192-1/+34
* Remove SDNode's virtual destructor. This makes it impossible forDan Gohman2009-01-193-89/+16
* Move & restructure test per review.Dale Johannesen2009-01-191-2/+2
* convert this to an unfoldable potentially trapping constant expr.Chris Lattner2009-01-191-2/+4
* improve compatibility with cygwin, patch by Jay Foad!Chris Lattner2009-01-192-6/+17
* div/rem by zero and div/rem overflow are both undefined according toChris Lattner2009-01-191-11/+11
* Fix SelectionDAG::ReplaceAllUsesWith to behave correctly whenDan Gohman2009-01-193-16/+47
* Fix PR3353, infinitely jump threading an infinite loop make from switches.Chris Lattner2009-01-192-0/+26
* compile-time fmod was done incorrectly. PR 3316.Dale Johannesen2009-01-192-2/+81
* DebugInfo is a lightweight APIs and consumers are expected to use light objec...Devang Patel2009-01-191-59/+0
* Verify Intrinsic::dbg_declare. Devang Patel2009-01-193-10/+8
* Add targets to support the installation of clang in isolation.Mike Stump2009-01-191-0/+13
* DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea...Evan Cheng2009-01-192-1/+8
* Fix 80 col violations.Evan Cheng2009-01-191-2/+2
* Handle ISD::DECLARE with PIC relocation model.Evan Cheng2009-01-191-4/+15
* Port this test from dejagnu to unit testing.Nick Lewycky2009-01-192-30/+25
* Fix typo, sentence fragment.Nick Lewycky2009-01-191-2/+2
* Adding your's truly to CREDITS.TXTDan Villiom Podlaski Christiansen2009-01-191-0/+8
* Temporarily revert r62487. It's causing this error during a release bootstrap ofBill Wendling2009-01-192-77/+3
* Minor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_to_vector) has two use...Evan Cheng2009-01-191-2/+2
* Now not UINT_TO_FP is legal (it's marked custom), dag combiner won'tEvan Cheng2009-01-192-1/+9
* Fix PR3016, a bug which can occur do to an invalid assumption:Chris Lattner2009-01-192-2/+107
* reduce indentation by using 'continue', no functionality change.Chris Lattner2009-01-191-20/+22
* Fix some problems in SpeculativelyExecuteBB. Basically,Chris Lattner2009-01-191-5/+16
* Make this a bit more explicit about which cases need the Chris Lattner2009-01-181-2/+6
* Fix rdar://6505632, an llc crash on 483.xalancbmkChris Lattner2009-01-182-1/+38
* Few targets like PIC16 wants libcall generation for illegal type i16.Sanjiv Gupta2009-01-183-4/+20