| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove more tabs. | Bill Wendling | 2008-07-22 | 1 | -4/+4 |
* | Remove another tab. | Bill Wendling | 2008-07-22 | 1 | -1/+1 |
* | More tab removals. | Bill Wendling | 2008-07-22 | 1 | -3/+3 |
* | Removing tabs. | Bill Wendling | 2008-07-22 | 1 | -4/+4 |
* | Use — because. | Bill Wendling | 2008-07-22 | 1 | -1/+1 |
* | Remove references to llvm-gcc-4.0 | Bill Wendling | 2008-07-22 | 1 | -12/+4 |
* | Fix grammar. | Bill Wendling | 2008-07-22 | 1 | -1/+1 |
* | Another buildbot test commit. | Bill Wendling | 2008-07-22 | 1 | -2/+1 |
* | Correct the name of MachineMemOperand's include guard. | Dan Gohman | 2008-07-22 | 1 | -2/+2 |
* | Fix a typo in a comment. | Dan Gohman | 2008-07-22 | 1 | -1/+1 |
* | Fix multiple-return-value-to-first-class-aggregates autoupgrade to | Dan Gohman | 2008-07-22 | 1 | -1/+4 |
* | Trivial check-in to test buildbot. No functionality change. | Bill Wendling | 2008-07-22 | 1 | -3/+4 |
* | InsertValue and ExtractValue constant expressions are always | Dan Gohman | 2008-07-21 | 4 | -104/+7 |
* | Provide llvm bitcode file to native object file interface. | Devang Patel | 2008-07-21 | 4 | -9/+208 |
* | Fix grammaros in comments. | Dan Gohman | 2008-07-21 | 1 | -2/+2 |
* | Add the PR number to the test. | Dan Gohman | 2008-07-21 | 1 | -0/+2 |
* | Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain that | Dan Gohman | 2008-07-21 | 2 | -0/+290 |
* | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman | 2008-07-21 | 3 | -10/+67 |
* | After early-lowering the FORMAL_ARGUMENTS node, delete it. | Dan Gohman | 2008-07-21 | 1 | -0/+7 |
* | Eliminate a compilation warning. | Evan Cheng | 2008-07-21 | 1 | -0/+4 |
* | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 8 | -56/+69 |
* | Make the GraphWriter be more consistent about the string | Dan Gohman | 2008-07-21 | 1 | -19/+8 |
* | Fix uses of underscore-capital names. | Dan Gohman | 2008-07-21 | 1 | -2/+2 |
* | Added initial support for small sections on Mips. | Bruno Cardoso Lopes | 2008-07-21 | 7 | -29/+87 |
* | Now that the MachineInstr leaks are fixed, enable leak checking | Dan Gohman | 2008-07-21 | 1 | -0/+2 |
* | Temporary hack to build with GCC 4.0 instead of 4.2. | Bill Wendling | 2008-07-21 | 1 | -1/+2 |
* | Use better variable names | Anton Korobeynikov | 2008-07-21 | 1 | -3/+3 |
* | Don't use larger alignment. | Anton Korobeynikov | 2008-07-21 | 1 | -1/+1 |
* | Add VerifyNode, a place to put sanity checks on | Duncan Sands | 2008-07-21 | 6 | -12/+54 |
* | Use movaps instead of movups to spill 16-byte vector values when default alig... | Evan Cheng | 2008-07-21 | 1 | -9/+19 |