aboutsummaryrefslogtreecommitdiff
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-07Feature bits are 64-bits.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 isCodeGenOnly value to the CodeGenInstruction class.Jim Grosbach
2011-07-07Added a testcase for PR10220.Lang Hames
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-06Typo.Jim Grosbach
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-06Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson
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-06Add ImmutableList::contains(). Patch by Rui Paulo!Nick Lewycky
2011-07-06Mark ARM pseudo-instructions as isPseudo.Jim Grosbach
2011-07-06Don't require pseudo-instructions to carry encoding information.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-06Remove some unnecessary includes.Eli Friedman
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-06Add documenation about "branch_weight" metadata and __builtin_expect instructionJakub Staszak