oota-llvm.git
2012-01-19 Devang PatelPost process 'xor', 'or' and 'cmp' instructions and...
2012-01-19 Evgeniy StepanovEmit ARM EHABI unwinding instructions for 3 more Thumb...
2012-01-19 Craig TopperFolding table additions and fixes for AVX.
2012-01-19 Craig TopperMerge 128-bit and 256-bit SHUFPS/SHUFPD handling.
2012-01-19 Evan ChengMore bundle related API additions.
2012-01-19 Evan ChengRewriter should definitly rewrite instructions inside...
2012-01-19 Chris LattnerIntroduce a new MutableArrayRef class, which refers...
2012-01-19 Evan ChengEnhance finalizeBundle to return end of bundle iterator...
2012-01-19 Jim GrosbachARM assembly diagnostic caret in better position for...
2012-01-19 Jim GrosbachThumb2 relaxation for tADR to t2ADR.
2012-01-19 Jim GrosbachAdd comment and fix range check in condition.
2012-01-19 Jim GrosbachAdd testcase.
2012-01-19 Lang HamesAdded methods to get the live range immediately before...
2012-01-19 Nick LewyckySpace after punctuation.
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2012-01-18 Jakob Stoklund... Add experimental -x86-use-regmask command line option.
2012-01-18 Jakob Stoklund... Ignore register mask operands when lowering instruction...
2012-01-18 Jakob Stoklund... Add a RegisterMaskSDNode class.
2012-01-18 Rafael EspindolaAdd support for the gnueabihf environment. Patch by...
2012-01-18 Jim GrosbachThumb2 alternate syntax for LDR(literal) and friends.
2012-01-18 Devang PatelProcess instructions after match to select alternative...
2012-01-18 Jim GrosbachReplace FIXME with explanatory comment.
2012-01-18 Jim GrosbachThumb2 relaxation for LDR(literal).
2012-01-18 Jim GrosbachMCAssembler tweak for determining when a symbol differe...
2012-01-18 Jim GrosbachRename pattern for clarity.
2012-01-18 Dan GohmanAdd a depth limit to avoid runaway recursion.
2012-01-18 Dan GohmanUse llvm.global_ctors to locate global constructors...
2012-01-18 Jakub StaszakRemove trailing spaces and unneeded includes.
2012-01-18 Nadav RotemDocument the fact that the selection dag changes the...
2012-01-18 Lang HamesFixed macro condition.
2012-01-18 Jim GrosbachTidy up. 80 columns.
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Bill WendlingRemove dead code.
2012-01-18 Nadav RotemFix a bug in the type-legalization of vector integers...
2012-01-18 Pete CooperFix ISD::REG_SEQUENCE to accept physical registers...
2012-01-18 Jim GrosbachThumb2 load/store fixups don't set the thumb bit.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2012-01-18 Jakob Stoklund... Add a CoveredBySubRegs property to Register descriptions.
2012-01-18 Daniel Dunbar[lit] Add a --filter option which is useful when dealin...
2012-01-17 Jakub StaszakRemove unneeded include.
2012-01-17 Jakob Stoklund... Implement ARMBaseRegisterInfo::getCallPreservedMask().
2012-01-17 Jim GrosbachFix MCJIT memory leak of owned TargetMachine.
2012-01-17 Jakob Stoklund... Move X86 callee saved register lists to the X86CallConv...
2012-01-17 Jakob Stoklund... Add TableGen support for callee saved registers.
2012-01-17 Andrew TrickTest case rename
2012-01-17 Jakub StaszakMove includes to the .cpp file.
2012-01-17 Jim GrosbachMC tweak symbol difference resolution for non-local...
2012-01-17 Jim GrosbachTidy up.
2012-01-17 Devang PatelIntel syntax: Fix parser match class to check memory...
2012-01-17 Nadav RotemTransform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) ...
2012-01-17 Devang PatelIntel syntax: Parse "BYTE PTR [RDX + RCX]"
2012-01-17 Jakub StaszakTrailing spaces.
2012-01-17 Dan GohmanAdd a new ObjC ARC optimization pass to eliminate unneeded
2012-01-17 Dan GohmanAdd a new PassManagerBuilder customization point,
2012-01-17 Devang PatelUntabify.
2012-01-17 Devang PatelIntel syntax: Do not unncessarily create plus expressio...
2012-01-17 Devang PatelIntel syntax: Ignore mnemonic aliases.
2012-01-17 Eli BenderskyRemove "XFAIL: arm" from test/ExecutionEngine/test...
2012-01-17 Devang PatelIntel syntax: Robustify memory operand parsing.
2012-01-17 Benjamin KramerAdd an LLDB data formatter script for llvm::SmallVector...
2012-01-17 Manuel KlimekRemoves template magic to build up containers.
2012-01-17 Nadav RotemFix warning.
2012-01-17 Eli BenderskyAdditional ExecutionEngine tests, as part of bringing...
2012-01-17 Nadav RotemFix 11769.
2012-01-17 Craig TopperTeach DAG combiner to turn a BUILD_VECTOR of UNDEFs...
2012-01-17 Craig TopperRemove unnecessary AVX check from an assert. hasSSE2...
2012-01-17 David BlaikieProvide better messages in llvm_unreachable.
2012-01-17 Andrew Trickmisched: Inital interface and implementation for Schedu...
2012-01-17 Andrew TrickRenamed MachineScheduler to ScheduleTopDownLive.
2012-01-17 Andrew TrickMoving options declarations around.
2012-01-17 Andrew TrickLSR fix: broaden the check for loop preheaders.
2012-01-17 Craig TopperFix a crasher when PerformShiftCombine receives a BUILD...
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-17 Rafael EspindolaAdd 148175 back. I am unable to reproduce any non deter...
2012-01-17 Dylan NoblesmithMakefile: add missing files to FilesToConfig
2012-01-17 Pete CooperChanged flag operand of ISD::FP_ROUND to TargetConstant...
2012-01-17 Chris Lattneradd some missing const qualifiers.
2012-01-17 Jakob Stoklund... Add portable bit mask operations to BitVector.
2012-01-17 Lang HamesFix typo in comment.
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT handle a few more simple x86 relocations for...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-16 Hal FinkelCleanup PPC RLWINM8 vs RLWINM
2012-01-16 Hal FinkelAggressiveAntiDepBreaker needs to skip debug values...
2012-01-16 Jakob Stoklund... Extract method for detecting constant unallocatable...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Stepan DyatkovskiyFixed comment in loop-unswitch.
2012-01-16 Jakob Stoklund... Give better scavenger errors by invoking the verifier.
2012-01-16 Jakob Stoklund... Add a new kind of MachineOperand: MO_RegisterMask.
2012-01-16 Eli FriedmanMake sure the non-SSE lowering for fences correctly...
2012-01-16 Eli FriedmanGet rid of unused codegen-only instruction.
2012-01-16 Joe AbbeyAdding a Hexagon cell for segmented stacks, as they...
2012-01-16 Craig TopperGive priority to AVX over SSE for 128-bit floating...
2012-01-16 Eli BenderskyA fix for the previous commit: "integer constant is...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2012-01-16 David BlaikieRefactor variables unused under non-assert builds ...
2012-01-16 Pete CooperChanged intrinsic ID operand to a target constant as...
next