1. 2a83943 Try to fix ProgramTest on FreeBSD by Reid Kleckner · 11 years ago
  2. 8e6e02a Collect the Addend for external relocs. by Rafael Espindola · 11 years ago
  3. 4fb224e R600: Always use texture cache for compute shaders by Vincent Lejeune · 11 years ago
  4. 2c836f8 R600: use native for alu by Vincent Lejeune · 11 years ago
  5. 25f259c R600: Packetize instructions by Vincent Lejeune · 11 years ago
  6. abcde26 R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chips by Vincent Lejeune · 11 years ago
  7. e332e35 R600: Add a Bank Swizzle operand by Vincent Lejeune · 11 years ago
  8. 7097b1d R600: Take inner dependency into tex/vtx clauses by Vincent Lejeune · 11 years ago
  9. b6379de R600: Turn TEX/VTX into native instructions by Vincent Lejeune · 11 years ago
  10. 631591e R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions by Vincent Lejeune · 11 years ago
  11. 7d8ea50 Rewrite test in FileCheck instead of grep in X86 codegen by Michael Liao · 11 years ago
  12. 0dc415c R600: Add some new processor variants by Vincent Lejeune · 11 years ago
  13. 8723c9e R600: Clean up instruction class definitions by Vincent Lejeune · 11 years ago
  14. 86cdb70 R600: config section now reports use of killgt by Vincent Lejeune · 11 years ago
  15. 725dae5 Revert the command line option patch. However, keep the part that makes this pass on Windows. I.e., we don't emit the target dependent attributes in a comment before the function. by Bill Wendling · 11 years ago
  16. ff6222e TBAA: remove !tbaa from testing cases if not used. by Manman Ren · 11 years ago
  17. ad96c64 Duplicate a testcase. by Bill Wendling · 11 years ago
  18. e78d832 TBAA: remove !tbaa from testing cases if not used. by Manman Ren · 11 years ago
  19. 26ebdd1 Rewrite some tests with FileCHeck in X86 codegen by Michael Liao · 11 years ago
  20. 3e3456b Improve documentation. by Adrian Prantl · 11 years ago
  21. fa2eac5 Emit the TLS initialization function pointers into the correct section. by Bill Wendling · 11 years ago
  22. 59a0e79 Add getSymbolAlignment to the ObjectFile interface. by Rafael Espindola · 11 years ago
  23. d8b2da1 R600: Use correct CF_END instruction on Northern Island GPUs by Tom Stellard · 11 years ago
  24. 015f586 R600: Fix encoding of CF_END_{EG, R600} instructions by Tom Stellard · 11 years ago
  25. 8393b99 Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF. by Rafael Espindola · 11 years ago
  26. 8228ffe SimplifyCFG: If convert single conditional stores by Arnold Schwaighofer · 11 years ago
  27. 8a905e7 Disable the MCJIT tests on 32 bit darwin. by Rafael Espindola · 11 years ago
  28. 233c40b Remove unused method. by Rafael Espindola · 11 years ago
  29. 1fbeecb Update the documentation. by Rafael Espindola · 11 years ago
  30. ca0e736 Use a RelocationRef instead of a relocation_iterator. No functionality change. by Rafael Espindola · 11 years ago
  31. f2e8349 Revert "revert r179735, it has no testcases, and doesn't really make sense." by Reid Kleckner · 11 years ago
  32. d2755af Exposing MCJIT through C API by Andrew Kaylor · 11 years ago
  33. 87b5017 Propagate relocation info to resolveRelocation. by Rafael Espindola · 11 years ago
  34. efa91f6 Replace ObjRelocationInfo with relocation_iterator. by Rafael Espindola · 11 years ago
  35. f4fc9b1 Add in some conditional compilation in order to silence an unused variable warning. by Michael Gottesman · 11 years ago
  36. f11a685 [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContract instead of ObjCARCOpts. by Michael Gottesman · 11 years ago
  37. fe7ea98 Added statistics to count the number of retains/releases before/after optimization. by Michael Gottesman · 11 years ago
  38. 2088d91 Removed trailing whitespace. by Michael Gottesman · 11 years ago
  39. 210a496 Fix for r180693. = /. by Michael Gottesman · 11 years ago
  40. 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
  41. d922518 Inline variable into the #ifdef block where it's used. by Benjamin Kramer · 11 years ago
  42. 297a3ee AArch64 InstrFormats: delete blank. by Jia Liu · 11 years ago
  43. 78a9b43 Fix typo. Stupid me. by Joerg Sonnenberger · 11 years ago
  44. 7f5c6bf Regen. by Eric Christopher · 11 years ago
  45. dfa0e92 Only use cxxabi.h's demangler, if it is actually available. by Joerg Sonnenberger · 11 years ago
  46. d999062 by Ulrich Weigand · 11 years ago
  47. 4d4c54d Fix a XOR reassociation bug. by Shuxin Yang · 11 years ago
  48. 595dd5a Documentation: end option description with a period by Dmitri Gribenko · 11 years ago
  49. d573421 AArch64: convert MC-layer test to .s file by Tim Northover · 11 years ago
  50. 2c2e855 [objc-arc] Test cleanups. by Michael Gottesman · 11 years ago
  51. 3aa5394 Generalize the MachineTraceMetrics public API. by Andrew Trick · 11 years ago
  52. 29f198c Add target flags to MachineMemOperands. by Andrew Trick · 11 years ago
  53. d427132 whitespace by Andrew Trick · 11 years ago
  54. 00297ba Use the target triple from the target machine rather than the module by Eric Christopher · 11 years ago
  55. 85c16ef Move the XFAIL out of the middle of a comment. by Eric Christopher · 11 years ago
  56. 5b0ce35 Make all darwin ppc stubs local. by Rafael Espindola · 11 years ago
  57. a5b314c Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 11 years ago
  58. 13131e6 Cleanup and document MachineLocation. by Adrian Prantl · 11 years ago
  59. f1d9fe9 Micro-optimization by Bill Wendling · 11 years ago
  60. fdfdd4c Make CHECK lines a bit less strict so they also match code generated for win64. by Benjamin Kramer · 11 years ago
  61. 0d840bb Teach the interpreter to handle vector compares and additional vector arithmetic operations. by Nadav Rotem · 11 years ago
  62. 2173e18 Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser. by Rafael Espindola · 11 years ago
  63. fbb2c7a The exception demo needs its symbols exported. by Rafael Espindola · 11 years ago
  64. 99d8179 R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE by Tom Stellard · 11 years ago
  65. 2cab9ba cleanup testcase some more rdar://problem/13056109 by Adrian Prantl · 11 years ago
  66. 9d5d58a fix a typo that due to cu&paste quadrupled itself rdar://problem/13056109 by Adrian Prantl · 11 years ago
  67. 1ad3a41 ARM: Fix encoding of hint instruction for Thumb. by Quentin Colombet · 11 years ago
  68. 140536b Add missing ':'. by Rafael Espindola · 11 years ago
  69. 163da93 Bugfix for the debug intrinsic handling in InstCombiner: by Adrian Prantl · 11 years ago
  70. a3acc2b by Ulrich Weigand · 11 years ago
  71. 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
  72. 069a4a9 by Ulrich Weigand · 11 years ago
  73. 0c0a1be by Ulrich Weigand · 11 years ago
  74. 1adc97c by Ulrich Weigand · 11 years ago
  75. 8ade909 by Ulrich Weigand · 11 years ago
  76. 4e8590c ARM/NEON: Pattern match vector integer abs to vabs. by Benjamin Kramer · 11 years ago
  77. 7539817 X86: Now that we have a canonical form for vector integer abs, match it into pabs. by Benjamin Kramer · 11 years ago
  78. 6242fda DAGCombiner: Canonicalize vector integer abs in the same way we do it for scalars. by Benjamin Kramer · 11 years ago
  79. 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
  80. 276b854 Use 'git svn find-rev' in git-svnrevert instead of shell script fu. by Michael Gottesman · 11 years ago
  81. d15d29e Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were once autoreleaseRV instructions." by Michael Gottesman · 11 years ago
  82. 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
  83. 19c3735 Added the scripts git-svnup/git-svnrevert to utils/git-svn. by Michael Gottesman · 11 years ago
  84. 97265a4 Mips assembler: .set reorder support by Jack Carter · 11 years ago
  85. 0fc7137 Remove SMLoc paired with CHECK-NOT patterns. Not functionality change. by Michael Liao · 11 years ago
  86. 7f8300b Make function documentation conform to llvm standards. by Preston Gurd · 11 years ago
  87. 45c9e0b ARM cost model: Integer div and rem is lowered to a function call by Arnold Schwaighofer · 11 years ago
  88. 1c48945 Re-enabling MCJIT object caching with memory leak fixed by Andrew Kaylor · 11 years ago
  89. 29fce9a revert r179735, it has no testcases, and doesn't really make sense. by Chris Lattner · 11 years ago
  90. d6ac8e9 This patch adds the X86FixupLEAs pass, which will reduce instruction by Preston Gurd · 11 years ago
  91. 975b1dd LoopVectorizer: No need to generate pointer disambiguation checks between readonly pointers. by Nadav Rotem · 11 years ago
  92. 4b55815 [mc-coff] Forward Linker Option flags into the .drectve section by Reid Kleckner · 11 years ago
  93. 93d0b06 Fix section relocation for SECTIONREL32 with immediate offset. by Rafael Espindola · 11 years ago
  94. c16f8c5 Remove tailing whitespaces by Michael Liao · 11 years ago
  95. 5df2e16 [inline asm] Add a test case for r180226. The specific issue is that the inline by Chad Rosier · 11 years ago
  96. e5330f7 Use a pointer as the relocation iterator. by Rafael Espindola · 11 years ago
  97. 956ca72 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 11 years ago
  98. 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
  99. 06fd5bf Revert "Adding object caching support to MCJIT" by Rafael Espindola · 11 years ago
  100. 7467e5e Revert "Exposing MCJIT through C API" by Rafael Espindola · 11 years ago