1. 9409a64 Documentation: Replace dead link for binfmt_misc by Dmitri Gribenko · 11 years ago
  2. c82fba2 [arm load/store optimizer] When trying to merge a base update load/store, make by Chad Rosier · 11 years ago
  3. bd1737c [tools][llvm-readobj] print the name of the section when iterating the symbol table / dynamic symbol table by Shankar Easwaran · 11 years ago
  4. 11987c4 [ELF] add elf_hash function to compute the hash value of a symbol in the dynamic symbol table by Shankar Easwaran · 11 years ago
  5. 6a19f7b Teach cmake about the new Erlang GC files. by Duncan Sands · 11 years ago
  6. 477de3a Add a GC plugin for Erlang by Yiannis Tsiouris · 11 years ago
  7. 2269c56 Don't use add_llvm_definitions for adding warning flags. It makes it too hard by Duncan Sands · 11 years ago
  8. f9a7132 Refine fenv.h handling: check if the desired macros exist, before using by Joerg Sonnenberger · 11 years ago
  9. 1bb93a9 Address issues found by Duncan during post-commit review of r177856. by Arnaud A. de Grandmaison · 11 years ago
  10. 35763b1 InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst) by Arnaud A. de Grandmaison · 11 years ago
  11. f0a15d8 Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruction so that all helper functions are named similarly in ObjCARC.h. by Michael Gottesman · 11 years ago
  12. a231033 Mention the new TableGen pattern format in the release notes. by Jakob Stoklund Olesen · 11 years ago
  13. 1ce53cb [NVPTX] Fix handling of vector arguments by Justin Holewinski · 11 years ago
  14. d28e30f Clean up Sparc patterns. by Jakob Stoklund Olesen · 11 years ago
  15. 8e3cb3e Allow types to be omitted in output patterns. by Jakob Stoklund Olesen · 11 years ago
  16. 4717fd4 Allow TableGen DAG arguments to be just a name. by Jakob Stoklund Olesen · 11 years ago
  17. 9c22886 GettingStarted: Add Git clone instructions for compiler-rt and test-suite by Tobias Grosser · 11 years ago
  18. 6f7becf Minor cleanups. No functionality change. by Jakub Staszak · 11 years ago
  19. 65a47ff Use dyn_cast instead of isa && cast. No functionality change. by Jakub Staszak · 11 years ago
  20. 15a3c18 Give Sparc instruction patterns direct types instead of register classes. by Jakob Stoklund Olesen · 11 years ago
  21. 1920996 Allow direct value types to be used in instruction 'set' patterns. by Jakob Stoklund Olesen · 11 years ago
  22. 526d6c4 PPC ZERO register needs a register number of 0. by Hal Finkel · 11 years ago
  23. 3f2c047 Note in PPCFunctionInfo VRSAVE spills by Hal Finkel · 11 years ago
  24. 7d35f74 MCize the bcl instruction in PPCAsmPrinter by Hal Finkel · 11 years ago
  25. edf0382 Use direct types in Sparc def : Pat patterns. by Jakob Stoklund Olesen · 11 years ago
  26. f0a804d Allow direct value types in pattern definitions. by Jakob Stoklund Olesen · 11 years ago
  27. 02327fe Cleanup some unused reg. scavenger parameters in PPCRegisterInfo by Hal Finkel · 11 years ago
  28. 7a42fb3 Make all unnamed RegisterClass TreePatternNodes typed MVT::i32. by Jakob Stoklund Olesen · 11 years ago
  29. 7257fda Remove dead PPC LR spilling code by Hal Finkel · 11 years ago
  30. 7cdba15 Plug a memory leak in FileCheck when the input file is empty. by Benjamin Kramer · 11 years ago
  31. 1f1058f Move X86-dependent test into the right subdirectory. by Benjamin Kramer · 11 years ago
  32. 7834c71 Remove the type legality check from the SelectionDAGBuilder when it lowers @llvm.fmuladd to ISD::FMA nodes. by Owen Anderson · 11 years ago
  33. 31881c2 Change method name ClearRefCount => ClearKnownPositiveRefCount to match the name of the member that it is modifying. by Michael Gottesman · 11 years ago
  34. 4df66f7 Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPositiveRefCount(). by Michael Gottesman · 11 years ago
  35. 0e8fc6f Fix comparison of mixed signedness by Hal Finkel · 11 years ago
  36. 928ef43 [docs] Slight reword for precision. by Sean Silva · 11 years ago
  37. 0059eb1 [docs] Document usage of SmallVectorImpl in interfaces. by Sean Silva · 11 years ago
  38. dc3beb9 Allow the register scavenger to spill multiple registers by Hal Finkel · 11 years ago
  39. a2e3834 Support in AAEvaluator to print alias queries of loads/stores with TBAA tags. by Manman Ren · 11 years ago
  40. 1f9c440 Kill every call to @clang.arc.use in the ARC contract phase. by John McCall · 11 years ago
  41. 46125e1 Update test. There may be multiple catches, but those will be cleaned up. by Bill Wendling · 11 years ago
  42. 4c62502 Add all clauses when merging the landing pads. Duplicates will be handled later on. by Bill Wendling · 11 years ago
  43. 8faed27 Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair by David Blaikie · 11 years ago
  44. 7b24686 reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes by David Blaikie · 11 years ago
  45. 57ba122 Reverted r176374. In some cases the lit.site.cfg file does not get generated in tools/clang/tools/extra. by Galina Kistanova · 11 years ago
  46. 63da406 Don't use the removed API. by Bill Wendling · 11 years ago
  47. 1ca6468 Revert r177675. This is language-specific and shouldn't be in the API. by Bill Wendling · 11 years ago
  48. 97e602b Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and word. by Jyotsna Verma · 11 years ago
  49. 4b52a88 Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/directory pair by David Blaikie · 11 years ago
  50. be67aa5 fix small doc typo by Eli Bendersky · 11 years ago
  51. 21675c8 R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730 by Michel Danzer · 11 years ago
  52. 86765fb Remove ABI-duplicated call instruction patterns. by Ulrich Weigand · 11 years ago
  53. 89ec847 Rename memrr ptrreg and offreg components. by Ulrich Weigand · 11 years ago
  54. 881a715 Fix swapped BasePtr and Offset in pre-inc memory addresses. by Ulrich Weigand · 11 years ago
  55. 0301e79 Tighten iaddroff ComplexPattern. by Ulrich Weigand · 11 years ago
  56. cff0faa Remove the xaddroff ComplexPattern. by Ulrich Weigand · 11 years ago
  57. c446baa R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics by Michel Danzer · 11 years ago
  58. 3016056 [asan] Change the way we report the alloca frame on stack-buff-overflow. by Kostya Serebryany · 11 years ago
  59. aa2bece tsan: fix the test by Dmitry Vyukov · 11 years ago
  60. ab78ac1 tsan: handle vptr loads specially by Dmitry Vyukov · 11 years ago
  61. 7541cd3 Fix llvm::removeUnreachableBlocks to handle unreachable loops. by Evgeniy Stepanov · 11 years ago
  62. 2be921a InstCombine: Improve the result bitvect type when folding (cmp pred (load (gep GV, i)) C) to a bit test. by Arnaud A. de Grandmaison · 11 years ago
  63. 9b294d4 Remove ScavengedRC from RegisterScavenging by Hal Finkel · 11 years ago
  64. c204410 Reorder the DIFile field in DILexicalBlock to become a prefix common with other DIScopes by David Blaikie · 11 years ago
  65. 4087d67 Remove the empty directory. Silly git-svn. by Chandler Carruth · 11 years ago
  66. d854299 Remove the ARM-specific variant of this test. It's already covered by by Chandler Carruth · 11 years ago
  67. d1995b2 Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on compilers which support it. by Argyrios Kyrtzidis · 11 years ago
  68. f0b0f1f Revert r177543: Add timing of the IR parsing code with a new by Chandler Carruth · 11 years ago
  69. d3107fb Fix the invalid opcode for Mips branch instructions in the assembler by Jack Carter · 11 years ago
  70. 25df6a9 This patch that enables the Mips assembler to use symbols for offset for instructions by Jack Carter · 11 years ago
  71. 7697370 Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class by Hal Finkel · 11 years ago
  72. 426db65 Add TableGen ctags(1) emitter and helper script. by Sean Silva · 11 years ago
  73. d9ff8c8 Always forward 'resume' instructions to the outter landing pad. by Bill Wendling · 11 years ago
  74. 3ea1b06 Fix a register-class comparison bug in PPCCTRLoops by Hal Finkel · 11 years ago
  75. bb4e619 Refactor the filename/directory information in DISubprogram to refer directly to the pair rather than the DIFile. by David Blaikie · 11 years ago
  76. 8233050 Add a query to tell if a landing pad has a catch-all. by Bill Wendling · 11 years ago
  77. ced228d Move the DIFile in DISubprogram to the beginning to be a common prefix along with other DIScopes by David Blaikie · 11 years ago
  78. b0b5bde <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_CACHE_DIR for the system temporary directory. by Douglas Gregor · 11 years ago
  79. c91b5e1 This patch enables the Mips .set directive to define aliases by Jack Carter · 11 years ago
  80. 7ee74a6 Implement builtin_{setjmp/longjmp} on PPC by Hal Finkel · 11 years ago
  81. 92ebd49 Fix Darwin NEON FP and increase coverage by Renato Golin · 11 years ago
  82. ebb5183 Remove unused field in DISubprogram by David Blaikie · 11 years ago
  83. 10f7f2a Add support for spilling VRSAVE on PPC by Hal Finkel · 11 years ago
  84. e9cc0a0 Correct PPC FRAMEADDR lowering using a pseudo-register by Hal Finkel · 11 years ago
  85. 3382a84 Avoid NEON SP-FP unless unsafe-math or Darwin by Renato Golin · 11 years ago
  86. b55b00b Update some EH tests that were violating the new EH model. by Bill Wendling · 11 years ago
  87. c57f5dd Hoist the definition of getTypeSizeInBits to be inlinable and in the header. by Chandler Carruth · 11 years ago
  88. d647ec5 [SROA] Prefix names using a custom IRBuilder inserter. by Chandler Carruth · 11 years ago
  89. 930a4fa [msan] Add an option to disable poisoning of shadow for undef values. by Evgeniy Stepanov · 11 years ago
  90. a2c6256 simplify-libcalls: Removed unused variable by Meador Inge · 11 years ago
  91. 26c417b Fix missing std::. Not sure how this compiles for anyone else. by Matt Arsenault · 11 years ago
  92. cf47ce6 Move library call prototype attribute inference to functionattrs by Meador Inge · 11 years ago
  93. efe8442 Removing unused DISubprogram::getFile by David Blaikie · 11 years ago
  94. c1ea2c5 Add a WriteMicrocoded for ancient microcoded instructions. by Jakob Stoklund Olesen · 11 years ago
  95. 00c5c5d Debug info: refactor the first field of DICompileUnit to be a raw file/directory pair by David Blaikie · 11 years ago
  96. 2adf8cc Use pre-inc, pre-dec when possible. by Jakub Staszak · 11 years ago
  97. 7f19e5d Remove 'else' after 'return'. by Jakub Staszak · 11 years ago
  98. 8755ae8 [lit] Avoid CRLFs in bash scripts on Windows by Reid Kleckner · 11 years ago
  99. 93c1fd4 Make variable name more explicit and eliminate redundant lookup in SDNodeOrdering by Justin Holewinski · 11 years ago
  100. 3c987ae Model prefetches and barriers as loads. by Jakob Stoklund Olesen · 11 years ago