summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Debug Info: add a newly-created DIE to a parent in the same function.Manman Ren2013-10-18
* Debug Info: simplify code a bit.Manman Ren2013-10-18
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Revert the rest of r192749 to bring back the buildbot. These twoEric Christopher2013-10-18
* Pure refactoring change.Richard Barton2013-10-18
* [PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)Bill Schmidt2013-10-18
* R600: Remove \ at EOL from ascii art comments.Benjamin Kramer2013-10-18
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-18
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-18
* Correct log message typo: ended ad -> ended atEd Maste2013-10-18
* Add hardware division as a default feature on Cortex-A15. Also add test cases...Silviu Baranga2013-10-18
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-18
* Fix a conversion warning in the mingw32 buildAlp Toker2013-10-18
* [DebugInfo] Remove unneeded struct member and hide struct definition. No func...Alexey Samsonov2013-10-18
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-18
* [DebugInfo] Remove dead code.Alexey Samsonov2013-10-18
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* Temporarily revert r192749 as it is causing problems for LTO andEric Christopher2013-10-18
* DIEHash: Add more things (and remove one character) from the COLLECT_ATTR macroDavid Blaikie2013-10-17
* DIEHash: Support for simple (non-recursive, non-reused) type referencesDavid Blaikie2013-10-17
* 17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targetsDavid Peixotto2013-10-17
* Refactor lowering for COPY_STRUCT_BYVAL_I32David Peixotto2013-10-17
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-17
* Rename fields of GlobalStatus to match the coding style.Rafael Espindola2013-10-17
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-17
* rename SafeToDestroyConstant to isSafeToDestroyConstant and clang-format.Rafael Espindola2013-10-17
* Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal.Rafael Espindola2013-10-17
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-17
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-17
* Replace sra with srl if a single sign bit is requiredRichard Sandiford2013-10-17
* Fix edge condition in DAGCombiner to improve codegen of shift sequences.Andrea Di Biagio2013-10-17
* [msan] Use zero-extension in shadow cast by default.Evgeniy Stepanov2013-10-17
* llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent fileAnders Waldenborg2013-10-17
* [mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq.Daniel Sanders2013-10-17
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-17
* llvm-c: Return NULL from LLVMGetFirstTarget instead of assertingAnders Waldenborg2013-10-17
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-17
* x86: Move bitcasts outside concat_vector.Jim Grosbach2013-10-17
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-17
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-17
* [projects/test-suite] White space and long line fixes.Jack Carter2013-10-17
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-17
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* DIEHash: Include the type's context in the type hash.David Blaikie2013-10-17
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-16
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-16
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-16
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-16
* Remove ambiguity introduced in r192836David Blaikie2013-10-16