1. a7eccdc Updating the getting started guide for Visual Studio users. Specifically, pointing out that you have to pass additional parameters to llvm-lit and explicitly specify python on the command line. by Aaron Ballman · 11 years ago
  2. e422405 get rid of windows warning: by Peng Cheng · 11 years ago
  3. dc42e3d get rid of windows warning: by Peng Cheng · 11 years ago
  4. ae2a1da replace reinterpret_cast by cast or remove reinterpret_cast to get rid of windows warning: warning C4946: reinterpret_cast used between related classes. by Peng Cheng · 11 years ago
  5. a453910 fix windows warning. by Peng Cheng · 11 years ago
  6. 711d324 use static_cast to get rid of windows warning. by Peng Cheng · 11 years ago
  7. aae0298 Now that the underlying issue is fixed, revert r180750 and r180722. by Rafael Espindola · 11 years ago
  8. f2403bb Fix spelling by Nikola Smiljanic · 11 years ago
  9. dc0981d Put VMOVPQIto64rr in the VRPDI class. by Rafael Espindola · 11 years ago
  10. 8c3a549 Correct comment: there is no numTys parameter any more now that this is using by Duncan Sands · 11 years ago
  11. a4fa74e Wrap some lines to bring MCJITCAPITest into conformance with the 80 column limit. by Filip Pizlo · 11 years ago
  12. 38d32da Forget remove the tempfile argument by Michael Liao · 11 years ago
  13. 9ed0a1b More rewrites of x86 codegen regression tests with FileCheck by Michael Liao · 11 years ago
  14. af35d86 Fixes a buffer overrun where the allocated buffer wasn't large enough to accommodate the closing quote escape rules in some instances. by Aaron Ballman · 11 years ago
  15. 10cc563 Revert "InstCombine: Fold more shuffles of shuffles." by Jim Grosbach · 11 years ago
  16. c147c1b [mips] Fix handling of instructions which copy to/from accumulator registers. by Akira Hatanaka · 11 years ago
  17. 3484da9 Only pass 'returned' to target-specific lowering code when the value of entire register is guaranteed to be preserved. by Stephen Lin · 11 years ago
  18. 8e229c2 Fix a use after free. RI is freed before the call to getDebugLoc(). To by Richard Trieu · 11 years ago
  19. cd6c579 [mips] Instruction selection patterns for DSP-ASE vector select and compare by Akira Hatanaka · 11 years ago
  20. 86a87d9 Temporarily revert "Change the informal convention of DBG_VALUE so that we can express a" by Adrian Prantl · 11 years ago
  21. a2b5669 Change the informal convention of DBG_VALUE so that we can express a by Adrian Prantl · 11 years ago
  22. f13fc1b MI Sched: revert a minor heuristic that snuck in with -misched-vcopy. by Andrew Trick · 11 years ago
  23. 13ec481 [mips] Simplify code. by Akira Hatanaka · 11 years ago
  24. 7fac0ef Fix a typo by Nadav Rotem · 11 years ago
  25. 6f4888f Update the release notes about the min/max reductions that Arnold added. by Nadav Rotem · 11 years ago
  26. b8b1d35 [mips] Test for r179873. by Akira Hatanaka · 11 years ago
  27. 6548096 InstCombine: Fold more shuffles of shuffles. by Jim Grosbach · 11 years ago
  28. b0caf5f [mips] Clear isCommutable bit of instructions which are not commutable. by Akira Hatanaka · 11 years ago
  29. db31bd3 LocalStackSlotAllocation improvements by Hal Finkel · 11 years ago
  30. 34f3984 Text files should not be marked executable. by Rafael Espindola · 11 years ago
  31. 2dc50d3 TBAA: remove !tbaa from testing cases if not used. by Manman Ren · 11 years ago
  32. 8960a5c Spelling. Thanks, Eric. by Adrian Prantl · 11 years ago
  33. 8b11e89 Set debug locations for branch instructions created during inlining, even by Adrian Prantl · 11 years ago
  34. 76f103e Change getSlotIndex to return unsigned. by Rafael Espindola · 11 years ago
  35. e87dadc Fix Addend computation for non external relocations on Macho. by Rafael Espindola · 11 years ago
  36. 1872730 R600: fix loop-address.ll test by Vincent Lejeune · 11 years ago
  37. 527db3f Fix a bug in foldSelectICmpAndOr. by David Majnemer · 11 years ago
  38. 62d7785 s tightens up the encoding description for ARM post-indexed ldr instructions. All instructions in this class have bit 4 cleared. It turns out that there is a test case for this, but it was marked XFAIL. by Mihai Popa · 11 years ago
  39. defce4c Fix "Combine bit test + conditional or into simple math" by David Majnemer · 11 years ago
  40. 8838410 Rewrite X86 codegen regression test with FileCheck by Michael Liao · 11 years ago
  41. f65e493 Refactoring patch. by Stepan Dyatkovskiy · 11 years ago
  42. 2a83943 Try to fix ProgramTest on FreeBSD by Reid Kleckner · 11 years ago
  43. 8e6e02a Collect the Addend for external relocs. by Rafael Espindola · 11 years ago
  44. 4fb224e R600: Always use texture cache for compute shaders by Vincent Lejeune · 11 years ago
  45. 2c836f8 R600: use native for alu by Vincent Lejeune · 11 years ago
  46. 25f259c R600: Packetize instructions by Vincent Lejeune · 11 years ago
  47. abcde26 R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chips by Vincent Lejeune · 11 years ago
  48. e332e35 R600: Add a Bank Swizzle operand by Vincent Lejeune · 11 years ago
  49. 7097b1d R600: Take inner dependency into tex/vtx clauses by Vincent Lejeune · 11 years ago
  50. b6379de R600: Turn TEX/VTX into native instructions by Vincent Lejeune · 11 years ago
  51. 631591e R600: Add FetchInst bit to instruction defs to denote vertex/tex instructions by Vincent Lejeune · 11 years ago
  52. 7d8ea50 Rewrite test in FileCheck instead of grep in X86 codegen by Michael Liao · 11 years ago
  53. 0dc415c R600: Add some new processor variants by Vincent Lejeune · 11 years ago
  54. 8723c9e R600: Clean up instruction class definitions by Vincent Lejeune · 11 years ago
  55. 86cdb70 R600: config section now reports use of killgt by Vincent Lejeune · 11 years ago
  56. 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
  57. ff6222e TBAA: remove !tbaa from testing cases if not used. by Manman Ren · 11 years ago
  58. ad96c64 Duplicate a testcase. by Bill Wendling · 11 years ago
  59. e78d832 TBAA: remove !tbaa from testing cases if not used. by Manman Ren · 11 years ago
  60. 26ebdd1 Rewrite some tests with FileCHeck in X86 codegen by Michael Liao · 11 years ago
  61. 3e3456b Improve documentation. by Adrian Prantl · 11 years ago
  62. fa2eac5 Emit the TLS initialization function pointers into the correct section. by Bill Wendling · 11 years ago
  63. 59a0e79 Add getSymbolAlignment to the ObjectFile interface. by Rafael Espindola · 11 years ago
  64. d8b2da1 R600: Use correct CF_END instruction on Northern Island GPUs by Tom Stellard · 11 years ago
  65. 015f586 R600: Fix encoding of CF_END_{EG, R600} instructions by Tom Stellard · 11 years ago
  66. 8393b99 Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF. by Rafael Espindola · 11 years ago
  67. 8228ffe SimplifyCFG: If convert single conditional stores by Arnold Schwaighofer · 11 years ago
  68. 8a905e7 Disable the MCJIT tests on 32 bit darwin. by Rafael Espindola · 11 years ago
  69. 233c40b Remove unused method. by Rafael Espindola · 11 years ago
  70. 1fbeecb Update the documentation. by Rafael Espindola · 11 years ago
  71. ca0e736 Use a RelocationRef instead of a relocation_iterator. No functionality change. by Rafael Espindola · 11 years ago
  72. f2e8349 Revert "revert r179735, it has no testcases, and doesn't really make sense." by Reid Kleckner · 11 years ago
  73. d2755af Exposing MCJIT through C API by Andrew Kaylor · 11 years ago
  74. 87b5017 Propagate relocation info to resolveRelocation. by Rafael Espindola · 11 years ago
  75. efa91f6 Replace ObjRelocationInfo with relocation_iterator. by Rafael Espindola · 11 years ago
  76. f4fc9b1 Add in some conditional compilation in order to silence an unused variable warning. by Michael Gottesman · 11 years ago
  77. f11a685 [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContract instead of ObjCARCOpts. by Michael Gottesman · 11 years ago
  78. fe7ea98 Added statistics to count the number of retains/releases before/after optimization. by Michael Gottesman · 11 years ago
  79. 2088d91 Removed trailing whitespace. by Michael Gottesman · 11 years ago
  80. 210a496 Fix for r180693. = /. by Michael Gottesman · 11 years ago
  81. 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
  82. d922518 Inline variable into the #ifdef block where it's used. by Benjamin Kramer · 11 years ago
  83. 297a3ee AArch64 InstrFormats: delete blank. by Jia Liu · 11 years ago
  84. 78a9b43 Fix typo. Stupid me. by Joerg Sonnenberger · 11 years ago
  85. 7f5c6bf Regen. by Eric Christopher · 11 years ago
  86. dfa0e92 Only use cxxabi.h's demangler, if it is actually available. by Joerg Sonnenberger · 11 years ago
  87. d999062 by Ulrich Weigand · 11 years ago
  88. 4d4c54d Fix a XOR reassociation bug. by Shuxin Yang · 11 years ago
  89. 595dd5a Documentation: end option description with a period by Dmitri Gribenko · 11 years ago
  90. d573421 AArch64: convert MC-layer test to .s file by Tim Northover · 11 years ago
  91. 2c2e855 [objc-arc] Test cleanups. by Michael Gottesman · 11 years ago
  92. 3aa5394 Generalize the MachineTraceMetrics public API. by Andrew Trick · 11 years ago
  93. 29f198c Add target flags to MachineMemOperands. by Andrew Trick · 11 years ago
  94. d427132 whitespace by Andrew Trick · 11 years ago
  95. 00297ba Use the target triple from the target machine rather than the module by Eric Christopher · 11 years ago
  96. 85c16ef Move the XFAIL out of the middle of a comment. by Eric Christopher · 11 years ago
  97. 5b0ce35 Make all darwin ppc stubs local. by Rafael Espindola · 11 years ago
  98. a5b314c Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 11 years ago
  99. 13131e6 Cleanup and document MachineLocation. by Adrian Prantl · 11 years ago
  100. f1d9fe9 Micro-optimization by Bill Wendling · 11 years ago