1. 016f651 Fix symbol resolution of floating point libc builtins in MCJIT by Reid Kleckner · 11 years ago
  2. 4dc6aa2 ADT: Use perfect forwarding in StringMapEntry::Create() by Duncan P. N. Exon Smith · 11 years ago
  3. fb59c03 Relax the gcov version.ll test to check '.' instead of '\*' by Reid Kleckner · 11 years ago
  4. b036e71 Silence MSVC warning on missing return after fully covered switch by Reid Kleckner · 11 years ago
  5. 6f485c0 R600/SI: Fix fmin_legacy / fmax_legacy matching for SI by Matt Arsenault · 11 years ago
  6. e094cca Use nullptr instead of NULL for variadic sentinels by Reid Kleckner · 11 years ago
  7. 7984fde Revert "[GVN] Perform Scalar PRE on gep indices that feed loads before doing Load PRE." by Chad Rosier · 11 years ago
  8. a5408b9 [x86] Add some tests for specific patterns of lane-flips combined with by Chandler Carruth · 11 years ago
  9. 83e56d6 Move calls to push_back out of readAbbreviated(Literal|Field). by Rafael Espindola · 11 years ago
  10. c12b641 Avoid usage of char16_t as MSVC "14" doesn't appear to support it by Reid Kleckner · 11 years ago
  11. de67e5c Fix nested namespace with decltype to hopefully work with MSVC by David Blaikie · 11 years ago
  12. b92db75 Make a few helper functions static. NFC. by Rafael Espindola · 11 years ago
  13. bea87da Use unique_ptr to handle ownership of TreePatterns in CodeGenDAGPatterns::PatternFragments by David Blaikie · 11 years ago
  14. 365df40 We can get the TLOF from the TargetMachine - so constructor no longer requires TargetLoweringObjectFile to be passed. by Aditya Nandakumar · 11 years ago
  15. a9cc4e7 [GVN] Perform Scalar PRE on gep indices that feed loads before doing Load PRE. by Chad Rosier · 11 years ago
  16. add7c56 [FastISel][AArch64] Don't bail during simple GEP instruction selection. by Juergen Ributzka · 11 years ago
  17. 01ab7a8 R600/SI: Use s_movk_i32 by Matt Arsenault · 11 years ago
  18. 0fed4c6 R600/SI: Fix definition for s_cselect_b32 by Matt Arsenault · 11 years ago
  19. 60c3acb R600: Fix assert on empty function by Matt Arsenault · 11 years ago
  20. fb113f6 Un-break the big-endian buildbots by Rui Ueyama · 11 years ago
  21. 8082990 R600: Error on initializer for LDS. by Matt Arsenault · 11 years ago
  22. b44e436 R600/SI: Get rid of FCLAMP_SI pseudo by Matt Arsenault · 11 years ago
  23. 4141e00 Object, Mach-O: Refactor and clean code up by David Majnemer · 11 years ago
  24. 89a5f54 Use -Wcast-qual in cmake builds, not only autoconfo ones. by Roman Divacky · 11 years ago
  25. e59f9f4 R600/SI: Allow commuting with src2_modifiers by Matt Arsenault · 11 years ago
  26. 1aae959 R600/SI: Allow commuting some 3 op instructions by Matt Arsenault · 11 years ago
  27. ab9c404 Return word_t from read. by Rafael Espindola · 11 years ago
  28. 8bca5de ARM: allow constpool entry to be moved to the user's block in all cases. by Tim Northover · 11 years ago
  29. 064da63 ARM: avoid duplicating branches during constant islands. by Tim Northover · 11 years ago
  30. 5bd311b ARM: add @llvm.arm.space intrinsic for testing ConstantIslands. by Tim Northover · 11 years ago
  31. bb11e56 Fix the other build system. by Rafael Espindola · 11 years ago
  32. 961f1bb Fix a regression on the disassembling C API. by Rafael Espindola · 11 years ago
  33. 511fa66 [Hexagon] NFC Renaming reserved identifier. by Colin LeMahieu · 11 years ago
  34. ddf4026 [Reassociate] Update comment. NFC. by Chad Rosier · 11 years ago
  35. 9731c7a Simplify code a bit. NFC. by Rafael Espindola · 11 years ago
  36. a9fbbb4 Small optimization: once the size is know, we don't have to call fillCurWord. by Rafael Espindola · 11 years ago
  37. dbe68ad Fixing -Wtype-limits warnings with the asserts (the expression would always evaluate to true). Also fixing a -Wcast-qual warning, where the cast expression isn't required. by Aaron Ballman · 11 years ago
  38. 5f34bd9 Fixing some sign comparison warnings from MSVC; NFC. by Aaron Ballman · 11 years ago
  39. b89064f IR: Create the Metadata class by Duncan P. N. Exon Smith · 11 years ago
  40. 18e1185 AVX-512: SINT_TO_FP cost model and some bugfixes by Elena Demikhovsky · 11 years ago
  41. a98fcec Object, COFF: Refactor code to get relocation iterators by David Majnemer · 11 years ago
  42. 6fef94e OCAMLFLAGS can contain =, don't use = with sed by Hal Finkel · 11 years ago
  43. 847729d This patch changes the ownership of TLOF from TargetLoweringBase to TargetMachine so that different subtargets could share the TLOF effectively by Aditya Nandakumar · 11 years ago
  44. db1e513 Revert r219432 - "Revert "[BasicAA] Revert "Revert r218714 - Make better use of zext and sign information.""" by Hal Finkel · 11 years ago
  45. b6ddb3c Object, COFF: Increase code reuse by David Majnemer · 11 years ago
  46. aff22c9 llvm-readobj: relocAddressLess could potentially lie by David Majnemer · 11 years ago
  47. f6a1958 llvm-readobj, COFF: Remove an unused variable by David Majnemer · 11 years ago
  48. 344411b Object, COFF: getRelocationSymbol shouldn't assert by David Majnemer · 11 years ago
  49. f7046b7 Object, COFF: Cleanup some code in getSectionName by David Majnemer · 11 years ago
  50. 465237b Object, COFF: Fix some theoretical bugs by David Majnemer · 11 years ago
  51. 7daa543 Object, COFF: Clean up formatting in hasExtendedRelocations by David Majnemer · 11 years ago
  52. 509156a Read 64 bits at a time in the bitcode reader. by Rafael Espindola · 11 years ago
  53. 551319d Update \param(s) in MemoryObject::readBytes(). [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  54. 4ea3097 [x86] Teach the vector shuffle lowering to make a more nuanced decision by Chandler Carruth · 11 years ago
  55. 08f70b5 llvm-readobj: Print out address table when dumping COFF delay-import table by Rui Ueyama · 11 years ago
  56. 7880ed5 Add an assert and a test that verify r221709's fix. by Frederic Riss · 11 years ago
  57. 927a5f4 [x86] Don't form overly fragmented blends when splitting and by Chandler Carruth · 11 years ago
  58. e8a8dea [CodeGenPrepare] Handle zero extensions in the TypePromotionHelper. by Quentin Colombet · 11 years ago
  59. 7ccd2f5 CMake: stop setting (well, #undef'ing) HOST_LINK_VERSION; it's used in Clang, not LLVM by Hans Wennborg · 11 years ago
  60. 9bb95dd [FastISel][AArch64] Optimize select when one of the operands is a 'true' or 'false' value. by Juergen Ributzka · 11 years ago
  61. b80d6be [FastISel][AArch64] Fold the cmp into the select when possible. by Juergen Ributzka · 11 years ago
  62. 8d6824e [FastISel][AArch64] Extend 'select' lowering to support also i1 to i16. by Juergen Ributzka · 11 years ago
  63. 4848765 Drop a few unneeded ctor calls (missed code review comment). by Paul Robinson · 11 years ago
  64. 8839439 Revert "[dwarfdump] Add support for dumping accelerator tables." by Frederic Riss · 11 years ago
  65. 038e204 Improve long path name support on Windows. by Paul Robinson · 11 years ago
  66. 2217648 [Bitcode] AtEndOfStream should only check against the size if it's known. by Jordan Rose · 11 years ago
  67. de87c91 Teach ScalarEvolution to sharpen range information. by Sanjoy Das · 11 years ago
  68. 72c32c6 Fix emission of Dwarf accelerator table when there are multiple CUs. by Frederic Riss · 11 years ago
  69. 931e22f [dwarfdump] Add support for dumping accelerator tables. by Frederic Riss · 11 years ago
  70. 0275be3 Allow DWARFFormValue::extractValue to be called with a null CU. by Frederic Riss · 11 years ago
  71. f1faaf2 Remove unsused variables. by Frederic Riss · 11 years ago
  72. cd2f8c9 [CodeGenPrepare] Replace other uses of EVT::getEVT with TL::getValueType. by Ahmed Bougacha · 11 years ago
  73. b990a25 [CodeGenPrepare][AArch64] Fix a TLI legality check on iPTR to use a lowered instead. by Ahmed Bougacha · 11 years ago
  74. dab91bc Expose the number of Newton-Raphson iterations applied to the hardware's reciprocal estimate as a parameter (x86). by Sanjay Patel · 11 years ago
  75. f9e1e56 Add fortified (__*_chk) library functions to TLI (NFC) by Ahmed Bougacha · 11 years ago
  76. fc0d323 Temporary fix for PR21528 - use mangled C++ function names in COFF debug info to un-break ASan on Windows by Timur Iskhodzhanov · 11 years ago
  77. 629ba0a [COFF] Make it clearer that the symbols subsection holds function display name rather than just name by Timur Iskhodzhanov · 11 years ago
  78. be30336 [AVX512] Add integer shift by immediate intrinsics. by Cameron McInally · 11 years ago
  79. 027b4c7 Changing a StringRef::begin() call into StringRef::data(); NFC. by Aaron Ballman · 11 years ago
  80. ea3c211 Use the return of readBytes to find out if we are at the end of the stream. by Rafael Espindola · 11 years ago
  81. bc8114f CGSCC should not treat intrinsic calls like function calls (PR21403) by Sanjay Patel · 11 years ago
  82. dc9e73b Fix broken doxygen annotations, NFC by Jingyue Wu · 11 years ago
  83. 83c8e73 Disable indvar widening if arithmetics on the wider type are more expensive by Jingyue Wu · 11 years ago
  84. 04a3fdf remove function names from comments; NFC by Sanjay Patel · 11 years ago
  85. d0ab582 Return the number of read bytes in MemoryObject::readBytes. by Rafael Espindola · 11 years ago
  86. 86a3cdf Revert part of the PIC tests (TLS part) by Justin Hibbits · 11 years ago
  87. 5a3eb1d Fix thet tests. by Justin Hibbits · 11 years ago
  88. fcd08c2 Add support for small-model PIC for PowerPC. by Justin Hibbits · 11 years ago
  89. 8c2a552 Reduce code duplication a bit. NFC. by Rafael Espindola · 11 years ago
  90. e4e7ad3 Fix the test. by Rafael Espindola · 11 years ago
  91. 1caf520 Fixing more -Wcast-qual warnings; NFC. by Aaron Ballman · 11 years ago
  92. ba7dc29 Fixing a -Wcast-qual warning; NFC. by Aaron Ballman · 11 years ago
  93. cb5fadf [mips][micromips] Add predicate 'InMicroMips' at CodeGen patterns for microMIPS instructions by Zoran Jovanovic · 11 years ago
  94. 556578e [x86] Start improving the matching of unpck instructions based on test by Chandler Carruth · 11 years ago
  95. 3baea18 [x86] Clean up a bunch of vector shuffle tests with my script. Notably, by Chandler Carruth · 11 years ago
  96. 23fc2a3 MCDisassembler::getInstruction():: Prune also "\param Region", since it was removed in r221751. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  97. 5f9c438 AVX-512: Intrinsics for ERI by Elena Demikhovsky · 11 years ago
  98. ee709fe Reverts r221772 which fails tests by Jingyue Wu · 11 years ago
  99. 69adc15 Disable indvar widening if arithmetics on the wider type are more expensive by Jingyue Wu · 11 years ago
  100. a43247c Delete dead code. NFC. by Rafael Espindola · 11 years ago