aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Few targets like the tiny little PIC16 have only 16-bit pointers.Sanjiv Gupta2009-01-221-0/+4
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-223-37/+7
* fix a typoChris Lattner2009-01-221-1/+1
* add a noteChris Lattner2009-01-221-0/+10
* Fix PR3358, a really nasty bug where recursive phi translated Chris Lattner2009-01-221-3/+36
* Recognize inline asm for bswap on x86-64 GLIBC. This allows itDan Gohman2009-01-211-1/+11
* Do not use host floating point types when emittingDale Johannesen2009-01-213-9/+14
* 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-211-0/+4
* 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-211-19/+10
* Fix a recent regression. ClrOpcode is not set for i8; for i8, ifDan Gohman2009-01-211-2/+3
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-211-16/+15
* 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-217-67/+64
* 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-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