- 3cfe719 Update to reflect current GC APIs and usage. The example code is taken from the Erlang GC implementation. by Bill Wendling · 12 years ago
- 8fc9986 Can we move to C++11 already? by Michael J. Spencer · 12 years ago
- 44a4cfb [Support][YAML] Add support for accessing tags and tag handle substitution. by Michael J. Spencer · 12 years ago
- 630c326 Debug Info: add a newly-created DIE to a parent in the same function. by Manman Ren · 12 years ago
- 57a964b Debug Info: simplify code a bit. by Manman Ren · 12 years ago
- 22f9dd4 MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm by Hans Wennborg · 12 years ago
- 2d8a1d6 Check for errors when calling lto_codegen_add_module in the gold plugin. by Rafael Espindola · 12 years ago
- 3c58aad Revert the rest of r192749 to bring back the buildbot. These two by Eric Christopher · 12 years ago
- 8241242 Test case for r192957 by David Majnemer · 12 years ago
- 22cfec4 Pure refactoring change. by Richard Barton · 12 years ago
- 6cd04fd [PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel) by Bill Schmidt · 12 years ago
- 006900a R600: Remove \ at EOL from ascii art comments. by Benjamin Kramer · 12 years ago
- 485333d Add hint disassembly syntax for 16-bit Thumb hint instructions. by Richard Barton · 12 years ago
- c439c20 [AArch64] Add support for NEON scalar extract narrow instructions. by Chad Rosier · 12 years ago
- e1bc6dd Correct log message typo: ended ad -> ended at by Ed Maste · 12 years ago
- b1c4809 Add hardware division as a default feature on Cortex-A15. Also add test cases to check this, and change diagnostics for the hwdiv-arm feature to something useful. by Silviu Baranga · 12 years ago
- e019c08 [mips][msa] Added a regression test that depended on multiple patches to pass. by Daniel Sanders · 12 years ago
- 46c6352 Developer policy amendment regarding confidentiality notices by Alp Toker · 12 years ago
- 641bea1 CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomics by David Majnemer · 12 years ago
- 7a7fc90 Fix a conversion warning in the mingw32 build by Alp Toker · 12 years ago
- 8d433bd [DebugInfo] Remove unneeded struct member and hide struct definition. No functionality change. by Alexey Samsonov · 12 years ago
- d07a8a2 Fix initialization order warning in mingw32 build by Alp Toker · 12 years ago
- 71f6d6e [DebugInfo] Remove dead code. by Alexey Samsonov · 12 years ago
- ab887bf Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output" by Hans Wennborg · 12 years ago
- 1c165b8 Temporarily revert r192749 as it is causing problems for LTO and by Eric Christopher · 12 years ago
- 0d87c20 DIEHash: Add more things (and remove one character) from the COLLECT_ATTR macro by David Blaikie · 12 years ago
- 47f66d5 DIEHash: Support for simple (non-recursive, non-reused) type references by David Blaikie · 12 years ago
- 7014d27 17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targets by David Peixotto · 12 years ago
- 6483751 Refactor lowering for COPY_STRUCT_BYVAL_I32 by David Peixotto · 12 years ago
- f4094e5 llvm-c: Add LLVMIntPtrType{,ForAS}InContext by Anders Waldenborg · 12 years ago
- 4d1a925 CMake: set stack size for MSVC in just one place by Hans Wennborg · 12 years ago
- b75fcec Rename fields of GlobalStatus to match the coding style. by Rafael Espindola · 12 years ago
- 3b370a2 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 12 years ago
- 9bb874c rename SafeToDestroyConstant to isSafeToDestroyConstant and clang-format. by Rafael Espindola · 12 years ago
- 4a7cef2 Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal. by Rafael Espindola · 12 years ago
- acc1f8b CMake: set stack size to 2MB for MSVC builds by Hans Wennborg · 12 years ago
- 20a7ec9 Add testcase to make sure we don't generate a compact unwind section for ELF binaries. by Bill Wendling · 12 years ago
- 52244da [mips][msa] Added lsa instruction by Daniel Sanders · 12 years ago
- 2e56d57 [DebugInfo] Delete dead code, simplify and fix code style for some existing code. No functionality change. by Alexey Samsonov · 12 years ago
- 651ffc7 Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too. by NAKAMURA Takumi · 12 years ago
- 3d5694d Fix tests not to depend on specific regalloc or instruction order. by Benjamin Kramer · 12 years ago
- 071aed9 Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deleted by Daniel Sanders · 12 years ago
- db8a162 [mips][msa] Removed ldx.[bhwd] and stx.[bhwd]. by Daniel Sanders · 12 years ago
- 9f64a56 Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (and TEMP). by NAKAMURA Takumi · 12 years ago
- f9a5e40 Replace sra with srl if a single sign bit is required by Richard Sandiford · 12 years ago
- 888cbad Fix edge condition in DAGCombiner to improve codegen of shift sequences. by Andrea Di Biagio · 12 years ago
- f5e3811 [msan] Use zero-extension in shadow cast by default. by Evgeniy Stepanov · 12 years ago
- 0738387 llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent file by Anders Waldenborg · 12 years ago
- ed78562 [mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq. by Daniel Sanders · 12 years ago
- c3b6e80 Changing DebugInfoFinder to iterate over all the compile units. by Michael Kuperstein · 12 years ago
- 2fee43f llvm-c: Return NULL from LLVMGetFirstTarget instead of asserting by Anders Waldenborg · 12 years ago
- 4ef1999 tsan: implement no_sanitize_thread attribute by Dmitry Vyukov · 12 years ago
- 49af380 x86: Move bitcasts outside concat_vector. by Jim Grosbach · 12 years ago
- 9198657 According to the dwarf standard pubnames and pubtypes for languages by Eric Christopher · 12 years ago
- 0739140 Expose install_fatal_error_handler() through the C API. by Filip Pizlo · 12 years ago
- adbd3ae [projects/test-suite] White space and long line fixes. by Jack Carter · 12 years ago
- bdfed16 Add the subprogram DIEs to the context they're created with only by Eric Christopher · 12 years ago
- b74b88e Re-commit r192758 - MC: quote tricky symbol names in asm output by Hans Wennborg · 12 years ago
- 88a68cb DIEHash: Include the type's context in the type hash. by David Blaikie · 12 years ago
- c098708 DIEHash: Use DW_FORM_sdata for integers, per spec. by David Blaikie · 12 years ago
- a85ad23 Invert arguments to ASSERT_EQ to match gtest diagnostic printing by David Blaikie · 12 years ago
- 75a5df1 llvm-c: Add LLVMDumpType by Anders Waldenborg · 12 years ago
- 36a02c0 Update test case due to DIE hashing in r192836 by David Blaikie · 12 years ago
- dceac4c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 12 years ago
- a249914 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 12 years ago
- 700b91f Remove ambiguity introduced in r192836 by David Blaikie · 12 years ago
- 985ce24 Add support for the VSX target attribute. No functional change by Eric Christopher · 12 years ago
- 75ee000 DIEHash: Include the trailing zero byte after the children of a DIE by David Blaikie · 12 years ago
- e6b1095 Allow repeated registration again. by Rafael Espindola · 12 years ago
- cdb9bd7 Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar, by Yunzhong Gao · 12 years ago
- 88e1e10 Create an atom with just the data that failed to disassemble. by Rafael Espindola · 12 years ago
- 4306e87 Remove an outdated statement. by Rafael Espindola · 12 years ago
- 81f6941 After PostRA scheduling, don't set kill flags on undef operands. by Andrew Trick · 12 years ago
- 49978e6 Fix MCDataAtom never calling remap when adding data. by Rafael Espindola · 12 years ago
- 2906b51 [llvm-c] Add LLVMPrintModuleToString. by Anders Waldenborg · 12 years ago
- fc1604e SLPVectorizer: Don't vectorize volatile memory operations by Arnold Schwaighofer · 12 years ago
- 48320e0 Revert "SLPVectorizer: Don't vectorize volatile memory operations" by Arnold Schwaighofer · 12 years ago
- a4f468f R600: Fix a crash in the AMDILCFGStructurizer by Tom Stellard · 12 years ago
- c4822e0 R600: Remove some dead code from the AMDILCFGStructurizer by Tom Stellard · 12 years ago
- 303fe16 Port to FileCheck. by Rafael Espindola · 12 years ago
- 8a75384 Adding oprofile support for MCJIT. by Andrew Kaylor · 12 years ago
- 8225b23 Update comment. by Chad Rosier · 12 years ago
- f4a0567 Fix comment. by Chad Rosier · 12 years ago
- 6706554 Assert on duplicate registration. Don't depend on function pointer equality. by Rafael Espindola · 12 years ago
- a2cd42a [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned by Chad Rosier · 12 years ago
- c4e2060 SLPVectorizer: Don't vectorize volatile memory operations by Arnold Schwaighofer · 12 years ago
- a24cd72 Add more documentation about the TargetStreamer interface. by Rafael Espindola · 12 years ago
- 72a3ee7 DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal constant. by Benjamin Kramer · 12 years ago
- 3386d25 [asan] Optimize accesses to global arrays with constant index by Kostya Serebryany · 12 years ago
- d77a766 [SystemZ] Handle extensions in RxSBG optimizations by Richard Sandiford · 12 years ago
- 648a2e6 [pr17595] Fix a use after free. by Rafael Espindola · 12 years ago
- d1a4f57 [SystemZ] Improve handling of SETCC by Richard Sandiford · 12 years ago
- 5d7e93c Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits by Richard Sandiford · 12 years ago
- d9729ae llvm-symbolizer: don't always run demangler on global object names by Alexey Samsonov · 12 years ago
- b4a0ba1 Add a 'deleteModule' method to the Linker class. by Bill Wendling · 12 years ago
- 32c24da Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names" by NAKAMURA Takumi · 12 years ago
- 2369bf9 Really fix build warning/error that I think r192756 was trying to fix. by Craig Topper · 12 years ago
- 1e68100 TypeFinder: prefer iterative algorithm to keep stack usage low. by Will Dietz · 12 years ago
- 86df596 Fix a bug in Windows resource file detection. by Rui Ueyama · 12 years ago
- a2ef865 Add a triple to this test. by Rafael Espindola · 12 years ago