| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 20 | -538/+18 |
* | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner | 2010-08-28 | 4 | -1538/+0 |
* | remove dead proto | Chris Lattner | 2010-08-28 | 1 | -1/+0 |
* | for completeness, allow undef also. | Chris Lattner | 2010-08-28 | 1 | -0/+3 |
* | squish dead code. | Chris Lattner | 2010-08-28 | 2 | -20/+9 |
* | zap dead code | Chris Lattner | 2010-08-28 | 1 | -10/+0 |
* | Clean up the logic of vector shuffles -> vector shifts. | Bruno Cardoso Lopes | 2010-08-28 | 1 | -46/+180 |
* | handle the constant case of vector insertion. For something | Chris Lattner | 2010-08-28 | 1 | -3/+32 |
* | optimize bitcasts from large integers to vector into vector | Chris Lattner | 2010-08-28 | 2 | -11/+129 |
* | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman | 2010-08-28 | 1 | -0/+5 |
* | Trim a #include. | Dan Gohman | 2010-08-28 | 1 | -3/+0 |
* | Fix an index calculation thinko. | Dan Gohman | 2010-08-28 | 1 | -1/+1 |
* | We don't need to custom-select VLDMQ and VSTMQ anymore. | Bob Wilson | 2010-08-28 | 2 | -42/+7 |
* | Update CMake build. Add newline at end of file. | Benjamin Kramer | 2010-08-28 | 2 | -1/+2 |
* | When merging Thumb2 loads/stores, do not give up when the offset is one of | Bob Wilson | 2010-08-27 | 1 | -10/+7 |
* | Add a prototype of a new peephole optimizing pass that uses LazyValue info to... | Owen Anderson | 2010-08-27 | 1 | -0/+113 |
* | Improve the precision of getConstant(). | Owen Anderson | 2010-08-27 | 1 | -0/+5 |
* | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson | 2010-08-27 | 10 | -166/+91 |
* | Enhance the shift propagator to handle the case when you have: | Chris Lattner | 2010-08-27 | 1 | -22/+56 |
* | Simplify. | Devang Patel | 2010-08-27 | 1 | -4/+1 |
* | Implement a pretty general logical shift propagation | Chris Lattner | 2010-08-27 | 2 | -2/+227 |
* | Unsigned value cannot be < 0. | Bob Wilson | 2010-08-27 | 1 | -2/+2 |
* | When merging adjacent operands, scan ahead and merge all equal | Dan Gohman | 2010-08-27 | 1 | -11/+14 |
* | remove some special shift cases that have been subsumed into the | Chris Lattner | 2010-08-27 | 1 | -34/+13 |
* | Make the {A,+,B}<L> + {C,+,D}<L> --> Other + {A+C,+,B+D}<L> | Dan Gohman | 2010-08-27 | 1 | -23/+21 |
* | Remove now unneeded command line flag that enables 'optimize compares.' | Bill Wendling | 2010-08-27 | 1 | -8/+1 |
* | Fix typos in comments. | Owen Anderson | 2010-08-27 | 1 | -2/+2 |
* | teach the truncation optimization that an entire chain of | Chris Lattner | 2010-08-27 | 1 | -0/+5 |
* | Switch ScalarEvolution's main Value*->SCEV* map from std::map | Dan Gohman | 2010-08-27 | 1 | -28/+26 |
* | Add an instcombine to clean up a common pattern produced | Chris Lattner | 2010-08-27 | 1 | -0/+23 |
* | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 1 | -1/+66 |
* | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson | 2010-08-27 | 2 | -1/+41 |
* | Optimize SCEVComplexityCompare. Use a 3-way return instead of a 2-way | Dan Gohman | 2010-08-27 | 1 | -48/+82 |
* | Properly handle passing of FP stuff to varargs function on Win64: | Anton Korobeynikov | 2010-08-27 | 2 | -0/+42 |
* | MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky. | Benjamin Kramer | 2010-08-27 | 1 | -41/+46 |
* | MCELF: Always overwrite FixedValue. | Benjamin Kramer | 2010-08-27 | 1 | -2/+3 |
* | X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t... | Daniel Dunbar | 2010-08-27 | 1 | -1/+1 |
* | Revert r112213. It is not needed. | Devang Patel | 2010-08-26 | 2 | -19/+8 |
* | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 31 | -147/+74 |
* | If node is not available then use FuncInfo.ValueMap to emit debug info for by... | Devang Patel | 2010-08-26 | 1 | -5/+9 |
* | Remove the now obsolete frame index virtual re-use algorithm from PEI. Pre-RA | Jim Grosbach | 2010-08-26 | 1 | -148/+9 |
* | optimize "integer extraction out of the middle of a vector" as produced | Chris Lattner | 2010-08-26 | 1 | -13/+35 |
* | tidy up a bit. no functional change. | Jim Grosbach | 2010-08-26 | 2 | -31/+10 |
* | optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x' | Chris Lattner | 2010-08-26 | 1 | -0/+34 |
* | Turn off the scavenging based frame reg reuse briefly to measure whether it's | Jim Grosbach | 2010-08-26 | 1 | -1/+1 |
* | zap the now unused MVT::getIntVectorWithNumElements | Bruno Cardoso Lopes | 2010-08-26 | 1 | -1/+1 |
* | Speculatively revert r112207. | Devang Patel | 2010-08-26 | 1 | -3/+1 |
* | 80 col. | Devang Patel | 2010-08-26 | 1 | -1/+2 |
* | Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also. | Devang Patel | 2010-08-26 | 2 | -8/+19 |
* | Use pseudo instructions for VST3. | Bob Wilson | 2010-08-26 | 4 | -59/+81 |