1. bc134cb Update the LTO GoldPlugin documentation by Alp Toker · 12 years ago
  2. e5c7512 Remove leftovers from a non-MC asm printer. by Rafael Espindola · 12 years ago
  3. 0619f0b Remove #if 0 declarations. by Rafael Espindola · 12 years ago
  4. 79a1166 Remove dead code. by Rafael Espindola · 12 years ago
  5. 4a68554 Change the default of AsmWriterClassName and isMCAsmWriter. by Rafael Espindola · 12 years ago
  6. 5c2a1a3 Rename test with misspelt filename by Alp Toker · 12 years ago
  7. a9f2160 Remove dead declarations. by Rafael Espindola · 12 years ago
  8. ae289dd Refactor for clarity and efficiency. by Rafael Espindola · 12 years ago
  9. ba7cb02 Also test the created stubs on 32 bits. by Rafael Espindola · 12 years ago
  10. 1561e83 Add -mcpu to stackmap.ll by Andrew Trick · 12 years ago
  11. e54f6dc ARM: fix bug in -Oz stack adjustment folding by Tim Northover · 12 years ago
  12. e113981 Revamp error checking in the ms inline asm parser. by Benjamin Kramer · 12 years ago
  13. 75ba258 Ensure bitcode encoding of linkage types stays stable. Patch by Boaz Ouriel by Michael Kuperstein · 12 years ago
  14. 47cc074 Use accessor methods instead. by Bill Wendling · 12 years ago
  15. 6e59964 Use 'unsigned char' to get this past gcc error message: by Bill Wendling · 12 years ago
  16. 15c773b Add a scheduling model (with itinerary) for the PPC POWER7 by Hal Finkel · 12 years ago
  17. bc0bdb2 Split some PPC itinerary classes by Hal Finkel · 12 years ago
  18. 6e1de2e Convert a PPC test from grep to FileCheck by Hal Finkel · 12 years ago
  19. 7373abd Desensitize a couple of PPC regression tests by Hal Finkel · 12 years ago
  20. 36e5511 Update the cpu specified on some PPC regression tests by Hal Finkel · 12 years ago
  21. 082ac1f Test case for issue with microMIPS long branch. by Zoran Jovanovic · 12 years ago
  22. 304964c Fixed issue with microMIPS long branch. by Zoran Jovanovic · 12 years ago
  23. 6fdef5e [mips][msa] MSA loads and stores have a 10-bit offset. Account for this when lowering FrameIndex. by Daniel Sanders · 12 years ago
  24. c7ff23a [mips][msa] A small refactor to reduce patch noise in my next commit by Daniel Sanders · 12 years ago
  25. 1baf0c0 Force CPU type to unbreak unit tests on Haswell machines. by Juergen Ributzka · 12 years ago
  26. 4dc7377 Reverse the order of eviction checks for possible compile time savings. No functionality. by Andrew Trick · 12 years ago
  27. dcb0422 Part 1 of 3 patches that completes very long conditional branches by Reed Kotler · 12 years ago
  28. eb47ca4 Revert revision 195965. by Zoran Jovanovic · 12 years ago
  29. bc5c8ee mips: XFAIL llvm-cov test by Petar Jovanovic · 12 years ago
  30. ee7f913 Fixed issue with microMIPS long branch. by Zoran Jovanovic · 12 years ago
  31. eb5a560 Adjust PPC A2 input operand latencies by Hal Finkel · 12 years ago
  32. d7d0669 Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have range by Lang Hames · 12 years ago
  33. 4dd359f Create a PPC440 SchedMachineModel by Hal Finkel · 12 years ago
  34. 6e33f48 Fixup PPC440 load/store operand latencies by Hal Finkel · 12 years ago
  35. b5ff1bb Adjust PPC440 operand latencies by Hal Finkel · 12 years ago
  36. f13a4e6 Don't model the fetch and decode units for the PPC440 by Hal Finkel · 12 years ago
  37. 3d9cfe7 Remove unused variable from r195944. by Lang Hames · 12 years ago
  38. 1cbca51 Refactor a lot of patchpoint/stackmap related code to simplify and make it by Lang Hames · 12 years ago
  39. 7fd70e7 AArch64: The pattern match should check the range of the immediate value. by Hao Liu · 12 years ago
  40. d468546 Add missing test case for bsl_f64 support of AArch64 NEON. by Jiangning Liu · 12 years ago
  41. 3733a6b Add missing pattern for supporting intrinsic function vbsl_f64 with by Jiangning Liu · 12 years ago
  42. 9224192 [AArch64 NEON]Fix a assertion failure when disassemble SHLL instruction. by Kevin Qin · 12 years ago
  43. e9f8ce8 Rein in overzealous InstCombine of fptrunc(OP(fpextend, fpextend)). by Stephen Canon · 12 years ago
  44. 88ccad0 Refactor to remove a bit of duplication. No functionality change. by Rafael Espindola · 12 years ago
  45. 4e7a22f Silence sign-compare warning and reduce nesting. by Benjamin Kramer · 12 years ago
  46. e195f6c Remove an always true parameter. by Rafael Espindola · 12 years ago
  47. ef70d2a [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too. by NAKAMURA Takumi · 12 years ago
  48. bfc7e87 [CMake] Also OptionTests can be free from add_dependencies() with add_public_tablegen_target(). by NAKAMURA Takumi · 12 years ago
  49. ad36318 [CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen. by NAKAMURA Takumi · 12 years ago
  50. 4ca0ef7 The global prefix is always one char. Don't use a string for it. by Rafael Espindola · 12 years ago
  51. 98bb341 [CMake] Prune include_directories() in llvm/lib/Target, take #2. by NAKAMURA Takumi · 12 years ago
  52. 2513d8b [mips] Revert test commit r195922. by Daniel Sanders · 12 years ago
  53. dd5920c [mips] A test commit to test my Herald and Audit workflow by Daniel Sanders · 12 years ago
  54. 9ec9b84 [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() sets them. by NAKAMURA Takumi · 12 years ago
  55. dd290fe Add newline at eof. by NAKAMURA Takumi · 12 years ago
  56. f84c481 As myself as code-owner of the MIPS backend (lib/Target/Mips/*) by Daniel Sanders · 12 years ago
  57. e863102 [OCaml] Add a slash accidentally omitted from Makefile by Peter Zotov · 12 years ago
  58. 60f6083 Use the mangler consistently instead of using getGlobalPrefix directly. by Rafael Espindola · 12 years ago
  59. 680cd7b Don't share functional units among the PPC itineraries by Hal Finkel · 12 years ago
  60. 91e710c Remove the variable only used by assert to avoid the build failure by Jiangning Liu · 12 years ago
  61. cdd732c AArch64: Fix a bug about disassembling post-index load single element to 4 vectors by Hao Liu · 12 years ago
  62. 18a777a Check in conditional branches for constant islands. Still need to finish by Reed Kotler · 12 years ago
  63. 92b8543 [mips] Redefine TAILCALL as a pseudo instruction. by Akira Hatanaka · 12 years ago
  64. ecd3f0b DebugInfo: Do not include variables only referenced by templates in aranges. by David Blaikie · 12 years ago
  65. b415592 Add MipsOptimizePICCall.cpp to CMakeLists.txt. by Akira Hatanaka · 12 years ago
  66. bd44867 [mips] Implement the following optimizations using dominance information to by Akira Hatanaka · 12 years ago
  67. d993381 Add IIC_ prefix to PPC instruction-class names by Hal Finkel · 12 years ago
  68. fe7d0c3 Don't set GlobalPrefix to the default value. by Rafael Espindola · 12 years ago
  69. 98fef8e The R600 has its own asm printer which doesn't use GlobalPrefix. Drop it. by Rafael Espindola · 12 years ago
  70. 8a6b7df R600: Expand vector FABS by Tom Stellard · 12 years ago
  71. aa6ec15 R600/SI: Implement spilling of SGPRs v5 by Tom Stellard · 12 years ago
  72. 0cbf943 R600/SI: Use SGPR_32 register class for 32-bit SMRD outputs by Tom Stellard · 12 years ago
  73. 496dbfe R600: Add support for ISD::FROUND by Tom Stellard · 12 years ago
  74. 60ffb59 Show stackmap entry encodings in stackmap debug logs. This makes it easier to by Lang Hames · 12 years ago
  75. 839b055 Use FileCheck and expand the test a bit. by Rafael Espindola · 12 years ago
  76. 825dfc8 Remove dead code. by Rafael Espindola · 12 years ago
  77. 4635dbb Convert two if sequences to switches. by Rafael Espindola · 12 years ago
  78. b7e71e3 Use a switch. by Rafael Espindola · 12 years ago
  79. 0de6255 Use the same tls section name as msvc. by Rafael Espindola · 12 years ago
  80. ed3eb50 Remove more dead code now that this is only used for inline asm. by Rafael Espindola · 12 years ago
  81. 35df2e8 Fix the AArch64 NEON bug exposed by checking constant integer argument range of ACLE intrinsics. by Jiangning Liu · 12 years ago
  82. 4e05282 [OCaml] Embed rpath into stub libraries and native executables by Peter Zotov · 12 years ago
  83. 3b818b4 Convert more methods in static helpers. by Rafael Espindola · 12 years ago
  84. 81e995d Convert these methods into static functions. by Rafael Espindola · 12 years ago
  85. ef8a810 Cleanup and test X86AsmPrinter::printPCRelImm. by Rafael Espindola · 12 years ago
  86. e50e160 [docs] Mention gotcha regarding implicit BB numbering by Sean Silva · 12 years ago
  87. aba036d Fix comment in PPCA2Model by Hal Finkel · 12 years ago
  88. a3e6194 Remove dead argument. by Rafael Espindola · 12 years ago
  89. 9fef037 [AArch64] Add support for NEON scalar floating-point absolute difference. by Chad Rosier · 12 years ago
  90. df13080 [PM] Remove the underspecified 'getRoot' method from CallGraph. It's by Chandler Carruth · 12 years ago
  91. 823c9c7 Use simple section names for COMDAT sections on COFF. by Rafael Espindola · 12 years ago
  92. 72d1f9d [PM] [cleanup] Replace a reserved identifier "_Self" with the injected by Chandler Carruth · 12 years ago
  93. 7e8ff83 PR1860 - We can't save a list of ExtractElement instructions to CSE because some of these instructions by Nadav Rotem · 12 years ago
  94. 3fd6a64 80-column fixups. by Eric Christopher · 12 years ago
  95. 48f115a [AArch64] Add support for NEON scalar floating-point to integer convert by Chad Rosier · 12 years ago
  96. b40f14e LoopVectorizer: Truncate i64 trip counts of i32 phis if necessary by Arnold Schwaighofer · 12 years ago
  97. 2bd48f0 [PM] [cleanup] Run clang-format over this file. If fixes many by Chandler Carruth · 12 years ago
  98. aba7b68 [PM] [cleanup] Update doxygen comments to use the new style, add some by Chandler Carruth · 12 years ago
  99. 46f8992 [OCaml] Embed the flags necessary for linking with libLLVM.so into .cmxa files by Peter Zotov · 12 years ago
  100. c0dfa22e19 Fix a bug related to constant islands for Mips16 and mips16/32 dual mode. by Reed Kotler · 12 years ago