aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move a function out-of-line.Bill Wendling2011-07-071-0/+6
* Rather than having printMemOperand change the way memory operands are printedAkira Hatanaka2011-07-073-16/+21
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-072-1/+2
* Define class MipsMCInstLower.Akira Hatanaka2011-07-073-0/+161
* Change visibility of MipsAsmPrinter.Akira Hatanaka2011-07-072-60/+87
* Define class MipsMCSymbolRefExpr.Akira Hatanaka2011-07-073-0/+126
* Simplify MipsRegisterInfo::eliminateFrameIndex.Akira Hatanaka2011-07-071-33/+13
* Rewrite comment in English.Evan Cheng2011-07-071-1/+1
* Rename attribute 'thumb' to a more descriptive 'thumb-mode'.Evan Cheng2011-07-074-9/+10
* Reverse order of operands of address operand mem so that the base operand comesAkira Hatanaka2011-07-077-50/+50
* Add missing return statement.Akira Hatanaka2011-07-071-1/+3
* If known DebugLocs do not match then two DBG_VALUE machine instructions are n...Devang Patel2011-07-071-0/+5
* Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger2011-07-071-1/+2
* Update CMake library dependenciesOscar Fuentes2011-07-071-2/+0
* Fix CMake buildDouglas Gregor2011-07-071-0/+2
* The VMLA instruction and its friends are not actually fused; they're plain oldCameron Zwarich2011-07-072-2/+2
* Sink feature IsThumb into MC layer.Evan Cheng2011-07-074-15/+34
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-0730-76/+118
* type can be nullChris Lattner2011-07-071-1/+1
* use a more efficient check for 'is metadata'Chris Lattner2011-07-071-5/+4
* Use ArrayRef instead of a std::vector&.Bill Wendling2011-07-072-3/+3
* Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. TheLang Hames2011-07-072-16/+36
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-074-113/+124
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-074-9/+114
* Add DEBUG messages.Devang Patel2011-07-071-2/+9
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-077-91/+84
* Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.Devang Patel2011-07-071-2/+2
* Fix a bug in the "expect" intrinsic lowering.Jakub Staszak2011-07-061-1/+4
* When tail-merging multiple blocks, make sure to correctly update the live-in ...Eli Friedman2011-07-062-10/+23
* Remove dead code.Devang Patel2011-07-061-2/+0
* Typo.Devang Patel2011-07-061-1/+1
* Clean up the #includes.Bill Wendling2011-07-061-5/+4
* Grammar and 80-col.Eric Christopher2011-07-061-7/+7
* Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...Devang Patel2011-07-061-11/+58
* Add ARM MC registry routines.Evan Cheng2011-07-067-12/+129
* Rename files for consistency.Evan Cheng2011-07-067-10/+10
* Mark ARM pseudo-instructions as isPseudo.Jim Grosbach2011-07-061-5/+3
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-063-25/+22
* indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be moreAndrew Trick2011-07-061-1/+2
* Remove un-used encoding info from Pseudo MLAv5.Jim Grosbach2011-07-061-4/+1
* Fix missing triple support for RTEMS target.Eli Friedman2011-07-061-0/+2
* indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.Andrew Trick2011-07-061-1/+58
* Constify getCompactUnwindRegNum.Bill Wendling2011-07-062-3/+3
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-0617-32/+17
* LICM: Remove trailing white spacesTobias Grosser2011-07-061-32/+32
* LICM: Do not loose alignment on promotionTobias Grosser2011-07-061-8/+30
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-066-0/+183
* Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that aKevin Enderby2011-07-061-1/+1
* Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.Evan Cheng2011-07-062-5/+0
* Remove the ObjC ARC passes from the default optimization list, and addDan Gohman2011-07-051-4/+0