summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Use attribute helper functionMatt Arsenault2013-08-21
* Fix typoMatt Arsenault2013-08-21
* A minor change for an obvous problem caused by r188451:Hao Liu2013-08-21
* Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-21
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-21
* AVX-512: Added SHIFT instructions.Elena Demikhovsky2013-08-21
* [SystemZ] Define remainig *MUL_LOHI patternsRichard Sandiford2013-08-21
* [mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it.Daniel Sanders2013-08-21
* [SystemZ] Use FI[EDX]BRA for codegenRichard Sandiford2013-08-21
* [SystemZ] Add FI[EDX]BRARichard Sandiford2013-08-21
* [mips][msa] Define registers using foreachDaniel Sanders2013-08-21
* 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
* 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 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
* 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
* 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
* 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
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-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
* Fix style issues in AsmParser.cppVladimir Medic2013-08-20
* AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQElena Demikhovsky2013-08-20
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-20
* [SystemZ] Update READMERichard Sandiford2013-08-20