| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove uber-gross hack. The define _snprintf to snprintf is invalid due to tw... | Anton Korobeynikov | 2009-12-21 | 1 | -3/+0 |
* | Mark FPW as allocable when frame address is taken. | Anton Korobeynikov | 2009-12-21 | 1 | -5/+43 |
* | First wave of plumbing for assigning an ordering to SDNodes. This takes care of | Bill Wendling | 2009-12-21 | 1 | -28/+43 |
* | Delete the instruction just before the function terminates for consistency sake. | Evan Cheng | 2009-12-21 | 1 | -2/+3 |
* | Place SDNodeOrdering.h in the directory it's used. | Bill Wendling | 2009-12-21 | 2 | -1/+2 |
* | Remove special-case SROA optimization of variable indexes to one-element and | Bob Wilson | 2009-12-21 | 1 | -141/+30 |
* | XFAIL these tests on powerpc, under the assumption that no one cares. If you ... | Daniel Dunbar | 2009-12-21 | 2 | -0/+2 |
* | Fix setting and default setting of code model for jit. Do this | Eric Christopher | 2009-12-21 | 5 | -16/+58 |
* | A couple minor README updates. | Eli Friedman | 2009-12-21 | 1 | -14/+5 |
* | improve compatibility with SWIG, patch by James Knight! | Chris Lattner | 2009-12-21 | 1 | -1/+5 |
* | revert r89298, which was committed without a testcase. I think | Chris Lattner | 2009-12-21 | 1 | -6/+0 |
* | fix PR5837 by having SSAUpdate reuse phi nodes for the | Chris Lattner | 2009-12-21 | 2 | -1/+58 |
* | add a helper ctor. | Chris Lattner | 2009-12-21 | 1 | -1/+7 |
* | Change StringRef::startswith and StringRef::endswith to versions which are a | Eli Friedman | 2009-12-21 | 2 | -2/+12 |
* | add check lines for min/max tests. | Chris Lattner | 2009-12-21 | 1 | -0/+16 |
* | really convert this to filecheck. | Chris Lattner | 2009-12-21 | 1 | -5/+5 |
* | give instcombine some helper functions for matching MIN and MAX, and | Chris Lattner | 2009-12-21 | 2 | -10/+158 |
* | filecheckize | Chris Lattner | 2009-12-21 | 1 | -56/+175 |
* | enhance x-(-A) -> x+A to preserve NUW/NSW. | Chris Lattner | 2009-12-21 | 2 | -11/+60 |
* | Optimize all cases of "icmp (X+Cst), X" to something simpler. This triggers | Chris Lattner | 2009-12-21 | 2 | -3/+111 |
* | convert to filecheck | Chris Lattner | 2009-12-21 | 1 | -1/+21 |
* | Fixed use of phi param in SlotIndex constructors. | Lang Hames | 2009-12-19 | 1 | -2/+2 |
* | fix an overly conservative caching issue that caused memdep to | Chris Lattner | 2009-12-19 | 2 | -32/+40 |
* | CMake: Update lib deps. | Daniel Dunbar | 2009-12-19 | 1 | -9/+9 |
* | .llx is no more. | Chris Lattner | 2009-12-19 | 2 | -2/+1 |
* | fix inconsistent use of tabs | Chris Lattner | 2009-12-19 | 1 | -20/+20 |
* | Remove unused variable (noticed by clang++). | Daniel Dunbar | 2009-12-19 | 1 | -1/+0 |
* | #if 0 out X86 disassembler for now, it is breaking the build in multiple places. | Daniel Dunbar | 2009-12-19 | 2 | -0/+13 |
* | Emit direction operand in binary insns that stores in memory. | Sanjiv Gupta | 2009-12-19 | 2 | -1/+14 |
* | Adding a bunch of options to the mcc16 driver. | Sanjiv Gupta | 2009-12-19 | 1 | -44/+55 |
* | rename dprintf to dbgpritnf, in order to fix build with glibc (which already ... | Nuno Lopes | 2009-12-19 | 1 | -29/+29 |
* | fix build and while at it remove a redudant include | Nuno Lopes | 2009-12-19 | 2 | -2/+1 |
* | Test cases for changes done in 91768. | Sanjiv Gupta | 2009-12-19 | 2 | -0/+21 |
* | 1. In indirect load/store insns , the name of fsr should be emitted as INDF. | Sanjiv Gupta | 2009-12-19 | 1 | -5/+13 |
* | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor | 2009-12-19 | 10 | -24/+24 |
* | fix PR5827 by disabling the phi slicing transformation in a case | Chris Lattner | 2009-12-19 | 2 | -2/+77 |
* | Update my SROA changes in response to review. | Bob Wilson | 2009-12-19 | 1 | -33/+38 |
* | More bzero -> memset that I missed. | Daniel Dunbar | 2009-12-19 | 2 | -13/+13 |
* | Add missing newlines at EOF (for clang++). | Daniel Dunbar | 2009-12-19 | 2 | -2/+2 |
* | Use memset instead of bzero, its more portable. | Daniel Dunbar | 2009-12-19 | 1 | -2/+2 |
* | Remove spurious semicolon. Thanks, Clang | Douglas Gregor | 2009-12-19 | 1 | -1/+1 |
* | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 18 | -12/+5255 |
* | Bump alignment requirements for windows targets to achieve compartibility wit... | Anton Korobeynikov | 2009-12-19 | 1 | -0/+3 |
* | Use 4-arg getVTList) variant instead of generic one, when possible | Anton Korobeynikov | 2009-12-19 | 1 | -0/+1 |
* | Delete unused code. | Dan Gohman | 2009-12-19 | 1 | -14/+0 |
* | Fix a spello in a comment that Nick spotted. | Dan Gohman | 2009-12-19 | 1 | -2/+2 |
* | Fix a comment. | Dan Gohman | 2009-12-19 | 1 | -2/+2 |
* | Make some methods const. The only interesting change here is that | Chris Lattner | 2009-12-19 | 5 | -26/+28 |
* | Qualify a bunch of explicit template instantiations to satisfy clang++. | John McCall | 2009-12-19 | 4 | -8/+8 |
* | Put TypesEqual and TypeHasCycleThroughItself in namespace llvm so ADL from | John McCall | 2009-12-19 | 1 | -3/+8 |