| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for NULL before traversing the isa<> type hierarchy checking with a | Scott Michel | 2008-11-22 | 1 | -1/+1 |
* | Make a convenient helper for printing offsets. | Anton Korobeynikov | 2008-11-22 | 1 | -0/+3 |
* | Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! | Bill Wendling | 2008-11-22 | 1 | -6/+7 |
* | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner | 2008-11-21 | 2 | -38/+14 |
* | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling | 2008-11-21 | 2 | -14/+38 |
* | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta | 2008-11-21 | 2 | -38/+14 |
* | Add a flag to SDep for tracking which edges are anti-dependence edges. | Dan Gohman | 2008-11-21 | 1 | -6/+10 |
* | Update comment to reflect a semblance of reality. | Bill Wendling | 2008-11-21 | 1 | -7/+6 |
* | Rename SDep's isSpecial to isArtificial, to make this field a little | Dan Gohman | 2008-11-21 | 1 | -12/+14 |
* | Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" | Bill Wendling | 2008-11-21 | 1 | -7/+8 |
* | Implement the sadd_with_overflow intrinsic. This is converted into | Bill Wendling | 2008-11-21 | 1 | -7/+7 |
* | Update comment. | Bill Wendling | 2008-11-21 | 1 | -0/+1 |
* | Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor | Dan Gohman | 2008-11-21 | 2 | -0/+22 |
* | Add UADDO and SADDO nodes. These will be used for determining an overflow | Bill Wendling | 2008-11-21 | 1 | -1/+8 |
* | Introduce two new "add" intrinsics. These return the sum plus a bit indicating | Bill Wendling | 2008-11-21 | 1 | -0/+9 |
* | Delete redundant inline keywords. | Dan Gohman | 2008-11-20 | 1 | -3/+3 |
* | Doxygenate comments. | Dan Gohman | 2008-11-20 | 1 | -30/+26 |
* | Reformatting. No functionality change. | Bill Wendling | 2008-11-20 | 1 | -11/+15 |
* | add an operator= to assign to smallstring. | Chris Lattner | 2008-11-20 | 1 | -0/+5 |
* | - Register scavenger should use MachineRegisterInfo and internal map to find ... | Evan Cheng | 2008-11-20 | 1 | -12/+28 |
* | Factor out the code for verifying the work of the scheduler, | Dan Gohman | 2008-11-20 | 1 | -2/+8 |
* | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 5 | -185/+449 |
* | Move the code for printing a graph node label for an SUnit into | Dan Gohman | 2008-11-19 | 1 | -0/+4 |
* | Convert SUnit's dump method into a print method and implement | Dan Gohman | 2008-11-19 | 1 | -0/+1 |
* | Do not use separate utility to walk all instructions and remove dead dbg intr... | Devang Patel | 2008-11-19 | 1 | -28/+0 |
* | Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset. | Sanjiv Gupta | 2008-11-19 | 1 | -0/+9 |
* | add a write method. | Chris Lattner | 2008-11-19 | 1 | -0/+6 |
* | LLVMC2: -emit-llvm stops compilation. | Daniel Dunbar | 2008-11-19 | 1 | -0/+2 |
* | LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only. | Daniel Dunbar | 2008-11-19 | 1 | -0/+6 |
* | Fix indentation. | Evan Cheng | 2008-11-18 | 1 | -23/+22 |
* | Add new helper pass that strips all symbol names except debugging information. | Devang Patel | 2008-11-18 | 2 | -0/+8 |
* | CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was | Oscar Fuentes | 2008-11-18 | 1 | -3/+0 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 1 | -3/+5 |
* | Make some methods const. | Dan Gohman | 2008-11-18 | 1 | -2/+2 |
* | Whitespace cleanups. | Dan Gohman | 2008-11-18 | 1 | -1/+1 |
* | Rename stackprotector_create intrinsic to stackprotector. | Bill Wendling | 2008-11-18 | 1 | -5/+5 |
* | Implement support for JIT exceptions on X86_64. Relative offsets are | Nicolas Geoffray | 2008-11-18 | 1 | -3/+10 |
* | Remove the stackprotector_check intrinsic. Use a volatile load instead. | Bill Wendling | 2008-11-18 | 1 | -5/+2 |
* | Change SUnit's dump method to take a ScheduleDAG* instead of | Dan Gohman | 2008-11-18 | 1 | -2/+3 |
* | There is no InstrStage class. | Dan Gohman | 2008-11-18 | 1 | -1/+0 |
* | Support dependencies between plugins by priority-sorting. | Mikhail Glushenkov | 2008-11-17 | 2 | -0/+10 |
* | Add a layer of indirection to make plugins more flexible. | Mikhail Glushenkov | 2008-11-17 | 1 | -10/+6 |
* | move partial template specialization to FoldingSet.h. | Zhongxing Xu | 2008-11-17 | 2 | -5/+6 |
* | Fix 80-col violation. | Zhongxing Xu | 2008-11-16 | 1 | -1/+1 |
* | add a new m_Specific pattern that matches only if we have a specific Value*. | Chris Lattner | 2008-11-16 | 1 | -0/+15 |
* | add a new template for matching a select between two constants. | Chris Lattner | 2008-11-16 | 1 | -0/+11 |
* | Add partial specialization of FoldingSetTrait for ImmutableList. | Zhongxing Xu | 2008-11-16 | 1 | -0/+5 |
* | Fix 80-column violation. | Zhongxing Xu | 2008-11-16 | 1 | -3/+3 |
* | Clean up some strange whitespace. | Nick Lewycky | 2008-11-15 | 1 | -7/+6 |
* | Add Profile method to ImmutableList. | Zhongxing Xu | 2008-11-15 | 1 | -0/+4 |