summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Run this through -simplifycfg and -mem2reg to test only what we need to test.Bill Wendling2009-01-211-90/+13
* Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtleDan Gohman2009-01-211-0/+5
* Do not use host floating point types when emittingDale Johannesen2009-01-216-15/+22
* Also favors NOT64r.Evan Cheng2009-01-211-1/+1
* fix warning in release-asserts mode and spelling of assert.Chris Lattner2009-01-211-3/+2
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-212-0/+6
* Remove uses of uint32_t in favor of 'unsigned' for better Chris Lattner2009-01-212-194/+194
* Simplify ReduceLoadWidth's logic: it doesn't need several differentDan Gohman2009-01-212-19/+56
* Fix a recent regression. ClrOpcode is not set for i8; for i8, ifDan Gohman2009-01-212-2/+24
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-212-16/+31
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-212-2/+2
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-212-2/+2
* Allow hooks with arguments.Mikhail Glushenkov2009-01-213-50/+240
* This was causing invalid memory accesses whenDuncan Sands2009-01-211-0/+74
* Let's try to have our cake and eat it to: moveDuncan Sands2009-01-211-1/+1
* Don't rely on grep -w working.Duncan Sands2009-01-211-16/+16
* Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.Sanjiv Gupta2009-01-212-4/+5
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-218-79/+75
* I accidentally removed this check in an earlier commit, which cause breakage ...Owen Anderson2009-01-211-0/+4
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-215-138/+174
* CellSPU:Scott Michel2009-01-2110-133/+320
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-216-68/+102
* Favors generating "not" over "xor -1". For example.Evan Cheng2009-01-212-1/+4
* Disable on x86_64 until I figure out what's wrong.Dale Johannesen2009-01-211-0/+1
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-215-38/+384
* Be more aggressive about renumbering vregs after splitting them.Owen Anderson2009-01-212-4/+8
* Encode member accessibility.Devang Patel2009-01-212-2/+6
* Appropriately mark fowrad decls.Devang Patel2009-01-203-12/+18
* Need compile unit to find location.Devang Patel2009-01-201-2/+2
* Calls to fmod, it turns out, are constant-folded byDale Johannesen2009-01-201-6/+4
* Don't bother running the assembler, we don't know that it will be configuredChris Lattner2009-01-201-1/+1
* Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...Evan Cheng2009-01-203-14/+31
* Fix typo. Patch by Alexei Svitkine.Duncan Sands2009-01-201-1/+1
* Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This wasBill Wendling2009-01-201-12/+13
* Fix struct member's debug info.Devang Patel2009-01-201-7/+24
* Add test case for PR3154.Evan Cheng2009-01-201-0/+104
* indentation...Devang Patel2009-01-201-5/+5
* Need only one set of debug info versions enum.Devang Patel2009-01-205-28/+19
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-2032-127/+161
* zap white spaces.Devang Patel2009-01-201-56/+48
* 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