Remove trailing spaces
[oota-llvm.git] / lib /
2012-01-22 Eli BenderskyRemove trailing spaces
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-22 Craig TopperMake code a little less verbose.
2012-01-22 Craig TopperRemove unused X86 ISD node type defines.
2012-01-22 Craig TopperMove some vector shift patterns into their instruction...
2012-01-21 Craig TopperAdd memory patterns for some of the fp<->integer conver...
2012-01-21 Benjamin KramerRemove unused variables.
2012-01-21 Craig TopperFix PR11819 introduced by r148537. I'd commit the test...
2012-01-21 Evan ChengFix an obvious typo.
2012-01-21 Jakob Stoklund OlesenHandle register masks in LiveVariables.
2012-01-21 Jim GrosbachRuntimeDyld alignment adjustment from MachO file.
2012-01-21 Jim GrosbachThumb2 'add rd, pc, imm' alternate form for 'adr' instr...
2012-01-20 Jakob Stoklund OlesenDelete an unused member variable.
2012-01-20 Jim GrosbachFix inverted condition.
2012-01-20 Devang PatelIntel syntax: Robustify register parsing.
2012-01-20 Jakob Stoklund OlesenSupport register masks in MachineLICM.
2012-01-20 Jakob Stoklund OlesenHandle register masks in DeadMachineInstructionElim.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Andrew TrickHandle a corner case with IV chain collection with...
2012-01-20 Devang PatelIntel syntax: Parse ... PTR [-8]
2012-01-20 Devang PatelIntel syntax: For now, disable ambiguous JMP64pcrel32...
2012-01-20 Bob WilsonARM vector any_extends need to be selected to vmovl...
2012-01-20 Jim GrosbachTblGen diagnostic for mismatched template instantiation.
2012-01-20 Jim GrosbachVST2 four-register w/ update pseudos for fixed/register...
2012-01-20 Jim GrosbachNEON use vmov.i32 to splat some f32 values into vectors.
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-20 Benjamin KramerAdd missing breaks to switch.
2012-01-20 Benjamin KramerRemove a bunch of unused variable assignments.
2012-01-20 Benjamin KramerRemove obviously invalid early exit that prevented...
2012-01-20 Craig TopperImprove 256-bit shuffle splitting to allow 2 sources...
2012-01-20 Nick LewyckyFix CountCodeReductionForAlloca to more accurately...
2012-01-20 Andrew TrickSCEVExpander fixes. Affects LSR and indvars.
2012-01-20 Craig TopperAdd support for selecting 256-bit PALIGNR.
2012-01-20 Bill WendlingWhen lowering the 'resume' instruction, look to see...
2012-01-20 Eli FriedmanSupport MSVC x86-32 sret convention. PR11688. Patch...
2012-01-19 Benjamin KramerSilence warnings about mixing enums.
2012-01-19 Owen AndersonAdd a dump() implementation for sub-instruction MCOperands.
2012-01-19 Dan GohmanSet the "tail" flag on pattern-matched objc_storeStrong...
2012-01-19 Devang PatelPost process 'and', 'sub' instructions and select bette...
2012-01-19 Nick LewyckyActually, this code handles wrapped sets just fine...
2012-01-19 Devang PatelIntel syntax: There is no need to create unary expr...
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 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 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 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.
next