oota-llvm.git
2011-07-14 Chris Lattneradd C api for hte new type system rewrite API. Patch...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-14 Jakob Stoklund... Reapply 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... Revert r135121 which broke a gcc-4.2 builder.
2011-07-14 Jakob Stoklund... Count references to interference cache entries.
2011-07-14 Eli FriedmanFix up assertion in r135018 so it doesn't trigger on...
2011-07-14 Jim GrosbachARM tests for EOR instruction parsing and encoding.
2011-07-14 Devang PatelSimplify. Compile unit check inside hasValidLocation...
2011-07-14 Jim GrosbachRemove duplicate tests.
2011-07-14 Jim GrosbachARM Assembler support for DSB instruction.
2011-07-14 Jakob Stoklund... Reapply 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 Bruno Cardoso... We already support 256-bit packed ADD, SUB, DIV, MUL...
2011-07-13 Jim GrosbachARM parsing and encoding tests for CMN/CMP.
2011-07-13 David Greenestruct Init -> class Init
2011-07-13 Jakob Stoklund... Revert r135074 and r135080. They broke clamscan.
2011-07-13 Jim GrosbachShuffle ARM assembly tests a bit.
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... Make X86ISD::ANDNP more general and Codegen 256-bit...
2011-07-13 Bruno Cardoso... The 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... Only 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 GrosbachTestcases for ARM assembly BX/BXJ instructions.
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... Move the InterferenceCache cursor into the GlobalSplitC...
2011-07-13 Jim GrosbachTestcases for ARM assembly BLX/BL instructions.
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 Evan ChengChange test case, one that actually failed before my...
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BKPT' instruction.
2011-07-13 Jim GrosbachFix copy-pasto.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BIC' instruction.
2011-07-13 Jim GrosbachAdd some FIXMEs.
2011-07-13 Evan ChengRevert accidental commit.
2011-07-13 Evan ChengIt's not safe to fold (fptrunc (sqrt (fpext x))) to...
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'AND' instruction.
2011-07-13 Jim GrosbachImprove ARM assembly parsing diagnostics a bit.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'ADD' instruction
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 Jay FoadAdd some bits that I found useful when converting Inser...
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... AVX 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 Francois PichetRemove the const from Type after of Jay deconstify...
2011-07-12 Benjamin KramerDelete StructType bodies when destroying a StructType.
2011-07-12 Jim GrosbachAdd check for predicate w/o S bit.
2011-07-12 Jim GrosbachImprove test cases from r134746.
2011-07-12 Garrison VennReverted 134901 because of 134959. Did not use svn...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Tobias GrosserVectorType is also a SequentialType
2011-07-12 Tobias GrosserRemove IntegerType constness from TargetData
2011-07-12 Francois PichetFix the BrainF build.
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 Andrew TrickComment correction.
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 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 John Wiegleyfix some examples
2011-07-11 Cameron ZwarichFix LTO after the recent MC subtarget refactoring.
2011-07-11 Evan ChengMost MCCodeEmitter's don't meed MCContext.
2011-07-11 David GreeneUse get(0 Instead of Create()
2011-07-11 Evan ChengDisassembler doesn't need TargetMachine anymore.
2011-07-11 Evan Chengstruct Init -> class Init.
2011-07-11 David GreeneFix Build
2011-07-11 David Greene[AVX] Make Inits Foldable
next