1. 5f28b1f Add a release not about llvm-ar. by Rafael Espindola · 12 years ago
  2. 611910c Remove oddly named libraries with "make uninstall-local" by Tim Northover · 12 years ago
  3. e664290 Store compile unit corresponding to each chain of inlined debug info entries. No functionality change. by Alexey Samsonov · 12 years ago
  4. 7398c77 LLVM Interpreter: fixed bug 16694 by Elena Demikhovsky · 12 years ago
  5. 749d35c Add LLVM-style RTTI to DIContext/DWARFContext classes by Alexey Samsonov · 12 years ago
  6. d113448 Refactor isInTailCallPosition handling by Tim Northover · 12 years ago
  7. 900cbf5 Unbreak Debug build on Windows by Serge Pavlov · 12 years ago
  8. 5923547 Simplify vector lane handling math a bit. No functional change intended. by Craig Topper · 12 years ago
  9. 57bc5a0 Simplify math a little bit. by Craig Topper · 12 years ago
  10. 8e1d646 Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for each corresponding CodeGen. by NAKAMURA Takumi · 12 years ago
  11. aa0f420 Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types. by Craig Topper · 12 years ago
  12. 2e36335 AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here. by NAKAMURA Takumi · 12 years ago
  13. 27770f4 Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows dependencies. by NAKAMURA Takumi · 12 years ago
  14. 741373f Put an llvm_unreachable at the end of getSplatIndex as its loop should never find all undef elements. by Craig Topper · 12 years ago
  15. 6e95b4c Check against >= 0 instead of != -1 in getSplatIndex because it generally compiles to better code and is equivalent for shuffle indices. by Craig Topper · 12 years ago
  16. 2c136f8 Remove trailing whitespace and fix an 80-column violation. No functional change. by Craig Topper · 12 years ago
  17. 20b46b0 Simplify code slightly. No functional change. by Craig Topper · 12 years ago
  18. 01d7203 Factor FlattenCFG out from SimplifyCFG by Tom Stellard · 12 years ago
  19. 99c22aa Allow 4 as a valid debug info version. by Eric Christopher · 12 years ago
  20. 4f4a190 Add some comment to LTOCodeGenerator class by Shuxin Yang · 12 years ago
  21. 00d7baa Fix missing -*- C++ -*-s by Matt Arsenault · 12 years ago
  22. ac838d1 FileCheckize some of the testcases. by Bill Wendling · 12 years ago
  23. 51b6fb4 Fix grammar. by Bill Wendling · 12 years ago
  24. c1ad37e R600/SI: Add missing test for r187749 by Tom Stellard · 12 years ago
  25. 4c5be13 Recommit previous cleanup with a fix for c++98 ambiguity. by Eric Christopher · 12 years ago
  26. 2b272a1 R600: Implement TargetLowering::getVectorIdxTy() by Tom Stellard · 12 years ago
  27. 425b76c TargetLowering: Add getVectorIdxTy() function v2 by Tom Stellard · 12 years ago
  28. de5cb6b Revert "Use existing builtin hashing functions to make this routine more" by Eric Christopher · 12 years ago
  29. c222f67 Use existing builtin hashing functions to make this routine more simple. by Eric Christopher · 12 years ago
  30. b30347e Change parent hashing algorithm to be non-recursive and elaborate by Eric Christopher · 12 years ago
  31. 5a32805 [bugpoint] Allow the user to specify the path to opt on the commandline. by Michael Gottesman · 12 years ago
  32. acf4cf7 Introduce an optimisation for special case lists with large numbers of literal entries. by Peter Collingbourne · 12 years ago
  33. aa80e61 Introduce Regex::isLiteralERE function. by Peter Collingbourne · 12 years ago
  34. 2a37c7e Silencing an MSVC11 type conversion warning. by Aaron Ballman · 12 years ago
  35. 48d7d1d 80-cols by Alexey Samsonov · 12 years ago
  36. cf21d15 LLVM Interpreter: This patch implements vector support for cast operations (zext, sext, uitofp, sitofp, trunc, fpext, fptosi, fptrunc, bitcast) and shift operations (shl, ashr, lshr) for integer and floating point data types. by Elena Demikhovsky · 12 years ago
  37. 9379557 [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences by Richard Sandiford · 12 years ago
  38. f8e16c6 Don't leak passes if added outside of the area determined by Started/Stopped flags. by Benjamin Kramer · 12 years ago
  39. ccdf5cc [SystemZ] Add definitions for BRCT and BRCTG by Richard Sandiford · 12 years ago
  40. 9b05c70 [SystemZ] Use LOAD AND TEST to eliminate comparisons against zero by Richard Sandiford · 12 years ago
  41. 0e4044c [SystemZ] Add LOAD AND TEST instructions by Richard Sandiford · 12 years ago
  42. 66fbb47 [SystemZ] Split out comparison elimination into a separate pass by Richard Sandiford · 12 years ago
  43. 13e6e91 AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types. by Elena Demikhovsky · 12 years ago
  44. f18d7f8 Update the release notes about the status of the vectorizers. by Nadav Rotem · 12 years ago
  45. 055028f Update the docs. by Nadav Rotem · 12 years ago
  46. 25278aa Add the saving of S2. This is needed for some of the floating point by Reed Kotler · 12 years ago
  47. 9c6d857 Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin. by Bob Wilson · 12 years ago
  48. 0cffe07 Build with the $RDYNAMIC flag on Darwin as well as other platforms. by Bob Wilson · 12 years ago
  49. 75311b7 X86: Turn fp selects into mask operations. by Benjamin Kramer · 12 years ago
  50. f3e3417 AVX-512 set: added VEXTRACTPS instruction by Elena Demikhovsky · 12 years ago
  51. b04578c X86: specify CPU on new test to fix atom buildbot by Tim Northover · 12 years ago
  52. a54b662 X86: correct tail return address calculation by Tim Northover · 12 years ago
  53. a2b0c33 AsmParser: Store MacroLikeBodies on the side so they don't get leaked. by Benjamin Kramer · 12 years ago
  54. 8a7f9de Clean up code for Mips16 large frame handling. by Reed Kotler · 12 years ago
  55. af00feb PPCAsmParser: Stop leaking names. by Benjamin Kramer · 12 years ago
  56. bd194ce Unbreak llvm-rtdyld build. by Benjamin Kramer · 12 years ago
  57. 782fdce MachObjectFile: Don't leak on error. by Benjamin Kramer · 12 years ago
  58. a757e93 llvm-rtdyld: Don't leak memory managers. by Benjamin Kramer · 12 years ago
  59. 527692a ARMAsmParser: Plug a leak. by Benjamin Kramer · 12 years ago
  60. bc2160f Stop leaking register infos in the disassemblers. by Benjamin Kramer · 12 years ago
  61. 5cad12d Fix PPC64 64-bit GPR inline asm constraint matching by Hal Finkel · 12 years ago
  62. 6b4dde7 Minor address space code simplification. by Matt Arsenault · 12 years ago
  63. f3289e7 Regenerate with changes for -rdynamic. by Bob Wilson · 12 years ago
  64. 244acf3 Link with -rdynamic instead of -Wl,-export-dynamic. by Bob Wilson · 12 years ago
  65. 40bacac Add a AttributeSetImpl::dump function. by Peter Collingbourne · 12 years ago
  66. 7bba9c5 Make one of the AttributeSet ctors maintain the invariant that the by Peter Collingbourne · 12 years ago
  67. 6bf104b Option parsing: recognize the special -- token by Hans Wennborg · 12 years ago
  68. e8bc700 Fix invalid function pointers in bugpoint ExtractLoops by Hal Finkel · 12 years ago
  69. e7bc73b Add a missing 'return' statement. by Joey Gouly · 12 years ago
  70. 5e79509 [mips] Expand vector truncating stores and extending loads. by Akira Hatanaka · 12 years ago
  71. 787fdb8 [ARMv8] Add an assembler warning for the deprecated 'setend' instruction. by Joey Gouly · 12 years ago
  72. f2855f8 SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that come from different blocks. by Nadav Rotem · 12 years ago
  73. 38140c2 Teach EmitGEPOffset about address spaces by Matt Arsenault · 12 years ago
  74. 38ffffe Fixes ARM LNT bot from SLP change in O3 by Renato Golin · 12 years ago
  75. fdabd9f Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB (with fix for 64bits msvc) by Carlo Kok · 12 years ago
  76. e57343b Fix handling of CHECK-DAG combined with CHECK-NOT by Tim Northover · 12 years ago
  77. 1cd2ed8 Pacify GCC, which worries about falling off the end of the switch. by Duncan Sands · 12 years ago
  78. e393b73 Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei. by Alexey Samsonov · 12 years ago
  79. ee1d7db Revert r187597, "Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB." by NAKAMURA Takumi · 12 years ago
  80. 9f4eaaf Use @rpath for libraries rather than @executable_path on OSX. by Eric Christopher · 12 years ago
  81. be9f508 Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to by Eric Christopher · 12 years ago
  82. 7eef3bd Teach InstructionSimplify about pointer address spaces by Matt Arsenault · 12 years ago
  83. ddbdeef [mips] Make load/store accumulator pseudo instructions codeGenOnly. Also, by Akira Hatanaka · 12 years ago
  84. 186f8f9 Teach getOrEnforceKnownAlignment about address spaces by Matt Arsenault · 12 years ago
  85. 72bc423 Move the optlevel check to the frontend. by Nadav Rotem · 12 years ago
  86. cfe855d fix for LLVM debug info on llvm-mips-linux where the label name uses % instead of L as a prefix. by Carlo Kok · 12 years ago
  87. 61fc8d6 Use function attributes to indicate that we don't want to realign the stack. by Bill Wendling · 12 years ago
  88. 8cb1d81 Expose that the unique file ID has a device and a file component. by Rafael Espindola · 12 years ago
  89. 44c8e34 Fixed the Intel-syntax X86 disassembler to respect the (existing) option for hexadecimal immediates, to match AT&T syntax. This also brings a new option for C-vs-MASM-style hex. by Daniel Malea · 12 years ago
  90. b1fa7d4 Fix some issues with Mips16 floating when certain intrinsics are present. by Reed Kotler · 12 years ago
  91. e18804e ARM/Hexagon testcases can't compile x86 only testcase. Reverting change to testcase & fixing check for all. by Carlo Kok · 12 years ago
  92. f589eef Debug Info Finder|Verifier: handle DbgLoc attached to instructions. by Manman Ren · 12 years ago
  93. c8b9355 DebugInfo: Emit definitions for types with no members. by David Blaikie · 12 years ago
  94. 70cf72e change the inlinefnlocalvar testcase so it uses a triple that's not coff (doesn't seem to matter for the testcase itself, what it tests isn't triple specific), as coff has a slightly different way of emitting what it checks for. by Carlo Kok · 12 years ago
  95. c8c344b Temporarily xfail a test that breaks on OS X when building with LTO. by Bob Wilson · 12 years ago
  96. 2b61eb9 Update incorrect file headers. by Sean Silva · 12 years ago
  97. 5b25082 Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB. by Carlo Kok · 12 years ago
  98. a4cbd78 Only enable SLP-vectorization on O3 builds. by Nadav Rotem · 12 years ago
  99. df263de Pass -G argument to cmake with the same generator's name as used for the by Simon Atanasyan · 12 years ago
  100. 4da77f8 remove executable permission from IntrinsicsXCore.td by Robert Lytton · 12 years ago