aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-07Define class MipsMCSymbolRefExpr.Akira Hatanaka
2011-07-07Simplify MipsRegisterInfo::eliminateFrameIndex.Akira Hatanaka
2011-07-07Rewrite comment in English.Evan Cheng
2011-07-07Rename attribute 'thumb' to a more descriptive 'thumb-mode'.Evan Cheng
2011-07-07Reverse order of operands of address operand mem so that the base operand comesAkira Hatanaka
2011-07-07Add missing return statement.Akira Hatanaka
2011-07-07If known DebugLocs do not match then two DBG_VALUE machine instructions are n...Devang Patel
2011-07-07Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger
2011-07-07Update CMake library dependenciesOscar Fuentes
2011-07-07Fix CMake buildDouglas Gregor
2011-07-07The VMLA instruction and its friends are not actually fused; they're plain oldCameron Zwarich
2011-07-07Sink feature IsThumb into MC layer.Evan Cheng
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng
2011-07-07type can be nullChris Lattner
2011-07-07use a more efficient check for 'is metadata'Chris Lattner
2011-07-07Use ArrayRef instead of a std::vector&.Bill Wendling
2011-07-07Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. TheLang Hames
2011-07-07Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng
2011-07-07Add a target hook to encode the compact unwind information.Bill Wendling
2011-07-07Add DEBUG messages.Devang Patel
2011-07-07Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng
2011-07-07Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.Devang Patel
2011-07-06Fix a bug in the "expect" intrinsic lowering.Jakub Staszak
2011-07-06When tail-merging multiple blocks, make sure to correctly update the live-in ...Eli Friedman
2011-07-06Remove dead code.Devang Patel
2011-07-06Typo.Devang Patel
2011-07-06Clean up the #includes.Bill Wendling
2011-07-06Grammar and 80-col.Eric Christopher
2011-07-06Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...Devang Patel
2011-07-06Add ARM MC registry routines.Evan Cheng
2011-07-06Rename files for consistency.Evan Cheng
2011-07-06Mark ARM pseudo-instructions as isPseudo.Jim Grosbach
2011-07-06Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel
2011-07-06indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be moreAndrew Trick
2011-07-06Remove un-used encoding info from Pseudo MLAv5.Jim Grosbach
2011-07-06Fix missing triple support for RTEMS target.Eli Friedman
2011-07-06indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.Andrew Trick
2011-07-06Constify getCompactUnwindRegNum.Bill Wendling
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-07-06LICM: Remove trailing white spacesTobias Grosser
2011-07-06LICM: Do not loose alignment on promotionTobias Grosser
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak
2011-07-06Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that aKevin Enderby
2011-07-06Remove the AsmWriterEmitter (unused) feature that rely on TargetSubtargetInfo.Evan Cheng
2011-07-05Remove the ObjC ARC passes from the default optimization list, and addDan Gohman
2011-07-05Preserve debug loc.Devang Patel
2011-07-05Use memcmp.Benjamin Kramer
2011-07-05Really fix typo :-(Rafael Espindola
2011-07-05Fix typo.Rafael Espindola
2011-07-05By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier