2010-11-19 |
Bill Wendling | Use array_pod_sort because the list is contiguous. |
tree | commitdiff |
2010-11-19 |
Owen Anderson | Provide Thumb2 encodings for strex and ldrex. |
tree | commitdiff |
2010-11-19 |
Jim Grosbach | Minor cleanups to a few llvm_unreachable() calls. |
tree | commitdiff |
2010-11-19 |
Bill Wendling | An 'unreachable' shouldn't have a '0 &&' prefix. |
tree | commitdiff |
2010-11-18 |
Bill Wendling | Add support for parsing the writeback ("!") token. |
tree | commitdiff |
2010-11-18 |
Jason W Kim | Fix .o emission of ARM movt/movw. MCSymbolRefExpr:... |
tree | commitdiff |
2010-11-18 |
Owen Anderson | Fix encodings for pkhbt, and fix some tests where I... |
tree | commitdiff |
2010-11-18 |
Anton Korobeynikov | Move getInitialFrameState() to TargetFrameInfo |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | ARM Encoding information for UXTAH and friends. |
tree | commitdiff |
2010-11-18 |
Tanya Lattner | Fix bug in DAGCombiner for ARM that was trying to do... |
tree | commitdiff |
2010-11-18 |
Bill Wendling | Don't allocate the SmallVector of Registers. It gets... |
tree | commitdiff |
2010-11-18 |
Owen Anderson | Provide Thumb2 encodings for mov's that come from MOVCC... |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | Add ARM encoding information for LDRH post-increment. |
tree | commitdiff |
2010-11-18 |
Anton Korobeynikov | Move hasFP() and few related hooks to TargetFrameInfo. |
tree | commitdiff |
2010-11-18 |
Bob Wilson | Split up ARM LowerShift function. |
tree | commitdiff |
2010-11-18 |
Owen Anderson | More Thumb2 encodings. |
tree | commitdiff |
2010-11-18 |
Owen Anderson | Fill out the set of Thumb2 multiplication operator... |
tree | commitdiff |
2010-11-18 |
Bill Wendling | Missed the _RET versions of LDMIA. |
tree | commitdiff |
2010-11-18 |
Eric Christopher | Rewrite stack callee saved spills and restores to use... |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | ARMPseudoInst instructions should default to being... |
tree | commitdiff |
2010-11-18 |
Chris Lattner | trivial QoI improvement. On this invalid input: |
tree | commitdiff |
2010-11-18 |
Rafael Espindola | Change CodeGen to use .loc directives. This produces... |
tree | commitdiff |
2010-11-18 |
Evan Cheng | Silence compiler warnings. |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | Remove trailing whitespace. |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | ARM PseudoInst instructions don't need or use an assemb... |
tree | commitdiff |
2010-11-18 |
Evan Cheng | Code clean up. |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | Add FIXME. |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | Refactor the ARM PICADD and PICLDR* instructions to... |
tree | commitdiff |
2010-11-18 |
Owen Anderson | Try again at providing Thumb2 encodings for basic multi... |
tree | commitdiff |
2010-11-18 |
Jim Grosbach | Refactor a few ARM load instructions to better paramete... |
tree | commitdiff |
2010-11-18 |
Owen Anderson | Revert r119593 while I figure out my testing disagrees... |
tree | commitdiff |
2010-11-18 |
Owen Anderson | Provide correct Thumb2 encodings for basic multiplicati... |
tree | commitdiff |
2010-11-17 |
Jim Grosbach | Clean up LEApcrel instuction(s) a bit. It's not really... |
tree | commitdiff |
2010-11-17 |
Owen Anderson | Second attempt at correct encodings for Thumb2 bitfield... |
tree | commitdiff |
2010-11-17 |
Jim Grosbach | Fix comment typo. |
tree | commitdiff |
2010-11-17 |
Bob Wilson | Change ARMGlobalMerge to keep BSS globals in separate... |
tree | commitdiff |
2010-11-17 |
Bob Wilson | Fix ARMGlobalMerge pass to check if globals are entirel... |
tree | commitdiff |
2010-11-17 |
Bob Wilson | Change the symbol for merged globals from "merged"... |
tree | commitdiff |
2010-11-17 |
Bob Wilson | Fix the ARMGlobalMerge pass to look at variable sizes... |
tree | commitdiff |
2010-11-17 |
Jim Grosbach | Make the ARM BR_JTadd instruction an explicit pseudo... |
tree | commitdiff |
2010-11-17 |
Evan Cheng | Avoid isel movcc of large immediates when the large... |
tree | commitdiff |
2010-11-17 |
Owen Anderson | Revert r119551, which broke buildbots. |
tree | commitdiff |
2010-11-17 |
Owen Anderson | Provide Thumb2 encodings for bitfield instructions. |
tree | commitdiff |
2010-11-17 |
Evan Cheng | Remove ARM isel hacks that fold large immediates into... |
tree | commitdiff |
2010-11-17 |
Rafael Espindola | make isVirtualSection a virtual method on MCSection... |
tree | commitdiff |
2010-11-17 |
Owen Anderson | More miscellaneous Thumb2 encodings. |
tree | commitdiff |
2010-11-17 |
Bill Wendling | Add missing opcodes now that this function's used in... |
tree | commitdiff |
2010-11-17 |
Jim Grosbach | More ARM encoding bits. LDRH now encodes properly. |
tree | commitdiff |
2010-11-17 |
Evan Cheng | Revert r119109 for now. It's breaking 176.gcc. |
tree | commitdiff |
2010-11-17 |
Che-Liang Chiou | Add simple arithmetics and %type directive for PTX |
tree | commitdiff |
2010-11-17 |
Evan Cheng | Simplify code that toggle optional operand to ARM:... |
tree | commitdiff |
2010-11-17 |
Chris Lattner | tidy up |
tree | commitdiff |
2010-11-17 |
Bill Wendling | The machine instruction no longer encodes the submode... |
tree | commitdiff |
2010-11-17 |
Bill Wendling | Proper encoding for VLDM and VSTM instructions. The... |
tree | commitdiff |
2010-11-17 |
Bill Wendling | Add binary emission stuff for VLDM/VSTM. This reuses the |
tree | commitdiff |
2010-11-16 |
Bill Wendling | Use the correct variable names so that the encodings... |
tree | commitdiff |
2010-11-16 |
Dan Gohman | Reapply r118917. With pseudo-instruction expansion... |
tree | commitdiff |
2010-11-16 |
Oscar Fuentes | Fix assembling X86CompilationCallback_Win64.asm on... |
tree | commitdiff |
2010-11-16 |
Rafael Espindola | Add .loc methods to the streamer. |
tree | commitdiff |
2010-11-16 |
Jim Grosbach | ARM conditional mov encoding fix. |
tree | commitdiff |
2010-11-16 |
Bill Wendling | L_bit doesn't work here. |
tree | commitdiff |
2010-11-16 |
Bill Wendling | - Remove dead patterns. |
tree | commitdiff |
2010-11-16 |
Bill Wendling | vldm and vstm are mnemonics for vldmia and vstmia resp. |
tree | commitdiff |
2010-11-16 |
Chris Lattner | Fix a bug I introduced in the ppc refactoring, which... |
tree | commitdiff |
2010-11-16 |
Bill Wendling | Encode the multi-load/store instructions with their... |
tree | commitdiff |
2010-11-16 |
Chris Lattner | add copy of comment to the code that will survive the... |
tree | commitdiff |
2010-11-16 |
Chris Lattner | relax an assertion a bit, allowing the GPR argument of |
tree | commitdiff |
2010-11-16 |
Owen Anderson | Add Thumb2 encodings for mov and friends. |
tree | commitdiff |
2010-11-15 |
Rafael Espindola | Change the 11 byte nop to be a single instruction. |
tree | commitdiff |
2010-11-15 |
Chris Lattner | fix a pasto that massively broke the ppc jit while... |
tree | commitdiff |
2010-11-15 |
Owen Anderson | Attempt to provide encodings for some miscellaneous... |
tree | commitdiff |
2010-11-15 |
Evan Cheng | Code clean up. The peephole pass should be the one... |
tree | commitdiff |
2010-11-15 |
Owen Anderson | Provide Thumb2 encodings for sxtb and friends. |
tree | commitdiff |
2010-11-15 |
Eric Christopher | Recommit this change and remove the failing part of... |
tree | commitdiff |
2010-11-15 |
Jim Grosbach | ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B count... |
tree | commitdiff |
2010-11-15 |
Owen Anderson | Add Thumb2 encodings for comparison and shift operators. |
tree | commitdiff |
2010-11-15 |
Owen Anderson | Add correct Thumb2 encodings for mvn and friends. |
tree | commitdiff |
2010-11-15 |
Jim Grosbach | Add FIXMEs. |
tree | commitdiff |
2010-11-15 |
Jim Grosbach | Nuke redundant encoding bit set. |
tree | commitdiff |
2010-11-15 |
Kalle Raiskila | Improve code layout, mostly indentation. |
tree | commitdiff |
2010-11-15 |
Chris Lattner | Wire up primitive support in the assembler backend... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | split out an encoder for memri operands, allowing a... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | add support for encoding the lo14 forms used for a... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | fix a regression with the new instprinter: we lost... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | implement the start of support for lo16 and ha16, allow... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | add a fixup for conditional branches, giving us output... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | change direct branches to encode with the same encoding... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | eliminate a now-unneeded operand printer. |
tree | commitdiff |
2010-11-15 |
Chris Lattner | split call operands out to their own encoding class... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | add proper encoding for MTCRF instead of using a hack. |
tree | commitdiff |
2010-11-15 |
Chris Lattner | add fields to the .td files unconditionally, simplifyin... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | add basic encoding support for immediates and registers... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | add a dummy entry to fix a build error |
tree | commitdiff |
2010-11-15 |
Chris Lattner | Implement a basic MCCodeEmitter for PPC. This doesn... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | dissolve some more hacks. |
tree | commitdiff |
2010-11-15 |
Chris Lattner | fix some fixme's, removing dead code. |
tree | commitdiff |
2010-11-15 |
Chris Lattner | remove asmstrings (which can never be printed) from... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | strength reduce TOC temp label generation, no functiona... |
tree | commitdiff |
2010-11-15 |
Chris Lattner | rip out a ton of old instruction printing junk now... |
tree | commitdiff |
2010-11-15 |
Evan Cheng | Make sure ARM multi load / store pass copies memoperand... |
tree | commitdiff |
next |