aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2012-03-27Add an MRI::tracksLiveness() flag.Jakob Stoklund Olesen
2012-03-26Add a debug option to dump PBQP graphs during register allocation.Lang Hames
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-25Prune some includes and forward declarations.Craig Topper
2012-03-24Use the isReachableFromEntry method.Rafael Espindola
2012-03-24Avoid using dominatedBySlowTreeWalk.Rafael Espindola
2012-03-24Refactor the interface to recursively simplifying instructions to be tadChandler Carruth
2012-03-24First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola
2012-03-23add EP_OptimizerLast extension pointKostya Serebryany
2012-03-23Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson
2012-03-23Move ftostr into its last user (cppbackend) and simplify it a bit.Benjamin Kramer
2012-03-23Remove the C backend.Eric Christopher
2012-03-23Take out the debug info probe stuff. It's making some changes toEric Christopher
2012-03-22Cleanup IVUsers::addUsersIfInteresting.Andrew Trick
2012-03-22Remove unused simplifyIVUsersAndrew Trick
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-03-21Fix windows compilation warning. Patch by Micah.Jan Sjödin
2012-03-21Missed getPointerToNamedFunction() declaration.Danil Malyshev
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev
2012-03-20Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.Anna Zaks
2012-03-19[Object/COFF]: Expose getSectionContents.Michael J. Spencer
2012-03-19[Object/COFF]: Expose getSectionName.Michael J. Spencer
2012-03-18Make the formatting of this file more consistent, and fix the 80-columnsChandler Carruth
2012-03-18Teach InstVisitor about the UnaryInstruction layer in the instructionChandler Carruth
2012-03-17MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.Benjamin Kramer
2012-03-16Limit the number of memory operands in MachineInstr to 2^16 and store the num...Benjamin Kramer
2012-03-16Start removing the use of an ad-hoc 'never inline' set and insteadChandler Carruth
2012-03-16Pull the implementation of the code metrics out of the inline costChandler Carruth
2012-03-16LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick
2012-03-16Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...NAKAMURA Takumi
2012-03-15Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen
2012-03-15Remove the basic inliner. This was added in 2007, and hasn't reallyChandler Carruth
2012-03-15Remove all remnants of partial specialization in the cost computationChandler Carruth
2012-03-14Extend the inline cost calculation to account for bonuses due toChandler Carruth
2012-03-14Fixes the MSVC build.Francois Pichet
2012-03-14misched: implemented a framework for top-down or bottom-up scheduling.Andrew Trick
2012-03-14Move APInt::operator[] inline.Benjamin Kramer
2012-03-14Move APInt::operator! inline, it's small and fuses well with surrounding code...Benjamin Kramer
2012-03-13Target override to allow CodeGenPrepare to sink address operands to intrinsic...Pete Cooper
2012-03-13Remove an old hack for pre-2005 MSVC. We don't support ancient microsoft comp...Benjamin Kramer
2012-03-13s/SjLjEHPass/SjLjEHPrepare/Bill Wendling
2012-03-13enhance jump threading to preserve TBAA information when PRE'ing loads,Chris Lattner
2012-03-13Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->Duncan Sands
2012-03-13Fixed comments for SwitchInst::addCase and for SwitchInst::removeCase.Stepan Dyatkovskiy
2012-03-13Uniformize the InstructionSimplify interface by ensuring that all routinesDuncan Sands
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2012-03-13Inline the d'tor and add an anchor instead.Bill Wendling