oota-llvm.git
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...
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 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.
next