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