| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an indent and a typo. | Nate Begeman | 2009-01-24 | 2 | -2/+2 |
* | Revert previous change; even this mild and clearly | Dale Johannesen | 2009-01-24 | 1 | -7/+4 |
* | add note about possible GEP improvement with fields of size 0. | Torok Edwin | 2009-01-24 | 1 | -0/+6 |
* | testcase for PR3381. | Torok Edwin | 2009-01-24 | 1 | -1/+1 |
* | void* is represented as pointer to empty struct {}. | Torok Edwin | 2009-01-24 | 1 | -0/+2 |
* | Some cleanups. No functional changes. | Owen Anderson | 2009-01-24 | 1 | -26/+34 |
* | Improve the inlining cost function a bit. | Dale Johannesen | 2009-01-24 | 1 | -3/+6 |
* | Make InstCombineStoreToCast handle aggregates more aggressively, | Chris Lattner | 2009-01-24 | 1 | -18/+48 |
* | Refactor code. No functionality change. | Evan Cheng | 2009-01-23 | 1 | -20/+38 |
* | Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f... | Devang Patel | 2009-01-23 | 3 | -2/+13 |
* | hopefully address PR3379 by making the P modifier work in x86 inline asm. | Chris Lattner | 2009-01-23 | 1 | -0/+3 |
* | use CallSite::isCalle instead of slow getOperandNo | Gabor Greif | 2009-01-23 | 1 | -3/+3 |
* | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif | 2009-01-23 | 4 | -10/+5 |
* | Add support for deleting a module provider from a JIT in such a way that it d... | Nate Begeman | 2009-01-23 | 3 | -1/+41 |
* | Empty DIType represents void. In this case no need to construct any type DIE. | Devang Patel | 2009-01-23 | 1 | -3/+1 |
* | Fold x-0 to x in unsafe-fp-math mode. This comes up in the | Dan Gohman | 2009-01-23 | 2 | -9/+19 |
* | fix two more cases where we could let the NLPDI cache get unsorted. | Chris Lattner | 2009-01-23 | 1 | -5/+14 |
* | Unconditionally reset 'cache' to zero, even if we don't need to resort it. | Chris Lattner | 2009-01-23 | 1 | -5/+4 |
* | Only check if coalescing is worthwhile when the result is targeting a more re... | Evan Cheng | 2009-01-23 | 1 | -1/+6 |
* | Stage two of fixing pre-alloc-splitting's code size issues: filter out restor... | Owen Anderson | 2009-01-23 | 1 | -9/+37 |
* | Cross register class coalescing. Not yet enabled. | Evan Cheng | 2009-01-23 | 2 | -109/+123 |
* | Code did not follow associated comment. not a good idea. | Devang Patel | 2009-01-23 | 1 | -1/+1 |
* | Set appropriate tag for the composite type. | Devang Patel | 2009-01-23 | 1 | -0/+1 |
* | a minor tweak to my previous patch, handle the invalidation case | Chris Lattner | 2009-01-23 | 1 | -3/+4 |
* | Add an initial pass at dead spill/restore removal for pre alloc splitting. | Owen Anderson | 2009-01-23 | 1 | -4/+56 |
* | do not sign extend characters input to isprint. This improves | Chris Lattner | 2009-01-22 | 1 | -1/+1 |
* | Fix a minor bug in DAGCombiner's folding of SELECT. Folding "select C, 0, 1" | Bob Wilson | 2009-01-22 | 1 | -3/+5 |
* | Don't create ISD::FNEG nodes after legalize if they aren't legal. | Dan Gohman | 2009-01-22 | 2 | -8/+30 |
* | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif | 2009-01-22 | 4 | -9/+8 |
* | Revert r62553 and r62616 due to issues with portability. | Tanya Lattner | 2009-01-22 | 1 | -206/+496 |
* | rename methods in System/Host to be more consistent. | Chris Lattner | 2009-01-22 | 3 | -8/+8 |
* | Add SelectionDAG::getNOT method to construct bitwise NOT operations, | Bob Wilson | 2009-01-22 | 5 | -34/+41 |
* | 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 |