aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-215-138/+174
* CellSPU:Scott Michel2009-01-219-130/+317
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-215-68/+85
* Favors generating "not" over "xor -1". For example.Evan Cheng2009-01-211-0/+3
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-213-38/+68
* Be more aggressive about renumbering vregs after splitting them.Owen Anderson2009-01-211-3/+7
* Encode member accessibility.Devang Patel2009-01-211-1/+5
* Appropriately mark fowrad decls.Devang Patel2009-01-201-11/+8
* Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...Evan Cheng2009-01-201-13/+15
* 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
* Need only one set of debug info versions enum.Devang Patel2009-01-202-6/+6
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-2031-123/+157
* 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-201-1/+39
* 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-6/+6
* Enable debug info for composite types.Devang Patel2009-01-201-4/+0
* Refactor code. No functionality change.Evan Cheng2009-01-202-34/+89
* Shift types need to match.Bill Wendling2009-01-201-8/+9
* another fix for PR3354Chris Lattner2009-01-201-0/+5
* 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-201-1/+1
* Do not use DenseMap because the iterator is invalidated while constructing ty...Devang Patel2009-01-201-2/+2
* Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine!Nick Lewycky2009-01-201-496/+206
* Make linear scan's trivial coalescer slightly more aggressive.Evan Cheng2009-01-201-6/+6
* Doxygen-ify comments.Bill Wendling2009-01-191-45/+43
* Verify debug info.Devang Patel2009-01-194-10/+121
* Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner2009-01-191-1/+14
* Remove SDNode's virtual destructor. This makes it impossible forDan Gohman2009-01-191-53/+14
* improve compatibility with cygwin, patch by Jay Foad!Chris Lattner2009-01-191-1/+1
* 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-192-16/+39
* Fix PR3353, infinitely jump threading an infinite loop make from switches.Chris Lattner2009-01-191-0/+5
* compile-time fmod was done incorrectly. PR 3316.Dale Johannesen2009-01-191-2/+4
* Verify Intrinsic::dbg_declare. Devang Patel2009-01-191-0/+5
* DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea...Evan Cheng2009-01-191-1/+1
* Fix 80 col violations.Evan Cheng2009-01-191-2/+2
* Handle ISD::DECLARE with PIC relocation model.Evan Cheng2009-01-191-4/+15
* Fix typo, sentence fragment.Nick Lewycky2009-01-191-2/+2
* Temporarily revert r62487. It's causing this error during a release bootstrap ofBill Wendling2009-01-191-77/+2
* 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-191-1/+8
* Fix PR3016, a bug which can occur do to an invalid assumption:Chris Lattner2009-01-191-2/+77
* 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-181-1/+2