aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-212-6/+73
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-215-2/+65
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-214-5/+30
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-214-1/+99
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-212-113/+136
* MC CFG: Add entrypoint address to MCModule.Ahmed Bougacha2013-08-211-1/+7
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-212-2/+20
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-214-10/+16
* MC CFG: Don't insert preds/succs again.Ahmed Bougacha2013-08-211-2/+4
* MC CFG: Remap enough for the inserted instruction.Ahmed Bougacha2013-08-211-2/+2
* MC CFG: uint64_t -> size_t for vector size.Ahmed Bougacha2013-08-211-1/+1
* MC CFG: Add a getter for MCDataAtom's data array.Ahmed Bougacha2013-08-211-1/+5
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-213-3/+7
* Synchronize VEX JIT encoding code with the MCJIT version. Fix a bug in the MC...Craig Topper2013-08-212-12/+11
* In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded a...Nadav Rotem2013-08-212-2/+26
* Add the FMA3 feature in order to test FMA encoding using the old jit.Nadav Rotem2013-08-211-0/+10
* Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5...Craig Topper2013-08-213-7/+7
* X86TargetMachine.cpp: Clarify to emit GOT in i686-{cygming|win32}-elf for mcjit.NAKAMURA Takumi2013-08-215-5/+5
* lli/RecordingMemoryManager.cpp: Make it complain if _GLOBAL_OFFSET_TABLE_ wer...NAKAMURA Takumi2013-08-211-0/+7
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-212-2/+2
* [micromips] Print instruction alias "not" if the last operand of a nor is zero.Akira Hatanaka2013-08-212-2/+3
* Move registering the execution of a basic block to the beginning rather than ...Bill Wendling2013-08-201-7/+7
* [mips] Add support for mfhc1 and mthc1.Akira Hatanaka2013-08-204-25/+62
* [mips] Add support for calling convention CC_MipsO32_FP64, which is used when...Akira Hatanaka2013-08-206-32/+70
* [mips] Remove predicates that were incorrectly or unnecessarily added.Akira Hatanaka2013-08-203-6/+6
* Add some constantness.Jakub Staszak2013-08-203-8/+11
* Use -disable-output and to suppress output and don't use a temporary file unl...Bill Wendling2013-08-205-7/+5
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-206-16/+60
* Fix include guards.Jakub Staszak2013-08-202-4/+4
* SLPVectorizer: Fix invalid iterator errorsArnold Schwaighofer2013-08-202-13/+81
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-205-37/+585
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-2010-371/+184
* Add an option which permits the user to specify using a bitmask, that variousReed Kotler2013-08-202-6/+51
* [mips] Guard micromips instructions with predicate InMicroMips. Also, fixAkira Hatanaka2013-08-203-14/+12
* ARM: Fix fast-isel copy/paste-o.Jim Grosbach2013-08-202-6/+7
* Still more MCJIT PIC test XFAILsAndrew Kaylor2013-08-203-3/+3
* Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linuxAndrew Kaylor2013-08-204-4/+4
* Removing duplicate XFAIL markersAndrew Kaylor2013-08-202-2/+2
* Marking two more MCJIT PIC tests as XFAIL on i686Andrew Kaylor2013-08-204-4/+4
* Marking MCJIT PIC tests as XFAIL on armAndrew Kaylor2013-08-206-6/+6
* Fix style issues in AsmParser.cppVladimir Medic2013-08-201-9/+11
* AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQElena Demikhovsky2013-08-203-12/+98
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-203-240/+0
* [SystemZ] Update READMERichard Sandiford2013-08-201-4/+2
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-2010-3/+171
* memcmp is not a valid way to compare structs with padding in them.Benjamin Kramer2013-08-201-2/+9
* [mips][msa] Added insveDaniel Sanders2013-08-203-0/+140
* Fix test typo and add usual "br %r14" testRichard Sandiford2013-08-201-1/+2
* Fix overly pessimistic shortcut in post-RA MachineLICMRichard Sandiford2013-08-202-4/+26
* ARM: implement some simple f64 materializations.Tim Northover2013-08-203-13/+110