aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...Craig Topper2012-03-111-6/+6
* Fix warnings when building with VS11.Michael J. Spencer2012-03-111-0/+3
* Fixing a compile warning triggered in MSVC about constant truncation.Aaron Ballman2012-03-101-1/+2
* Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer2012-03-101-7/+32
* Refactor some methods to look through bitcasts and GEPs on pointers intoChandler Carruth2012-03-101-3/+21
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-092-9/+390
* [Object]David Meyer2012-03-096-14/+45
* [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macroDaniel Dunbar2012-03-092-10/+10
* Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.Anton Korobeynikov2012-03-091-0/+1
* misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...Andrew Trick2012-03-091-5/+5
* Fix a silly restriction on the fast-path for hash_combine_range. ThisChandler Carruth2012-03-091-1/+1
* misched: allow the default scheduler to be one chosen by the target.Andrew Trick2012-03-091-3/+8
* Added TargetPassConfig::enablePassAndrew Trick2012-03-091-1/+4
* Revert commit 152300 (ddunbar) since it still seems to be breakingDuncan Sands2012-03-081-51/+0
* Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper2012-03-081-6/+6
* [ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline, reappliedDaniel Dunbar2012-03-081-0/+51
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-082-79/+161
* Re-commit r152202 hopefully fixing the MSVC linker error.Craig Topper2012-03-081-2/+2
* Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to beDaniel Dunbar2012-03-081-46/+0
* [ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.Daniel Dunbar2012-03-081-0/+46
* Rotate two of the functions used to count bonuses for the inline costChandler Carruth2012-03-082-11/+12
* misched interface: Expose the MachineScheduler pass.Andrew Trick2012-03-081-0/+86
* Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick2012-03-072-13/+15
* misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick2012-03-071-0/+339
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-073-11/+11
* Revert r152202 as it's causing internal buildbot failures.Chad Rosier2012-03-071-2/+2
* Try a completely different approach to this type trait to appease olderChandler Carruth2012-03-071-31/+29
* Attempt #2 at appeasing GCC 4.3. This compiler really doesn't like theseChandler Carruth2012-03-071-17/+21
* 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