summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Rotate two of the functions used to count bonuses for the inline costChandler Carruth2012-03-08
* misched interface: Expose the MachineScheduler pass.Andrew Trick2012-03-08
* Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick2012-03-07
* misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick2012-03-07
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-07
* Revert r152202 as it's causing internal buildbot failures.Chad Rosier2012-03-07
* Try a completely different approach to this type trait to appease olderChandler Carruth2012-03-07
* Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like theseChandler Carruth2012-03-07
* Switch the is_integral_or_enum trait machinery to use an explicitChandler Carruth2012-03-07
* What's better than fixing and simplifying broken hash functions?Chandler Carruth2012-03-07
* Add support to the hashing infrastructure for automatically hashing bothChandler Carruth2012-03-07
* misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick2012-03-07
* misched preparation: modularize schedule emission.Andrew Trick2012-03-07
* misched preparation: modularize schedule printing.Andrew Trick2012-03-07
* misched preparation: modularize schedule verification.Andrew Trick2012-03-07
* Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...Craig Topper2012-03-07
* Missing change in r152106 for TinyPtrVector.Eli Friedman2012-03-07
* Cache the sized-ness of struct types, once we reach the steady state ofChandler Carruth2012-03-07
* Remove an accidental cut/paste of a comment into the middle ofChandler Carruth2012-03-07
* Cleanup in preparation for misched: Move DAG visualization logic.Andrew Trick2012-03-07
* Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...Andrew Trick2012-03-07
* Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ...Andrew Trick2012-03-07
* misched commentsAndrew Trick2012-03-07
* SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer2012-03-06
* Add new load commands for MachO.Ted Kremenek2012-03-06
* Remove excess const, a const_iterator shouldn't be const itself.Benjamin Kramer2012-03-06
* [TinyPtrVector] Add erase method and const-goodness.Argyrios Kyrtzidis2012-03-06
* PointerUnion::getAddrOf() does not need to be template since we can onlyArgyrios Kyrtzidis2012-03-06
* Increase number of allowed registers in register classes to 64k instead of 25...Craig Topper2012-03-06
* Revert r152016 and allow overlap, sub, super register tables to be more than ...Craig Topper2012-03-06
* Remove UsuallyTinyPtrVector.Argyrios Kyrtzidis2012-03-06
* Add include/llvm/ADT/UsuallyTinyPtrVector.h which is a vector thatArgyrios Kyrtzidis2012-03-06
* ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2012-03-05
* MCRegisterInfo-ize getMatchingSuperReg.Jim Grosbach2012-03-05
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Remove an unused function.Nadav Rotem2012-03-05
* Switch to a C-style cast here to silence a brain-dead MSVC warning. ItChandler Carruth2012-03-05
* Shrink and reorder fields in MCRegisterClass to reduce size of static data.Craig Topper2012-03-05
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-05
* Use <def,undef> operands when spilling NEON bundles.Jakob Stoklund Olesen2012-03-04
* Replace the hashing functions on APInt and APFloat with overloads of theChandler Carruth2012-03-04
* Add generic support for hashing StringRef objects using the new hashing library.Chandler Carruth2012-03-04
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Teach the hashing facilities how to hash std::string objects.Chandler Carruth2012-03-04