| Commit message (Expand) | Author | Age | Files | Lines |
* | Run this through -simplifycfg and -mem2reg to test only what we need to test. | Bill Wendling | 2009-01-21 | 1 | -90/+13 |
* | Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtle | Dan Gohman | 2009-01-21 | 1 | -0/+5 |
* | Do not use host floating point types when emitting | Dale Johannesen | 2009-01-21 | 6 | -15/+22 |
* | 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 | 2 | -0/+6 |
* | 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 | 2 | -19/+56 |
* | Fix a recent regression. ClrOpcode is not set for i8; for i8, if | Dan Gohman | 2009-01-21 | 2 | -2/+24 |
* | Mimic gcc behaviour with regard to response files. | Mikhail Glushenkov | 2009-01-21 | 2 | -16/+31 |
* | Fix 'llvm-config --libs' output. | Mikhail Glushenkov | 2009-01-21 | 2 | -2/+2 |
* | Change the hook API back to prevent memory leaks. | Mikhail Glushenkov | 2009-01-21 | 2 | -2/+2 |
* | Allow hooks with arguments. | Mikhail Glushenkov | 2009-01-21 | 3 | -50/+240 |
* | This was causing invalid memory accesses when | Duncan Sands | 2009-01-21 | 1 | -0/+74 |
* | Let's try to have our cake and eat it to: move | Duncan Sands | 2009-01-21 | 1 | -1/+1 |
* | Don't rely on grep -w working. | Duncan Sands | 2009-01-21 | 1 | -16/+16 |
* | 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 | 8 | -79/+75 |
* | 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 | 10 | -133/+320 |
* | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta | 2009-01-21 | 6 | -68/+102 |
* | Favors generating "not" over "xor -1". For example. | Evan Cheng | 2009-01-21 | 2 | -1/+4 |
* | Disable on x86_64 until I figure out what's wrong. | Dale Johannesen | 2009-01-21 | 1 | -0/+1 |
* | Make special cases (0 inf nan) work for frem. | Dale Johannesen | 2009-01-21 | 5 | -38/+384 |
* | Be more aggressive about renumbering vregs after splitting them. | Owen Anderson | 2009-01-21 | 2 | -4/+8 |
* | Encode member accessibility. | Devang Patel | 2009-01-21 | 2 | -2/+6 |
* | Appropriately mark fowrad decls. | Devang Patel | 2009-01-20 | 3 | -12/+18 |
* | Need compile unit to find location. | Devang Patel | 2009-01-20 | 1 | -2/+2 |
* | Calls to fmod, it turns out, are constant-folded by | Dale Johannesen | 2009-01-20 | 1 | -6/+4 |
* | Don't bother running the assembler, we don't know that it will be configured | Chris Lattner | 2009-01-20 | 1 | -1/+1 |
* | Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t... | Evan Cheng | 2009-01-20 | 3 | -14/+31 |
* | 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 |
* | Add test case for PR3154. | Evan Cheng | 2009-01-20 | 1 | -0/+104 |
* | indentation... | Devang Patel | 2009-01-20 | 1 | -5/+5 |
* | Need only one set of debug info versions enum. | Devang Patel | 2009-01-20 | 5 | -28/+19 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 32 | -127/+161 |
* | zap white spaces. | Devang Patel | 2009-01-20 | 1 | -56/+48 |
* | 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 | 2 | -1/+42 |
* | 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 | -76/+76 |
* | 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 | 2 | -4/+1 |
* | Check that the "don't barf on k8" fix is not | Duncan Sands | 2009-01-20 | 1 | -0/+2 |
* | Spacing | Evan Cheng | 2009-01-20 | 1 | -1/+1 |
* | Temporarily XFAIL until this can be looked at. r62557 is what caused it to st... | Bill Wendling | 2009-01-20 | 1 | -0/+1 |