| Commit message (Expand) | Author | Age | Files | Lines |
* | MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler. | Ahmed Bougacha | 2013-08-21 | 2 | -1/+11 |
* | MC CFG: Add MCObjectDisassembler Mach-O implementation. | Ahmed Bougacha | 2013-08-21 | 2 | -0/+120 |
* | Add Mach-O entry_point_command declaration. | Ahmed Bougacha | 2013-08-21 | 1 | -0/+7 |
* | MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler. | Ahmed Bougacha | 2013-08-21 | 2 | -1/+27 |
* | MC CFG: When disassembly is impossible, fallback to data bytes. | Ahmed Bougacha | 2013-08-21 | 1 | -16/+30 |
* | MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors. | Ahmed Bougacha | 2013-08-21 | 2 | -6/+73 |
* | MC CFG: Split MCBasicBlocks to mirror atom splitting. | Ahmed Bougacha | 2013-08-21 | 5 | -2/+65 |
* | MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter. | Ahmed Bougacha | 2013-08-21 | 4 | -5/+30 |
* | MC: ObjectSymbolizer can now recognize external function stubs. | Ahmed Bougacha | 2013-08-21 | 4 | -1/+99 |
* | MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy. | Ahmed Bougacha | 2013-08-21 | 2 | -113/+136 |
* | MC CFG: Add entrypoint address to MCModule. | Ahmed Bougacha | 2013-08-21 | 1 | -1/+7 |
* | MC CFG: Add more MCFunction container methods (find, empty). | Ahmed Bougacha | 2013-08-21 | 2 | -2/+20 |
* | MC CFG: Keep pointer to parent MCModule in created MCFunctions. | Ahmed Bougacha | 2013-08-21 | 4 | -10/+16 |
* | MC CFG: Don't insert preds/succs again. | Ahmed Bougacha | 2013-08-21 | 1 | -2/+4 |
* | MC CFG: Remap enough for the inserted instruction. | Ahmed Bougacha | 2013-08-21 | 1 | -2/+2 |
* | MC CFG: uint64_t -> size_t for vector size. | Ahmed Bougacha | 2013-08-21 | 1 | -1/+1 |
* | MC CFG: Add a getter for MCDataAtom's data array. | Ahmed Bougacha | 2013-08-21 | 1 | -1/+5 |
* | DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub... | David Majnemer | 2013-08-21 | 3 | -3/+7 |
* | Synchronize VEX JIT encoding code with the MCJIT version. Fix a bug in the MC... | Craig Topper | 2013-08-21 | 2 | -12/+11 |
* | In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded a... | Nadav Rotem | 2013-08-21 | 2 | -2/+26 |
* | Add the FMA3 feature in order to test FMA encoding using the old jit. | Nadav Rotem | 2013-08-21 | 1 | -0/+10 |
* | Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5... | Craig Topper | 2013-08-21 | 3 | -7/+7 |
* | X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit. | NAKAMURA Takumi | 2013-08-21 | 5 | -5/+5 |
* | lli/RecordingMemoryManager.cpp: Make it complain if _GLOBAL_OFFSET_TABLE_ wer... | NAKAMURA Takumi | 2013-08-21 | 1 | -0/+7 |
* | Move #includes from .h to .cpp file. | Jakub Staszak | 2013-08-21 | 2 | -2/+2 |
* | [micromips] Print instruction alias "not" if the last operand of a nor is zero. | Akira Hatanaka | 2013-08-21 | 2 | -2/+3 |
* | Move registering the execution of a basic block to the beginning rather than ... | Bill Wendling | 2013-08-20 | 1 | -7/+7 |
* | [mips] Add support for mfhc1 and mthc1. | Akira Hatanaka | 2013-08-20 | 4 | -25/+62 |
* | [mips] Add support for calling convention CC_MipsO32_FP64, which is used when... | Akira Hatanaka | 2013-08-20 | 6 | -32/+70 |
* | [mips] Remove predicates that were incorrectly or unnecessarily added. | Akira Hatanaka | 2013-08-20 | 3 | -6/+6 |
* | Add some constantness. | Jakub Staszak | 2013-08-20 | 3 | -8/+11 |
* | Use -disable-output and to suppress output and don't use a temporary file unl... | Bill Wendling | 2013-08-20 | 5 | -7/+5 |
* | [mips] Define register class FGRH32 for the high half of the 64-bit floating | Akira Hatanaka | 2013-08-20 | 6 | -16/+60 |
* | Fix include guards. | Jakub Staszak | 2013-08-20 | 2 | -4/+4 |
* | SLPVectorizer: Fix invalid iterator errors | Arnold Schwaighofer | 2013-08-20 | 2 | -13/+81 |
* | Teach ConstantFolding about pointer address spaces | Matt Arsenault | 2013-08-20 | 5 | -37/+585 |
* | [mips] Resolve register classes dynamically using ptr_rc to reduce the number of | Akira Hatanaka | 2013-08-20 | 10 | -371/+184 |
* | Add an option which permits the user to specify using a bitmask, that various | Reed Kotler | 2013-08-20 | 2 | -6/+51 |
* | [mips] Guard micromips instructions with predicate InMicroMips. Also, fix | Akira Hatanaka | 2013-08-20 | 3 | -14/+12 |
* | ARM: Fix fast-isel copy/paste-o. | Jim Grosbach | 2013-08-20 | 2 | -6/+7 |
* | Still more MCJIT PIC test XFAILs | Andrew Kaylor | 2013-08-20 | 3 | -3/+3 |
* | Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linux | Andrew Kaylor | 2013-08-20 | 4 | -4/+4 |
* | Removing duplicate XFAIL markers | Andrew Kaylor | 2013-08-20 | 2 | -2/+2 |
* | Marking two more MCJIT PIC tests as XFAIL on i686 | Andrew Kaylor | 2013-08-20 | 4 | -4/+4 |
* | Marking MCJIT PIC tests as XFAIL on arm | Andrew Kaylor | 2013-08-20 | 6 | -6/+6 |
* | Fix style issues in AsmParser.cpp | Vladimir Medic | 2013-08-20 | 1 | -9/+11 |
* | AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQ | Elena Demikhovsky | 2013-08-20 | 3 | -12/+98 |
* | [mips][msa] Removed fcge, fcgt, fsge, fsgt | Daniel Sanders | 2013-08-20 | 3 | -240/+0 |
* | [SystemZ] Update README | Richard Sandiford | 2013-08-20 | 1 | -4/+2 |
* | [SystemZ] Use SRST to optimize memchr | Richard Sandiford | 2013-08-20 | 10 | -3/+171 |