summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Start cleaning up the InlineCost class. This switches to sentinel valuesChandler Carruth2012-04-01
* Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer2012-04-01
* misched: Add finalizeScheduler to complete the target interface.Andrew Trick2012-04-01
* Add a workaround for building with old versions of clang.Rafael Espindola2012-03-31
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-31
* Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth2012-03-31
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-31
* Add support to the InstVisitor for visiting a generic callsite. TheChandler Carruth2012-03-31
* Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling2012-03-31
* Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen2012-03-30
* Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola2012-03-30
* Compress register lists by sharing suffixes.Jakob Stoklund Olesen2012-03-30
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-30
* 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