aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a version of NewSUnit for creating units with MachineInstrs.Dan Gohman2008-11-141-0/+8
* Initial support for carrying MachineInstrs in SUnits.Dan Gohman2008-11-141-4/+39
* Clarify the comment about NumPreds and NumSuccs to reflect that they onlyDan Gohman2008-11-131-2/+2
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-132-1/+9
* Extend InlineAsm::C_Register to allow multiple specific registersDale Johannesen2008-11-131-2/+2
* Make the Node member of SUnit private, and add accessors.Dan Gohman2008-11-131-0/+8
* Change ScheduleDAG's DAG member from a reference to a pointer, to prepareDan Gohman2008-11-131-2/+2
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-136-566/+585
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-131-1/+6
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-132-13/+4
* Revert the part of r59145 that changed the comment aboutDan Gohman2008-11-121-7/+10
* Move the code that inserts X87 FP_REG_KILL instructions from aDan Gohman2008-11-121-1/+0
* Update VarInfo's comments to reflect the current code. LiveVarDan Gohman2008-11-121-15/+12
* Correct a function name in a comment.Dan Gohman2008-11-121-1/+1
* Add ptr annotation intrinsic.Tanya Lattner2008-11-121-1/+4
* Undo previous check-in.Devang Patel2008-11-112-8/+0
* Add utility pass to remove dbg info.Devang Patel2008-11-112-0/+8
* Change the scheduler accessor methods to accept an explicit TargetMachineDan Gohman2008-11-113-5/+11
* Cleaned up and fix bugs in convert_rndsat nodeMon P Wang2008-11-111-3/+4
* Add utility routines to remove dead debug info.Devang Patel2008-11-111-0/+28
* Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode toMon P Wang2008-11-103-0/+77