2010-05-26 |
Devang Patel | Update debug info when live-in reg is copied into a... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Kevin Enderby | Fix the x86 move to/from segment register instructions. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bill Wendling | Move the check for "calls setjmp" to SelectionDAGISel... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | Identify instructions, that needs a label to mark debug... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Eliminate the use of PriorityQueue and just use a std... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Delete an unused function. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Change RelaxInstruction to only take the input... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Fix a typo in a comment that Gabor noticed. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dale Johannesen | Testcase for 104624/104619/PR7191/8023512. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Eliminate an unnecessary copy. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Simplify MayNeedRelaxation to not provide the fixup... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | Do not construct location list backword! |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Replace the SubRegSet tablegen class with a less error... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jim Grosbach | Add entry for llvm.eh.sjlj.longjmp. PR4999. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Eliminate MCAsmFixup, replace with MCFixup. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Simplify MCFixup and increase the available offset... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Use accessors for access to MCAsmFixup. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Change MCInst::dump_pretty to not include a trailin... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Benjamin Kramer | Kill unneeded SExt. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Zhongxing Xu | SRetReturnReg was set in LowerFormalArguments(). So... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Eliminate MCFragment vtable, which was unnecessary. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Shih-wei Liao | Coding style change (Adding 1 missing space.) |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Shih-wei Liao | Adding the missing implementation for ARM::SBFX and... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Eric Christopher | Temporarily revert r104655 as it's breaking the bots. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jim Grosbach | fix off by 1 (insn) error in eh.sjlj.setjmp thumb code... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Revert "Replace the SubRegSet tablegen class with a... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Change push_all to a non-virtual function and implement... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Delete an unused function. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Trim #include. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bill Wendling | Dale and Evan suggested putting the "check for setjmp... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Replace the SubRegSet tablegen class with a less error... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Shih-wei Liao | Adding the missing implementation of Bitfield's "clear... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Shih-wei Liao | To handle s* registers in emitVFPLoadStoreMultipleInstr... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Eric Christopher | Start adding mach-o tls reloc support. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jakob Stoklund... | Drop the SuperregHashTable. It is essentially the same... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Devang Patel | First cut at supporting .debug_loc section. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Benjamin Kramer | Properly promote operands when optimizing a single... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bill Wendling | Constify function. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Dan Gohman | Do one map lookup instead of two. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Dan Gohman | Fix a missing newline in debug output. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Eric Christopher | Move the verbose asm output up a bit so it can be used... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bill Wendling | Okay, bear with me here... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Eric Christopher | Add support for initialized global data for darwin... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Kevin Enderby | Changed the encoding of X86 floating point stack operat... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Dale Johannesen | Removing test; Chris thinks it's better to have the |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jakob Stoklund... | Separate unrelated cases that once shared a numeric... |
commit | commitdiff | tree | snapshot |
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 |
next |