Rename Finalizebundle to finalizeBundle to conform to coding guideline.
[oota-llvm.git] / lib /
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2012-01-18 Jakob Stoklund OlesenAdd experimental -x86-use-regmask command line option.
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
2012-01-18 Jakob Stoklund OlesenAdd 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 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 OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-17 Jakob Stoklund OlesenImplement ARMBaseRegisterInfo::getCallPreservedMask().
2012-01-17 Jim GrosbachFix MCJIT memory leak of owned TargetMachine.
2012-01-17 Jakob Stoklund OlesenMove X86 callee saved register lists to the X86CallConv...
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 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 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: Robustify memory operand parsing.
2012-01-17 Manuel KlimekRemoves template magic to build up containers.
2012-01-17 Nadav RotemFix warning.
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 Pete CooperChanged flag operand of ISD::FP_ROUND to TargetConstant...
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 OlesenExtract 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 OlesenGive better scavenger errors by invoking the verifier.
2012-01-16 Jakob Stoklund OlesenAdd 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 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...
2012-01-15 Nadav Rotem[AVX] Optimize x86 VSELECT instructions using SimplifyD...
2012-01-15 Benjamin KramerReturn an ArrayRef from ShuffleVectorSDNode::getMask...
2012-01-15 Benjamin KramerDAGCombiner: Deduplicate code.
2012-01-15 Stepan DyatkovskiyCosmetic patch for r148215.
2012-01-15 Stepan DyatkovskiyFixup for r148132. Type replacement for LoopsProperties...
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2012-01-15 David BlaikieRemove dead code.
2012-01-15 Craig TopperTruncate of undef is just undef of smaller size.
2012-01-14 Craig TopperFix the memop type on a couple 256-bit AVX instructions...
2012-01-14 Craig TopperAdd a bunch of AVX instructions to the folding tables...
2012-01-14 Duncan SandsSpeculatively revert commit 148175 (rafael), to see...
2012-01-14 Andrew TrickFix a corner case hit by redundant phi elimination...
2012-01-14 Rafael EspindolaOnly emit the Leh_func_endN symbol when needed.
2012-01-14 Andrew Trickmisched: Initial code for building an MI level scheduli...
2012-01-14 Andrew TrickMove physreg dependency generation into aptly named...
2012-01-14 Andrew Trickmisched: Added ScheduleDAGInstrs::IsPostRA
2012-01-14 Andrew Trickmisched: Invoke the DAG builder on each sequence of...
2012-01-14 Andrew TrickMove things around to make the file navigable, even...
2012-01-14 Evan ChengAfter r147827 and r147902, it's now possible for unallo...
2012-01-14 Chad RosierFix pasto from r146196.
2012-01-14 Dan GohmanFix an unused variable warning that Chad noticed.
2012-01-13 Rafael EspindolaRemove previous commit while I debug the bot failures.
2012-01-13 Jakob Stoklund OlesenUse RegisterTuples to generate pseudo-registers.
2012-01-13 Rafael EspindolaRemove label that is not used anymore.
2012-01-13 Eli FriedmanSpeculatively revert r148132+r148133 to try and fix...
2012-01-13 Andrew TrickRemove pointless mode line in .cpp file.
2012-01-13 Devang PatelRevert r148131, it was committed before it was ready.
2012-01-13 Stepan DyatkovskiyCosmetic patch for r148132.
2012-01-13 Stepan DyatkovskiyLoopUnswitch: All helper data that is collected during...
2012-01-13 Devang PatelRefactor.
2012-01-13 Craig TopperConvert SHUFPD with the same register for both sources...
next