| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner | 2007-12-11 | 2 | -2/+155 |
* | Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting the | Reid Spencer | 2007-12-11 | 1 | -14/+23 |
* | Add first and really dirty version of generic Trie structure | Anton Korobeynikov | 2007-12-11 | 1 | -0/+223 |
* | significantly simplify some code, no functionality change. | Chris Lattner | 2007-12-11 | 1 | -88/+23 |
* | refactor some code, no functionality change. | Chris Lattner | 2007-12-11 | 1 | -94/+96 |
* | Switch over to MachineLoopInfo. | Evan Cheng | 2007-12-11 | 5 | -28/+28 |
* | Pretty print shuffle mask operand. | Evan Cheng | 2007-12-11 | 1 | -0/+13 |
* | - Improved v8i16 shuffle lowering. It now uses pshuflw and pshufhw as much as | Evan Cheng | 2007-12-11 | 3 | -95/+310 |
* | x86 doesn't actually want to custom lower v3i32 | Nate Begeman | 2007-12-11 | 1 | -0/+3 |
* | CollectorMetadata and Collector are rejiggered to get along with | Gordon Henriksen | 2007-12-11 | 7 | -298/+427 |
* | Project file maintenance. | Gordon Henriksen | 2007-12-11 | 1 | -1/+29 |
* | Move TargetData::hostIsLittleEndian out of line, which means we | Chris Lattner | 2007-12-11 | 2 | -9/+11 |
* | Adding Ocaml bindings for the bitreader as requested by Sarah | Gordon Henriksen | 2007-12-11 | 8 | -1/+217 |
* | Hey, English is not my native language :) | Anton Korobeynikov | 2007-12-10 | 1 | -1/+1 |
* | Clarify the need of CFI() stuff | Anton Korobeynikov | 2007-12-10 | 1 | -0/+3 |
* | Provide convenient way to disable CFI stuff for old/broken assemblers. | Anton Korobeynikov | 2007-12-10 | 1 | -70/+76 |
* | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner | 2007-12-10 | 7 | -43/+134 |
* | Added two bounds checks to the BitVector class to detect | Ted Kremenek | 2007-12-10 | 1 | -0/+4 |
* | split isBinaryOp into a static and member version. | Chris Lattner | 2007-12-10 | 1 | -18/+10 |
* | Fix some wording. | John Criswell | 2007-12-10 | 1 | -1/+2 |
* | Add StringPool + new CodeGen files to win32 build | Chuck Rose III | 2007-12-10 | 2 | -0/+32 |
* | Disable cfi directives for now, darwin does't support them. | Chris Lattner | 2007-12-10 | 1 | -67/+70 |
* | Make PruneEH update the nounwind/noreturn attributes | Duncan Sands | 2007-12-10 | 7 | -103/+128 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 6 | -53/+129 |
* | And finally annotate X86-64 version of callback. | Anton Korobeynikov | 2007-12-10 | 1 | -24/+51 |
* | Provide annotation for SSE version of callback. It's even more | Anton Korobeynikov | 2007-12-10 | 1 | -1/+26 |
* | Annotate JIT callback function with call frame infromation. | Anton Korobeynikov | 2007-12-10 | 1 | -1/+19 |
* | It looks like this has been broken for some time - | Duncan Sands | 2007-12-10 | 1 | -2/+2 |
* | A little more progress on StrongPHIElimination, now that I have a better sens... | Owen Anderson | 2007-12-10 | 1 | -11/+16 |
* | Improve branch folding by recgonizing that explict successor relationships im... | Christopher Lamb | 2007-12-10 | 2 | -3/+6 |
* | Delete the CollectorNamePool if it should become empty. | Gordon Henriksen | 2007-12-10 | 2 | -0/+8 |
* | Fix a typo spotted by Nick Lewycky. | Gordon Henriksen | 2007-12-10 | 1 | -2/+2 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 21 | -1231/+1449 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 21 | -663/+228 |
* | remove some dead code. | Chris Lattner | 2007-12-10 | 1 | -50/+0 |
* | fix some warnings. | Chris Lattner | 2007-12-10 | 1 | -15/+12 |
* | Fix a big problem in the recent dtor refactoring work, now it passes 2007-11-... | Chris Lattner | 2007-12-10 | 1 | -50/+14 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 22 | -228/+752 |
* | Duncan points out that the subtraction is unneeded since hte code | Chris Lattner | 2007-12-09 | 1 | -1/+1 |
* | Upgrading this test to 2.0 .ll syntax. | Gordon Henriksen | 2007-12-09 | 1 | -28/+27 |
* | Fix PR1782, patch by Wojtek Matyjewicz! | Chris Lattner | 2007-12-09 | 2 | -4/+35 |
* | Fix a very silly typo. | Gordon Henriksen | 2007-12-09 | 1 | -1/+1 |
* | Fix accidental commit by Bill. | Chris Lattner | 2007-12-09 | 1 | -1/+1 |
* | Add support for splitting the operand of a return instruction. | Chris Lattner | 2007-12-09 | 3 | -53/+21 |
* | Reverting 44702. It wasn't correct to rename them. | Bill Wendling | 2007-12-08 | 7 | -49/+49 |
* | add many new cases to SplitResult. SplitResult now handles all the cases tha... | Chris Lattner | 2007-12-08 | 2 | -3/+178 |
* | Implement splitting support for store, allowing us to compile: | Chris Lattner | 2007-12-08 | 2 | -3/+27 |
* | implement vector splitting of load, undef, and binops. | Chris Lattner | 2007-12-08 | 2 | -4/+88 |
* | implement some methods. | Chris Lattner | 2007-12-08 | 2 | -2/+29 |
* | add scaffolding for splitting of vectors. | Chris Lattner | 2007-12-08 | 3 | -4/+138 |