oota-llvm.git
2011-07-14 Bill Wendling* If we have an LSDA, we need to mark it in the encoding.
2011-07-14 Devang PatelRefactor.
2011-07-14 NAKAMURA Takumicmake/modules/LLVMLibDeps.cmake: Update since r135184.
2011-07-14 Devang PatelEliminate redundant LLVMContext argument.
2011-07-14 Devang PatelUndo r135191 (i.e. reapply Chris's patch. Now linker...
2011-07-14 Devang PatelLink NamedMDNode before linking function bodies.
2011-07-14 Jim GrosbachARM diagnostic when 's' suffix on mnemonic that can...
2011-07-14 Bill Wendling* Redo the permutation encoding for frameless stacks...
2011-07-14 Devang PatelAdd dump()
2011-07-14 Benjamin KramerAdd OperandTypes for Thumb branch targets.
2011-07-14 Benjamin KramerPort operand types for ARM and X86 over from EDIS to...
2011-07-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-14 Jim GrosbachAdd some testcases for ARM MLA/MLS instructions.
2011-07-14 Jim GrosbachARM MCRR/MCRR2 immediate operand range checking.
2011-07-14 Chris Lattnerrevert r135172 until Devang and I figure out the right...
2011-07-14 Jim GrosbachARM MCR/MCR2 assembly parsing operand constraints.
2011-07-14 Nicolas GeoffrayAfter type-system-rewrite branch update the Cpp backend...
2011-07-14 Jim GrosbachEnable some tests we now handle correctly.
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-14 Chris Lattnersimplify this logic now that GlobalAlias::isDeclaration...
2011-07-14 Chris LattnerFix GlobalValue::isDeclaration() to always consider...
2011-07-14 Eric ChristopherCheck register class matching instead of width of type...
2011-07-14 Jim GrosbachReorganize ARM assembler aliases.
2011-07-14 Rafael EspindolaAdd LLVMConstNamedStruct to the C api to let its users...
2011-07-14 Chris LattnerDebugLoc's don't hide any interesting types for TypeFin...
2011-07-14 Chris Lattnermanually copy debugloc over to a new instruction in...
2011-07-14 Chris LattnerStop the ValueMapper from calling getAllMetadata, which...
2011-07-14 Bruno Cardoso... Add 256-bit load/store recognition and matching in...
2011-07-14 Benjamin KramerDon't leak operands when putting them into a shift.
2011-07-14 Jim GrosbachUpdate ARM Assembly of LDM/STM.
2011-07-14 Chris LattnerThe key of a StringMap can contain nul's in it, so...
2011-07-14 Chris Lattnerthough it isn't the case here, the key of a StringMap can
2011-07-14 Chris Lattneradd comments.
2011-07-14 Chris Lattnerconsolidate GlobalValue::isDeclaration into one
2011-07-14 Jim GrosbachARM ISB assembly parsing tests.
2011-07-14 Chris Lattnercode cleanup
2011-07-14 Jim GrosbachARM ISB instruction assembly parsing.
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-14 Chris Lattneradd a couple more missing C api, patch by Vitaly Lugovskiy!
2011-07-14 Richard OsborneUpdate XCoreRegisterInfo::eliminateFrameIndex() to...
2011-07-14 Frits van BommelSimplify some functions in the C API by using an ArrayR...
2011-07-14 Nadav Rotem[VECTOR-SELECT]
2011-07-14 Nadav RotemAdd assertion for the chain value type
2011-07-14 Jay FoadMention all API changes I've made since 2.9 was branched.
2011-07-14 Eric ChristopherAdd a testcase for r135123.
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...
next