summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Clarify that an alignment of 0 or 1 on a mem* intrinsic means 'no alignment'.Bill Wendling2013-10-18
* YAMLBench.cpp: Use llvm_move instead of std::move also here.NAKAMURA Takumi2013-10-18
* Remove reference to obsolete arguments.Bill Wendling2013-10-18
* Update to reflect current GC APIs and usage. The example code is taken from t...Bill Wendling2013-10-18
* Can we move to C++11 already?Michael J. Spencer2013-10-18
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-18
* 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
* Check for errors when calling lto_codegen_add_module in the gold plugin.Rafael Espindola2013-10-18
* Revert the rest of r192749 to bring back the buildbot. These twoEric Christopher2013-10-18
* Test case for r192957David Majnemer2013-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
* [mips][msa] Added a regression test that depended on multiple patches to pass.Daniel Sanders2013-10-18
* Developer policy amendment regarding confidentiality noticesAlp Toker2013-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
* CMake: set stack size for MSVC in just one placeHans Wennborg2013-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
* CMake: set stack size to 2MB for MSVC buildsHans Wennborg2013-10-17
* Add testcase to make sure we don't generate a compact unwind section for ELF ...Bill Wendling2013-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
* Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.NAKAMURA Takumi2013-10-17
* Fix tests not to depend on specific regalloc or instruction order.Benjamin Kramer2013-10-17
* Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deletedDaniel Sanders2013-10-17
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-17
* Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (...NAKAMURA Takumi2013-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