oota-llvm.git
2011-09-05 Duncan SandsAdd some simple insertvalue simplifications, for the...
2011-09-04 Benjamin KramerUse canonical forms for the branch probability zero...
2011-09-04 Chandler CarruthAs a (rather delayed) followup to r136738 which stopped...
2011-09-04 Chandler CarruthComplete the removal of FindBison from CMake. Noticed...
2011-09-04 Chandler CarruthUpdate the CMake documentation to the correct variables.
2011-09-04 Bill WendlingUse Duncan's patch to delete the instructions in revers...
2011-09-04 Bill WendlingThe insertion point for the loads is right before the...
2011-09-03 Benjamin Kramervalgrind: Suppress glibc's optiized strcasecmp harder.
2011-09-03 Benjamin KramerUse internal storage for command line option.
2011-09-03 Bill WendlingDon't reload the values that are already there. The...
2011-09-03 Andrew TrickExclude more arm jit failures pending PR10783.
2011-09-03 Bruno Cardoso... Add AVX versions to match AESENC/AESDEC intrinsics...
2011-09-03 Bruno Cardoso... Add AVX version of a SSE4.1 VPBLENDVB pattern
2011-09-03 Bruno Cardoso... Add AVX versions of SSE4.1 EXTRACTPS patterns
2011-09-03 Bruno Cardoso... Add AVX versions for SSE4.1 MOVZX* patterns
2011-09-03 Bruno Cardoso... Add one more AVX pattern for MOVZPQILo2PQI
2011-09-03 Bruno Cardoso... Move PUNPCKLQDQ splat pattern close to the instruction...
2011-09-03 Bruno Cardoso... Add AVX pattern versions for PSHUFB,PSIGN{B,W,D}
2011-09-03 Bruno Cardoso... Add AVX versions of MOVZDI2PDI patterns. Use SUBREG_TO_...
2011-09-03 Bruno Cardoso... Enforce subtarget checks in a few places to be explicit...
2011-09-03 Bruno Cardoso... Tidy up code moving patterns to their appropriate place!
2011-09-03 Bruno Cardoso... Add AVX versions of FsMOVAPS and FsMOVAPS. Teach X86Ins...
2011-09-03 Bruno Cardoso... Teach X86FastISel to use AVX versions of instructions...
2011-09-03 Bruno Cardoso... Fix 80-column and style
2011-09-03 Bruno Cardoso... Tidy up some SSE/AVX convert intrinsics. Also add an...
2011-09-03 Owen AndersonFix a truly heinous bug in DAGCombine related to Assert...
2011-09-03 Dan GohmanRevert r129875, XFAILing this test for arm, since the...
2011-09-02 Jakob Stoklund... Pseudo CMOV instructions don't clobber EFLAGS.
2011-09-02 Jakob Stoklund... Check for EFLAGS live-out before clobbering it.
2011-09-02 Jakob Stoklund... Use existing function.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for CBZ/CBNZ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BXJ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BIC.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BFI.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BFC.
2011-09-02 Jim GrosbachThumb2 parsing and encoding of B instruction.
2011-09-02 Andrew TrickAttempt to silence known valgrind errors.
2011-09-02 Jakob Stoklund... Remove unused variables.
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ASR.
2011-09-02 Bill WendlingBetter fix for this testcase. Update it to the new...
2011-09-02 Bill WendlingUpdate for new EH stuff. (I'm not sure if this is 100...
2011-09-02 Andrew TrickTest case update for unroll-scev.
2011-09-02 Andrew TrickComment and clarifying assert.
2011-09-02 Bill WendlingNo need to get fancy inserting a PHI node when the...
2011-09-02 David GreeneMake RecordVal Name an Init
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-09-02 Jim GrosbachTidy up. Formatting.
2011-09-02 Bill WendlingUpdate comments to reflect reality.
2011-09-02 Jim GrosbachTidy up. 80 columns.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for AND (register).
2011-09-02 Jakob Stoklund... Simplify by using isFullCopy().
2011-09-02 Bill WendlingRevert r138826 until PR10834 can be fixed.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ADD (register).
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-02 Kevin EnderbyFix the disassembly of the X86 "crc32w %ax, %eax" instr...
2011-09-02 Jim GrosbachTests for Thumb2 AND (immediate) instruction.
2011-09-02 Jakub StaszakExtra CHECK-NOT to make sure that GVN transform works...
2011-09-02 Andrew Trick-unroll-scev flag removal
2011-09-02 Andrew TrickEnable SCEV-based unrolling by default.
2011-09-02 Jim GrosbachAdd FIXME. Thumb2 ADR encoding choice is non-trivial.
2011-09-02 Jakub StaszakReturn undef value (instead of arbitrary) for wrong...
2011-09-02 Jakub StaszakConstantVector returns arbitrary value for the wrong...
2011-09-02 Jakub StaszakCompare type size instead of type _store_ size to make...
2011-09-02 Kalle RaiskilaPass signed (not unsigned) 10 bit field to SPU 'ori...
2011-09-02 Craig TopperMake IC_VEX* not inherit from IC_*. Prevents instructio...
2011-09-02 Bill WendlingPerform the upgrading of the old EH to the new EH in...
2011-09-02 Bill WendlingUpdate to new EH scheme.
2011-09-01 Owen AndersonMerge the ARM disassembler header into the implementati...
2011-09-01 Owen AndersonFix 80 columns violations.
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-09-01 Eli FriedmanNull-initialize to shut up -Wuninitialized warnings.
2011-09-01 James MolloyFix apparent build error caused by r138948 on certain...
2011-09-01 Bill WendlingReduce indentation. No functionality change.
2011-09-01 Bill WendlingChange worklist driven deletion to be an iterative...
2011-09-01 Eli FriedmanFix test; sorry for any inconvenience.
2011-09-01 Eli FriedmanFix an issue with the IR sink pass found by inspection...
2011-09-01 Eli FriedmanAdd missing newline.
2011-09-01 Nick LewyckyFix the build for us -Werror users.
2011-09-01 Eli FriedmanMake isSafeToSpeculativelyExecute() return the right...
2011-09-01 Benjamin KramerXFAIL this test on arm until the backend is fixed.
2011-09-01 Benjamin KramerThis test depends on cmov being available.
2011-09-01 Jakob Stoklund... Permit remat of partial register defs when it is safe.
2011-09-01 Jim GrosbachARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs...
2011-09-01 Bruno Cardoso... Fix vbroadcast matching logic to early unmatch if the...
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-09-01 Owen Andersont2Bcc is allowed to have a predicate without a precedin...
2011-09-01 Jakob Stoklund... Revert r138794, "Do not try to rematerialize a value...
2011-09-01 Jakob Stoklund... Prevent remat of partial register redefinitions.
2011-09-01 Evan ChengTeach MachineLICM reg pressure tracking code to deal...
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingResubmit with fix. Properly remove the instructions...
2011-09-01 Bill WendlingSubmitted this too early.
2011-09-01 Bill WendlingDon't DCE the landingpad instruction.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate some tests to the new EH scheme.
2011-09-01 Andrew TrickPreRA scheduler should avoid cloning compares.
next