aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace.Mikhail Glushenkov2009-11-071-7/+7
* Update some globals to use ManagedStatic.Lang Hames2009-11-071-2/+4
* Fix memoizing of CvtRndSatSDNodeMon P Wang2009-11-071-1/+2
* Fixed Overload table bug noticed by JakobMon P Wang2009-11-071-1/+0
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-075-30/+41
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-076-37/+109
* Update CMake file.Ted Kremenek2009-11-071-0/+1
* Add code to check at SelectionDAGISel::LowerArguments time to see if return v...Kenneth Uildriks2009-11-074-0/+92
* Fix inverted conflict test in -early-coalesce.Jakob Stoklund Olesen2009-11-071-14/+15
* Revert following patches to fix llvmgcc bootstrap.Devang Patel2009-11-071-350/+234
* My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrmJohnny Chen2009-11-071-34/+9
* - new SROA mallocs should have the mallocs running-or'ed, not the malloc's bi...Victor Hernandez2009-11-071-19/+22
* Fit in 80 columnsVictor Hernandez2009-11-071-2/+4
* Avoid "ambiguous 'else'" warning from gcc.Jeffrey Yasskin2009-11-071-1/+2
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-076-139/+153
* 80-columnsJim Grosbach2009-11-071-1/+1
* Give the JITResolver a direct pointer to its JITEmitter, and use that insteadJeffrey Yasskin2009-11-071-235/+234
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-0613-55/+253
* Honour subreg machine operands during asmprintingAnton Korobeynikov2009-11-061-0/+3
* Print VMOV (immediate) operands as hexadecimal values. Apple's assemblerBob Wilson2009-11-063-8/+39
* Fix a bug where we'd call SplitBlockPredecessors with a pred in the Chris Lattner2009-11-061-2/+11
* Fix comment typos.Bob Wilson2009-11-061-3/+3
* Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst...Evan Cheng2009-11-062-13/+38
* CallInst::CreateMalloc() and CallInst::CreateFree() need to create calls with...Victor Hernandez2009-11-061-2/+4
* Remove function left over from other jump threading cleanup.Eli Friedman2009-11-061-24/+0
* Fix a problem discovered on self host.Chris Lattner2009-11-061-1/+1
* remove more code subsumed by r86264Chris Lattner2009-11-061-83/+17
* Tolerate invalid derived type.Devang Patel2009-11-061-0/+4
* eliminate some more code subsumed by r86264Chris Lattner2009-11-061-41/+4
* remove now redundant code, r86264 handles this case.Chris Lattner2009-11-061-66/+0
* Extend jump threading to support much more general threadingChris Lattner2009-11-061-27/+325
* Use WriteAsOperand to print GlobalAddress MachineOperands. ThisDan Gohman2009-11-061-1/+2
* Do not bother to emit debug info for nameless global variable.Devang Patel2009-11-062-2/+5
* Pass StringRef by value.Daniel Dunbar2009-11-0626-84/+79
* remove some more Context arguments.Chris Lattner2009-11-061-1/+1
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-0616-260/+201
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-066-155/+138
* Do not try to emit debug info entry for dead global variable.Devang Patel2009-11-061-1/+6
* Factor out the printing of the leading tab into printInlineAsm.Dan Gohman2009-11-064-3/+2
* Use SUBREG_TO_REG instead of INSERT_SUBREG to model x86-64'sDan Gohman2009-11-051-5/+3
* Teach LSR to avoid calling SplitCriticalEdge on edges with indirectbr.Dan Gohman2009-11-051-0/+1
* Fix the label name generation for address-taken labels to avoid potentialDan Gohman2009-11-051-6/+10
* Added support for renumbering existing index list elements. Removed some junk...Lang Hames2009-11-051-25/+31
* Avoid calling getUniqueExitBlocks from within LoopSimplify, as it dependsDan Gohman2009-11-051-1/+8
* LoopDeletion depends on loops having dedicated exits.Dan Gohman2009-11-051-0/+4
* The introduction of indirectbr meant the introduction ofDan Gohman2009-11-051-21/+82
* Update various Loop optimization passes to cope with the possibility thatDan Gohman2009-11-057-9/+29
* Fix bug in aggressive antidep breaking; liveness was not updated correctly fo...David Goodwin2009-11-051-10/+7
* Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs.Dan Gohman2009-11-051-1/+12
* Call getAnalysis<LoopInfo> the normal way, instead of asking passed-inDan Gohman2009-11-051-2/+2