aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small cleanups. No functionality change intended!Duncan Sands2008-11-101-0/+5
* Work around PR1000.Duncan Sands2008-11-101-1/+1
* split out the functionality of utohexstr into a new utohex_bufferChris Lattner2008-11-101-7/+22
* Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner2008-11-101-6/+6
* Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.Chris Lattner2008-11-101-1/+1
* move some cases around to silence these sorts of warnings in Chris Lattner2008-11-101-6/+6
* Add a new set of helper classes for creating and reading debug Chris Lattner2008-11-101-0/+394
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-102-21/+21
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-081-3/+0
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-0/+3
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-10/+7
* Rename isString -> isExternalSymbol; getString -> getExternalSymbol since the...Evan Cheng2008-11-081-4/+4
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-081-0/+34
* Indentation.Evan Cheng2008-11-081-4/+4
* Sign-extend rather than zero-extend when promotingDuncan Sands2008-11-071-4/+5
* Jump tables may be emitted by target.Evan Cheng2008-11-071-0/+4