summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* [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
* Fixes the MSVC build.Francois Pichet2012-03-14
* misched: implemented a framework for top-down or bottom-up scheduling.Andrew Trick2012-03-14
* Move APInt::operator[] inline.Benjamin Kramer2012-03-14
* Move APInt::operator! inline, it's small and fuses well with surrounding code...Benjamin Kramer2012-03-14
* Target override to allow CodeGenPrepare to sink address operands to intrinsic...Pete Cooper2012-03-13
* Remove an old hack for pre-2005 MSVC. We don't support ancient microsoft comp...Benjamin Kramer2012-03-13
* s/SjLjEHPass/SjLjEHPrepare/Bill Wendling2012-03-13
* enhance jump threading to preserve TBAA information when PRE'ing loads,Chris Lattner2012-03-13
* Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->Duncan Sands2012-03-13
* Fixed comments for SwitchInst::addCase and for SwitchInst::removeCase.Stepan Dyatkovskiy2012-03-13
* Uniformize the InstructionSimplify interface by ensuring that all routinesDuncan Sands2012-03-13
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* Inline the d'tor and add an anchor instead.Bill Wendling2012-03-13
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-11
* llvm::SwitchInstStepan Dyatkovskiy2012-03-11
* Add a few missing 'template' keywordsDouglas Gregor2012-03-11
* Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...Craig Topper2012-03-11
* Fix warnings when building with VS11.Michael J. Spencer2012-03-11
* Fixing a compile warning triggered in MSVC about constant truncation.Aaron Ballman2012-03-10
* Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer2012-03-10
* Refactor some methods to look through bitcasts and GEPs on pointers intoChandler Carruth2012-03-10
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-09
* [Object]David Meyer2012-03-09
* [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macroDaniel Dunbar2012-03-09
* Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.Anton Korobeynikov2012-03-09
* misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...Andrew Trick2012-03-09
* Fix a silly restriction on the fast-path for hash_combine_range. ThisChandler Carruth2012-03-09
* misched: allow the default scheduler to be one chosen by the target.Andrew Trick2012-03-09
* Added TargetPassConfig::enablePassAndrew Trick2012-03-09
* Revert commit 152300 (ddunbar) since it still seems to be breakingDuncan Sands2012-03-08
* Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper2012-03-08
* [ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline, reappliedDaniel Dunbar2012-03-08
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* Re-commit r152202 hopefully fixing the MSVC linker error.Craig Topper2012-03-08
* Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to beDaniel Dunbar2012-03-08
* [ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.Daniel Dunbar2012-03-08