| Commit message (Expand) | Author | Age | Files | Lines |
* | Few targets like the tiny little PIC16 have only 16-bit pointers. | Sanjiv Gupta | 2009-01-22 | 1 | -0/+4 |
* | Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe... | Evan Cheng | 2009-01-22 | 3 | -37/+7 |
* | fix a typo | Chris Lattner | 2009-01-22 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2009-01-22 | 1 | -0/+10 |
* | Fix PR3358, a really nasty bug where recursive phi translated | Chris Lattner | 2009-01-22 | 1 | -3/+36 |
* | Recognize inline asm for bswap on x86-64 GLIBC. This allows it | Dan Gohman | 2009-01-21 | 1 | -1/+11 |
* | Do not use host floating point types when emitting | Dale Johannesen | 2009-01-21 | 3 | -9/+14 |
* | Also favors NOT64r. | Evan Cheng | 2009-01-21 | 1 | -1/+1 |
* | fix warning in release-asserts mode and spelling of assert. | Chris Lattner | 2009-01-21 | 1 | -3/+2 |
* | add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! | Chris Lattner | 2009-01-21 | 1 | -0/+4 |
* | Remove uses of uint32_t in favor of 'unsigned' for better | Chris Lattner | 2009-01-21 | 2 | -194/+194 |
* | Simplify ReduceLoadWidth's logic: it doesn't need several different | Dan Gohman | 2009-01-21 | 1 | -19/+10 |
* | Fix a recent regression. ClrOpcode is not set for i8; for i8, if | Dan Gohman | 2009-01-21 | 1 | -2/+3 |
* | Mimic gcc behaviour with regard to response files. | Mikhail Glushenkov | 2009-01-21 | 1 | -16/+15 |
* | Fixed build warnings. Restoring changes done in 62600, they were lost in 62655. | Sanjiv Gupta | 2009-01-21 | 2 | -4/+5 |
* | Cleanup whitespace and comments, and tweak some | Duncan Sands | 2009-01-21 | 7 | -67/+64 |
* | I accidentally removed this check in an earlier commit, which cause breakage ... | Owen Anderson | 2009-01-21 | 1 | -0/+4 |
* | Implement LowerOperationWrapper for legalizer. | Sanjiv Gupta | 2009-01-21 | 5 | -138/+174 |
* | CellSPU: | Scott Michel | 2009-01-21 | 9 | -130/+317 |
* | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta | 2009-01-21 | 5 | -68/+85 |
* | Favors generating "not" over "xor -1". For example. | Evan Cheng | 2009-01-21 | 1 | -0/+3 |
* | Make special cases (0 inf nan) work for frem. | Dale Johannesen | 2009-01-21 | 3 | -38/+68 |
* | Be more aggressive about renumbering vregs after splitting them. | Owen Anderson | 2009-01-21 | 1 | -3/+7 |
* | Encode member accessibility. | Devang Patel | 2009-01-21 | 1 | -1/+5 |
* | Appropriately mark fowrad decls. | Devang Patel | 2009-01-20 | 1 | -11/+8 |
* | Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t... | Evan Cheng | 2009-01-20 | 1 | -13/+15 |
* | Fix typo. Patch by Alexei Svitkine. | Duncan Sands | 2009-01-20 | 1 | -1/+1 |
* | Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was | Bill Wendling | 2009-01-20 | 1 | -12/+13 |
* | Fix struct member's debug info. | Devang Patel | 2009-01-20 | 1 | -7/+24 |
* | Need only one set of debug info versions enum. | Devang Patel | 2009-01-20 | 2 | -6/+6 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 31 | -123/+157 |
* | Fix global variable's address in a DIE. | Devang Patel | 2009-01-20 | 1 | -1/+1 |
* | Enable debug info for enums. | Devang Patel | 2009-01-20 | 1 | -10/+14 |
* | Add an IEEE remainder function, which is not | Dale Johannesen | 2009-01-20 | 1 | -1/+39 |
* | improve compatibility with various versions of graphviz, patch by | Chris Lattner | 2009-01-20 | 1 | -1/+1 |
* | Eliminate use of uint32_t to improve compatibility with cygwin | Chris Lattner | 2009-01-20 | 1 | -6/+6 |
* | Enable debug info for composite types. | Devang Patel | 2009-01-20 | 1 | -4/+0 |
* | Refactor code. No functionality change. | Evan Cheng | 2009-01-20 | 2 | -34/+89 |
* | Shift types need to match. | Bill Wendling | 2009-01-20 | 1 | -8/+9 |
* | another fix for PR3354 | Chris Lattner | 2009-01-20 | 1 | -0/+5 |
* | Add a README entry noticed while investigating PR3216. | Dan Gohman | 2009-01-20 | 1 | -0/+22 |
* | Fix a dagcombine to not generate loads of non-round integer types, | Dan Gohman | 2009-01-20 | 1 | -1/+1 |
* | Do not use DenseMap because the iterator is invalidated while constructing ty... | Devang Patel | 2009-01-20 | 1 | -2/+2 |
* | Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! | Nick Lewycky | 2009-01-20 | 1 | -496/+206 |
* | Make linear scan's trivial coalescer slightly more aggressive. | Evan Cheng | 2009-01-20 | 1 | -6/+6 |
* | Doxygen-ify comments. | Bill Wendling | 2009-01-19 | 1 | -45/+43 |
* | Verify debug info. | Devang Patel | 2009-01-19 | 4 | -10/+121 |
* | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner | 2009-01-19 | 1 | -1/+14 |
* | Remove SDNode's virtual destructor. This makes it impossible for | Dan Gohman | 2009-01-19 | 1 | -53/+14 |
* | improve compatibility with cygwin, patch by Jay Foad! | Chris Lattner | 2009-01-19 | 1 | -1/+1 |