2010-05-21 |
Eric Christopher | Make this LookAheadLimit, not the uninitialized LookAhe... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Eric Christopher | Expand on comment. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Kevin Enderby | Added retl for 32-bit x86 and added retq for 64-bit... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Eric Christopher | Fix comment and whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | expand on the llvm ir bitcode dox. Patch by Peter... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Evan Cheng | Allow machine cse to cse instructions which define... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Eric Christopher | Fix section attribute name. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Bob Wilson | Change CodeGen/ARM/2009-11-02-NegativeLane.ll to use... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Evan Cheng | - Change MachineInstr::findRegisterDefOperandIdx so... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Jakob Stoklund... | Add MachineInstr::readsWritesVirtualRegister() to deter... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Devang Patel | Simplify |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Dale Johannesen | Previous commit message should refer to 104308. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Dale Johannesen | Fix two bugs in 104348: |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nathan Jeffords | added an assertion to MCObjectWriter::WriteBytes to... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | now that fp reg kill insertion stuff happens as a separate |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | Use less evil form of switch stmt. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | use continue to reduce nesting. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | pull a nested loop of this pass out to its own function, |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | modernize this pass a bit, fit in 80 columns. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | constify accessor. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Jakob Stoklund... | Revert "Use MachineInstr::readsWritesVirtualRegister... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Jakob Stoklund... | Use MachineInstr::readsWritesVirtualRegister to determi... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Jakob Stoklund... | Teach VirtRegRewriter to handle spilling in instruction... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Jakob Stoklund... | If the first definition of a virtual register is a... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Matt Fleming | Currently, createMachOStreamer() is invoked directly... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Matt Fleming | Split out the x86_32 an x86_64 ELF backends as they... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Matt Fleming | Add support for parsing the ELF .type assembler directive. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Lang Hames | Removed scaleNumbering method declaration from LiveInte... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Dale Johannesen | Fix i64->f64 conversion, x86-64, -no-sse. A bit |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Evan Cheng | Change ARM scheduling default to list-hybrid if the... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Evan Cheng | Rename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Daniel Dunbar | Remove dead option. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Fix __crashreport_info__ declaration. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Evan Cheng | Allow targets more controls on what nodes are scheduled... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | DominatorTree.getNode can return null for unreachable... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Minor code cleanups. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Mikhail Glushenkov | Print a space after the colon. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Make Solve check its own post-condition, to reduce... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Dan Gohman | Add comments. |
commit | commitdiff | tree | snapshot |
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 |
next |