2011-04-12 |
Johnny Chen | A8.6.16 B |
tree | commitdiff |
2011-04-12 |
Dan Gohman | Fix reassociate to use a worklist instead of recursing... |
tree | commitdiff |
2011-04-12 |
Eric Christopher | Test for invalid constant expr addition - bad octal... |
tree | commitdiff |
2011-04-11 |
Johnny Chen | Thumb disassembler was erroneously rejecting "blx sp... |
tree | commitdiff |
2011-04-11 |
Chris Lattner | remove the StructRetPromotion pass. It is unused,... |
tree | commitdiff |
2011-04-11 |
Wesley Peck | Add scheduling information for the MBlaze backend. |
tree | commitdiff |
2011-04-11 |
Rafael Espindola | Implement cfi_rel_offset |
tree | commitdiff |
2011-04-11 |
Rafael Espindola | Add test for previous commit. |
tree | commitdiff |
2011-04-11 |
Johnny Chen | Fix the bug where the immediate shift amount for Thumb... |
tree | commitdiff |
2011-04-11 |
Evan Cheng | Look pass copies when determining whether hoisting... |
tree | commitdiff |
2011-04-11 |
Johnny Chen | Check invalid register encodings for LdFrm/StFrm ARM... |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Revert r129235 pending a vetting of the EH rewrite. |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Beginning of the Great Exception Handling Rewrite. |
tree | commitdiff |
2011-04-09 |
Chris Lattner | fix rdar://8735979 - "int 3" doesn't match to "int3... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | look for the verboten argument slot access in any order... |
tree | commitdiff |
2011-04-09 |
Benjamin Kramer | Don't store Twine temporaries, it's not safe. |
tree | commitdiff |
2011-04-09 |
Eli Friedman | Add back a couple checks removed by r129128; the fact... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | fix PR9523, a crash in looprotate on a non-canonical... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | Fix a bug where RecursivelyDeleteTriviallyDeadInstructi... |
tree | commitdiff |
2011-04-09 |
Eli Friedman | PR9604; try to deal with RAUW updates correctly in... |
tree | commitdiff |
2011-04-09 |
Eli Friedman | Test for r129190. |
tree | commitdiff |
2011-04-09 |
Chris Lattner | fix two completely broken tests, which were matching... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | remove a bunch of CHECK lines that aren't checking... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | have dag combine zap "store undef", which can be formed... |
tree | commitdiff |
2011-04-09 |
Chris Lattner | don't test for codegen of 'store undef' |
tree | commitdiff |
2011-04-08 |
Devang Patel | Add radar number for future reference. |
tree | commitdiff |
2011-04-08 |
Devang Patel | Do not emit DW_AT_upper_bound and DW_AT_lower_bound... |
tree | commitdiff |
2011-04-08 |
Evan Cheng | Change -arm-trap-func= into a non-arm specific option... |
tree | commitdiff |
2011-04-08 |
Johnny Chen | Hanlde the checking of bad regs for SMMLAR properly... |
tree | commitdiff |
2011-04-08 |
Johnny Chen | Sanity check the option operand for DMB/DSB. |
tree | commitdiff |
2011-04-08 |
Johnny Chen | MOVi16 and MOVTi16 does not allow pc as the dest regist... |
tree | commitdiff |
2011-04-08 |
Johnny Chen | Add sanity checking for bad register specifier(s) for... |
tree | commitdiff |
2011-04-07 |
Rafael Espindola | Update tests |
tree | commitdiff |
2011-04-07 |
Devang Patel | Do not let debug info interfer with branch folding. |
tree | commitdiff |
2011-04-07 |
Johnny Chen | Add a VEXT test. |
tree | commitdiff |
2011-04-07 |
Evan Cheng | Add option to emit @llvm.trap as a function call instea... |
tree | commitdiff |
2011-04-07 |
Rafael Espindola | Add support for .skip. |
tree | commitdiff |
2011-04-07 |
Andrew Trick | Added a check in the preRA scheduler for potential... |
tree | commitdiff |
2011-04-07 |
Akira Hatanaka | Fix handling of functions with internal linkage. |
tree | commitdiff |
2011-04-07 |
Johnny Chen | Add sanity checking for invalid register encodings... |
tree | commitdiff |
2011-04-07 |
Johnny Chen | Add sanity checking for invalid register encodings... |
tree | commitdiff |
2011-04-07 |
Johnny Chen | Add some more comments about checkings of invalid regis... |
tree | commitdiff |
2011-04-07 |
Devang Patel | While hoisting common code from if/else, hoist debug... |
tree | commitdiff |
2011-04-07 |
Tanya Lattner | Prevent ARM DAG Combiner from doing an AND or OR combin... |
tree | commitdiff |
2011-04-07 |
Johnny Chen | Sanity check MSRi for invalid mask values and reject... |
tree | commitdiff |
2011-04-07 |
Eli Friedman | PR9634: Don't unconditionally tell the AliasSetTracker... |
tree | commitdiff |
2011-04-07 |
Johnny Chen | The ARM disassembler was not recognizing USADA8 instruc... |
tree | commitdiff |
2011-04-07 |
Evan Cheng | Change -arm-divmod-libcall to a target neutral option. |
tree | commitdiff |
2011-04-07 |
Johnny Chen | Should also check SMLAD for invalid register values. |
tree | commitdiff |
2011-04-06 |
Owen Anderson | Teach the ARM peephole optimizer that RSB, RSC, ADC... |
tree | commitdiff |
2011-04-06 |
Johnny Chen | A8.6.393 |
tree | commitdiff |
2011-04-06 |
Johnny Chen | A8.6.92 MCR (Encoding A1): if coproc == '101x' then... |
tree | commitdiff |
2011-04-06 |
Johnny Chen | Fix a bug in the disassembly of VGETLNs8 where the... |
tree | commitdiff |
2011-04-06 |
Nadav Rotem | This testcase passed even without the fix. Added the... |
tree | commitdiff |
2011-04-06 |
Johnny Chen | Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function. |
tree | commitdiff |
2011-04-05 |
Johnny Chen | Fix a typo in the handling of PKHTB opcode, plus add... |
tree | commitdiff |
2011-04-05 |
Johnny Chen | A7.3 register encoding |
tree | commitdiff |
2011-04-05 |
Johnny Chen | ARM disassembler was erroneously accepting an invalid... |
tree | commitdiff |
2011-04-05 |
Chris Lattner | remove postdom frontiers, because it is dead. Forward... |
tree | commitdiff |
2011-04-05 |
Johnny Chen | ARM disassembler was erroneously accepting an invalid... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | These tests no longer require linear scan because reser... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy. |
tree | commitdiff |
2011-04-05 |
Johnny Chen | The r128085 checkin modified the operand ordering for... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | Fix one more batch of X86 tests to be register allocati... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | When dead code elimination removes all but one use... |
tree | commitdiff |
2011-04-05 |
Johnny Chen | ARM disassembler should flag (rGPRRegClassID, r13|r15... |
tree | commitdiff |
2011-04-05 |
Johnny Chen | LDRD now prints out two dst registers. |
tree | commitdiff |
2011-04-05 |
Johnny Chen | Fix test-llvm failures. |
tree | commitdiff |
2011-04-05 |
Johnny Chen | Constants with multiple encodings (ARM): |
tree | commitdiff |
2011-04-05 |
Johnny Chen | Check for invalid register encodings for UMAAL and... |
tree | commitdiff |
2011-04-05 |
Stuart Hastings | ARM doesn't support byval yet. XFAIL this test until... |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | Ensure all defs referring to a virtual register are... |
tree | commitdiff |
2011-04-05 |
Rafael Espindola | Print visibility info for external variables. |
tree | commitdiff |
2011-04-05 |
Nadav Rotem | InstCombine optimizes gep(bitcast(x)) even when the... |
tree | commitdiff |
2011-04-05 |
Eric Christopher | Fix up testcase for previous commit. |
tree | commitdiff |
2011-04-05 |
Jakob Stoklund Olesen | Fix register-dependent X86 tests. |
tree | commitdiff |
2011-04-05 |
Johnny Chen | Fix SRS/SRSW encoding bits. |
tree | commitdiff |
2011-04-04 |
Jakob Stoklund Olesen | Allow coalescing with reserved physregs in certain... |
tree | commitdiff |
2011-04-04 |
Johnny Chen | Fix incorrect alignment for NEON VST2b32_UPD. |
tree | commitdiff |
2011-04-04 |
Jakob Stoklund Olesen | Disable the PowerPC/Atomics-64 test. |
tree | commitdiff |
2011-04-04 |
Bruno Cardoso Lopes | - Implement asm parsing support for LDRSBT, LDRHT,... |
tree | commitdiff |
2011-04-04 |
Jakob Stoklund Olesen | Fix PowerPC tests to be register allocator independent. |
tree | commitdiff |
2011-04-04 |
Joerg Sonnenberger | Add support for the VIA PadLock instructions. |
tree | commitdiff |
2011-04-04 |
Jay Foad | Remove some support for ReturnInsts with multiple opera... |
tree | commitdiff |
2011-04-02 |
Eli Friedman | PR9446: RecursivelyDeleteTriviallyDeadInstructions... |
tree | commitdiff |
2011-04-02 |
Che-Liang Chiou | ptx: support setp's 4-operand format |
tree | commitdiff |
2011-04-02 |
Cameron Zwarich | Do some peephole optimizations to remove pointless... |
tree | commitdiff |
2011-04-02 |
Johnny Chen | Fixed a bug in disassembly of STR_POST, where the immed... |
tree | commitdiff |
2011-04-01 |
Johnny Chen | Fixed MOVr for "should be" encoding bits for Inst{19... |
tree | commitdiff |
2011-04-01 |
Johnny Chen | MOVs should have Inst{19-16} as 0b0000, otherwise,... |
tree | commitdiff |
2011-04-01 |
Johnny Chen | Fix the instruction table entries for AI1_adde_sube_s_i... |
tree | commitdiff |
2011-04-01 |
Jim Grosbach | LDRD/STRD instructions should print both Rt and Rt2... |
tree | commitdiff |
2011-04-01 |
Johnny Chen | Fix a LDRT/LDRBT decoding bug where for Encoding A2... |
tree | commitdiff |
2011-04-01 |
Benjamin Kramer | InstCombine: Turn icmp + sext into bitwise/integer... |
tree | commitdiff |
2011-04-01 |
Johnny Chen | Fix LDRi12 immediate operand, which was changed to... |
tree | commitdiff |
2011-04-01 |
Akira Hatanaka | Add code for analyzing FP branches. Clean up branch... |
tree | commitdiff |
2011-04-01 |
Evan Cheng | Add test case. |
tree | commitdiff |
2011-04-01 |
Evan Cheng | FileCheck'ify test. |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Fix Thumb and Thumb2 tests to be register allocator... |
tree | commitdiff |
2011-03-31 |
Bruno Cardoso Lopes | Apply again changes to support ARM memory asm parsing... |
tree | commitdiff |
next |