Remove obviously invalid early exit that prevented analyzing ConstantAggregateZeros.
[oota-llvm.git] / lib /
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...
2012-01-13 Craig Topperuse v8i32 as optimal mem type over v8f32 if AVX2 is...
2012-01-13 Craig TopperMake X86 instruction selection use 256-bit VPXOR for...
2012-01-13 Craig TopperAdd patterns for v16i16 and v32i8 immAllZerosV to selec...
2012-01-13 Andrew TrickAdded the MachineSchedulerPass skeleton.
2012-01-13 Andrew Trickwrong filename
2012-01-13 Andrew Trick80-col violation
2012-01-13 Craig TopperUse 8i32 constant pool entry for converting AVX2_SETALL...
2012-01-13 Craig TopperFix typo in PerformAddCombine that caused any vector...
2012-01-13 Jakob Stoklund OlesenDelete CodeInit and CodeRecTy from TableGen.
2012-01-13 Jakob Stoklund OlesenUse uniqued StringInit pointers for lookups.
2012-01-13 Evan ChengDAGCombine's logic for forming pre- and post- indexed...
2012-01-13 Bill WendlingFix off-by-one error.
2012-01-13 Dan GohmanImplement proper ObjC ARC objc_retainBlock "escape...
2012-01-12 Pete CooperAdded MVT::v2f16
2012-01-12 Bill WendlingRevert accidental commit.
2012-01-12 Bill WendlingFix the code that was WRONG.
2012-01-12 Pete CooperAdded FPOW, FEXP, FLOG to PromoteNode so that custom...
2012-01-12 Elena DemikhovskyFixed a bug in LowerVECTOR_SHUFFLE caused assertion...
2012-01-12 Evan ChengWhen hoisting common code, watch out for uses which...
2012-01-12 Rafael EspindolaSupport segmented stacks on 64-bit FreeBSD.
2012-01-12 Rafael EspindolaSupport segmented stacks on win32.
2012-01-12 Evan ChengAllow targets to select source order pre-RA scheduler.
2012-01-12 Devang PatelRename X86ATTAsmParser -> X86AsmParser
2012-01-12 Jakob Stoklund OlesenMake SplitAnalysis::UseSlots private.
2012-01-12 Benjamin KramerAfter Jakob's r147938 exception handling on i386 was...
2012-01-12 Nadav RotemFix a bug in the AVX 256-bit shuffle code in cases...
2012-01-12 Benjamin KramerX86: Generalize the x << (y & const) optimization to...
2012-01-12 Devang PatelAdd predicate method check match memory operand size...
2012-01-12 Bill WendlingA DenseMap of a std::map isn't a very good idea because...
2012-01-12 Devang PatelAdd intel style operand parser skeleton.
2012-01-12 Chandler CarruthSwitch all of the uses of my InsertDAGNode helper to...
2012-01-11 Bill WendlingRevert r147978. A DenseMap's iterators may become inval...
2012-01-11 Jakob Stoklund OlesenMake data structures private.
2012-01-11 Bill WendlingUse a DenseMap.
2012-01-11 Jakob Stoklund OlesenSink spillInterferences into RABasic.
2012-01-11 Jakob Stoklund OlesenCleanup.
2012-01-11 Jakob Stoklund OlesenMove RegAllocBase into its own cpp file separate from...
2012-01-11 Eli FriedmanRe-fix the issue Bill fixed in r147899 in a slightly...
2012-01-11 Eric ChristopherFix assert.
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
2012-01-11 Nadav RotemOn AVX, we can load v8i32 at a time. The bug happens...
2012-01-11 Rafael EspindolaSupport segmented stacks on mac.
2012-01-11 Rafael EspindolaGenerate the segmented stack prologue for fastcc too.
2012-01-11 Chandler CarruthRevert r147945 which disabled an addressing mode transf...
2012-01-11 Rafael EspindolaUse unsigned comparison in segmented stack prologue.
2012-01-11 Kostya Serebryany[asan] extend the workaround for llvm.org/bugs/show_bug...
2012-01-11 Rafael EspindolaExplicitly set the scale to 1 on some segstack prologue...
2012-01-11 Kevin EnderbyThe error check for using -g with a .s file already...
2012-01-11 Jan SjödinAdd XOP Intrinsics and tests
2012-01-11 Nadav RotemFix a bug in the lowering of BUILD_VECTOR for AVX....
2012-01-11 Duncan SandsDon't try to create a GEP when the pointee type is...
2012-01-11 Chandler CarruthDisable the transformation I added in r147936 to see...
2012-01-11 Chandler CarruthHoist a really redundant code pattern into a helper...
2012-01-11 Chandler CarruthSimplify the AND-rooted mask+shift checking code to...
2012-01-11 Chandler CarruthUnify the interface of the three mask+shift transform...
2012-01-11 Chandler CarruthClarify and make explicit some of the requirements...
2012-01-11 Jakob Stoklund OlesenFix undefined code and reenable test case.
2012-01-11 Chandler CarruthHoist the logic to transform shift+mask combinations...
2012-01-11 Chandler CarruthTeach the X86 instruction selection to do some heroic...
2012-01-11 Stepan DyatkovskiyImproved compile time:
2012-01-11 Andrew TrickClarified the SCEV getSmallConstantTripCount interface...
2012-01-11 Rafael EspindolaAdd big endian mips support. Based on a patch by Jack...
2012-01-11 Rafael EspindolaAdd the skeleton of an asm parser for mips.
2012-01-11 Andrew TrickARM Ld/St Optimizer fix.
2012-01-11 Jakob Stoklund OlesenDetect when a value is undefined on an edge to a landin...
2012-01-11 Jakob Stoklund OlesenExclusively use SplitAnalysis::getLastSplitPoint().
2012-01-11 Evan ChengAvoid CSE of instructions which define physical registe...
2012-01-11 Bill WendlingIf the global variable is removed by the linker, then...
2012-01-11 Eric ChristopherDon't avoid recursing for pointer types, just reference...
2012-01-10 Lang HamesFixed order of operands in comment to match code.
2012-01-10 Joerg SonnenbergerDefault stack alignment for 32bit x86 should be 4 Bytes...
2012-01-10 Jakob Stoklund OlesenConsider unknown alignment caused by OptimizeThumb2Inst...
2012-01-10 Evan Cheng80 col violation.
2012-01-10 Chad RosierAdd missing VEX predicates to VMOVSDto64rr/VMOVSDto64mr...
2012-01-10 Devang PatelLet asm parser query asm syntax dialect.
next