1. 7ae3494 [AVX512] add integer min/max intrinsics support. by Asaf Badouh · 10 years ago
  2. 4ec9824 Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now. Investigating. by NAKAMURA Takumi · 10 years ago
  3. f55aecb llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>. by NAKAMURA Takumi · 10 years ago
  4. 05e61f7 X86: optimized i64 vector multiply with constant by Elena Demikhovsky · 10 years ago
  5. f428f17 [TableGen] Remove unused method declaration. NFC by Craig Topper · 10 years ago
  6. f8848a8 Revert 239795 by Philip Reames · 10 years ago
  7. 819a6b7 [AArch64] Generalize extract-high DUP extension to MOVI/MVNI. by Ahmed Bougacha · 10 years ago
  8. d4521f1 [AArch64] Robustize neon-2velem-high test. NFC. by Ahmed Bougacha · 10 years ago
  9. 9426133 Move logic from JumpThreading into LazyValue info to simplify caller. by Philip Reames · 10 years ago
  10. 5449852 modules: Add explicit dependency on intrinsics_gen by Duncan P. N. Exon Smith · 10 years ago
  11. 6025d73 [InstCombine] Propagate non-null facts to call parameters by Philip Reames · 10 years ago
  12. 2648710 modules: Mark CodeGen/DIEValues.def as a textual inclusion by Duncan P. N. Exon Smith · 10 years ago
  13. 4aee54e modules: Move ProfileKinds to an anonymous namespace by Duncan P. N. Exon Smith · 10 years ago
  14. 00b6413 MIR Serialization: Print and parse simple machine function attributes. by Alex Lorenz · 10 years ago
  15. b3607cd MIR Serialization: move the MIR printer out of the MIR printing pass. by Alex Lorenz · 10 years ago
  16. 46446a5 [X86] Try to shorten dwarf CFI emission by Reid Kleckner · 10 years ago
  17. 0f80e47 Debug Info IR: Switch DIObjCProperty to use DITypeRef. by Adrian Prantl · 10 years ago
  18. 034945e MIR Serialization: Create dummy functions when the MIR file doesn't have LLVM IR. by Alex Lorenz · 10 years ago
  19. 185789e MIR Serialization: Report an error when machine functions have the same name. by Alex Lorenz · 10 years ago
  20. 9784231 Add safestack attribute to LLVMAttribute enum and Go bindings. Correct by Peter Collingbourne · 10 years ago
  21. 0d6057a [Hexagon] Using readobj rather than objdump. by Colin LeMahieu · 10 years ago
  22. c134468 [Hexagon] PC-relative offsets are relative to packet start rather than the offset of the relocation. Set relocation addend and check it's correct in the ELF. by Colin LeMahieu · 10 years ago
  23. b1ce237 [X86][SSE] Added tests for vector i8/i16 to f32/f64 conversions by Simon Pilgrim · 10 years ago
  24. 7ffec83 Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago
  25. 3aef776 Don't indent inside a namespace. NFC. by Rafael Espindola · 10 years ago
  26. 132c354 Replace @ with the more common \. NFC. by Rafael Espindola · 10 years ago
  27. 9e26836 Don't repeat names in comments and start functions with a lower case letter. by Rafael Espindola · 10 years ago
  28. a15d888 MIR Serialization: Connect the machine function analysis pass to the MIR parser. by Alex Lorenz · 10 years ago
  29. e99f30c Remove duplicate conditional in if-stmt. by Eric Christopher · 10 years ago
  30. 1456b12 Cleanup the constructor of BitcodeReader. NFC. by Rafael Espindola · 10 years ago
  31. 0f73200 Add "REQUIRES: asserts" to test case that uses -debug-only by Sanjoy Das · 10 years ago
  32. deca672 Unbreak docs build from r239740. by Sanjoy Das · 10 years ago
  33. 18a05df Unbreak the build from r239740. by Sanjoy Das · 10 years ago
  34. cf9ca4f [Hexagon] Moving pass declarations out of header and in to implementation files. Removing unused function getSubtargetInfo from HexagonMCCodeEmitter.cpp Removing deletion of copy construction and assignment operator since parent already deletes it. by Colin LeMahieu · 10 years ago
  35. 8d5b285 [CodeGen] Add a pass to fold null checks into nearby memory operations. by Sanjoy Das · 10 years ago
  36. a1e554d [TargetInstrInfo] Add new hook: AnalyzeBranchPredicate. by Sanjoy Das · 10 years ago
  37. 319c91b [TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86. by Sanjoy Das · 10 years ago
  38. 1991e2a [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op. by Sanjoy Das · 10 years ago
  39. 36395e7 [NFC] Extract X86MCInstLower::LowerMachineOperand. by Sanjoy Das · 10 years ago
  40. 698a7e5 De-duplicate common expression, NFC. by Yaron Keren · 10 years ago
  41. b4c2481 Rangify several for loops, NFC. by Yaron Keren · 10 years ago
  42. 2ecc72c On behalf of Alexandros Lamprineas: by Evgeny Astigeevich · 10 years ago
  43. 4f9d346 [LinkerTest] Use LLVMDisposeMessage to free error string. by Benjamin Kramer · 10 years ago
  44. 1ec22e4 Avoid a "always true" warning from gcc. by Rafael Espindola · 10 years ago
  45. 99e760a gold-plugin: save the .o when given -save-temps. by Rafael Espindola · 10 years ago
  46. ad0b09d Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  47. 4a867c7 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  48. 981ffd1 [MachineSink] Improve runtime performance. NFC. by Arnaud A. de Grandmaison · 10 years ago
  49. 7a1e934 [ValueTracking] do not overwrite analysis results already computed by Jingyue Wu · 10 years ago
  50. 01e2831 [Support][Endian] Define |= and &= for u{big,little}{16,32,64}_t. by Rui Ueyama · 10 years ago
  51. 5e1ea38 [AArch64] Delete two empty files, which should be removed by r239713. by Hao Liu · 10 years ago
  52. 5ab48a2 [AArch64] Revert r239711 again. We need to discuss how to share code between AArch64 and ARM backend. by Hao Liu · 10 years ago
  53. 6024ab3 [AArch64] Match interleaved memory accesses into ldN/stN instructions. by Hao Liu · 10 years ago
  54. f6da33d [CMake] Try to fix r239612, not to miss resources/windows_version_resource.rc in clang build. by NAKAMURA Takumi · 10 years ago
  55. 49e5e9f [InstSimplify] fsub nnan x, x -> 0.0 is valid without ninf by Benjamin Kramer · 10 years ago
  56. f3e8266 [InstSimplify] Add self-fdiv identities for -ffinite-math-only. by Benjamin Kramer · 10 years ago
  57. 17ae213 AVX-512: Implemented DAG lowering for shuff62x2/shufi62x2 instuctions ( Shuffle Packed Values at 128-bit Granularity ) by Igor Breger · 10 years ago
  58. 3dd5551 Add support for parsing the XOR operator in Intel syntax inline assembly. by Michael Kuperstein · 10 years ago
  59. 6ea3ad7 AVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instructions with round control for KNL. by Igor Breger · 10 years ago
  60. 145cdc6 AsmPrinter.cpp: Avoid crashes for targeting like "arm-mingw32". CurrentFnSym might not be <MCSymbolELF> here. by NAKAMURA Takumi · 10 years ago
  61. 82b72be Reformat. by NAKAMURA Takumi · 10 years ago
  62. 3a36996 [Hexagon] Adding some codegen tests and updating some to match spec. by Colin LeMahieu · 10 years ago
  63. 2a8a1b8 [Statepoints] Skip a vector copy when uniquing values. by Benjamin Kramer · 10 years ago
  64. 4bb355e [ExecutionEngine] ArrayRefize argument passing. by Benjamin Kramer · 10 years ago
  65. 09eacc1 C++11 Rangify loops in AssemblyWriter::printModule, NFC. by Yaron Keren · 10 years ago
  66. 803fe19 Don't use std::errc. by Rafael Espindola · 10 years ago
  67. 4692cb1 [DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern. by Simon Pilgrim · 10 years ago
  68. 75975e2 hoist loop-invariant; NFCI by Sanjay Patel · 10 years ago
  69. ea58c7d remove function names from comments and clean up; NFC by Sanjay Patel · 10 years ago
  70. 4a9a71e [SelectionDAG] Added assertions + UNDEF handling for BSWAP node creation. by Simon Pilgrim · 10 years ago
  71. 4aeeb9e remove unnecessary casts; NFCI by Sanjay Patel · 10 years ago
  72. d8b27b1 [DAGCombiner] Added BSWAP vector constant folding support. by Simon Pilgrim · 10 years ago
  73. 6b520d0 Stripped trailing whitespace. NFC. by Simon Pilgrim · 10 years ago
  74. dd183f1 [LinkerTest] Don't leak error string. by Benjamin Kramer · 10 years ago
  75. 9223c2c Stripped trailing whitespace. NFC. by Simon Pilgrim · 10 years ago
  76. 8e2ed16 Bring in a BumpPtrStringSaver from lld and simplify the interface. by Rafael Espindola · 10 years ago
  77. 2111b57 [LIT] Fix failing LIT tests by Eric Fiselier · 10 years ago
  78. bfc6c66 AMDGPU: s/R600/AMDGPU/ in the Makefiles by Tom Stellard · 10 years ago
  79. 4866a4c configure: Remove non-portable fall-through operator: ;& by Tom Stellard · 10 years ago
  80. 8ce6c58 Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler() by Matthias Braun · 10 years ago
  81. 6fee0b0 MachineLICM: Use TargetSchedModel instead of just itineraries by Matthias Braun · 10 years ago
  82. 953c681 R600 -> AMDGPU rename by Tom Stellard · 10 years ago
  83. 8b8b72e Revert 239644. by Matt Wala · 10 years ago
  84. 31b680f AArch64: map bare-metal arm64-macho triple to MachO MC layer. by Tim Northover · 10 years ago
  85. 21a987d Fix returning error message in LLVMLinkModules by Eli Bendersky · 10 years ago
  86. 69fb65b [Orc] Tidy up initialization based on review feedback for r239561 from dblaikie. by Lang Hames · 10 years ago
  87. 1849093 [Scalarizer] Fix potential for stale data in Scattered across invocations by Matt Wala · 10 years ago
  88. 956bff8 [Orc] Tidy up the CompileOnDemand layer based on commit review from dblaikie. by Lang Hames · 10 years ago
  89. fe8e55c [Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned by Lang Hames · 10 years ago
  90. f28da43 R600/SI: Add assembler support for FLAT instructions by Tom Stellard · 10 years ago
  91. bffcf0d Rangify several for loops in ValueEnumerator constructor. by Yaron Keren · 10 years ago
  92. 53aa3e0 [Hexagon] Making intrinsic tests agnostic to register allocation. Narrowing intrinsic parameters to appropriate width. by Colin LeMahieu · 10 years ago
  93. f52f043 Wrap some long lines in LLVMBuild files. NFC by Douglas Katzman · 10 years ago
  94. 2086b2e Add 'shave' processor name to Triple by Douglas Katzman · 10 years ago
  95. d25af8c Refix a use of explicit pointer types in GEP constant folding by David Blaikie · 10 years ago
  96. 8040b1e Fix a typo in a comment in MemCpyOpt (test commit) by Matt Wala · 10 years ago
  97. 923bd1d Rangify two for loops in BitcodeReader.cpp. by Yaron Keren · 10 years ago
  98. 51be690 Remove unnecessary MCExpr.h include from MCSymbol.h by Pete Cooper · 10 years ago
  99. c0bd425 Remove a bunch of inline keywords from User. NFC. by Pete Cooper · 10 years ago
  100. a6ff221 Move OperandList to be allocated prior to User for hung off subclasses. by Pete Cooper · 10 years ago