1. f516614 Fix docs typo regarding lit.local.cfg files by Jonathan Roelofs · 11 years ago
  2. 9c25216 [BasicAA] Try to disambiguate GEPs through arrays of structs into by Ahmed Bougacha · 11 years ago
  3. 0e0271a SCEV: Compress disposition pairs. by Benjamin Kramer · 11 years ago
  4. ff53b75 SmallVector: Move emplace_back to SmallVectorImpl. by Benjamin Kramer · 11 years ago
  5. 3281412 [X86] Force fp stack folding tests to keep to specific domain. by Simon Pilgrim · 11 years ago
  6. bf4a435 [X86][AVX2] More AVX2 integer stack folding tests. by Simon Pilgrim · 11 years ago
  7. 0e0dfd9 Fix typos; NFC. by Andrea Di Biagio · 11 years ago
  8. 74cdff8 Move DebugLocs around instead of copying. by Benjamin Kramer · 11 years ago
  9. fdac306 MC: Emit COFF section flags in the "proper" order by David Majnemer · 11 years ago
  10. 7e940c4 Consistently use override rather than virtual. by Chandler Carruth · 11 years ago
  11. 05bd43d [PowerPC] Handle loop predecessor invokes by Hal Finkel · 11 years ago
  12. 8143b4d Add more DWARF 5 language constants. by Bruce Mitchener · 11 years ago
  13. 6a03769 Change RHS-style decltype to LHS-style decltype<declval()>. by Zachary Turner · 11 years ago
  14. d0898f1 Resubmit unittests for DebugInfoPDB. by Zachary Turner · 11 years ago
  15. cd04094 [docs][LLVM-style RTTI] Add a mention of multiple inheritance. by Sean Silva · 11 years ago
  16. f28bf6c Support: Fix tests for VirtualityString by Duncan P. N. Exon Smith · 11 years ago
  17. 5a504d4 Support: Add dwarf::getVirtuality() by Duncan P. N. Exon Smith · 11 years ago
  18. a496490 Support: Use Dwarf.def for DW_VIRTUALITY, NFC by Duncan P. N. Exon Smith · 11 years ago
  19. e29c334 Support: Add dwarf::getAttributeEncoding() by Duncan P. N. Exon Smith · 11 years ago
  20. 87c9a12 Support: Rewrite AttributeEncodingString(), NFC by Duncan P. N. Exon Smith · 11 years ago
  21. f0d7e8a Support: Stop stringifying DW_ATE_{lo,hi}_user by Duncan P. N. Exon Smith · 11 years ago
  22. 9ce4011 [PowerPC] Fixup incomplete revert of test/CodeGen/PowerPC/tls-pic.ll by Hal Finkel · 11 years ago
  23. 2db85d6 [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-irgen. by Lang Hames · 11 years ago
  24. 4e96e52 Add code to llvm-objdump so the -section option with -macho will dump literal by Kevin Enderby · 11 years ago
  25. 8650883 [AArch64] Use the source location of the IR branch when creating Bcc by Ahmed Bougacha · 11 years ago
  26. 148482d [X86][AVX2] Begun adding AVX2 integer stack folding tests. by Simon Pilgrim · 11 years ago
  27. 9168f71 Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and related fixups by Hal Finkel · 11 years ago
  28. ead6da3 [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-codegen. by Lang Hames · 11 years ago
  29. 81bb187 Support: Add dwarf::getLanguage() by Duncan P. N. Exon Smith · 11 years ago
  30. e0916cd Support: Rewrite dwarf::LanguageString(), NFC by Duncan P. N. Exon Smith · 11 years ago
  31. eddb263 [Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation. by Lang Hames · 11 years ago
  32. 8713d99 IR: Allow 32-bits for lines in debug location by Duncan P. N. Exon Smith · 11 years ago
  33. 4752dab [Orc] Add more missing headers. by Lang Hames · 11 years ago
  34. af0a078 use local variables; NFC by Sanjay Patel · 11 years ago
  35. 42f3b50 Support: Stop stringifying DW_LANG_{lo,hi}_user by Duncan P. N. Exon Smith · 11 years ago
  36. d4d3a43 AsmParser: Use DW_TAG_hi_user instead of magic constant, NFC by Duncan P. N. Exon Smith · 11 years ago
  37. ab28558 AsmWriter: Extract writeTag(), NFC by Duncan P. N. Exon Smith · 11 years ago
  38. 8b07f1b AsmWriter: Extract writeMetadataAsOperand(), NFC by Duncan P. N. Exon Smith · 11 years ago
  39. e9f5367 [msan] Fix "missing origin" in atomic store. by Evgeniy Stepanov · 11 years ago
  40. 67a0f80 Test commit to see if it triggers an email to llvm-commits. No change. by Cameron Esfahani · 11 years ago
  41. 4f325e4 Try to fix Makefile build for LLVMDebugInfoPDB. by Zachary Turner · 11 years ago
  42. 44797c5 Resubmit "Create lib/DebugInfo/PDB" (r228428) by Zachary Turner · 11 years ago
  43. c9da414 Use estimated number of optimized insns in unroll-threshold computation. by Michael Zolotukhin · 11 years ago
  44. 3da8e45 [InstSimplify] Add SimplifyFPBinOp function. by Michael Zolotukhin · 11 years ago
  45. 9c505a5 Revert "Create lib/DebugInfo/PDB." by Zachary Turner · 11 years ago
  46. 9b13b8c [fuzzer] move default sanitizer options to a separate file by Kostya Serebryany · 11 years ago
  47. 1a05c56 Create lib/DebugInfo/PDB. by Zachary Turner · 11 years ago
  48. 396fa9a [Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine. by Lang Hames · 11 years ago
  49. 884fa87 [Orc] Add some missing headers. by Lang Hames · 11 years ago
  50. b20b9fb [Orc] Fix syntax error in LazyEmittingLayer::removeModuleSet. by Lang Hames · 11 years ago
  51. 4c2a2ac [LiveIntervalAnalysis] Speed up creation of live ranges for physical registers by Quentin Colombet · 11 years ago
  52. b3189ea [LV] Move addRuntimeCheck to LoopAccessAnalysis by Adam Nemet · 11 years ago
  53. 6dc42dd Don't dllexport declarations by Reid Kleckner · 11 years ago
  54. e003f1a Make helper functions/classes/globals static. NFC. by Benjamin Kramer · 11 years ago
  55. 2f2dec8 InstCombine: Combine select sequences into a single select by Matthias Braun · 11 years ago
  56. e81cc34 LiveInterval: Fix SubRange memory leak. by Matthias Braun · 11 years ago
  57. 1e022d0 [mips] Fix FileCheck prefixes with whitespace between 'CHECK' and ':' by Daniel Sanders · 11 years ago
  58. ee7d86e Value: Remove superfluous typedefs and deprecated method. NFC. by Benjamin Kramer · 11 years ago
  59. 5f8e5a3 AArch64PromoteConstant: Modernize and resolve some Use<->User confusion. by Benjamin Kramer · 11 years ago
  60. 33988ee IRCE: Demote template to ArrayRef and SmallVector to array. by Benjamin Kramer · 11 years ago
  61. d553158 Whitespace. by Chad Rosier · 11 years ago
  62. 3fb6dcc Correcting keyword highlighting in llvm-mode.el. by Rafael Espindola · 11 years ago
  63. f694368 [OCaml] Add Llvm.build_empty_phi. by Peter Zotov · 11 years ago
  64. 52e5790 [PBQP] Fix comment wording. NFC by Arnaud A. de Grandmaison · 11 years ago
  65. 0d18b85 [X86] Add assembler and disassembler test cases for clflushopt, clwb, pcommit, xsaves, xrstors, xsavec by Craig Topper · 11 years ago
  66. aaf2398 [X86] Remove a ton of duplicate test cases for the assembler. by Craig Topper · 11 years ago
  67. 7097d17 R600/SI: Amend a test to ensure WQM is enabled for LDS in pixel shaders by Michel Danzer · 11 years ago
  68. 971f0f0 R600/SI: Don't enable WQM for V_INTERP_* instructions v2 by Michel Danzer · 11 years ago
  69. a7879dc R600/SI: Also enable WQM for image opcodes which calculate LOD v3 by Michel Danzer · 11 years ago
  70. ab28439 Introduce print-memderefs to test isDereferenceablePointer by Ramkumar Ramachandra · 11 years ago
  71. 3fd0775 AArch64: Make test more robust. by Matthias Braun · 11 years ago
  72. b8b2dff X86: Test cleanup by Matthias Braun · 11 years ago
  73. c7c2518 Small cleanup of MachineLICM.cpp by Daniel Jasper · 11 years ago
  74. ff7b5e9 [Hexagon] Renaming v4 compare-and-jump instructions. by Colin LeMahieu · 11 years ago
  75. 2a9c990 [Hexagon] Deleting unused patterns. by Colin LeMahieu · 11 years ago
  76. 7116642 [Hexagon] Simplifying and formatting several patterns. Changing a pattern multiply to be expanded. by Colin LeMahieu · 11 years ago
  77. d04f833 [BasicAA] Add datalayouts to make some tests more useful. NFC. by Ahmed Bougacha · 11 years ago
  78. bbf2241 [Hexagon] Factoring a class out of some store patterns, deleting unused definitions and reformatting some patterns. by Colin LeMahieu · 11 years ago
  79. 2f50dec [Hexagon] Factoring out a class for immediate transfers and cleaning up formatting. by Colin LeMahieu · 11 years ago
  80. 0a45405 InstrProf: Avoid using std::to_string by Justin Bogner · 11 years ago
  81. 639e3cd [ASan] Enable -asan-stack-dynamic-alloca by default. by Alexey Samsonov · 11 years ago
  82. a4ed040 Remove the use of getSubtarget in the creation of the X86 by Eric Christopher · 11 years ago
  83. 3e68370c Use cached subtargets inside X86FixupLEAs. by Eric Christopher · 11 years ago
  84. d63e18f Migrate the X86 AsmPrinter away from using the subtarget when by Eric Christopher · 11 years ago
  85. ec5eba0 Fix an incorrect identifier by Sylvestre Ledru · 11 years ago
  86. 7441ea4 [Hexagon] Renaming Y2_barrier. Fixing issues where doubleword variants of instructions can't be newvalue producers. by Colin LeMahieu · 11 years ago
  87. b8a6712 [PowerPC] Prepare loops for pre-increment loads/stores by Hal Finkel · 11 years ago
  88. 885b67a [PowerPC] Generate pre-increment floating-point ld/st instructions by Hal Finkel · 11 years ago
  89. 5e00f0d [Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing formatting. by Colin LeMahieu · 11 years ago
  90. ec35069 [CodeGen] Add hook/combine to form vector extloads, enabled on X86. by Ahmed Bougacha · 11 years ago
  91. 2e48578 [CodeGen] Add isLoadExtLegalOrCustom helper to TargetLowering. by Ahmed Bougacha · 11 years ago
  92. c4ae8cb X86 ABI fix for return values > 24 bytes. by Andrew Trick · 11 years ago
  93. 916b91a [Hexagon] Renaming A2_addi and formatting. by Colin LeMahieu · 11 years ago
  94. bf92631 move fold comments to the corresponding fold; NFC by Sanjay Patel · 11 years ago
  95. 9d547b6 [Hexagon] Since decoding conflicts have been resolved, isCodeGenOnly = 0 by default and remove explicitly setting it. by Colin LeMahieu · 11 years ago
  96. b859adad Identical code for different branches (CID 1254883) by Sylvestre Ledru · 11 years ago
  97. 2cdfb4b LowerSwitch: Use ConstantInt for CaseRange::{Low,High} by Hans Wennborg · 11 years ago
  98. 5243154 LowerSwitch: remove default args from CaseRange ctor; NFC by Hans Wennborg · 11 years ago
  99. 586cbe8 revert 228308. The code has changed since the review by Sylvestre Ledru · 11 years ago
  100. 12819fc Identical code for different branches (CID 1254883) by Sylvestre Ledru · 11 years ago