aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-212-14/+38
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-212-38/+14
* Add a flag to SDep for tracking which edges are anti-dependence edges.Dan Gohman2008-11-211-6/+10
* Update comment to reflect a semblance of reality.Bill Wendling2008-11-211-7/+6
* Rename SDep's isSpecial to isArtificial, to make this field a littleDan Gohman2008-11-211-12/+14
* Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"Bill Wendling2008-11-211-7/+8
* Implement the sadd_with_overflow intrinsic. This is converted intoBill Wendling2008-11-211-7/+7
* Update comment.Bill Wendling2008-11-211-0/+1
* Implement ComputeLatency for MachineInstr ScheduleDAGs. FactorDan Gohman2008-11-212-0/+22
* Add UADDO and SADDO nodes. These will be used for determining an overflowBill Wendling2008-11-211-1/+8
* Introduce two new "add" intrinsics. These return the sum plus a bit indicatingBill Wendling2008-11-211-0/+9
* Delete redundant inline keywords.Dan Gohman2008-11-201-3/+3
* Doxygenate comments.Dan Gohman2008-11-201-30/+26
* Reformatting. No functionality change.Bill Wendling2008-11-201-11/+15
* add an operator= to assign to smallstring.Chris Lattner2008-11-201-0/+5
* - Register scavenger should use MachineRegisterInfo and internal map to find ...Evan Cheng2008-11-201-12/+28
* Factor out the code for verifying the work of the scheduler,Dan Gohman2008-11-201-2/+8
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-195-185/+449
* Move the code for printing a graph node label for an SUnit intoDan Gohman2008-11-191-0/+4
* Convert SUnit's dump method into a print method and implementDan Gohman2008-11-191-0/+1
* Do not use separate utility to walk all instructions and remove dead dbg intr...Devang Patel2008-11-191-28/+0
* Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset.Sanjiv Gupta2008-11-191-0/+9
* add a write method.Chris Lattner2008-11-191-0/+6
* LLVMC2: -emit-llvm stops compilation.Daniel Dunbar2008-11-191-0/+2
* LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar2008-11-191-0/+6
* Fix indentation.Evan Cheng2008-11-181-23/+22
* Add new helper pass that strips all symbol names except debugging information.Devang Patel2008-11-182-0/+8
* CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it wasOscar Fuentes2008-11-181-3/+0
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-181-3/+5
* Make some methods const.Dan Gohman2008-11-181-2/+2
* Whitespace cleanups.Dan Gohman2008-11-181-1/+1
* Rename stackprotector_create intrinsic to stackprotector.Bill Wendling2008-11-181-5/+5
* Implement support for JIT exceptions on X86_64. Relative offsets areNicolas Geoffray2008-11-181-3/+10
* Remove the stackprotector_check intrinsic. Use a volatile load instead.Bill Wendling2008-11-181-5/+2
* Change SUnit's dump method to take a ScheduleDAG* instead ofDan Gohman2008-11-181-2/+3
* There is no InstrStage class.Dan Gohman2008-11-181-1/+0
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-172-0/+10
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-171-10/+6
* move partial template specialization to FoldingSet.h.Zhongxing Xu2008-11-172-5/+6
* Fix 80-col violation.Zhongxing Xu2008-11-161-1/+1
* add a new m_Specific pattern that matches only if we have a specific Value*.Chris Lattner2008-11-161-0/+15
* add a new template for matching a select between two constants.Chris Lattner2008-11-161-0/+11
* Add partial specialization of FoldingSetTrait for ImmutableList.Zhongxing Xu2008-11-161-0/+5
* Fix 80-column violation.Zhongxing Xu2008-11-161-3/+3
* Clean up some strange whitespace.Nick Lewycky2008-11-151-7/+6
* Add Profile method to ImmutableList.Zhongxing Xu2008-11-151-0/+4
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-151-0/+11
* CMake: Moved generation of Intrinsics.gen toOscar Fuentes2008-11-151-0/+8
* Add support for building a ScheduleDAG from MachineInstrs. This is currentlyDan Gohman2008-11-141-0/+5
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-142-0/+15