1. e0d89ff Include Threading.h instead of forward declaring a function. by Zachary Turner · 11 years ago
  2. 4110a7a Add StringMap::insert(pair) consistent with the standard associative container concept. by David Blaikie · 11 years ago
  3. 594f05c Since we're using DW_AT_string rather than DW_AT_strp for debug_info by Eric Christopher · 11 years ago
  4. edd372a Fix up a few formatting issues. by Eric Christopher · 11 years ago
  5. d308c35 Remove an incorrect fixme. by Rafael Espindola · 11 years ago
  6. d06976a Fix typos by Alp Toker · 11 years ago
  7. f21de94 Support: Add llvm::sys::fs::copy_file by Justin Bogner · 11 years ago
  8. 581d5d5 Remove bogus configure check by David Greene · 11 years ago
  9. 30db0c2 Add option to keep flavor out of the install directory by David Greene · 11 years ago
  10. 5b45c5d Turn of -Werror by default by David Greene · 11 years ago
  11. 74fc19e Fix this test a little harder - use llc_dwarf to make sure we don't by Eric Christopher · 11 years ago
  12. 580a14f Remove unused includes following r211294 by Alp Toker · 11 years ago
  13. 01ccb9c Use the c++ APIs. by Rafael Espindola · 11 years ago
  14. cadf0f6 Relax this test a bit, we don't need the full contents of the by Eric Christopher · 11 years ago
  15. f25c201 Remove use of removed function, llvm_stop_multithreading by David Blaikie · 11 years ago
  16. 9022b9a Remove circular header reference in Threading.h/Mutex.h by David Blaikie · 11 years ago
  17. ab19aae Fix build on non-Windows platforms. by Zachary Turner · 11 years ago
  18. a4d0ff9 Remove support for LLVM runtime multi-threading. by Zachary Turner · 11 years ago
  19. 6072096 DebugInfo: Fission: Ensure the address pool entries for location lists are emitted. by David Blaikie · 11 years ago
  20. 36a3211 MCNullStreamer: assign file IDs to resolve crashes and errors by Alp Toker · 11 years ago
  21. e4d0a5e [ValueTracking] Extend range metadata to call/invoke by Jingyue Wu · 11 years ago
  22. b7509c6 Tests for r211273 by Oliver Stannard · 11 years ago
  23. 761f331 Kill the LLVM global lock. by Zachary Turner · 11 years ago
  24. 591f9ee Emit DWARF info for all code section in an assembly file by Oliver Stannard · 11 years ago
  25. bb804ee Emit DWARF3 call frame information when DWARF3+ debug info is requested by Oliver Stannard · 11 years ago
  26. 7e40983 [mips] Implementation of dli. by Matheus Almeida · 11 years ago
  27. 2710772 [mips] Small update to the logic behind the expansion of assembly pseudo instructions. by Matheus Almeida · 11 years ago
  28. dc9bdcc Updated comments as suggested by Rafael. Thanks. by Dinesh Dwivedi · 11 years ago
  29. 85386a3 Added instruction combine to transform few more negative values addition to subtraction (Part 1) by Dinesh Dwivedi · 11 years ago
  30. cfdf805 [X86] Teach how to combine horizontal binop even in the presence of undefs. by Andrea Di Biagio · 11 years ago
  31. 8317509 Refactored and updated SimplifyUsingDistributiveLaws() to by Dinesh Dwivedi · 11 years ago
  32. c28beb2 CommandLine: bail out when options get multiply registered by Alp Toker · 11 years ago
  33. ba928e2 Remove OwningPtr.h and associated tests by Alp Toker · 11 years ago
  34. 6c2e887 InstCombine: Stop two transforms dueling by David Majnemer · 11 years ago
  35. 179bb4e Move -dwarf-version to an MC level command line option so it's by Eric Christopher · 11 years ago
  36. 054bd5d Remove unnecessary include. by Eric Christopher · 11 years ago
  37. e793899 80-column fixups. by Eric Christopher · 11 years ago
  38. bd01df2 Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert. by Craig Topper · 11 years ago
  39. 64429ce R600: Add a few tests I forgot to add. by Matt Arsenault · 11 years ago
  40. fe3a219 Move optimization of some cases of (A & C1)|(B & C2) from instcombine to instsimplify. Patch by Rahul Jain, plus some last minute changes by me -- you can blame me for any bugs. by Nick Lewycky · 11 years ago
  41. 650b6ea Make instsimplify's analysis of icmp eq/ne use computeKnownBits to determine whether the icmp is always true or false. Patch by Suyog Sarda! by Nick Lewycky · 11 years ago
  42. bdb4aca Remove redundant code in InstCombineShift, no functionality change because instsimplify already does this and instcombine calls instsimplify a few lines above. Patch by Suyog Sarda! by Nick Lewycky · 11 years ago
  43. f9ec8fe MS asm: Properly handle quoted symbol names by David Majnemer · 11 years ago
  44. d9b3543 R600/SI: Add intrinsics for various math instructions. by Matt Arsenault · 11 years ago
  45. dd8406a Fix breakage from r211244 by using LLVM_EXPLICIT to avoid using explicit operators under MSVC where they're not supported. by David Blaikie · 11 years ago
  46. 1260b84 PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad OR-result. by Nikola Smiljanic · 11 years ago
  47. 887a5c7 Move ARMJITInfo off of the TargetMachine and down onto the subtarget. by Eric Christopher · 11 years ago
  48. 2ea6d93 Use stdint macros for specifying size of constants by Matt Arsenault · 11 years ago
  49. fb2b9fb Teach llvm-size to know about Mach-O universal files (aka fat files) and by Kevin Enderby · 11 years ago
  50. ce09bda R600: Handle fnearbyint by Matt Arsenault · 11 years ago
  51. f286d63 R600/SI: add gather4 and getlod intrinsics (v3) by Marek Olsak · 11 years ago
  52. 311ea12 Use LL suffix for literal that should be 64-bits. by Matt Arsenault · 11 years ago
  53. 6c59006 Add a symbols() range and use a range loop. by Rafael Espindola · 11 years ago
  54. d8fc64e Simplify code. by Rafael Espindola · 11 years ago
  55. 8890694 MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment by Saleem Abdulrasool · 11 years ago
  56. 791ff5a MCAsmParser: full support for gas' '.if{cond} expression' directives by Saleem Abdulrasool · 11 years ago
  57. 1f502bd Replace Execution Engine's mutex with std::recursive_mutex. by Zachary Turner · 11 years ago
  58. b279154 Revert a C API difference that I incorrectly introduced. by Rafael Espindola · 11 years ago
  59. fff95d5 Make getBaseObject static. by Rafael Espindola · 11 years ago
  60. d681e31 Change IRObjectFile to parse the bitcode lazily. by Rafael Espindola · 11 years ago
  61. cc21bbd Remove BitcodeReader::setBufferOwned. by Rafael Espindola · 11 years ago
  62. ec2d823 Simply test for available locations in optimization remarks. by Diego Novillo · 11 years ago
  63. ffbd906 [PowerPC] Remove unnecessary load of r12 in indirect call by Ulrich Weigand · 11 years ago
  64. 75b56dc Update to the latest registered ELF e_machine names and values. by Rafael Espindola · 11 years ago
  65. 8dfacbc Run clang-format in a small chunk of code I am about to change. by Rafael Espindola · 11 years ago
  66. 8252de6 ProfileData: Fix copy-paste type in RawInstrProfReader by Justin Bogner · 11 years ago
  67. de04c48 [ARM] [MC] Refactor the constant pool classes by Weiming Zhao · 11 years ago
  68. 7ec69f6 ADT: correct typo in comment by Ed Maste · 11 years ago
  69. 52b6c2d R600: Expand vector fceil by Jan Vesely · 11 years ago
  70. 0c57bab [PowerPC] Simplify and improve loading into TOC register by Ulrich Weigand · 11 years ago
  71. 4380c61 Work around ridiculous warning. by Matt Arsenault · 11 years ago
  72. 496e7ea [PowerPC] Add back test case for absolute calls (removed in r211174) by Ulrich Weigand · 11 years ago
  73. 5d5ddf9 Add a triple so that right syntax is choosen on mac osx systems by Arnold Schwaighofer · 11 years ago
  74. 2b6e6fc R600/SI: Add intrinsics for brev instructions by Matt Arsenault · 11 years ago
  75. 795ae86 R600/SI: Prettier operand printing for 64-bit ops. by Matt Arsenault · 11 years ago
  76. 95f1fa7 [mips] SYNC $stype instruction was added in Mips32 by Matheus Almeida · 11 years ago
  77. a841620 Fix a memory leak in the error path. by Rafael Espindola · 11 years ago
  78. debd831 R600: Implement f64 ftrunc, ffloor and fceil. by Matt Arsenault · 11 years ago
  79. a5395c0 R600: Custom lower f64 frint for pre-CI by Matt Arsenault · 11 years ago
  80. f7aa5f9 R600/SI: Temporary fix for f64 fneg by Matt Arsenault · 11 years ago
  81. 3de1bed R600/SI: Comparisons set vcc. by Matt Arsenault · 11 years ago
  82. f1b790f [X86] AVX512: Add non-temporal stores by Adam Nemet · 11 years ago
  83. 7fc6959 [X86] AVX512: Specify compressed displacement for vmovntdqa by Adam Nemet · 11 years ago
  84. 336da8c [PowerPC] Do not use BLA with the 64-bit SVR4 ABI by Ulrich Weigand · 11 years ago
  85. aa6a13a Do not XFAIL test/tools/llvm-cov tests on powerpc64le by Ulrich Weigand · 11 years ago
  86. b7074b8 [PowerPC] Fix emitting instruction pairs on LE by Ulrich Weigand · 11 years ago
  87. 3fbbe94 Support LE in RelocVisitor::visitELF_PPC64_* by Ulrich Weigand · 11 years ago
  88. c39b18b [mips] Fix expansion of memory operation if destination register is not a GPR. by Matheus Almeida · 11 years ago
  89. cacc062 [mips] Report correct location when "erroring" about the use of $at when it's not available. by Matheus Almeida · 11 years ago
  90. f3a4a4b [mips][mips64r6] Add BLTC and BLTUC instructions by Zoran Jovanovic · 11 years ago
  91. 7047ad9 [mips] Access $at only if necessary. by Matheus Almeida · 11 years ago
  92. c52345c Add pattern for unsigned v4i32->v4f64 convert on AVX512. by Cameron McInally · 11 years ago
  93. 20887ff [mips] Update MipsAsmParser so that it's possible to handle immediates that start with the binary operator NOT (~). by Matheus Almeida · 11 years ago
  94. 86f9d29 [mips] Implement alias for 'and' and 'or' instructions for all ISAs. by Matheus Almeida · 11 years ago
  95. dd9e510 [mips] Remove the last usage of parseRegister from MipsAsmParser. by Matheus Almeida · 11 years ago
  96. c32d52d R600: Implement 64bit SRA by Jan Vesely · 11 years ago
  97. 2d06e73 R600: Implement 64bit SRL by Jan Vesely · 11 years ago
  98. a64058f R600: Implement 64bit SHL by Jan Vesely · 11 years ago
  99. fc72762 [msan] Handle X86 *.psad.* and *.pmadd.* intrinsics. by Evgeniy Stepanov · 11 years ago
  100. 5393254 DAG: move sret demotion into most basic LowerCallTo implementation. by Tim Northover · 11 years ago