1. 94d1e67 Port r198087 and r198089 (strip dead code by default) from make to cmake. by Nico Weber · 12 years ago
  2. 0661cbe Temporarily revert "Use a pointer to keep track of the skeleton unit for by Eric Christopher · 12 years ago
  3. 1dd211d Use a pointer to keep track of the skeleton unit for each normal unit by Eric Christopher · 12 years ago
  4. 90128be For AArch64 Neon, simplify scalar dup by lane0 for fp. by Jiangning Liu · 12 years ago
  5. afcdbf7 [AArch64]Add code to spill/fill Q register tuples such as QPair/QTriple/QQuad. by Hao Liu · 12 years ago
  6. 43ffcc5 [AArch64]Can't select shift left 0 of type v1i64 by Hao Liu · 12 years ago
  7. 3f8f3c9 Fix a bug in DAGcombiner about zero-extend after setcc. by Kevin Qin · 12 years ago
  8. 3796015 [AArch64]Fix the problem that can't select mul of v1i64/v2i64 types. by Hao Liu · 12 years ago
  9. 14eb675 Un-XFAILify some tests which are now passing. by Bill Wendling · 12 years ago
  10. 15deec7 Set LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corresponding Makefiles do so. by Nico Weber · 12 years ago
  11. 098bcf7 [cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X. by Nico Weber · 12 years ago
  12. ee6d3cd ARM IAS: fix after r198172 by Saleem Abdulrasool · 12 years ago
  13. dd28367 ARM: provide VFP aliases for pre-V6 mnemonics by Saleem Abdulrasool · 12 years ago
  14. a4f62f8 ARM: fix a few typos in comments by Saleem Abdulrasool · 12 years ago
  15. cb15d52 ARM: fix typo in VFP instruction definition by Saleem Abdulrasool · 12 years ago
  16. 9339519 Fix mis-merging in AddLLVM.cmake, take #2. LINK.EXE's options had been broken. Sorry again. by NAKAMURA Takumi · 12 years ago
  17. e44676d Fix mis-merging in AddLLVM.cmake. Sorry. by NAKAMURA Takumi · 12 years ago
  18. ee8b3c3 [CMake] Fix add_llvm_loadble_module. by NAKAMURA Takumi · 12 years ago
  19. a1d32cc [CMake] add_llvm_symbol_exports: Use unique name for each target. by NAKAMURA Takumi · 12 years ago
  20. d9c7484 [CMake] add_llvm_symbol_exports: Use ${native_export_file} instead of equivalent constant "symbol.*', since it is defined. by NAKAMURA Takumi · 12 years ago
  21. 0809dc5 Fix indentation alignment of a declaration in MipsMCCodeEmitter.cpp by Mark Seaborn · 12 years ago
  22. c956500 Store the global variable that's created so that it's reclaimed afterwards. by Bill Wendling · 12 years ago
  23. 827176c Yet another attempt at getting cmake-clang-i686-mingw32 green. by Nico Weber · 12 years ago
  24. 748618b Make LLVM_MSC_PREREQ() compatible with all MSVC versions by Alp Toker · 12 years ago
  25. a71d72a [SparcV9] Use separate instruction patterns for 64 bit arithmetic instructions instead of reusing 32 bit instruction patterns. by Venkatraman Govindaraju · 12 years ago
  26. bfefc8d Windows build fixes, hopefully last part. by Nico Weber · 12 years ago
  27. 9c7316f Python compatibility fix for r198150 by Alp Toker · 12 years ago
  28. d51aa99 Fix parens fail in r198142 by Alp Toker · 12 years ago
  29. 531c479 Another windows build fix attempt. by Nico Weber · 12 years ago
  30. aa29cf4 Prospective Python 3 fix for r198150 by Alp Toker · 12 years ago
  31. 343bda6 More windows build fix attempts. by Nico Weber · 12 years ago
  32. 9ad6e33 lit: Incremental test scheduling by Alp Toker · 12 years ago
  33. 0c67825 [SparcV9] For codegen generated library calls that return float, set inreg flag manually in LowerCall(). by Venkatraman Govindaraju · 12 years ago
  34. 006e786 The same we do every commit, Pinky: Try to fix the windows build (after r198136). by Nico Weber · 12 years ago
  35. 9761b5a Make more of the x86 lowering helper functions static. by Craig Topper · 12 years ago
  36. 5b99189 [SparcV9]: Implement lowering of long double (fp128) arguments in Sparc64 ABI. by Venkatraman Govindaraju · 12 years ago
  37. 036c045 Switch from EVT to MVT in more of the x86 instruction lowering code. by Craig Topper · 12 years ago
  38. 3b6e25e Another windows build fix attempt after r198136. by Nico Weber · 12 years ago
  39. 6f93d65 Enable deleted functions and explicit conversions in MSVC 2013 by Alp Toker · 12 years ago
  40. ee44e95 Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checks by Alp Toker · 12 years ago
  41. a2ecd26 Try to fix windows build more after r198136. by Nico Weber · 12 years ago
  42. 6d731f0 Use `${CMAKE_COMMAND}` instead of `cmake`. by Nico Weber · 12 years ago
  43. 3ab1aa8 Try to fix windows build after r198136. by Nico Weber · 12 years ago
  44. 7f5deb1 Try to fix linux build after r198136. by Nico Weber · 12 years ago
  45. b6fe25c EXPORTED_SYMBOL_FILE support for cmake by Nico Weber · 12 years ago
  46. 621bd8d Remove windows newlines. by Nico Weber · 12 years ago
  47. 69c6fc4 CodeGen: silence a C++11 feature warning by Saleem Abdulrasool · 12 years ago
  48. b7d621a ARM IAS: handle errors more appropriately by Saleem Abdulrasool · 12 years ago
  49. 7d1a69d Uninitialized variable (in never taken path) after factoring. by Andrew Trick · 12 years ago
  50. 6c9712f New machine model for cortex-a9. Schedule for resources and latency. by Andrew Trick · 12 years ago
  51. d3f8d6e Added debugging options: -misched-only-func/block by Andrew Trick · 12 years ago
  52. 9eac3a7 The Cortex-A9 machine model is incomplete. Mark it as such. by Andrew Trick · 12 years ago
  53. 9e76e1d Add a PostMachineScheduler pass with generic implementation. by Andrew Trick · 12 years ago
  54. 8e62b29 Move the PostRA scheduler's fixupKills function for reuse. by Andrew Trick · 12 years ago
  55. c5443a9 Stub out a PostMachineScheduler pass. by Andrew Trick · 12 years ago
  56. a38b0de Factor MI-Sched in preparation for post-ra scheduling support. by Andrew Trick · 12 years ago
  57. 4fb3d63 Revert part of r198115 to see if it fixes a buildbot failure. by Craig Topper · 12 years ago
  58. 63c4368 Use getSimpleValueType in a few spots where the type should be simple. by Craig Topper · 12 years ago
  59. 93bc4bb Minor indentation fix to match other switch statements. Change llvm_unreachable text to match similar places. by Craig Topper · 12 years ago
  60. 89aeb02 Mark some Type and EVT methods as LLVM_READONLY. by Craig Topper · 12 years ago
  61. d8e67fe llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple=x86_64-unknown-unknown. by NAKAMURA Takumi · 12 years ago
  62. 6ec3395 [X86] Teach the backend how to fold target specific dag node for packed by Andrea Di Biagio · 12 years ago
  63. 14b42a1 AsmParser: cleanup diagnostics for .rep/.rept by Saleem Abdulrasool · 12 years ago
  64. b5191e9 IAS: support .rep as an alias for .rept by Saleem Abdulrasool · 12 years ago
  65. b28743f ARMAsmParser: fix typo in comment by Saleem Abdulrasool · 12 years ago
  66. 92ffb67 Disable transforms that introduce calls to exp10*() on Linux due to by Chandler Carruth · 12 years ago
  67. 3955d28 Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's by Eric Christopher · 12 years ago
  68. ba6102b Attempt to fix JIT unit tests after r198087. by Nico Weber · 12 years ago
  69. 5e7c782 Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). by Nico Weber · 12 years ago
  70. b2f47c6 Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR of by Andrea Di Biagio · 12 years ago
  71. bd75475 DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D) by David Blaikie · 12 years ago
  72. 1739b6c Use two variables here rather than reusing (and abusing) one. This is by Chandler Carruth · 12 years ago
  73. 5ff21b4 Introduce a simple line-by-line iterator type into the Support library. by Chandler Carruth · 12 years ago
  74. 52b1623 TLI: Make exp10* avaiable on Linux/Mac/iOS and unavailable elsewhere by Reid Kleckner · 12 years ago
  75. 4a5c4e1 Fix a typo. by Roman Divacky · 12 years ago
  76. c01b596 Recognize armv7a and friends as aliases for armv7-a etc. for the purpose by Joerg Sonnenberger · 12 years ago
  77. 6841860 ARM IAS: support .even directive by Saleem Abdulrasool · 12 years ago
  78. 76a1dca [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter. by Venkatraman Govindaraju · 12 years ago
  79. f3aeebf [Sparc] Add target specific MCExpr class to handle sparc specific modifiers like %hi, %lo, etc., by Venkatraman Govindaraju · 12 years ago
  80. dec96ea [Sparc] Add MCInstPrinter implementation for SPARC. by Venkatraman Govindaraju · 12 years ago
  81. ca523f4 [ASan] Fix the tests broken by r198018 to check for private linkage of ASan-generated globals. by Alexander Potapenko · 12 years ago
  82. f84792a [Mips] Does not take in account 'use-soft-float' attribute's value when by Simon Atanasyan · 12 years ago
  83. 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
  84. 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
  85. 09a6371 AVX-512: decoder for AVX-512, made by Alexey Bader. by Elena Demikhovsky · 12 years ago
  86. 97d9733 unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> instead. by NAKAMURA Takumi · 12 years ago
  87. 7dc1936 Support for microMIPS load effective address. by Zoran Jovanovic · 12 years ago
  88. ae3597c Support for microMIPS FPU instructions 2. by Zoran Jovanovic · 12 years ago
  89. fab5704 AVX-512: Result type of scalar SETCC is MVT::i1 for AVX-512. by Elena Demikhovsky · 12 years ago
  90. 0f6ebf1 [AArch64]Fix a problem that the register order of fmls/fmla by element is incorrect. by Hao Liu · 12 years ago
  91. 64cd49e gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header. by NAKAMURA Takumi · 12 years ago
  92. 77a3598 llvm-config: Fix typo in help message introduced with r197664. by NAKAMURA Takumi · 12 years ago
  93. eeabc57 Add missing pattern matches to support ACLE intrinsics of AArch64 NEON. by Jiangning Liu · 12 years ago
  94. 76b80d1 Fix the MSVC 2010 build by Alp Toker · 12 years ago
  95. 8d54670 Remove link to unexisting llvm-prof docs by Alexey Samsonov · 12 years ago
  96. 42c9ecb llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized. by Alexey Samsonov · 12 years ago
  97. 7f7c068 Fix typo. by Richard Sandiford · 12 years ago
  98. 4c925c6 [SystemZ] Use interlocked-access 1 instructions for CodeGen by Richard Sandiford · 12 years ago
  99. f7e2432 [SystemZ] Add MC support for interlocked-access 1 instructions by Richard Sandiford · 12 years ago
  100. 097935c AVX-512: fixed some patterns for MVT::i1 by Elena Demikhovsky · 12 years ago