aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-261-0/+37
* Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling2012-03-261-0/+3
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-265-0/+24
* Prune some includes and forward declarations.Craig Topper2012-03-2620-36/+21
* Prune some includes and forward declarations.Craig Topper2012-03-258-20/+4
* Use the isReachableFromEntry method.Rafael Espindola2012-03-241-3/+1
* Avoid using dominatedBySlowTreeWalk.Rafael Espindola2012-03-241-5/+8
* Refactor the interface to recursively simplifying instructions to be tadChandler Carruth2012-03-241-9/+22
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-241-1/+2
* add EP_OptimizerLast extension pointKostya Serebryany2012-03-231-0/+4
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-231-0/+29
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-231-11/+12
* Move ftostr into its last user (cppbackend) and simplify it a bit.Benjamin Kramer2012-03-231-21/+0
* Remove the C backend.Eric Christopher2012-03-231-3/+0
* Take out the debug info probe stuff. It's making some changes toEric Christopher2012-03-231-67/+0
* Cleanup IVUsers::addUsersIfInteresting.Andrew Trick2012-03-221-2/+3
* Remove unused simplifyIVUsersAndrew Trick2012-03-221-6/+0
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-222-14/+9
* add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner2012-03-221-0/+2
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-11/+1
* Fix windows compilation warning. Patch by Micah.Jan Sjödin2012-03-211-1/+1
* Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-211-0/+4
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+11
* Finish organizing C API docs.Gregory Szorc2012-03-211-67/+194
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-2116-109/+1622
* Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.Anna Zaks2012-03-201-2/+7
* [Object/COFF]: Expose getSectionContents.Michael J. Spencer2012-03-191-0/+5
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-192-0/+8
* Make the formatting of this file more consistent, and fix the 80-columnsChandler Carruth2012-03-181-42/+42
* Teach InstVisitor about the UnaryInstruction layer in the instructionChandler Carruth2012-03-181-8/+9
* MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.Benjamin Kramer2012-03-171-1/+12
* Limit the number of memory operands in MachineInstr to 2^16 and store the num...Benjamin Kramer2012-03-161-6/+7
* Start removing the use of an ad-hoc 'never inline' set and insteadChandler Carruth2012-03-162-9/+10
* Pull the implementation of the code metrics out of the inline costChandler Carruth2012-03-161-34/+32
* LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick2012-03-161-1/+2
* Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...NAKAMURA Takumi2012-03-161-2/+1
* Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen2012-03-151-2/+2
* Remove the basic inliner. This was added in 2007, and hasn't reallyChandler Carruth2012-03-151-55/+0
* Remove all remnants of partial specialization in the cost computationChandler Carruth2012-03-151-12/+0
* Extend the inline cost calculation to account for bonuses due toChandler Carruth2012-03-142-4/+20
* Fixes the MSVC build.Francois Pichet2012-03-141-4/+0
* misched: implemented a framework for top-down or bottom-up scheduling.Andrew Trick2012-03-141-0/+7
* Move APInt::operator[] inline.Benjamin Kramer2012-03-141-1/+5
* Move APInt::operator! inline, it's small and fuses well with surrounding code...Benjamin Kramer2012-03-141-1/+9
* Target override to allow CodeGenPrepare to sink address operands to intrinsic...Pete Cooper2012-03-131-0/+12
* Remove an old hack for pre-2005 MSVC. We don't support ancient microsoft comp...Benjamin Kramer2012-03-131-24/+0
* s/SjLjEHPass/SjLjEHPrepare/Bill Wendling2012-03-131-2/+2
* enhance jump threading to preserve TBAA information when PRE'ing loads,Chris Lattner2012-03-131-1/+7
* Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->Duncan Sands2012-03-131-3/+10
* Fixed comments for SwitchInst::addCase and for SwitchInst::removeCase.Stepan Dyatkovskiy2012-03-131-3/+6