aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Switch the is_integral_or_enum trait machinery to use an explicitChandler Carruth2012-03-071-4/+4
* What's better than fixing and simplifying broken hash functions?Chandler Carruth2012-03-071-21/+0
* Add support to the hashing infrastructure for automatically hashing bothChandler Carruth2012-03-072-10/+42
* misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick2012-03-071-13/+3
* misched preparation: modularize schedule emission.Andrew Trick2012-03-071-11/+0
* misched preparation: modularize schedule printing.Andrew Trick2012-03-071-2/+0
* misched preparation: modularize schedule verification.Andrew Trick2012-03-071-3/+3
* Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...Craig Topper2012-03-071-2/+2
* Missing change in r152106 for TinyPtrVector.Eli Friedman2012-03-071-1/+1
* Cache the sized-ness of struct types, once we reach the steady state ofChandler Carruth2012-03-071-2/+6
* Remove an accidental cut/paste of a comment into the middle ofChandler Carruth2012-03-071-2/+0
* Cleanup in preparation for misched: Move DAG visualization logic.Andrew Trick2012-03-071-0/+4
* Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...Andrew Trick2012-03-071-0/+4
* Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ...Andrew Trick2012-03-071-5/+0
* misched commentsAndrew Trick2012-03-071-1/+2
* SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer2012-03-061-0/+16
* Add new load commands for MachO.Ted Kremenek2012-03-061-0/+4
* Remove excess const, a const_iterator shouldn't be const itself.Benjamin Kramer2012-03-061-1/+1
* [TinyPtrVector] Add erase method and const-goodness.Argyrios Kyrtzidis2012-03-061-4/+27
* PointerUnion::getAddrOf() does not need to be template since we can onlyArgyrios Kyrtzidis2012-03-063-9/+16
* Increase number of allowed registers in register classes to 64k instead of 25...Craig Topper2012-03-061-4/+4
* Revert r152016 and allow overlap, sub, super register tables to be more than ...Craig Topper2012-03-061-3/+3
* Remove UsuallyTinyPtrVector.Argyrios Kyrtzidis2012-03-061-137/+0
* Add include/llvm/ADT/UsuallyTinyPtrVector.h which is a vector thatArgyrios Kyrtzidis2012-03-061-0/+137
* ARM refactor away a bunch of VLD/VST pseudo instructions.Jim Grosbach2012-03-051-1/+1
* MCRegisterInfo-ize getMatchingSuperReg.Jim Grosbach2012-03-052-4/+11
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-052-3/+7
* Remove an unused function.Nadav Rotem2012-03-051-13/+0
* Switch to a C-style cast here to silence a brain-dead MSVC warning. ItChandler Carruth2012-03-051-1/+1
* Shrink and reorder fields in MCRegisterClass to reduce size of static data.Craig Topper2012-03-051-6/+6
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-052-12/+12
* Use <def,undef> operands when spilling NEON bundles.Jakob Stoklund Olesen2012-03-041-0/+1
* Replace the hashing functions on APInt and APFloat with overloads of theChandler Carruth2012-03-042-8/+15
* Add generic support for hashing StringRef objects using the new hashing library.Chandler Carruth2012-03-041-0/+4
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-043-6/+6
* Teach the hashing facilities how to hash std::string objects.Chandler Carruth2012-03-041-0/+11
* Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper2012-03-042-10/+10
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* Enable the small vector POD optimization for BitCodeAbbrevOp.Benjamin Kramer2012-03-031-1/+3
* hash_state: Don't use initialization target during initialization.Daniel Dunbar2012-03-031-3/+2
* Fix indentation.Benjamin Kramer2012-03-021-3/+3
* Tidy up. Trailing whitespace.Jim Grosbach2012-03-021-1/+1
* Hashing: microoptimize a truncate on 64 bit away. This currently blocks dead ...Benjamin Kramer2012-03-021-1/+1
* delete dead code, patch by Michael Spencer.Jia Liu2012-03-021-5/+0
* Make the hashing algorithm Endian neutral. This is a bit annoying, butChandler Carruth2012-03-021-0/+6
* Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth2012-03-022-20/+2
* Add a header that was technically missing to see if this gets theChandler Carruth2012-03-021-0/+1
* We really want to hash pairs of directly-hashable data as directlyChandler Carruth2012-03-022-0/+28
* Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth2012-03-021-59/+79
* Grammar-o in function name.Eric Christopher2012-03-021-2/+2