Fix comment.
[oota-llvm.git] / lib /
2011-07-08 Evan ChengFix comment.
2011-07-08 Evan ChengAdd support for ARM / Thumb mode switching with .code...
2011-07-08 Bob WilsonUpdate comments for SandyBridge CPU identifiers.
2011-07-08 Jim GrosbachMark tBRIND as predicable.
2011-07-08 Evan ChengRestore old behavior. Always auto-detect features unles...
2011-07-08 Jim GrosbachPseudo-ize tBRIND.
2011-07-08 Eli FriedmanDefault 64-bit target features and SSE2 on when a tripl...
2011-07-08 Bob WilsonRecognize Intel CPUs with Family=6 and Model=44.
2011-07-08 Bob WilsonReapply a fixed version of r133285.
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-07-08 Julien LerougeAdd _allrem, _aullrem and _allmul to the runtime for...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Evan ChengFor non-x86 host, used generic as CPU name.
2011-07-08 Jim GrosbachPseudo-ize tBX_RET and tBX_RET_vararg.
2011-07-08 Benjamin KramerPlug a leak by giving the AsmParser ownership of the...
2011-07-08 Jim GrosbachShuffle productions around a bit.
2011-07-08 Jakob Stoklund OlesenBe more aggressive about following hints.
2011-07-08 Jim GrosbachUse tPseudoExpand for tTAILJMPrND and tTAILJMPr.
2011-07-08 Jim GrosbachUse tPseudoExpand for tTAILJMPd and tTAILJMPdND.
2011-07-08 Benjamin KramerSilence compiler warning.
2011-07-08 Jim GrosbachAdd more info to FIXME.
2011-07-08 Jim GrosbachMove Thumb tail call pseudos to Thumb.td file.
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Benjamin KramerRemove unused copy of UpdateInlinedAtInfo.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for ARM tail calls.
2011-07-08 Jim GrosbachShuffle productions around a bit.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for BLr9, BLr9_pred, BXr9, and...
2011-07-08 Devang PatelRefactor. It is inliner's responsibility to update...
2011-07-08 Chandler CarruthAdd CMake support for the new TableGen file introduced...
2011-07-08 Jim GrosbachUse TableGen'erated pseudo lowering for ARM.
2011-07-08 Devang PatelRefactor.
2011-07-08 Devang PatelMake provision to have floating point constants in...
2011-07-08 Benjamin KramerApparently we can't expect a BinaryOperator here.
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-08 Lang HamesMake GVN look through extractvalues for recognised...
2011-07-08 Akira HatanakaRaise assertion when MachineOperand has unexpected...
2011-07-08 Akira HatanakaMake sure variable Kind is assigned a value to suppress...
2011-07-08 Nick LewyckyLet the inline asm 'q' constraint match float, and...
2011-07-08 Eric ChristopherGo ahead and emit the barrier on x86-64 even without...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-07 Eric ChristopherHandle fpcr register.
2011-07-07 Eric ChristopherAdd support for the X86 'l' constraint.
2011-07-07 Eric ChristopherRemove a FIXME. All of the standard ones are in the...
2011-07-07 Akira HatanakaRemove unnecessary newline.
2011-07-07 Devang PatelAdd DEBUG message.
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-07-07 Bill WendlingMove a function out-of-line.
2011-07-07 Akira HatanakaRather than having printMemOperand change the way memor...
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-07-07 Akira HatanakaDefine class MipsMCInstLower.
2011-07-07 Akira HatanakaChange visibility of MipsAsmPrinter.
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 :-(
next