1. fc5268d [LAA] Comment how memchecks are codegened by Adam Nemet · 10 years ago
  2. 29471d2 Revert "[AArch64] Simplify/refactor code to ease code review. NFC." by Renato Golin · 10 years ago
  3. 946eb8b x32. Fixes a bug in x32 exception handling. by Derek Schuff · 10 years ago
  4. 36fdcfb x32. Fixes jmp %reg in x32 by JF Bastien · 10 years ago
  5. f760d95 [Sparc] Rename LoadASR and StoreASR from r245360 to *ASI, as was intended. by James Y Knight · 10 years ago
  6. 1b1f2b2 Revert "[PeepholeOptimizer] Look through PHIs to find additional register sources" by Bruno Cardoso Lopes · 10 years ago
  7. 77c6e1a [SPARC] Fix BooleanContents, so that select of a trunc doesn't by James Y Knight · 10 years ago
  8. 468e70f [AArch64] Simplify/refactor code to ease code review. NFC. by Chad Rosier · 10 years ago
  9. bccacca [PeepholeOptimizer] Look through PHIs to find additional register sources by Bruno Cardoso Lopes · 10 years ago
  10. 5a1af36 [ARM] Add instruction selection patterns for vmin/vmax by Silviu Baranga · 10 years ago
  11. ba54a70 Map %fprs to %asr6 in the Sparc assembler parser. by Joerg Sonnenberger · 10 years ago
  12. c457f1e Emit <regmask R1 R2 R3 ...> instead of just <regmask> in IR dumps. by Daniel Sanders · 10 years ago
  13. ab30763 Revert "[X86] Widen the 'AND' mask if doing so shrinks the encoding size" by Tobias Grosser · 10 years ago
  14. e8a6608 [X86] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for minsize by Michael Kuperstein · 10 years ago
  15. a4fe294 [TLI] Refactor "is integer division cheap" queries. by Michael Kuperstein · 10 years ago
  16. d1c2981 Remove an empty directory left after r245318. by Alexander Kornienko · 10 years ago
  17. 691fcff More clean up, still NFC. Remove dead variables now that the casts are gone. by Nick Lewycky · 10 years ago
  18. b3796f6 Clean up this file a little. Remove dead casts, casting Values to Values. Adjust some comments for typos and whitespace. NFC. by Nick Lewycky · 10 years ago
  19. 21ea9dd Exposed findDefsUsedOutsideOfLoop as a loop utility function by Ashutosh Nema · 10 years ago
  20. 8545f7f [LPM] Teach the legacy pass manager to support *using* an analysis by Chandler Carruth · 10 years ago
  21. dd7ef64 Fix how DependenceAnalysis calls delinearization by Hal Finkel · 10 years ago
  22. d5369c9 Revert "Fix PR24469 resulting from r245025 and re-enable dead store elimination across basicblocks." by Eric Christopher · 10 years ago
  23. 25fa0d4 Make ScalarEvolution::isKnownPredicate a little smarter by Hal Finkel · 10 years ago
  24. b5d7579 Split ARM and AArch64 emutls.ll test by Chih-Hung Hsieh · 10 years ago
  25. a80c044 MIR Serialization: Serialize MMI's variable debug information. by Alex Lorenz · 10 years ago
  26. 0f33e74 [BasicAA] Add a test for PR24468 to be sure we won't regress by Quentin Colombet · 10 years ago
  27. 71f1967 [BasicAA] Revert r221876 because it can produce incorrect aliasing by Quentin Colombet · 10 years ago
  28. 3b9cfa1 Fix backward operands in call to isTruncateFree() and improve comments. by Steve King · 10 years ago
  29. b081f06 MIR Parser: Return true on error when parsing standalone registers. by Alex Lorenz · 10 years ago
  30. 6f3cafb MIR Serialization: Serialize the operand's bit mask target flags. by Alex Lorenz · 10 years ago
  31. 85826be use TLI.allowsMemoryAccess() to check if memory accesses are fast; NFCI by Sanjay Patel · 10 years ago
  32. cca41d3 Fix three typos in comments; "easilly" -> "easily". by Nick Lewycky · 10 years ago
  33. bf5dca5 Support: Clean up TSan annotations. by Peter Collingbourne · 10 years ago
  34. 07c6bd8 MIR Serialization: Serialize the frame information's stack protector index. by Alex Lorenz · 10 years ago
  35. 0a39c58 MIR Parser: Extract the code that parses stack object references into a new by Alex Lorenz · 10 years ago
  36. 53ff0bb [InstSimplify] Remove unused variable by David Majnemer · 10 years ago
  37. d00bdb6 [InstSimplify] Don't assume getAggregateElement will succeed by David Majnemer · 10 years ago
  38. 72b408f [VectorUtils] Replace 'llvm::' qualification with 'using llvm' by David Majnemer · 10 years ago
  39. 6774e25 Load/store instructions for floating points with address space require SparcV9. by Joerg Sonnenberger · 10 years ago
  40. c518135 [X86] Refreshed sign extension tests. by Simon Pilgrim · 10 years ago
  41. c787923 Release script: correctly symlink clang-tools-extra into the build (PR22765) by Hans Wennborg · 10 years ago
  42. b6d43ab [X86][AVX] Added shuffle concatenation tests by Simon Pilgrim · 10 years ago
  43. 9329447 DAGCombiner: Improve DAGCombiner select normalization by Matthias Braun · 10 years ago
  44. 1c81ad1 DAGCombiner: Optimize SELECTs first before turning them into SELECT_CC by Matthias Braun · 10 years ago
  45. 928530a Updated constants to give more useful min/max constant folding tests by Simon Pilgrim · 10 years ago
  46. 62d303d [PM/AA] Add using declarations to avoid hiding virtual overloads. by Chandler Carruth · 10 years ago
  47. 42be08a [WinEH] Calculate state numbers for the new EH representation by David Majnemer · 10 years ago
  48. 28fbb4b MachineRegisterInfo: Introduce isPhysRegUsed() by Matthias Braun · 10 years ago
  49. ebb4ccb [LPM] Cleanup some loops to be range based for loops before hacking on by Chandler Carruth · 10 years ago
  50. a4d17df [LPM] Group the addPreserved template with the non-template variants, NFC. by Chandler Carruth · 10 years ago
  51. afae23b [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials. by Lang Hames · 10 years ago
  52. 896f064 [PM/AA] Remove the last relics of the separate IPA library from LLVM, by Chandler Carruth · 10 years ago
  53. 3f6954d MIR Parser: Implicit register verifier should accept unexpected implicit by Alex Lorenz · 10 years ago
  54. 4628dff [LVI] Use a SmallDenseMap instead of std::map for ValueCacheEntryTy by Bruno Cardoso Lopes · 10 years ago
  55. 08c1ad0 use minSize wrapper; NFCI by Sanjay Patel · 10 years ago
  56. bfd49ab [LVI] Improve LazyValueInfo compile time performance by Bruno Cardoso Lopes · 10 years ago
  57. ee396be [AArch64] Simplify the logic for computing in bounds offset. NFC. by Chad Rosier · 10 years ago
  58. 6814557 [mips] Expand JAL instructions when PIC is enabled. by Daniel Sanders · 10 years ago
  59. 95f5735 [MC] Convert another bunch of tests from macho-dump to llvm-readobj. by Davide Italiano · 10 years ago
  60. 0d125ca [mips][microMIPS] Implement DDIV, DMOD, DDIVU and DMODU instructions by Zoran Jovanovic · 10 years ago
  61. 27aa81c [mips][microMIPS] Implement SW and SWE instructions by Zoran Jovanovic · 10 years ago
  62. 6f65b18a [mips] Make the MipsAsmParser capable of knowing whether PIC mode is enabled or not. by Daniel Sanders · 10 years ago
  63. 0e57d70 [Support] On Windows, generate PDF files for graphs and open with associated viewer by Michael Kruse · 10 years ago
  64. 9ab9f8d [Support] Always wait for GraphViz before opening the viewer by Michael Kruse · 10 years ago
  65. b424513 [mips] Correct -Woverflow warning in r245208 without changing signedness of the constant. by Daniel Sanders · 10 years ago
  66. 3706c8f Fixed max/min typo in test names by Simon Pilgrim · 10 years ago
  67. b85ce7e [X86][SSE} Added constant SMAX/SMIN/UMAX/UMIN tests by Simon Pilgrim · 10 years ago
  68. a9faf32 [X86][SSE] Added extra vector truncation tests. by Simon Pilgrim · 10 years ago
  69. 7b18ff7 Add unit test for isLayoutIdentical(empty, empty). by Yaron Keren · 10 years ago
  70. 387ab5a Revert "Constant propagation after hiting llvm.assume" by Justin Bogner · 10 years ago
  71. 5982c0a Constant propagation after hiting llvm.assume by Piotr Padlewski · 10 years ago
  72. 8d5e5d4 Doxygen: add build option to use svg instead of png files for graphs by Hans Wennborg · 10 years ago
  73. 1084c33 Add an exposed variable for which c++ compiler we're using for our build. by Eric Christopher · 10 years ago
  74. 440cf86 [WebAssembly] Don't default to ELF in the triple. by Dan Gohman · 10 years ago
  75. c8cfff3 Align SP adjustment in function getSPAdjust by Guozhi Wei · 10 years ago
  76. f201263 [WebAssembly] Make getArchTypePrefix return "wasm". by Dan Gohman · 10 years ago
  77. fb764b7 MIR Serialization: Serialize the local offsets for the stack objects. by Alex Lorenz · 10 years ago
  78. e45daf6 MIR Serialization: Serialize the memory operand's range metadata node. by Alex Lorenz · 10 years ago
  79. 971d8c0 MIR Serialization: Serialize the memory operand's noalias metadata node. by Alex Lorenz · 10 years ago
  80. ed8c969 MIR Serialization: Serialize the memory operand's alias scope metadata node. by Alex Lorenz · 10 years ago
  81. d3ff211 MIR Serialization: Serialize the memory operand's TBAA metadata node. by Alex Lorenz · 10 years ago
  82. d8ea874 [WinEHPrepare] Replace unreasonable funclet terminators with unreachable by David Majnemer · 10 years ago
  83. 9db597e [SPARC]: recognize '.' as the start of an assembler expression. by Douglas Katzman · 10 years ago
  84. 9daba6f [ARM] Fix crash when targetting CPU without NEON by James Molloy · 10 years ago
  85. dcf7488 [ScalarEvolutionExpander] Reuse findExistingExpansion during expansion cost calculation for division by Igor Laevsky · 10 years ago
  86. 1127a30 [CostModel][AArch64] Increase cost of vector insert element and add missing cast costs by Silviu Baranga · 10 years ago
  87. 170aefe [CostModel][ARM] Increase cost of insert/extract operations by Silviu Baranga · 10 years ago
  88. d9a2fcb [BasicAliasAnalysis] Do not check ModRef table for intrinsics by Igor Laevsky · 10 years ago
  89. f317669 Take alignment into account in isSafeToSpeculativelyExecute and isSafeToLoadUnconditionally. by Artur Pilipenko · 10 years ago
  90. ac67f04 Extend MCAsmLexer so that it can peek forward several tokens by Benjamin Kramer · 10 years ago
  91. df09c6b Correcting a -Woverflow warning where 0xFFFF was overflowing an implicit constant conversion. by Aaron Ballman · 10 years ago
  92. 08b10aa [WinEHPrepare] Fix catchret successor phi demotion by Joseph Tremoulet · 10 years ago
  93. 378e97e Revert "Disable targetdatalayoutcheck" by Tobias Grosser · 10 years ago
  94. 79224a7 Disable targetdatalayoutcheck by Tobias Grosser · 10 years ago
  95. 07c9aff [mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with DLI by Daniel Sanders · 10 years ago
  96. 426b44f [GMR] isNonEscapingGlobalNoAlias() should look through Bitcasts/GEPs when looking at loads. by Michael Kuperstein · 10 years ago
  97. 4c1b80c Remove hand-rolled matching for fmin and fmax. by James Molloy · 10 years ago
  98. 2fbab98 Rip out hand-rolled matching code for VMIN, VMAX, VMINNM and VMAXNM by James Molloy · 10 years ago
  99. 54a2f7b Generate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder. by James Molloy · 10 years ago
  100. 75f2d37 Fix PR24469 resulting from r245025 and re-enable dead store elimination across basicblocks. by Karthik Bhat · 10 years ago