2011-09-06 |
Nick Lewycky | Fix typo in comment again. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Nick Lewycky | Apparently we compile the code, not the comments. Thank... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Nick Lewycky | Nope! I had it right the first time. Revert the operati... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Nick Lewycky | Fix flipped sign. While there, show my math. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Nick Lewycky | No no no, fix typo properly! |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Nick Lewycky | The logic inside getMulExpr to simplify {a,+,b}*{c... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Nick Lewycky | Revert r139126 due to selfhost failures reported by... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Nick Lewycky | Teach SCEV to report a max backedge count in one intere... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Nick Lewycky | Add a new MC bit for NaCl (Native Client) mode. NaCl... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Nick Lewycky | Update the C++ backend to use the new ArrayRef'ified... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Benjamin Kramer | InstSimplify: Don't try to replace an extractvalue... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Duncan Sands | Delete trivial landing pads that just continue unwindin... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Duncan Sands | Add some simple insertvalue simplifications, for the... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Benjamin Kramer | Use canonical forms for the branch probability zero... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Chandler Carruth | As a (rather delayed) followup to r136738 which stopped... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Chandler Carruth | Complete the removal of FindBison from CMake. Noticed... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Chandler Carruth | Update the CMake documentation to the correct variables. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Bill Wendling | Use Duncan's patch to delete the instructions in revers... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Bill Wendling | The insertion point for the loads is right before the... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Benjamin Kramer | valgrind: Suppress glibc's optiized strcasecmp harder. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Benjamin Kramer | Use internal storage for command line option. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bill Wendling | Don't reload the values that are already there. The... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Andrew Trick | Exclude more arm jit failures pending PR10783. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Add AVX versions to match AESENC/AESDEC intrinsics... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Add AVX version of a SSE4.1 VPBLENDVB pattern |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Add AVX versions of SSE4.1 EXTRACTPS patterns |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Add AVX versions for SSE4.1 MOVZX* patterns |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Add one more AVX pattern for MOVZPQILo2PQI |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Move PUNPCKLQDQ splat pattern close to the instruction... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Add AVX pattern versions for PSHUFB,PSIGN{B,W,D} |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Add AVX versions of MOVZDI2PDI patterns. Use SUBREG_TO_... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Enforce subtarget checks in a few places to be explicit... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Tidy up code moving patterns to their appropriate place! |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Add AVX versions of FsMOVAPS and FsMOVAPS. Teach X86Ins... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Teach X86FastISel to use AVX versions of instructions... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Fix 80-column and style |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruno Cardoso... | Tidy up some SSE/AVX convert intrinsics. Also add an... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Owen Anderson | Fix a truly heinous bug in DAGCombine related to Assert... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Dan Gohman | Revert r129875, XFAILing this test for arm, since the... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakob Stoklund... | Pseudo CMOV instructions don't clobber EFLAGS. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakob Stoklund... | Check for EFLAGS live-out before clobbering it. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakob Stoklund... | Use existing function. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding for CBZ/CBNZ. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding for BXJ. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding for BIC. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding for BFI. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding for BFC. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding of B instruction. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Andrew Trick | Attempt to silence known valgrind errors. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakob Stoklund... | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bill Wendling | Try to eliminate the use of the 'unwind' instruction. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Eli Friedman | Don't fast-isel for atomic load/store; some cases requi... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding for ASR. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bill Wendling | Better fix for this testcase. Update it to the new... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bill Wendling | Update for new EH stuff. (I'm not sure if this is 100... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Andrew Trick | Test case update for unroll-scev. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Andrew Trick | Comment and clarifying assert. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bill Wendling | No need to get fancy inserting a PHI node when the... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
David Greene | Make RecordVal Name an Init |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kevin Enderby | Change X86 disassembly to print immediates values as... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Tidy up. Formatting. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bill Wendling | Update comments to reflect reality. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Tidy up. 80 columns. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding for AND (register). |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakob Stoklund... | Simplify by using isFullCopy(). |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bill Wendling | Revert r138826 until PR10834 can be fixed. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Thumb2 parsing and encoding for ADD (register). |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Duncan Sands | Darwin wants ctors/dtors to be ordered the other way... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kevin Enderby | Fix the disassembly of the X86 "crc32w %ax, %eax" instr... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Tests for Thumb2 AND (immediate) instruction. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakub Staszak | Extra CHECK-NOT to make sure that GVN transform works... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Andrew Trick | -unroll-scev flag removal |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Andrew Trick | Enable SCEV-based unrolling by default. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jim Grosbach | Add FIXME. Thumb2 ADR encoding choice is non-trivial. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakub Staszak | Return undef value (instead of arbitrary) for wrong... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakub Staszak | ConstantVector returns arbitrary value for the wrong... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Jakub Staszak | Compare type size instead of type _store_ size to make... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kalle Raiskila | Pass signed (not unsigned) 10 bit field to SPU 'ori... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Craig Topper | Make IC_VEX* not inherit from IC_*. Prevents instructio... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bill Wendling | Perform the upgrading of the old EH to the new EH in... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Bill Wendling | Update to new EH scheme. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Owen Anderson | Merge the ARM disassembler header into the implementati... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Owen Anderson | Fix 80 columns violations. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Dan Gohman | Revert r131152, r129796, r129761. This code is currentl... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Benjamin Kramer | Don't drop alignment info on local common symbols. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Eli Friedman | Null-initialize to shut up -Wuninitialized warnings. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
James Molloy | Fix apparent build error caused by r138948 on certain... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bill Wendling | Reduce indentation. No functionality change. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bill Wendling | Change worklist driven deletion to be an iterative... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Eli Friedman | Fix test; sorry for any inconvenience. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Eli Friedman | Fix an issue with the IR sink pass found by inspection... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Eli Friedman | Add missing newline. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Nick Lewycky | Fix the build for us -Werror users. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Eli Friedman | Make isSafeToSpeculativelyExecute() return the right... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Benjamin Kramer | XFAIL this test on arm until the backend is fixed. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Benjamin Kramer | This test depends on cmov being available. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Jakob Stoklund... | Permit remat of partial register defs when it is safe. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Jim Grosbach | ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs... |
commit | commitdiff | tree | snapshot |
next |