| Commit message (Expand) | Author | Age | Files | Lines |
* | Add predicate for GhostLinkage, used by the JIT | Nate Begeman | 2008-07-25 | 1 | -0/+1 |
* | Remove dead PatLeaf; there are a number of issues around MMX movl that need t... | Nate Begeman | 2008-07-25 | 1 | -5/+0 |
* | Tab removal | Nate Begeman | 2008-07-25 | 1 | -1/+1 |
* | Add a #include for the uses of uint64_t. | Dan Gohman | 2008-07-25 | 1 | -0/+1 |
* | This test needs -aggressive-remat enabled. | Dan Gohman | 2008-07-25 | 1 | -1/+1 |
* | Disable the new aggressive remat logic introduced in 54000; it causes some | Dan Gohman | 2008-07-25 | 1 | -0/+4 |
* | When splitting a vector shuffle, fixed which type we used for the hi part | Mon P Wang | 2008-07-25 | 1 | -1/+1 |
* | Teach ARM isLegalAddressingMode to handle unknown type without crashing. This... | Evan Cheng | 2008-07-25 | 2 | -1/+10 |
* | Add a #include <cassert>, since this file use assert. | Dan Gohman | 2008-07-25 | 1 | -0/+1 |
* | Apply a patch from Mahadevan R, with minor formatting changes, to | Dan Gohman | 2008-07-25 | 1 | -1/+7 |
* | Use AliasAnalysis::pointsToConstantMemory in SDISel to avoid unnecessary | Dan Gohman | 2008-07-25 | 1 | -7/+15 |
* | Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe... | Dan Gohman | 2008-07-25 | 6 | -15/+140 |
* | Put the LICM of constant GlobalVariables, introduced in r53945, under a | Dan Gohman | 2008-07-24 | 2 | -2/+12 |
* | Add target triples so these tests behave as expected on non-darwin hosts. | Dan Gohman | 2008-07-24 | 3 | -3/+3 |
* | Avoid emitting casts in static initializer contexts. This fixes | Dan Gohman | 2008-07-24 | 1 | -65/+62 |
* | Store the predecessor MBB in the PHIUnion, rather than an index, since the in... | Owen Anderson | 2008-07-24 | 1 | -26/+28 |
* | Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al... | Evan Cheng | 2008-07-24 | 2 | -0/+12 |
* | Create temp. file in current path. | Devang Patel | 2008-07-24 | 1 | -6/+3 |
* | Identify llvm bit-code file that is causing linking failure in LTO mode. | Devang Patel | 2008-07-24 | 2 | -18/+144 |
* | New test case. | Evan Cheng | 2008-07-24 | 1 | -0/+7 |
* | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng | 2008-07-24 | 4 | -241/+246 |
* | Enable the insertion of empty indices into LiveInterals, thereby making renum... | Owen Anderson | 2008-07-23 | 1 | -70/+80 |
* | Fix a compile-time regression introduced by my heuristic-changing patch. I f... | Owen Anderson | 2008-07-23 | 4 | -4/+5 |
* | Use C99 aggregate literal syntax for first-class struct and array values. | Dan Gohman | 2008-07-23 | 1 | -0/+8 |
* | Minor fixes. | Bruno Cardoso Lopes | 2008-07-23 | 5 | -28/+54 |
* | Make CreateBinOp/CreateNeg/CreateNot do constant folding. | Chris Lattner | 2008-07-23 | 1 | -4/+11 |
* | "Allow LICM to sink or lift loads from constant memory. Also add a test | Chris Lattner | 2008-07-23 | 2 | -0/+28 |
* | 'Previously, the emacs tablegen mode would highlight constants even if | Chris Lattner | 2008-07-23 | 1 | -4/+4 |
* | Update the generated .cvs files. | Dan Gohman | 2008-07-23 | 3 | -307/+345 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 29 | -559/+168 |
* | Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions. | Evan Cheng | 2008-07-23 | 4 | -9/+72 |
* | LegalizeTypes support for VSETCC. Fixes PR2575. | Duncan Sands | 2008-07-22 | 3 | -9/+68 |
* | Change the heuristics used in the coalescer, register allocator, and within | Owen Anderson | 2008-07-22 | 5 | -14/+29 |
* | Quit early, if unable to reproduce error using original input files. | Devang Patel | 2008-07-22 | 2 | -1/+86 |
* | Factor out SSE 4 wide shuffle lowering code into its own function. No functio... | Evan Cheng | 2008-07-22 | 1 | -104/+106 |
* | Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to ou... | Evan Cheng | 2008-07-22 | 2 | -1/+18 |
* | Add insertvalue and extractvalue folding support in IRBuilder. | Dan Gohman | 2008-07-22 | 1 | -12/+23 |
* | Remove temp. files in the end. | Devang Patel | 2008-07-22 | 2 | -7/+24 |
* | While creating temp. file on disk, if the current filename points to a existi... | Devang Patel | 2008-07-22 | 1 | -2/+8 |
* | Fix PR2574: implement v2f32 scalar_to_vector. | Evan Cheng | 2008-07-22 | 2 | -0/+22 |
* | IRBuilder support for insertvalue and extractvalue. | Dan Gohman | 2008-07-22 | 1 | -5/+31 |
* | Assert that the DAG root value is a chain value. | Dan Gohman | 2008-07-22 | 1 | -1/+6 |
* | Handle bitcode wrappers. | Devang Patel | 2008-07-22 | 1 | -1/+4 |
* | Make the GraphRoot edge look like a chain edge, which is more accurate, | Dan Gohman | 2008-07-22 | 1 | -1/+2 |
* | Provide default implementation of different small-sections related stuff | Anton Korobeynikov | 2008-07-22 | 1 | -3/+21 |
* | Tie small stuff to non-small by default on ELF platforms | Anton Korobeynikov | 2008-07-22 | 2 | -2/+8 |
* | simplified small section logic | Bruno Cardoso Lopes | 2008-07-22 | 1 | -35/+19 |
* | Fix encoding of atomic compare and swap for i64 | Anton Korobeynikov | 2008-07-22 | 1 | -1/+1 |
* | Added small section asm emition logic for mips. | Bruno Cardoso Lopes | 2008-07-22 | 3 | -3/+81 |
* | Basic support for small sections | Bruno Cardoso Lopes | 2008-07-22 | 2 | -0/+30 |