aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov2009-11-171-0/+27
* Remove a special case for tail merging that seems to be both broken andBob Wilson2009-11-171-33/+0
* Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use...Evan Cheng2009-11-171-87/+99
* Set MadeChange instead of MadeChangeThisIteration.Dan Gohman2009-11-171-1/+1
* Revert CPU detection code to return "generic" instead of an empty string in caseBenjamin Kramer2009-11-172-4/+4
* Remove trailing whitespaceJim Grosbach2009-11-171-74/+74
* Update a comment, now that tail duplication happens after other branchBob Wilson2009-11-171-2/+2
* Set Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd, BR_JTr, and BR_JTm toJohnny Chen2009-11-171-0/+3
* Perform tail duplication only once, after tail merging is complete.Bob Wilson2009-11-172-33/+68
* Revert 89021. It's miscompiling llvm-gcc driver driver at -O0.Evan Cheng2009-11-171-1/+1
* Re-apply 89011. It's not to be blamed.Evan Cheng2009-11-172-4/+7
* Revert 89011. Buildbot thinks it might be breaking stuff.Evan Cheng2009-11-172-7/+4
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-175-19/+18
* Revert r88939.Nick Lewycky2009-11-171-2/+2
* Fail less mysteriously; inform the user that their LLVM was not built withNick Lewycky2009-11-171-0/+3
* Fix a race condition in the Timer class.Owen Anderson2009-11-171-38/+5
* Refactor the code that creates the "dot-label" difference. This may be used inBill Wendling2009-11-172-18/+29
* When moving a block for table jumps, make sure the prior block terminatorJim Grosbach2009-11-171-7/+9
* Enable -split-phi-edges by defaultJakob Stoklund Olesen2009-11-171-1/+1
* MOV64rm should be marked isReMaterializable.Evan Cheng2009-11-171-1/+1
* Remove the optimizations that convert BRCOND and BR_CC intoDan Gohman2009-11-171-17/+12
* Remove debug info attached with an instruction.Devang Patel2009-11-171-36/+18
* In GlobalVariable::setInitializer, assert that the initializer has theJeffrey Yasskin2009-11-171-0/+15
* A few more instructions that should be marked re-materializable.Evan Cheng2009-11-172-4/+7
* Set Rm bits of BX_RET to 0b1110 (R14); and set condition code bits of BRIND toJohnny Chen2009-11-161-0/+2
* Initialize the new AsmPrinterFlags field to 0, fixing uses ofDan Gohman2009-11-161-6/+8
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-165-56/+30
* - Check memoperand alignment instead of checking stack alignment. Most load /...Evan Cheng2009-11-162-17/+14
* Revert r88939.Devang Patel2009-11-161-2/+2
* Fix an expensive-checks error.David Greene2009-11-161-20/+24
* Make the pass class name more explicit.Jim Grosbach2009-11-161-4/+6
* make pass name a bit more clearJim Grosbach2009-11-161-1/+1
* Sink a #include <map> to where it's actually needed.Dan Gohman2009-11-161-0/+1
* Fix a typo in a comment.Dan Gohman2009-11-162-2/+2
* Fix a comment.Bob Wilson2009-11-161-1/+1
* Add VISIBILITY_HIDDEN marker.Devang Patel2009-11-161-2/+2
* Simplify thumb2 jump table adjustments. Remove unnecessary calculation andJim Grosbach2009-11-161-58/+14
* clarify commentJim Grosbach2009-11-161-2/+2
* Fix some comments.Bob Wilson2009-11-161-5/+4
* Whitespace: be consistent with pointer syntax.Bob Wilson2009-11-161-6/+6
* Clean up whitespace.Bob Wilson2009-11-161-6/+6
* back off for a bit. tracking down weirdnessJim Grosbach2009-11-161-1/+1
* Analyze has to be before checking the condition, obviously. Properly construc...Jim Grosbach2009-11-161-6/+8
* Support spill comments.David Greene2009-11-161-0/+52
* BuildIntCast takes an additional parameter, isSigned.Duncan Sands2009-11-161-2/+3
* CreateIntCast takes an "isSigned" parameter. Pass "true" for it, rather thanDuncan Sands2009-11-161-1/+3
* Special case FixedStackPseudoSourceValueVal as well. Do we really need to dif...Evan Cheng2009-11-161-1/+2
* Check if subreg index is zero.Evan Cheng2009-11-161-1/+3
* For some targets, a copy can use a register multiple times, e.g. ppc.Evan Cheng2009-11-161-0/+5
* Disable ldc1/sdc1 instructions for mips1 targets. Bruno Cardoso Lopes2009-11-161-1/+2