2010-05-20 |
Daniel Dunbar | MC/X86: Add movq alias for movabsq, to allow matching... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Devang Patel | Rename variable. add comment. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | More code cleanups. Use iterators instead of indices... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | X86: Model i64i32imm properly, as a subclass of all... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | X86: Fix immediate type of FOO64i32 operations. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | tblgen/Target: Add a isAsmParserOnly bit, and teach... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Fix OptimizeShadowIV to set Changed. Change OptimizeLoo... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Add some comments. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Simplify this code. Don't do a DomTreeNode lookup for... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Devang Patel | Refactor. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Matt Fleming | Grammar fix. This is a test commit. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Minor code cleanups. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | When canonicalizing icmp operand order to put the loop... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Mikhail Glushenkov | llvmc: Make segfault detection work on Win32. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Set Changed to true when canonicalizing ICmp operand... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Bob Wilson | Handle Neon v2f64 and v2i64 vector shuffles as register... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Jim Grosbach | Remove dbg_value workaround and associated command... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Delete MMX_MOVQ64gmr. It was the same as MMX_MOVQ64mr... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dale Johannesen | The PPC MFCR instruction implicitly uses all 8 of the CR |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Devang Patel | Strip llvm.dbg.lv also. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Rename a variable to avoid shadowing. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Devang Patel | Split DbgVariable. Eventually, variable info will be... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Fix assembly parsing and encoding of the pushf and... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Set neverHasSideEffects on 64-bit pushf and popf, for... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Move the code for deleting BaseRegs and LSRUses into... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Benjamin Kramer | Reduce string trashing. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Evan Cheng | Add a hybrid bottom up scheduler that reduce register... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Define the x86 pause instruction. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Fix the sfence instruction to use MRM_F8 instead of... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Eric Christopher | Fix build by actually declaring the variable. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Eric Christopher | Partial code for emitting thread local bss data. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Bill Wendling | Match "4" or "8" depending upon if it's 32- or 64-bit. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Eric Christopher | Once more, with feeling. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Daniel Dunbar | lit: Add another place to look for bash. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Dan Gohman | Teach LSR how to cope better with unrolled loops on... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Bob Wilson | Optimize away insertelement of an undef value. This... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Chris Lattner | fix rdar://7986634 - match instruction opcodes case... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Bill Wendling | Testcase for r104181. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jim Grosbach | Enable preserving debug information through post-RA... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jim Grosbach | Fix the post-RA instruction scheduler to handle instruc... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Devang Patel | Revert r104165. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jakob Stoklund... | Add support for partial redefs to the fast register... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Devang Patel | There is no need to maintain InsnsBeginScopeSet separately. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Eric Christopher | A more combo tls testcase. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jakob Stoklund... | Add MachineInstr::readsVirtualRegister() in preparation... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Eric Christopher | Few more simple tls testcases. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Evan Cheng | Code refactoring: pull SchedPreference enum from Target... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jakob Stoklund... | TwoAddressInstructionPass doesn't really know how to... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Mikhail Glushenkov | llvmc: report an error if a child process segfaults. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Eric Christopher | Attempt to run this test on x86 only. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Bob Wilson | Testcase to go with 104141. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Bob Wilson | When expanding a vector_shuffle, the element type may... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Daniel Dunbar | MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOp... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Daniel Dunbar | MC/X86: Lower TAILCALLd[64] to JMP_1, to allow relaxati... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Daniel Dunbar | MC/X86: Strip spurious operands from TAILJMPr64 as... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Evan Cheng | t2LEApcrel and tLEApcrel are re-materializable. This... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Evan Cheng | Use 'adr' for LEApcrel and LEApcrel. Mark LEApcrel... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Tobias Grosser | Update autoconf/automake versions in the documentation... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Daniel Dunbar | MC/X86: Lower MOV{8,16,32,64}{rm,mr} to fixed-register... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Evan Cheng | Mark pattern-less mayLoad / mayStore instructions never... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Evan Cheng | Target instruction selection should copy memoperands. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Daniel Dunbar | MC/X86: Strip spurious operands from CALL64r as we... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Evan Cheng | Mark a few more pattern-less instructions with neverHas... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Dan Gohman | Add a comment explaining why this code uses Append... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Evan Cheng | Intrinsics which do a vector compare (results are all... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Dan Gohman | Factor out the code for picking integer arithmetic... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Eric Christopher | Add a test to make sure that we're lowering the shift... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Fix the predicate which checks for non-sensical formula... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Factor out the code for recomputing an LSRUse's Regs... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Bob Wilson | Fix a crash when debugging the coalescer. DebugValue... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Factor out code for estimating search space complexity... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Add some more debug output. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Factor out the code for deleting a formula from an... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Make some debug output more informative. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Print an error message in Formula::print if the HasBase... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Rename RegUseTracker's RegUses member to RegUsesMap... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Jakob Stoklund... | Remember to update VirtRegLastUse when spilling without... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | Teach mode load folding and unfolding code about CMP32r... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Bill Wendling | Don't eliminate frame pointers from leaf functions... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dan Gohman | When converting a test to a cmp to fold a load, use... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Eric Christopher | Quick test to make sure we're emitting the tbss section... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Chris Lattner | make mcinstlower remove all but the first operand to... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Evan Cheng | Sink dag combine's post index load / store code that... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Eric Christopher | Implement EmitTBSSSymbol for MachOStreamer. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
mike-m | Fix enum to address array bounds regression. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Eric Christopher | Make EmitTBSSSymbol take a section argument so that... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Jakob Stoklund... | Properly handle multiple definitions of a virtual regis... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dale Johannesen | Test passed on ppc, to my surprise; if it worked |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Evan Cheng | Continuously refine the register class of REG_SEQUENCE... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Evan Cheng | Fix PR7162: Use source register classes and sub-indices... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Dale Johannesen | Testcase for llvm-gcc checkin 104042. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Kevin Enderby | Incorporate Daniel's suggestion and use !isdigit(CurPtr... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Kevin Enderby | Fixed the problem with a branch to "0b" that was not... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Jakob Stoklund... | Teach the machine code verifier to use getSubRegisterRe... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Daniel Dunbar | MC/Mach-O: Implement support for setting indirect symbo... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Daniel Dunbar | MC/Mach-O: Remove some FIXMEs. |
commit | commitdiff | tree | snapshot |
next |