1. 9ad6e33 lit: Incremental test scheduling by Alp Toker · 12 years ago
  2. 0c67825 [SparcV9] For codegen generated library calls that return float, set inreg flag manually in LowerCall(). by Venkatraman Govindaraju · 12 years ago
  3. 006e786 The same we do every commit, Pinky: Try to fix the windows build (after r198136). by Nico Weber · 12 years ago
  4. 9761b5a Make more of the x86 lowering helper functions static. by Craig Topper · 12 years ago
  5. 5b99189 [SparcV9]: Implement lowering of long double (fp128) arguments in Sparc64 ABI. by Venkatraman Govindaraju · 12 years ago
  6. 036c045 Switch from EVT to MVT in more of the x86 instruction lowering code. by Craig Topper · 12 years ago
  7. 3b6e25e Another windows build fix attempt after r198136. by Nico Weber · 12 years ago
  8. 6f93d65 Enable deleted functions and explicit conversions in MSVC 2013 by Alp Toker · 12 years ago
  9. ee44e95 Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checks by Alp Toker · 12 years ago
  10. a2ecd26 Try to fix windows build more after r198136. by Nico Weber · 12 years ago
  11. 6d731f0 Use `${CMAKE_COMMAND}` instead of `cmake`. by Nico Weber · 12 years ago
  12. 3ab1aa8 Try to fix windows build after r198136. by Nico Weber · 12 years ago
  13. 7f5deb1 Try to fix linux build after r198136. by Nico Weber · 12 years ago
  14. b6fe25c EXPORTED_SYMBOL_FILE support for cmake by Nico Weber · 12 years ago
  15. 621bd8d Remove windows newlines. by Nico Weber · 12 years ago
  16. 69c6fc4 CodeGen: silence a C++11 feature warning by Saleem Abdulrasool · 12 years ago
  17. b7d621a ARM IAS: handle errors more appropriately by Saleem Abdulrasool · 12 years ago
  18. 7d1a69d Uninitialized variable (in never taken path) after factoring. by Andrew Trick · 12 years ago
  19. 6c9712f New machine model for cortex-a9. Schedule for resources and latency. by Andrew Trick · 12 years ago
  20. d3f8d6e Added debugging options: -misched-only-func/block by Andrew Trick · 12 years ago
  21. 9eac3a7 The Cortex-A9 machine model is incomplete. Mark it as such. by Andrew Trick · 12 years ago
  22. 9e76e1d Add a PostMachineScheduler pass with generic implementation. by Andrew Trick · 12 years ago
  23. 8e62b29 Move the PostRA scheduler's fixupKills function for reuse. by Andrew Trick · 12 years ago
  24. c5443a9 Stub out a PostMachineScheduler pass. by Andrew Trick · 12 years ago
  25. a38b0de Factor MI-Sched in preparation for post-ra scheduling support. by Andrew Trick · 12 years ago
  26. 4fb3d63 Revert part of r198115 to see if it fixes a buildbot failure. by Craig Topper · 12 years ago
  27. 63c4368 Use getSimpleValueType in a few spots where the type should be simple. by Craig Topper · 12 years ago
  28. 93bc4bb Minor indentation fix to match other switch statements. Change llvm_unreachable text to match similar places. by Craig Topper · 12 years ago
  29. 89aeb02 Mark some Type and EVT methods as LLVM_READONLY. by Craig Topper · 12 years ago
  30. d8e67fe llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple=x86_64-unknown-unknown. by NAKAMURA Takumi · 12 years ago
  31. 6ec3395 [X86] Teach the backend how to fold target specific dag node for packed by Andrea Di Biagio · 12 years ago
  32. 14b42a1 AsmParser: cleanup diagnostics for .rep/.rept by Saleem Abdulrasool · 12 years ago
  33. b5191e9 IAS: support .rep as an alias for .rept by Saleem Abdulrasool · 12 years ago
  34. b28743f ARMAsmParser: fix typo in comment by Saleem Abdulrasool · 12 years ago
  35. 92ffb67 Disable transforms that introduce calls to exp10*() on Linux due to by Chandler Carruth · 12 years ago
  36. 3955d28 Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's by Eric Christopher · 12 years ago
  37. ba6102b Attempt to fix JIT unit tests after r198087. by Nico Weber · 12 years ago
  38. 5e7c782 Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). by Nico Weber · 12 years ago
  39. b2f47c6 Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR of by Andrea Di Biagio · 12 years ago
  40. bd75475 DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D) by David Blaikie · 12 years ago
  41. 1739b6c Use two variables here rather than reusing (and abusing) one. This is by Chandler Carruth · 12 years ago
  42. 5ff21b4 Introduce a simple line-by-line iterator type into the Support library. by Chandler Carruth · 12 years ago
  43. 52b1623 TLI: Make exp10* avaiable on Linux/Mac/iOS and unavailable elsewhere by Reid Kleckner · 12 years ago
  44. 4a5c4e1 Fix a typo. by Roman Divacky · 12 years ago
  45. c01b596 Recognize armv7a and friends as aliases for armv7-a etc. for the purpose by Joerg Sonnenberger · 12 years ago
  46. 6841860 ARM IAS: support .even directive by Saleem Abdulrasool · 12 years ago
  47. 76a1dca [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter. by Venkatraman Govindaraju · 12 years ago
  48. f3aeebf [Sparc] Add target specific MCExpr class to handle sparc specific modifiers like %hi, %lo, etc., by Venkatraman Govindaraju · 12 years ago
  49. dec96ea [Sparc] Add MCInstPrinter implementation for SPARC. by Venkatraman Govindaraju · 12 years ago
  50. ca523f4 [ASan] Fix the tests broken by r198018 to check for private linkage of ASan-generated globals. by Alexander Potapenko · 12 years ago
  51. f84792a [Mips] Does not take in account 'use-soft-float' attribute's value when by Simon Atanasyan · 12 years ago
  52. b09f505 [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/bugs/show_bug.cgi?id=17976 by Alexander Potapenko · 12 years ago
  53. c58d987 [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test. by Alexander Potapenko · 12 years ago
  54. 09a6371 AVX-512: decoder for AVX-512, made by Alexey Bader. by Elena Demikhovsky · 12 years ago
  55. 97d9733 unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> instead. by NAKAMURA Takumi · 12 years ago
  56. 7dc1936 Support for microMIPS load effective address. by Zoran Jovanovic · 12 years ago
  57. ae3597c Support for microMIPS FPU instructions 2. by Zoran Jovanovic · 12 years ago
  58. fab5704 AVX-512: Result type of scalar SETCC is MVT::i1 for AVX-512. by Elena Demikhovsky · 12 years ago
  59. 0f6ebf1 [AArch64]Fix a problem that the register order of fmls/fmla by element is incorrect. by Hao Liu · 12 years ago
  60. 64cd49e gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header. by NAKAMURA Takumi · 12 years ago
  61. 77a3598 llvm-config: Fix typo in help message introduced with r197664. by NAKAMURA Takumi · 12 years ago
  62. eeabc57 Add missing pattern matches to support ACLE intrinsics of AArch64 NEON. by Jiangning Liu · 12 years ago
  63. 76b80d1 Fix the MSVC 2010 build by Alp Toker · 12 years ago
  64. 8d54670 Remove link to unexisting llvm-prof docs by Alexey Samsonov · 12 years ago
  65. 42c9ecb llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized. by Alexey Samsonov · 12 years ago
  66. 7f7c068 Fix typo. by Richard Sandiford · 12 years ago
  67. 4c925c6 [SystemZ] Use interlocked-access 1 instructions for CodeGen by Richard Sandiford · 12 years ago
  68. f7e2432 [SystemZ] Add MC support for interlocked-access 1 instructions by Richard Sandiford · 12 years ago
  69. 097935c AVX-512: fixed some patterns for MVT::i1 by Elena Demikhovsky · 12 years ago
  70. dfe4fd9 [AArch64]Add patterns to match normal shift nodes: shl, sra and srl. by Hao Liu · 12 years ago
  71. 4905226 [AArch64 NEON] Fix a bug when lowering BUILD_VECTOR. by Kevin Qin · 12 years ago
  72. 0e8c1f5 [AArch64 NEON] Fix a pattern match failure with NEON_VDUP. by Kevin Qin · 12 years ago
  73. e97b132 LangRef documentation for the stackmap and patchpoint intrinsics. by Andrew Trick · 12 years ago
  74. 25f4d51 [AArch64] Check fmul node single use in fused multiply patterns by Ana Pazos · 12 years ago
  75. f5bfe97 [AArch64 NEON] Fixed fused multiply negate add/sub patterns by Ana Pazos · 12 years ago
  76. b8a316b Debug info: Add enumerators to the __apple_names accelerator table. by Adrian Prantl · 12 years ago
  77. c7b0b7d Add support to indvars for optimizing sadd.with.overflow. by Andrew Trick · 12 years ago
  78. 7ed2b70 Debug info: On ARM ensure that the data sections come before the by Adrian Prantl · 12 years ago
  79. 8f57233 ARM: bkpt has an implicit immediate constant 0 by Saleem Abdulrasool · 12 years ago
  80. 166acc9 Fix Scalarizer insertion point when replacing PHIs with insertelements by Richard Sandiford · 12 years ago
  81. b09beed Fix Scalarizer handling of vector GEPs with multiple index operands by Richard Sandiford · 12 years ago
  82. 26f1d1c [asan] don't unpoison redzones on function exit in use-after-return mode. by Kostya Serebryany · 12 years ago
  83. 1fe014e [asan] produce fewer stores when poisoning stack shadow by Kostya Serebryany · 12 years ago
  84. 0fe0405 [AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' and 'sext' not 'zext'. Modify the test cases. by Hao Liu · 12 years ago
  85. 7c29d748 Define LLVM_HAS_STRONG_ENUMS by Alp Toker · 12 years ago
  86. 4ef09de The count() function for STL datatypes returns unsigned, even by Yaron Keren · 12 years ago
  87. 1a7ebaa Use r2 when encoding tls on ppc32. Fixes PR18305. by Roman Divacky · 12 years ago
  88. d1469e0 Dwarf: Fix a copy-paste bug. by Benjamin Kramer · 12 years ago
  89. cd70023 AVX512: SETCC returns i1 for AVX-512 and i8 for all others by Elena Demikhovsky · 12 years ago
  90. e6a866c Add some comments. by Roman Divacky · 12 years ago
  91. 61a8a35 Ensure bitcode encoding of calling conventions stays stable. Patch by Boaz Ouriel. by Michael Kuperstein · 12 years ago
  92. 4b5724b FileCheckize r197869 by Alp Toker · 12 years ago
  93. 6854589 Relax tab check into a whitespace check to fix the test in r197869 by Alp Toker · 12 years ago
  94. cee93e9 TableGen: Generate valid identifiers for anonymous records by Alp Toker · 12 years ago
  95. efe6aa1 Fix typo in assert message: s/load/store by Mark Lacey · 12 years ago
  96. 5f2ddd6 BlockFrequencyInfo: Readded getEntryFreq. by Yuchen Wu · 12 years ago
  97. 559e456 ARM AnalyzeBranch should ignore DEBUG_VALUES while analyzing terminators. by Lang Hames · 12 years ago
  98. 93c53f4 clang-format a couple of mis-formatted functions by Timur Iskhodzhanov · 12 years ago
  99. 55b1086 Add the .secidx test I've forgotten to svn add in 197826 by Timur Iskhodzhanov · 12 years ago
  100. 8aa3ff0 [COFF] Add support for the .secidx directive by Timur Iskhodzhanov · 12 years ago