aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Set minimum function alignment to 3 if target is Mips64.Akira Hatanaka2012-03-081-1/+1
* This patch eliminates redundant instructions that produce 0.Akira Hatanaka2012-03-081-1/+50
* misched interface: Expose the MachineScheduler pass.Andrew Trick2012-03-082-144/+188
* ARM don't use MCRelaxAll, as it's not safe on ARM.Jim Grosbach2012-03-081-2/+2
* Improved support in RuntimeDyldMachO for generatingSean Callanan2012-03-072-22/+69
* Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick2012-03-073-31/+27
* misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick2012-03-075-4/+4
* misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDAGInstrs.Andrew Trick2012-03-071-2/+2
* misched prep: Comment the ScheduleDAGInstrs interface.Andrew Trick2012-03-072-9/+15
* misched prep: Cleanup ScheduleDAGInstrs interface.Andrew Trick2012-03-072-75/+81
* misched prep: remove extra "protected"Andrew Trick2012-03-071-2/+0
* misched prep: rename InsertPos to End.Andrew Trick2012-03-074-22/+20
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-0715-112/+112
* Copy the right amount of elements.Benjamin Kramer2012-03-071-3/+5
* SmallPtrSet: Copy all the elements when swapping, not just numelements.Benjamin Kramer2012-03-071-5/+4
* [fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point Chad Rosier2012-03-071-4/+2
* Use llvm-mc instead of llc. Patch by Jack Carter.Rafael Espindola2012-03-071-5/+5
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-078-202/+4
* Revert r152202 as it's causing internal buildbot failures.Chad Rosier2012-03-075-29/+17
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-072-6/+48
* 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
* Try to clarify this comment some.Chandler Carruth2012-03-071-4/+7
* 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
* Remove another outbreak of customized (and completely broken) hashing.Chandler Carruth2012-03-071-20/+24
* Add support to the hashing infrastructure for automatically hashing bothChandler Carruth2012-03-073-10/+48
* Where the BranchFolding pass removes a branch then adds another better branch,Bill Wendling2012-03-071-4/+27
* Fix cmakeAndrew Trick2012-03-071-1/+0
* commentAndrew Trick2012-03-071-0/+2
* misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick2012-03-0710-103/+156
* ScheduleDAGInstrs commentsAndrew Trick2012-03-071-0/+2
* misched preparation: modularize schedule emission.Andrew Trick2012-03-077-119/+87
* misched preparation: modularize schedule printing.Andrew Trick2012-03-076-19/+35
* misched preparation: modularize schedule verification.Andrew Trick2012-03-078-17/+37
* whitespaceAndrew Trick2012-03-071-5/+5
* Use uint16_t to store InstrNameIndices in MCInstrInfo. Add asserts to protect...Craig Topper2012-03-075-17/+29
* Missing change in r152106 for TinyPtrVector.Eli Friedman2012-03-071-1/+1
* Switch this code to use hash_combine_range rather than incremental callsChandler Carruth2012-03-071-8/+6
* Cache the sized-ness of struct types, once we reach the steady state ofChandler Carruth2012-03-072-12/+27
* Remove an accidental cut/paste of a comment into the middle ofChandler Carruth2012-03-071-2/+0
* No functionality change. Type::isSized() can be expensive, so avoid calling itNick Lewycky2012-03-071-8/+10
* ARM pre-v6 assembly parsing for umull/smull.Jim Grosbach2012-03-071-0/+10
* ARM pre-v6 alias for 'nop' to 'mov r0, r0'Jim Grosbach2012-03-071-0/+4
* Tidy up. Remove dead code that slipped into previous commit.Jim Grosbach2012-03-071-6/+0
* Added -view-background to avoid waiting for each GraphViz invocation.Andrew Trick2012-03-071-39/+40
* Added -view-misched=dags options.Andrew Trick2012-03-071-0/+9
* Cleanup in preparation for misched: Move DAG visualization logic.Andrew Trick2012-03-076-9/+27
* Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...Andrew Trick2012-03-072-0/+16
* whitespaceAndrew Trick2012-03-072-6/+6