OSDN Git Service

android-x86/external-llvm.git
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 CarruthRelax the FileCheck assertion a bit -- all we really...
2012-01-15 Chandler CarruthFileCheck-ize a test, make it more specific to directly...
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 Chad RosierCleanup test case by adding checks for test names.
2012-01-14 Jakob Stoklund... Add TRI::getCallPreservedMask() hook.
2012-01-14 Dan GohmanFix an unused variable warning that Chad noticed.
2012-01-14 Rafael EspindolaAdd a test showing how the Leh_func_endN symbol is...
2012-01-13 Rafael EspindolaRemove previous commit while I debug the bot failures.
2012-01-13 Jakob Stoklund... Use 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 Jakob Stoklund... Skip the NAME field when forming tuples.
2012-01-13 Andrew TrickRemove pointless mode line in .cpp file.
2012-01-13 Duncan SandsTry to clarify a little how exception handling works.
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 Devang PatelAdd new test.
2012-01-13 Pete CooperFixed comment. Thanks Duncan!
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 NAKAMURA Takumitest/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.
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 Trickwhitespace
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... Delete CodeInit and CodeRecTy from TableGen.
2012-01-13 Jakob Stoklund... Use 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 EspindolaAdd error-reporting tests for platforms that don't...
2012-01-12 Rafael EspindolaSupport segmented stacks on 64-bit FreeBSD.
2012-01-12 Rafael EspindolaSupport segmented stacks on win32.
2012-01-12 Devang PatelRemove test case, as Chris suggested.
2012-01-12 Devang PatelAdd test case to check intel syntax parsing.
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... Make 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 Evan ChengMove Sched::Preference out of TargetMachine.h where...
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... Make data structures private.
2012-01-11 Bill WendlingUse a DenseMap.
2012-01-11 Jakob Stoklund... Sink spillInterferences into RABasic.
2012-01-11 Jakob Stoklund... Cleanup.
2012-01-11 Jakob Stoklund... Move 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 Jim Grosbach80 columns.
2012-01-11 Jim Grosbachlli should only create memmgr when JITing.
2012-01-11 Jim Grosbachlli should create a JIT memory manager.
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 Bill WendlingCheck to make sure that the CFString's back store ends...
2012-01-11 Rafael EspindolaSupport segmented stacks on mac.
2012-01-11 Rafael EspindolaSplit segmented stacks tests into tests for static...
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...
next