2010-02-13 |
Daniel Dunbar | MCAssembler: Add assorted dump() methods. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | X86: Move extended MCFixupKinds into X86FixupKinds.h |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | Split some code out to a helper function (FindReusableP... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | Speed up codegen prepare from 3.58s to 0.488s. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | PHINode::getBasicBlockIndex is O(n) in the number of... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | iterate over preds using PHI information when available... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | speed up CGP a bit by scanning predecessors through... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | add encoder support and tests for rdtscp |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Johnny Chen | Add SETEND and BXJ instructions for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Sean Callanan | Added the rdtscp instruction to the x86 instruction |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Jakob Stoklund... | Fix PR6283. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Dan Gohman | Fix a pruning heuristic which implicitly assumed that... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Evan Cheng | Teach MachineFrameInfo to track maximum alignment while... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Jakob Stoklund... | Enable the inlinehint attribute in the Inliner. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Sean Callanan | Fixed encodings for invlpg, invept, and invvpid. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | MC/AsmParser: Attempt to constant fold expressions... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Johnny Chen | Added a bunch of saturating add/subtract instructions... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | rip out the 'heinous' x86 MCCodeEmitter implementation. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | remove special cases for vmlaunch, vmresume, vmxoff... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Bob Wilson | Besides removing phi cycles that reduce to a single... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Dan Gohman | Override dominates and properlyDominates for SCEVAddRec... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | MC/X86: Push immediate operands as immediates not expre... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Jeffrey Yasskin | Make PassRegistrar thread-safe since it can be modified... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | Remove special cases for [LM]FENCE, MONITOR and MWAIT... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | add some disassemble testcases for weird instructions |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Sean Callanan | Reworked the Intel disassembler to support instructions |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | implement the rest of correct x86-64 encoder support for |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dale Johannesen | Add the problem I just hacked around in 96015/96020. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | give MCCodeEmitters access to the current MCContext. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Jeffrey Yasskin | Make JIT::runFunction clean up the generated stub function. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | implement infrastructure to support fixups for rip-rel |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Johnny Chen | Add YIELD, WFE, WFI, and SEV instructions for disassemb... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | pull the rip-relative addressing mode case up early. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | fixme resolved! |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | start producing reloc_pcrel_4byte/reloc_pcrel_1byte... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | enhance the immediate field encoding to know whether... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Evan Cheng | Load / store multiple instructions cannot load / store... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dale Johannesen | This should have gone in with 26015, see comments there. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Johnny Chen | Add halfword multiply accumulate long SMLALBB/BT/TB... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | doxygenize some comments, patch by Peter Collingbourne! |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dale Johannesen | When save/restoring CR at prolog/epilog, in a large |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Johnny Chen | Add SWP (Swap) and SWPB (Swap Byte) for disassembly... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Evan Cheng | Also recognize armv6t2-* and armv5te-* triplets. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dan Gohman | Fix a case of mismatched types in an Add that turned... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Evan Cheng | Add ARM bitcode file magic. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dan Gohman | Reapply 95979, a compile-time speedup, now that the... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dan Gohman | Fix this code to avoid dereferencing an end() iterator in |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Johnny Chen | Add CPS, MRS, MRSsys, MSR, MSRsys for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dale Johannesen | Rewrite handling of DBG_VALUE; previous algorithm |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | 1. modernize the constantmerge pass, using densemap... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Daniel Dunbar | Revert "Reverse the order for collecting the parts... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anton Korobeynikov | Testcases for recent stdcall / fastcall mangling improv... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anton Korobeynikov | Setup correct data layout to match gcc's expectations... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anton Korobeynikov | Cleanup stdcall / fastcall name mangling. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dan Gohman | Reverse the order for collecting the parts of an addrec... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Dan Gohman | Reapply the new LoopStrengthReduction code, with compil... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Lang Hames | * Updated the cost matrix normalization proceedure... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Evan Cheng | Update test to match 95961. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Evan Cheng | Test for 95961. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | add a bunch of mod/rm encoding types for fixed mod... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Evan Cheng | Test case for 95958. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | revert r95949, it turns out that adding new prefixes... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Daniel Dunbar | MC: Fix bug where trailing tied operands were forgotten... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Johnny Chen | Added coprocessor Instructions CDP, CDP2, MCR, MCR2... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Bob Wilson | Add a new pass on machine instructions to optimize... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Daniel Dunbar | X86: Fix definition for RCL/RCR.*m? operations -- they... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | add another bit of space for new kinds of instruction... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Nate Begeman | Add a missing pattern for movhps so that we get: |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | fix the encodings of monitor and mwait, which were... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | improve support for minix, PR6280, patch by |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Charles Davis | Add a new function attribute, 'alignstack'. It will... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | Reapply coalescer fix for better cross-class coalescing. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | enhance llvm-mc -show-inst to print the enum of an... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | add a new MCInstPrinter::getOpcodeName interface, when... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Anton Korobeynikov | Document binutils requirements for coff targets (cygwin... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | improve encoding information for branches. We now... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Daniel Dunbar | MC: Move assembler-backend's fixup list into the fragment. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Daniel Dunbar | MC: Move MCSectionData::Fixup out to MCAsmFixup. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | make getFixupKindInfo return a const reference, allowing |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | Revert functional change. This broke a bunch of tests. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | switch to target-indep fixups for 1/2/4/8 byte data. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Devang Patel | revert 95903. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | It is always good to do a cross-class join when the... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Added LDRT/LDRBT/STRT/STRBT for disassembly only. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | unbreak the build. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dan Gohman | llvm-db was removed. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Devang Patel | Destroy MDNodes while destructing llvm context. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | refactor x86 conditional branches to use a multipattern |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Chris Lattner | refactor the conditional jump instructions in the ... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jeffrey Yasskin | Make Kaleidoscope not link against the interpreter... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Forgot to also check in this file for vcvt (floating... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dale Johannesen | Allow for more than one DBG_VALUE targeting the |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Dale Johannesen | Don't allow DBG_VALUE to affect codegen. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Added VCVT (between floating-point and fixed-point... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Johnny Chen | Added BKPT/tBKPT (breakpoint) to the instruction table... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Jakob Stoklund... | Use array_pod_sort instead of std::sort for improved... |
commit | commitdiff | tree | snapshot |
next |