summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.Lang Hames2014-06-27
* [NVPTX] Add reflect intrinsic (better than matching by function name)Justin Holewinski2014-06-27
* [NVPTX] Fix handling of ldg/ldu intrinsics.Justin Holewinski2014-06-27
* [NVPTX] Add support for efficient rotate instructions on SM 3.2+Justin Holewinski2014-06-27
* [NVPTX] Add support for isspacep instructionJustin Holewinski2014-06-27
* [NVPTX] Add support for envreg readsJustin Holewinski2014-06-27
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Avoid non-ascii character in the source code.Logan Chien2014-06-27
* MC: Fix associative sections on COFFDavid Majnemer2014-06-27
* llvm-objdump: don't assert if ELF file has no sectionsEd Maste2014-06-27
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-27
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-27
* IRReader: don't mark MemoryBuffers constAlp Toker2014-06-27
* Propagate const-correctness into parseBitcodeFile()Alp Toker2014-06-27
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-27
* Support: update DLLCharacteristics enumerationSaleem Abdulrasool2014-06-27
* Support: tweak comment layoutSaleem Abdulrasool2014-06-27
* [StackMaps] Enable patchpoint liveness analysis per default.Juergen Ributzka2014-06-26
* [Stackmaps] Remove the liveness calculation for stackmap intrinsics.Juergen Ributzka2014-06-26
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Remove forward decl of SmallVectorImpl now that we have the headerReid Kleckner2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_B...Argyrios Kyrtzidis2014-06-25
* Fix typoMichael Liao2014-06-25
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-25
* Fix the build.Rafael Espindola2014-06-25
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* Fix = delete in MSVC build from r211705JF Bastien2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Random Number Generator (llvm)JF Bastien2014-06-25
* Simplify AddValueSymbols. No functionality change.Rafael Espindola2014-06-25
* [x86] Add intrinsics for the pshufd, pshuflw, and pshufhw instructions.Chandler Carruth2014-06-25
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Move some trivial methods up to MCStreamer.Rafael Espindola2014-06-25
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-25
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-25
* Print a=b as an assignment.Rafael Espindola2014-06-24
* R600: Fix inconsistency in rsq instructions.Matt Arsenault2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* Resubmit commit r211533Weiming Zhao2014-06-24
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* Include <tuple> for std::tieAlexey Samsonov2014-06-24
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-24
* BFI: Un-floatify more languageDuncan P. N. Exon Smith2014-06-24
* BFI: Remove more float-like language from ScaledNumberDuncan P. N. Exon Smith2014-06-24
* Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan P. N. Exon Smith2014-06-24
* Support: Extract ScaledNumbers::MinScale and MaxScaleDuncan P. N. Exon Smith2014-06-24
* BFI: Change language from "exponent" to "scale"Duncan P. N. Exon Smith2014-06-23