2010-05-25 |
Jakob Stoklund... | Print symbolic SubRegIndex names on machine operands. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jakob Stoklund... | Remove NumberHack entirely. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Daniel Dunbar | MC/X86: Add a hack to allow recognizing 'cmpltps' and... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Dale Johannesen | Fix another variant of PR 7191. Also add a testcase |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Daniel Dunbar | MC/X86: Define explicit immediate forms of cmp{ss,sd... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Kevin Enderby | The BT64ri8 record in X86Instr64bit.td was missing... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Dale Johannesen | Fix PR 7191. I have been unable to create a .ll file... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Eric Christopher | Make sure aeskeygenassist uses an unsigned immediate... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jakob Stoklund... | Ignore NumberHack and give each SubRegIndex instance... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jakob Stoklund... | Use enums instead of literals for SystemZ subregisters |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jakob Stoklund... | Use enums instead of literals for X86 subregisters. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Zonr Chang | Add missing implementation to the materialization of... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Zonr Chang | Add support to MOVimm32 using movt/movw for ARM JIT |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bob Wilson | Allow t2MOVsrl_flag and t2MOVsra_flag instructions... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bob Wilson | Fix up instruction classes for Thumb2 RSB instructions... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bob Wilson | Clean up indentation. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jakob Stoklund... | Disable invalid coalescer assertion. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jakob Stoklund... | Use enums instead of literals in the ARM backend. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Bill Wendling | Print out the name of the function during SSC. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Switch SubRegSet to using symbolic SubRegIndices |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Bob Wilson | Allow Thumb2 MVN instructions to set condition codes... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Lattner | diaggroup categories should take precedence over diag... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Lose the dummies |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Replace the tablegen RegisterClass field SubRegClassLis... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Evan Cheng | Avoid adding duplicate function live-in's. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Dan Gohman | Fix an mmx movd encoding. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Kevin Enderby | MC/X86: Add aliases for CMOVcc variants. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Bob Wilson | Clean up some extra whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Bob Wilson | Thumb2 RSBS instructions were being printed without... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Devang Patel | Do not emit line number entries for unknown debug values. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Evan Cheng | LR is in GPR, not tGPR even in Thumb1 mode. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Add SubRegIndex defs to PowerPC. It looks like the... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Use SubRegIndex in SystemZ. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | SubRegIndex'ize Mips |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | SubRegIndex'ize MSP430 |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Fix a few places that depended on the numeric value... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Switch ARMRegisterInfo.td to use SubRegIndex and elimin... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Rename X86 subregister indices to something shorter. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jakob Stoklund... | Add the SubRegIndex TableGen class. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicolas Geoffray | Encode the Caml frametable by following what the commen... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Duncan Sands | Apply timeouts and memory limits in more places. In... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Daniel Dunbar | llvm-mc: Use EmitIntValue where possible, which makes... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Daniel Dunbar | llvm-mc: Use AddBlankLine in asm parser. This makes... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Daniel Dunbar | MC: Add an MCLoggingStreamer, for use in debugging... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Bob Wilson | VDUP doesn't support vectors with 64-bit elements. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Daniel Dunbar | MC/X86: Subdivide immediates a bit more, so that we... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Daniel Dunbar | tblgen/AsmMatcher: Change AsmOperandClass to allow... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Daniel Dunbar | MC/X86: Add alias for setz, setnz, jz, jnz. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
John Mosby | Trivial change to dump() function for SparseBitVector |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Evan Cheng | Implement @llvm.returnaddress. rdar://8015977. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Jim Grosbach | Implement eh.sjlj.longjmp for ARM. Clean up the intrins... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Eric Christopher | This test is darwin only. Make it so(tm). |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Bob Wilson | Recognize more BUILD_VECTORs and VECTOR_SHUFFLEs that... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Eric Christopher | Add full bss data support for darwin tls variables. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Devang Patel | Collect variable information during endFunction() inste... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Eric Christopher | Add a new section and accessor for TLS data. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Bob Wilson | Clean up extra whitespace. |
commit | commitdiff | tree | snapshot |
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 |
next |