indvars: Code reorganization in preparation for
[oota-llvm.git] / lib /
2011-07-12 Andrew Trickindvars: Code reorganization in preparation for
2011-07-11 Evan ChengMost MCCodeEmitter's don't meed MCContext.
2011-07-11 Shantonu SenResynchronize EDInfo.h and EDEmitter.cpp.
2011-07-11 Jim GrosbachFix recognition of ARM 'adcs' mnemonic.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-11 Jay FoadRemove mentions of type planes.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-11 Rafael EspindolaDon't duplicate the work done by a gep into a "bitcast...
2011-07-11 Cameron ZwarichFix <rdar://problem/9751331>.
2011-07-10 Chandler CarruthSilence -Wunused-variable in release builds.
2011-07-10 Jakub StaszakUse BranchProbability instead of floating points in...
2011-07-10 Jakub StaszakDon't analyze block if it's not considered for ifcvt...
2011-07-09 Chris Lattnerthe various ConstantExpr::get*Ty methods existed to...
2011-07-09 Chris Lattnerdon't load element before checking to see if it is...
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-07-09 Chris Lattnerstop using WriteTypeSymbolic.
2011-07-09 Chris Lattnerremove the DerivedType which isn't adding value anymore.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: Fix trivial warnings. Thank...
2011-07-09 Evan ChengRevert accidental commit.
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-09 Jakob Stoklund OlesenOops, didn't mean to commit that.
2011-07-09 Lang HamesAdded recognition for signed add/sub/mul with overflow...
2011-07-09 Jakob Stoklund OlesenHoist spills within a basic block.
2011-07-08 Eli FriedmanReally force on 64bit for 64-bit targets. Should fix...
2011-07-08 Eli FriedmanRevert earlier unnecessary hack. Make sure we correctl...
2011-07-08 Evan ChengFix indentation.
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.
next