| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow (set_option SwitchOption, true). | Mikhail Glushenkov | 2009-12-23 | 3 | -20/+45 |
* | Reapply 91904. | Sanjiv Gupta | 2009-12-23 | 4 | -10/+59 |
* | Added missing patterns for subtract instruction. | Sanjiv Gupta | 2009-12-23 | 2 | -34/+64 |
* | deleting empty file. | Sanjiv Gupta | 2009-12-23 | 1 | -0/+0 |
* | Reverting back 91904. | Sanjiv Gupta | 2009-12-23 | 4 | -60/+10 |
* | Use more sensible type for flags in asms. PR 5570. | Dale Johannesen | 2009-12-23 | 3 | -5/+31 |
* | Update objectsize intrinsic and associated dependencies. Fix | Eric Christopher | 2009-12-23 | 4 | -7/+7 |
* | really remove the instruction, don't just comment it out | Chris Lattner | 2009-12-23 | 1 | -7/+4 |
* | completely eliminate the MOV16r0 'instruction'. The only | Chris Lattner | 2009-12-23 | 4 | -19/+11 |
* | More fixes for Visual C++. Replaced several very small | Sean Callanan | 2009-12-23 | 1 | -10/+10 |
* | stop pattern matching 16-bit zero's of a register to MOV16r0, | Chris Lattner | 2009-12-23 | 1 | -4/+10 |
* | Remove superfluous SDNode ordering. | Bill Wendling | 2009-12-23 | 1 | -48/+16 |
* | Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not | Jeffrey Yasskin | 2009-12-23 | 1 | -0/+4 |
* | Remove node ordering from inline asm nodes. It's not needed. | Bill Wendling | 2009-12-23 | 1 | -16/+0 |
* | Suppress compiler warning. | Daniel Dunbar | 2009-12-23 | 1 | -0/+2 |
* | Remove node ordering from VA nodes. It's not needed. | Bill Wendling | 2009-12-23 | 1 | -25/+14 |
* | Update docs for bitcode changes. For object size checking we won't | Eric Christopher | 2009-12-23 | 1 | -27/+8 |
* | Revert r91949 r91942 and r91936. | Bill Wendling | 2009-12-23 | 1 | -407/+119 |
* | restore 'make update' functionality by not ignoring 'clang' here | Gabor Greif | 2009-12-23 | 0 | -0/+0 |
* | Finish up node ordering in ExpandNode. | Bill Wendling | 2009-12-23 | 1 | -45/+113 |
* | Add coalescer asserts. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -4/+6 |
* | Add a SPR register class to the ARM target. | Jakob Stoklund Olesen | 2009-12-22 | 2 | -1/+14 |
* | Partially revert r91626. Materializing extra functions to determine whether | Jeffrey Yasskin | 2009-12-22 | 3 | -23/+106 |
* | Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the function | Bill Wendling | 2009-12-22 | 1 | -84/+237 |
* | Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI | Jeffrey Yasskin | 2009-12-22 | 2 | -2/+35 |
* | Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP | Bill Wendling | 2009-12-22 | 2 | -15/+83 |
* | Removed the "inline" keyword from the disassembler decoder, | Sean Callanan | 2009-12-22 | 1 | -30/+30 |
* | rename HexDisassembler -> Disassembler, it works on any input | Chris Lattner | 2009-12-22 | 4 | -10/+10 |
* | just discard the debug output from the disassembler. | Chris Lattner | 2009-12-22 | 1 | -6/+2 |
* | Add testcase for PR5703 | Anton Korobeynikov | 2009-12-22 | 1 | -0/+13 |
* | Remove minimal CFG sanity checks from verifier. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -18/+0 |
* | Allow explicit %reg0 operands beyond what the .td file describes. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -1/+2 |
* | Allow 0 as an order number. Don't assign an order to formal arguments. | Bill Wendling | 2009-12-22 | 2 | -21/+11 |
* | Fixes to the X86 disassembler: | Sean Callanan | 2009-12-22 | 3 | -8/+20 |
* | Restore snprintf weirdness for VCPP only | Anton Korobeynikov | 2009-12-22 | 1 | -0/+8 |
* | Fix the Convert to scalar to not insert dead loads in the store case. The | Chris Lattner | 2009-12-22 | 1 | -2/+12 |
* | fix some fixme's by using twines | Chris Lattner | 2009-12-22 | 1 | -6/+2 |
* | Use proper move instructions. Make the verifier happy. | Jakob Stoklund Olesen | 2009-12-22 | 1 | -1/+1 |
* | Report an error for bad inline assembly, where the value passed for an | Bob Wilson | 2009-12-22 | 1 | -2/+6 |
* | Remove target attribute break-sse-dep. Instead, do not fold load into sse par... | Evan Cheng | 2009-12-22 | 7 | -56/+25 |
* | Include based on the current path, since we already -I the X86 target's path.... | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
* | While converting one of the operands to a memory operand, we need to check if... | Sanjiv Gupta | 2009-12-22 | 4 | -10/+60 |
* | specify what is invalid about it | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
* | specify a triple to use, fixing the test on non-x86-64 hosts. | Chris Lattner | 2009-12-22 | 1 | -1/+1 |
* | reject invalid input with a caret, e.g.: | Chris Lattner | 2009-12-22 | 1 | -2/+2 |
* | Generalize SROA to allow the first index of a GEP to be non-zero. Add a | Bob Wilson | 2009-12-22 | 2 | -23/+57 |
* | various cleanups, make the disassemble reject lines with too much | Chris Lattner | 2009-12-22 | 2 | -40/+50 |
* | If you thought that it didn't make sense for the disassembler | Chris Lattner | 2009-12-22 | 1 | -19/+15 |
* | rewrite the file parser for the disassembler, implementing support for | Chris Lattner | 2009-12-22 | 3 | -14/+45 |
* | don't crash on blank lines, rename some variables. | Chris Lattner | 2009-12-22 | 1 | -38/+31 |