Define class MipsMCSymbolRefExpr.
[oota-llvm.git] / lib /
2011-07-07 Akira HatanakaDefine class MipsMCSymbolRefExpr.
2011-07-07 Akira HatanakaSimplify MipsRegisterInfo::eliminateFrameIndex.
2011-07-07 Evan ChengRewrite comment in English.
2011-07-07 Evan ChengRename attribute 'thumb' to a more descriptive 'thumb...
2011-07-07 Akira HatanakaReverse order of operands of address operand mem so...
2011-07-07 Akira HatanakaAdd missing return statement.
2011-07-07 Devang PatelIf known DebugLocs do not match then two DBG_VALUE...
2011-07-07 Joerg SonnenbergerRecognize mipseb as alias for mips for symmetry with...
2011-07-07 Oscar FuentesUpdate CMake library dependencies
2011-07-07 Douglas GregorFix CMake build
2011-07-07 Cameron ZwarichThe VMLA instruction and its friends are not actually...
2011-07-07 Evan ChengSink feature IsThumb into MC layer.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Chris Lattnertype can be null
2011-07-07 Chris Lattneruse a more efficient check for 'is metadata'
2011-07-07 Bill WendlingUse ArrayRef instead of a std::vector&.
2011-07-07 Lang HamesAdd functions 'hasPredecessor' and 'hasPredecessorHelpe...
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-07-07 Devang PatelAdd DEBUG messages.
2011-07-07 Evan ChengFactor ARM triple parsing out of ARMSubtarget. Another...
2011-07-07 Devang PatelUse DBG_VALUE location while inserting DBG_VALUE during...
2011-07-06 Jakub StaszakFix a bug in the "expect" intrinsic lowering.
2011-07-06 Eli FriedmanWhen tail-merging multiple blocks, make sure to correct...
2011-07-06 Devang PatelRemove dead code.
2011-07-06 Devang PatelTypo.
2011-07-06 Bill WendlingClean up the #includes.
2011-07-06 Eric ChristopherGrammar and 80-col.
2011-07-06 Devang PatelHandle cases where multiple dbg.declare and dbg.value...
2011-07-06 Evan ChengAdd ARM MC registry routines.
2011-07-06 Evan ChengRename files for consistency.
2011-07-06 Jim GrosbachMark ARM pseudo-instructions as isPseudo.
2011-07-06 Devang PatelSimplify. Consolidate dbg.declare handling in AllocaPro...
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: ExprToMap lives in Pass...
2011-07-06 Jim GrosbachRemove un-used encoding info from Pseudo MLAv5.
2011-07-06 Eli FriedmanFix missing triple support for RTEMS target.
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
2011-07-06 Bill WendlingConstify getCompactUnwindRegNum.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-06 Tobias GrosserLICM: Remove trailing white spaces
2011-07-06 Tobias GrosserLICM: Do not loose alignment on promotion
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-07-06 Kevin EnderbyChanged the X86 PUSH64i8 record to use the i64i8imm...
2011-07-06 Evan ChengRemove the AsmWriterEmitter (unused) feature that rely...
2011-07-05 Dan GohmanRemove the ObjC ARC passes from the default optimizatio...
2011-07-05 Devang PatelPreserve debug loc.
2011-07-05 Benjamin KramerUse memcmp.
2011-07-05 Rafael EspindolaReally fix typo :-(
2011-07-05 Rafael EspindolaFix typo.
2011-07-05 Chad RosierBy default mkstemp() creates a temporary file with...
2011-07-05 Jakob Stoklund OlesenBreak infinite loop when the Hopfield network oscillates.
2011-07-05 Rafael EspindolaCompare all 4 bytes of the header.
2011-07-05 Eli FriedmanAdd assembler/disassembler support for non-AVX pclmulqd...
2011-07-05 Andrew Trickindvars -disable-iv-rewrite: avoid multiple IVs in...
2011-07-05 Jim GrosbachARM estimateStackSize() needs to account for simplified...
2011-07-05 Jakob Stoklund OlesenFix PR10277.
2011-07-05 Jakob Stoklund OlesenTweak comment and debug output.
2011-07-05 Michael J. SpencerFix warnings.
2011-07-04 Benjamin KramerPR10267: Don't combine an equality compare with an...
2011-07-04 Roman DivackyRemove accidentaly left node from previous iteration...
2011-07-04 Rafael EspindolaMove early tail duplication earlier.
2011-07-04 Rafael EspindolaMove most of the pre BB code to TailDuplicateAndUpdate...
2011-07-04 Rafael EspindolaReduce indentation and fix the count of how many PHIs...
2011-07-04 Jakob Stoklund OlesenFix PR10244.
2011-07-03 Roman DivackyMake the i64 and f64 be 64bit ABI aligned in the target...
2011-07-03 Rafael EspindolaFix an easy fixme.
2011-07-02 Duncan SandsRemove unused array.
2011-07-02 Duncan SandsRevert previous commit. It seems that whether casting...
2011-07-02 Duncan SandsSupress gcc-4.5 warning about the result not being...
2011-07-02 Rafael EspindolaUse getVNInfoAt.
2011-07-02 Jakob Stoklund OlesenConsistent diagnostic capitalization and redundant...
2011-07-02 Jakob Stoklund OlesenBetter diagnostics when inline asm fails to allocate.
2011-07-02 Rafael EspindolaCheck the VN of the src register at the two copies...
2011-07-02 Jakob Stoklund OlesenInclude a source location when complaining about bad...
2011-07-02 Andrew Trickindvars -disable-iv-rewrite: bug fix involving weird...
2011-07-02 Jakob Stoklund OlesenUse a new strategy for preventing eviction loops in...
2011-07-02 Evan ChengAdd getFeatureBits to extract feature bits for a given...
2011-07-01 Cameron ZwarichTake a stab at fixing the llvm-x86_64-linux-checks...
2011-07-01 Eric ChristopherTargetConstant immediates won't be placed into register...
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengAdd MCSubtargetInfo target registry stuff.
2011-07-01 Dan GohmanTeach IVUsers to stop at non-affine expressions unless...
2011-07-01 Owen AndersonGeneralize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop...
2011-07-01 Eli FriedmanCalling-convention specifications for illegal types...
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Jim GrosbachFix off-by-one error.
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-07-01 Jim GrosbachPseudo-ize t2MOVCC[ri].
2011-07-01 Evan ChengEliminate one extra conversion.
2011-07-01 Duncan SandsDisable commit 134216 ("Add 134199 back, but disable...
2011-07-01 Francois PichetAnother misuse of StringRef. MSVC is very sensitive...
2011-07-01 Nick LewyckyFix likely typo, reduce number of instruction name...
2011-07-01 Rafael EspindolaFix use after free.
2011-07-01 Rafael EspindolaAvoid DenseMap lookup.
2011-07-01 Rafael EspindolaFix off by one error. I misunderstood the comment about...
2011-07-01 Rafael EspindolaCheck the liveinterval, not the kill flag.
2011-07-01 Jakob Stoklund OlesenDon't inflate register classes used by inline asm.
next