summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-21
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Use data structures more appropriate than std::set.Ahmed Bougacha2013-08-21
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-21
* Add Mach-O entry_point_command declaration.Ahmed Bougacha2013-08-21
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: When disassembly is impossible, fallback to data bytes.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-21
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-21
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-21
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-21
* MC CFG: Add entrypoint address to MCModule.Ahmed Bougacha2013-08-21
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-21
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-21
* MC CFG: Don't insert preds/succs again.Ahmed Bougacha2013-08-21
* MC CFG: Remap enough for the inserted instruction.Ahmed Bougacha2013-08-21
* MC CFG: uint64_t -> size_t for vector size.Ahmed Bougacha2013-08-21
* MC CFG: Add a getter for MCDataAtom's data array.Ahmed Bougacha2013-08-21
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-21
* Synchronize VEX JIT encoding code with the MCJIT version. Fix a bug in the MC...Craig Topper2013-08-21
* In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded a...Nadav Rotem2013-08-21
* Add the FMA3 feature in order to test FMA encoding using the old jit.Nadav Rotem2013-08-21
* Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5...Craig Topper2013-08-21
* X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.NAKAMURA Takumi2013-08-21
* lli/RecordingMemoryManager.cpp: Make it complain if _GLOBAL_OFFSET_TABLE_ wer...NAKAMURA Takumi2013-08-21
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-21
* [micromips] Print instruction alias "not" if the last operand of a nor is zero.Akira Hatanaka2013-08-21
* Move registering the execution of a basic block to the beginning rather than ...Bill Wendling2013-08-20
* [mips] Add support for mfhc1 and mthc1.Akira Hatanaka2013-08-20
* [mips] Add support for calling convention CC_MipsO32_FP64, which is used when...Akira Hatanaka2013-08-20
* [mips] Remove predicates that were incorrectly or unnecessarily added.Akira Hatanaka2013-08-20
* Add some constantness.Jakub Staszak2013-08-20
* Use -disable-output and to suppress output and don't use a temporary file unl...Bill Wendling2013-08-20
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-20
* Fix include guards.Jakub Staszak2013-08-20
* SLPVectorizer: Fix invalid iterator errorsArnold Schwaighofer2013-08-20
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-20
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-20
* Add an option which permits the user to specify using a bitmask, that variousReed Kotler2013-08-20
* [mips] Guard micromips instructions with predicate InMicroMips. Also, fixAkira Hatanaka2013-08-20
* ARM: Fix fast-isel copy/paste-o.Jim Grosbach2013-08-20
* Still more MCJIT PIC test XFAILsAndrew Kaylor2013-08-20
* Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linuxAndrew Kaylor2013-08-20
* Removing duplicate XFAIL markersAndrew Kaylor2013-08-20
* Marking two more MCJIT PIC tests as XFAIL on i686Andrew Kaylor2013-08-20
* Marking MCJIT PIC tests as XFAIL on armAndrew Kaylor2013-08-20
* Fix style issues in AsmParser.cppVladimir Medic2013-08-20
* AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQElena Demikhovsky2013-08-20