Unfortunately several files in MC are badly violating layering rule by using
[oota-llvm.git] / lib /
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-14 Jakob Stoklund OlesenReapply r135121 with a fixed copy constructor.
2011-07-14 Devang PatelSimplify.
2011-07-14 Benjamin KramerDon't emit a bit test if there is only one case the...
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-07-14 Eric ChristopherAdd a dag combine pattern for folding C2-(A+C1) ->...
2011-07-14 Jakob Stoklund OlesenRevert r135121 which broke a gcc-4.2 builder.
2011-07-14 Jakob Stoklund OlesenCount references to interference cache entries.
2011-07-14 Eli FriedmanFix up assertion in r135018 so it doesn't trigger on...
2011-07-14 Devang PatelSimplify. Compile unit check inside hasValidLocation...
2011-07-14 Jim GrosbachARM Assembler support for DSB instruction.
2011-07-14 Jakob Stoklund OlesenReapply r135074 and r135080 with a fix.
2011-07-14 Jim GrosbachDMB instalias needs the same predicate as the instruction.
2011-07-14 Devang PatelFix typo in DEBUG message.
2011-07-14 Devang PatelAdd DEBUG messages.
2011-07-13 Jim GrosbachARM Assembler support for DMB instruction.
2011-07-13 Jim GrosbachUpdate comments. These are for assembler, too.
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-13 Bill WendlingAdd code to handle a "frameless" unwind stack.
2011-07-13 Jim GrosbachARM Assembler support for DBG instruction.
2011-07-13 Jakob Stoklund OlesenRevert r135074 and r135080. They broke clamscan.
2011-07-13 Jim GrosbachRevert 135093. Think-o.
2011-07-13 Jim GrosbachCorrect range for thumb co-processor immediate
2011-07-13 Jim GrosbachRange checking for CDP[2] immediates.
2011-07-13 Bruno Cardoso LopesMake X86ISD::ANDNP more general and Codegen 256-bit...
2011-07-13 Bruno Cardoso LopesThe target specific node PANDN name is misleading....
2011-07-13 Jim GrosbachCleanup Thumb co-processor instructions a bit.
2011-07-13 Eli FriedmanMake sure we don't combine a large displacement and...
2011-07-13 Jim GrosbachParameterize away the ARM T1Cop class.
2011-07-13 Jim GrosbachFix predicates for Thumb co-processor instructions.
2011-07-13 Jakob Stoklund OlesenOnly keep the global split candidates that work out.
2011-07-13 Eli FriedmanRefactor out checking for displacements on x86-64 addre...
2011-07-13 Jim GrosbachFix encoding for ARM BXJ instruction.
2011-07-13 Jim GrosbachFix encoding of predicate bits on ARM BX_pred.
2011-07-13 Jakob Stoklund OlesenMove the InterferenceCache cursor into the GlobalSplitC...
2011-07-13 Jim GrosbachRange checking for 16-bit immediates in ARM assembly.
2011-07-13 Jay FoadRevert r135042. As Chris pointed out, it had no effect...
2011-07-13 Evan ChengFix up TargetLoweringObjectFile ctors to properly initi...
2011-07-13 Jim GrosbachGive the ARM BKPT instruction the right operand type.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BKPT' instruction.
2011-07-13 Evan ChengIt's not safe to fold (fptrunc (sqrt (fpext x))) to...
2011-07-13 Jim GrosbachImprove ARM assembly parsing diagnostics a bit.
2011-07-13 Jim GrosbachDestination register operand is optional for ADC and...
2011-07-13 Jim GrosbachFlesh out ARM Parser support for shifted-register operands.
2011-07-13 Jim Grosbach80 columns.
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-07-13 Jay FoadReally cache function types and anonymous struct types.
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
2011-07-13 Chris Lattnerstop leaking all named struct types with an empty name...
2011-07-13 Evan ChengAdd an entry.
2011-07-13 Bruno Cardoso LopesAVX Codegen support for 256-bit versions of vandps...
2011-07-13 Bill WendlingDon't emit the FDE end label if the last thing emitted...
2011-07-13 Eli FriedmanAdd an assert (which should never trigger) that trigger...
2011-07-13 Evan ChengImprove codegen for select's:
2011-07-13 Bill WendlingAssign variable before we test it.
2011-07-13 Bill WendlingFix obvious think-o.
2011-07-13 Bill WendlingClean up the handling of an EBP/RBP unwind frame pointe...
2011-07-12 Bill WendlingThere is a cyclic dependency between MC and Target...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Tobias GrosserRemove IntegerType constness from TargetData
2011-07-12 Chris Lattnersimplify assertions to not be completely redundant.
2011-07-12 Chris Lattnermake the IRBuilder type methods return non-const types.
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-12 Nick LewyckyTypeMap had a destructor that destroyed the types it...
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.
next