summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-29
* Add support for objc property decls according to the page at:Eric Christopher2012-03-29
* Enable machine code verification in the entire code generator.Jakob Stoklund Olesen2012-03-28
* Tidy up. Whitespace.Jim Grosbach2012-03-28
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-28
* Add an MRI::tracksLiveness() flag.Jakob Stoklund Olesen2012-03-27
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-26
* Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling2012-03-26
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-26
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Use the isReachableFromEntry method.Rafael Espindola2012-03-24
* Avoid using dominatedBySlowTreeWalk.Rafael Espindola2012-03-24
* Refactor the interface to recursively simplifying instructions to be tadChandler Carruth2012-03-24
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-24
* add EP_OptimizerLast extension pointKostya Serebryany2012-03-23
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-23
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-23
* Move ftostr into its last user (cppbackend) and simplify it a bit.Benjamin Kramer2012-03-23
* Remove the C backend.Eric Christopher2012-03-23
* Take out the debug info probe stuff. It's making some changes toEric Christopher2012-03-23
* Cleanup IVUsers::addUsersIfInteresting.Andrew Trick2012-03-22
* Remove unused simplifyIVUsersAndrew Trick2012-03-22
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner2012-03-22
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* Fix windows compilation warning. Patch by Micah.Jan Sjödin2012-03-21
* Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-21
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* Finish organizing C API docs.Gregory Szorc2012-03-21
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-21
* Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.Anna Zaks2012-03-20
* [Object/COFF]: Expose getSectionContents.Michael J. Spencer2012-03-19
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-19
* Make the formatting of this file more consistent, and fix the 80-columnsChandler Carruth2012-03-18
* Teach InstVisitor about the UnaryInstruction layer in the instructionChandler Carruth2012-03-18
* MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.Benjamin Kramer2012-03-17
* Limit the number of memory operands in MachineInstr to 2^16 and store the num...Benjamin Kramer2012-03-16
* Start removing the use of an ad-hoc 'never inline' set and insteadChandler Carruth2012-03-16
* Pull the implementation of the code metrics out of the inline costChandler Carruth2012-03-16
* LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick2012-03-16
* Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...NAKAMURA Takumi2012-03-16
* Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen2012-03-15
* Remove the basic inliner. This was added in 2007, and hasn't reallyChandler Carruth2012-03-15
* Remove all remnants of partial specialization in the cost computationChandler Carruth2012-03-15
* Extend the inline cost calculation to account for bonuses due toChandler Carruth2012-03-14