2010-05-26 |
Dan Gohman | Fix Lint printing warnings multiple times. Remove the... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | AsmMatcher/X86: Mark _REV instructions as "code gen... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Reinstate checking of stackrestore, with checking for... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Check that inherited subregisters all have a direct... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Give SubRegIndex names to all ARM subregisters. This... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Stackrestore is not a load. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Fix a missing quote. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bill Wendling | Add FIXME comment to remove this. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Remove a TODO which isn't practical. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: Add TargetMachine support for setting the value... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Add StringRef::compare_numeric and use it to sort Table... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Dan Gohman | Implement checking of the tail keyword. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jakob Stoklund... | Suppress emmission of empty subreg/superreg/alias sets. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Devang Patel | There is no need to force an line number entry (using... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bill Wendling | Add "setjmp_syscall", "savectx", "qsetjmp", "vfork... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC: When running with -mc-relax-all, we can eagerly... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jim Grosbach | Adjust eh.sjlj.setjmp to properly have a chain and... |
commit | commitdiff | tree | snapshot |
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 |
next |