1. f2e8349 Revert "revert r179735, it has no testcases, and doesn't really make sense." by Reid Kleckner · 11 years ago
  2. d2755af Exposing MCJIT through C API by Andrew Kaylor · 11 years ago
  3. 87b5017 Propagate relocation info to resolveRelocation. by Rafael Espindola · 11 years ago
  4. efa91f6 Replace ObjRelocationInfo with relocation_iterator. by Rafael Espindola · 11 years ago
  5. f4fc9b1 Add in some conditional compilation in order to silence an unused variable warning. by Michael Gottesman · 11 years ago
  6. f11a685 [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContract instead of ObjCARCOpts. by Michael Gottesman · 11 years ago
  7. fe7ea98 Added statistics to count the number of retains/releases before/after optimization. by Michael Gottesman · 11 years ago
  8. 2088d91 Removed trailing whitespace. by Michael Gottesman · 11 years ago
  9. 210a496 Fix for r180693. = /. by Michael Gottesman · 11 years ago
  10. e056397 [objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTraversals so that I can prevent Changed = true from being set. This prevents an infinite loop. by Michael Gottesman · 11 years ago
  11. d922518 Inline variable into the #ifdef block where it's used. by Benjamin Kramer · 11 years ago
  12. 297a3ee AArch64 InstrFormats: delete blank. by Jia Liu · 11 years ago
  13. 78a9b43 Fix typo. Stupid me. by Joerg Sonnenberger · 11 years ago
  14. 7f5c6bf Regen. by Eric Christopher · 11 years ago
  15. dfa0e92 Only use cxxabi.h's demangler, if it is actually available. by Joerg Sonnenberger · 11 years ago
  16. d999062 by Ulrich Weigand · 11 years ago
  17. 4d4c54d Fix a XOR reassociation bug. by Shuxin Yang · 11 years ago
  18. 595dd5a Documentation: end option description with a period by Dmitri Gribenko · 11 years ago
  19. d573421 AArch64: convert MC-layer test to .s file by Tim Northover · 11 years ago
  20. 2c2e855 [objc-arc] Test cleanups. by Michael Gottesman · 11 years ago
  21. 3aa5394 Generalize the MachineTraceMetrics public API. by Andrew Trick · 11 years ago
  22. 29f198c Add target flags to MachineMemOperands. by Andrew Trick · 11 years ago
  23. d427132 whitespace by Andrew Trick · 11 years ago
  24. 00297ba Use the target triple from the target machine rather than the module by Eric Christopher · 11 years ago
  25. 85c16ef Move the XFAIL out of the middle of a comment. by Eric Christopher · 11 years ago
  26. 5b0ce35 Make all darwin ppc stubs local. by Rafael Espindola · 11 years ago
  27. a5b314c Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 11 years ago
  28. 13131e6 Cleanup and document MachineLocation. by Adrian Prantl · 11 years ago
  29. f1d9fe9 Micro-optimization by Bill Wendling · 11 years ago
  30. fdfdd4c Make CHECK lines a bit less strict so they also match code generated for win64. by Benjamin Kramer · 11 years ago
  31. 0d840bb Teach the interpreter to handle vector compares and additional vector arithmetic operations. by Nadav Rotem · 11 years ago
  32. 2173e18 Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser. by Rafael Espindola · 11 years ago
  33. fbb2c7a The exception demo needs its symbols exported. by Rafael Espindola · 11 years ago
  34. 99d8179 R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE by Tom Stellard · 11 years ago
  35. 2cab9ba cleanup testcase some more rdar://problem/13056109 by Adrian Prantl · 11 years ago
  36. 9d5d58a fix a typo that due to cu&paste quadrupled itself rdar://problem/13056109 by Adrian Prantl · 11 years ago
  37. 1ad3a41 ARM: Fix encoding of hint instruction for Thumb. by Quentin Colombet · 11 years ago
  38. 140536b Add missing ':'. by Rafael Espindola · 11 years ago
  39. 163da93 Bugfix for the debug intrinsic handling in InstCombiner: by Adrian Prantl · 11 years ago
  40. a3acc2b by Ulrich Weigand · 11 years ago
  41. 730a570 Re-write the address propagation code for pre-indexed loads/stores to take into account some previously misssed cases (PRE_DEC addressing mode, the offset and base address are swapped, etc). This should fix PR15581. by Silviu Baranga · 11 years ago
  42. 069a4a9 by Ulrich Weigand · 11 years ago
  43. 0c0a1be by Ulrich Weigand · 11 years ago
  44. 1adc97c by Ulrich Weigand · 11 years ago
  45. 8ade909 by Ulrich Weigand · 11 years ago
  46. 4e8590c ARM/NEON: Pattern match vector integer abs to vabs. by Benjamin Kramer · 11 years ago
  47. 7539817 X86: Now that we have a canonical form for vector integer abs, match it into pabs. by Benjamin Kramer · 11 years ago
  48. 6242fda DAGCombiner: Canonicalize vector integer abs in the same way we do it for scalars. by Benjamin Kramer · 11 years ago
  49. 7557e52 LoopVectorizer: Calculate the number of pointers to disambiguate at runtime based on the numbers of reads and writes. by Nadav Rotem · 11 years ago
  50. 276b854 Use 'git svn find-rev' in git-svnrevert instead of shell script fu. by Michael Gottesman · 11 years ago
  51. d15d29e Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were once autoreleaseRV instructions." by Michael Gottesman · 11 years ago
  52. e1f0790 Updated GettingStarted.rst so that it references utils/git-svn for git-svnup instead of catting it into the documentation itself. by Michael Gottesman · 11 years ago
  53. 19c3735 Added the scripts git-svnup/git-svnrevert to utils/git-svn. by Michael Gottesman · 11 years ago
  54. 97265a4 Mips assembler: .set reorder support by Jack Carter · 11 years ago
  55. 0fc7137 Remove SMLoc paired with CHECK-NOT patterns. Not functionality change. by Michael Liao · 11 years ago
  56. 7f8300b Make function documentation conform to llvm standards. by Preston Gurd · 11 years ago
  57. 45c9e0b ARM cost model: Integer div and rem is lowered to a function call by Arnold Schwaighofer · 11 years ago
  58. 1c48945 Re-enabling MCJIT object caching with memory leak fixed by Andrew Kaylor · 11 years ago
  59. 29fce9a revert r179735, it has no testcases, and doesn't really make sense. by Chris Lattner · 11 years ago
  60. d6ac8e9 This patch adds the X86FixupLEAs pass, which will reduce instruction by Preston Gurd · 11 years ago
  61. 975b1dd LoopVectorizer: No need to generate pointer disambiguation checks between readonly pointers. by Nadav Rotem · 11 years ago
  62. 4b55815 [mc-coff] Forward Linker Option flags into the .drectve section by Reid Kleckner · 11 years ago
  63. 93d0b06 Fix section relocation for SECTIONREL32 with immediate offset. by Rafael Espindola · 11 years ago
  64. c16f8c5 Remove tailing whitespaces by Michael Liao · 11 years ago
  65. 5df2e16 [inline asm] Add a test case for r180226. The specific issue is that the inline by Chad Rosier · 11 years ago
  66. e5330f7 Use a pointer as the relocation iterator. by Rafael Espindola · 11 years ago
  67. 956ca72 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 11 years ago
  68. 0206683 Fix constant folding for one lane vector types. Constant folding one lane vector types not returns a vector instead of a scalar. by Silviu Baranga · 11 years ago
  69. 06fd5bf Revert "Adding object caching support to MCJIT" by Rafael Espindola · 11 years ago
  70. 7467e5e Revert "Exposing MCJIT through C API" by Rafael Espindola · 11 years ago
  71. 3d3cc32 Don't compute a std::vector<uint8_t> just to write it out a stream. by Rafael Espindola · 11 years ago
  72. 24b56e9 Test case for r180241. by Akira Hatanaka · 11 years ago
  73. 4cc3d1b Test case for r180238. by Akira Hatanaka · 11 years ago
  74. 0897414 [mips] Add definitions of micromips load and store instructions. by Akira Hatanaka · 11 years ago
  75. aa27161 Allow users to choose identity used to sign tools. by Filipe Cabecinhas · 11 years ago
  76. 385de77 [mips] Add definitions of micromips shift instructions. by Akira Hatanaka · 11 years ago
  77. 2f5640d Fixing OCAML bindings for MCJIT by Andrew Kaylor · 11 years ago
  78. aa6deab R600: Initialize BooleanVectorContents by Tom Stellard · 11 years ago
  79. 87cba4a R600: Use SHT_PROGBITS for the .AMDGPU.config section by Tom Stellard · 11 years ago
  80. 8c31b29 Exposing MCJIT through C API by Andrew Kaylor · 11 years ago
  81. a264a20 Fix for r180193 - MI Sched: eliminate local vreg. by Andrew Trick · 11 years ago
  82. 2871ba9 [inline asm] Fix a crasher for an invalid value type/register class. by Chad Rosier · 11 years ago
  83. 034f4be Making invalidateInstructionCache automatic in SectionMemoryManager by Andrew Kaylor · 11 years ago
  84. 3f46133 [objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were once autoreleaseRV instructions. by Michael Gottesman · 11 years ago
  85. 0eb5e45 Fixed comment typo. by Michael Gottesman · 11 years ago
  86. a2b9d3d Mips assembler: Add 64 bit testing for JAL by Jack Carter · 11 years ago
  87. 802fe93 Use pointers to iterate over symbols. by Rafael Espindola · 11 years ago
  88. d4ee392 Don't produce an empty llvm.compiler.used in LTO. by Rafael Espindola · 11 years ago
  89. 268adf2 Don't forward declare environ on Windows by Reid Kleckner · 11 years ago
  90. 84875ba LoopVectorizer: Change variable name Stride to ConsecutiveStride by Arnold Schwaighofer · 11 years ago
  91. a4b8b4c LoopVectorize: Scalarize padded types by Arnold Schwaighofer · 11 years ago
  92. b03ad17 LoopVectorizer: Bail out if we don't have datalayout we need it by Arnold Schwaighofer · 11 years ago
  93. 51cc828 Revert r180189. by Rafael Espindola · 11 years ago
  94. e38afe1 MI Sched: eliminate local vreg copies. by Andrew Trick · 11 years ago
  95. e2326ad Register Coalescing: add a flag to disable rescheduling. by Andrew Trick · 11 years ago
  96. 811a372 MI Sched: regpressure tracing. by Andrew Trick · 11 years ago
  97. f69a81f Formatting fixes. by Rafael Espindola · 11 years ago
  98. 709d2fd Use a pointer as the relocation iterator. by Rafael Espindola · 11 years ago
  99. fa2d2b1 Add include guards. by Eric Christopher · 11 years ago
  100. 1336712 Formatting. by Eric Christopher · 11 years ago