| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some missing files for host build. | Zonr Chang | 2010-10-08 | 1 | -1/+5 |
| * | Apply changes on LLVM r112364 after merge. | Shih-wei Liao | 2010-09-11 | 2 | -2/+1 |
| * | Merge commit '69494cf8102cf872e9cb76662e9960be7c112112' into HEAD | Shih-wei Liao | 2010-09-10 | 98 | -4276/+4285 |
| |\ |
|
| | * | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -14/+0 |
| | * | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner | 2010-08-28 | 4 | -1538/+0 |
| | * | for completeness, allow undef also. | Chris Lattner | 2010-08-28 | 1 | -0/+3 |
| | * | squish dead code. | Chris Lattner | 2010-08-28 | 1 | -11/+1 |
| | * | 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 |
| | * | Update CMake build. Add newline at end of file. | Benjamin Kramer | 2010-08-28 | 2 | -1/+2 |
| | * | Add a prototype of a new peephole optimizing pass that uses LazyValue info to... | Owen Anderson | 2010-08-27 | 1 | -0/+113 |
| | * | Enhance the shift propagator to handle the case when you have: | Chris Lattner | 2010-08-27 | 1 | -22/+56 |
| | * | Implement a pretty general logical shift propagation | Chris Lattner | 2010-08-27 | 2 | -2/+227 |
| | * | remove some special shift cases that have been subsumed into the | Chris Lattner | 2010-08-27 | 1 | -34/+13 |
| | * | 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 |
| | * | Add an instcombine to clean up a common pattern produced | Chris Lattner | 2010-08-27 | 1 | -0/+23 |
| | * | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson | 2010-08-27 | 1 | -0/+39 |
| | * | optimize "integer extraction out of the middle of a vector" as produced | Chris Lattner | 2010-08-26 | 1 | -13/+35 |
| | * | optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x' | Chris Lattner | 2010-08-26 | 1 | -0/+34 |
| | * | Make JumpThreading smart enough to properly thread StrSwitch when it's compil... | Owen Anderson | 2010-08-26 | 1 | -17/+77 |
| | * | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 6 | -53/+88 |
| | * | Revert r111922, "MapValue support for MDNodes. This is similar to r109117, | Daniel Dunbar | 2010-08-26 | 1 | -27/+8 |
| | * | Revert r112091, "Remap metadata attached to instructions when remapping | Daniel Dunbar | 2010-08-26 | 2 | -12/+16 |
| | * | zap dead code. | Chris Lattner | 2010-08-26 | 1 | -13/+1 |
| | * | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman | 2010-08-26 | 1 | -125/+32 |
| | * | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner | 2010-08-25 | 1 | -2/+2 |
| | * | Remap metadata attached to instructions when remapping individual | Dan Gohman | 2010-08-25 | 2 | -16/+12 |
| | * | DIGlobalVariable can be used to encode debug info for globals that are direc... | Devang Patel | 2010-08-25 | 1 | -2/+2 |
| | * | Use MapValue in the Linker instead of having a private function | Dan Gohman | 2010-08-24 | 4 | -32/+3 |
| | * | Turn LVI on, previously detected failures should be fixed now. | Owen Anderson | 2010-08-24 | 1 | -1/+1 |
| | * | MapValue support for MDNodes. This is similar to r109117, except | Dan Gohman | 2010-08-24 | 1 | -8/+27 |
| | * | Turn LVI back off, I have a testcase now. | Owen Anderson | 2010-08-23 | 1 | -1/+1 |
| | * | Re-enable LazyValueInfo. Monitoring for failures. | Owen Anderson | 2010-08-23 | 1 | -1/+1 |
| | * | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 9 | -16/+19 |
| | * | Re-apply r111568 with a fix for the clang self-host. | Owen Anderson | 2010-08-20 | 1 | -0/+47 |
| | * | Revert r111568 to unbreak clang self-host. | Owen Anderson | 2010-08-19 | 1 | -45/+0 |
| | * | When a set of bitmask operations, typically from a bitfield initialization, o... | Owen Anderson | 2010-08-19 | 1 | -0/+45 |
| | * | Disable LVI while I evaluate a failure. | Owen Anderson | 2010-08-19 | 1 | -1/+1 |
| | * | Tentatively enabled LVI by default. I'll be monitoring for any failures. | Owen Anderson | 2010-08-19 | 1 | -1/+1 |
| | * | Process the step before the start, because it's usually the simpler | Dan Gohman | 2010-08-19 | 1 | -3/+3 |
| | * | Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i... | Owen Anderson | 2010-08-18 | 1 | -0/+7 |
| | * | Fix PR7755: knowing something about an inval for a pred | Chris Lattner | 2010-08-18 | 1 | -8/+4 |
| | * | fit in 80 cols | Chris Lattner | 2010-08-18 | 1 | -2/+3 |
| | * | remove some dead code. | Chris Lattner | 2010-08-18 | 3 | -15/+4 |
| | * | remove dead prototype. | Chris Lattner | 2010-08-18 | 1 | -2/+1 |
| | * | Temporarily revert r110987 as it's causing some miscompares in | Eric Christopher | 2010-08-17 | 1 | -123/+64 |
| | * | When rotating loops, put the original header at the bottom of the | Dan Gohman | 2010-08-17 | 1 | -0/+20 |
| | * | Use the getUniquePredecessor() utility function, instead of doing | Dan Gohman | 2010-08-17 | 1 | -15/+5 |
| | * | Add an option to disable codegen prepare critical edge splitting. In theory, ... | Evan Cheng | 2010-08-17 | 1 | -6/+14 |