1. 8a04253 [RS4GC] Use SetVector/MapVector instead of DenseSet/DenseMap to guarantee stable ordering by Igor Laevsky · 9 years ago
  2. d14cbec The test files are auto-generated by update_llc_test_checks.py utility. by Elena Demikhovsky · 9 years ago
  3. 37b081d [mips][ias] Only round section sizes when explicitly requested. by Daniel Sanders · 9 years ago
  4. f986e3c [Sparc] Allow taking of function address into a register. by Chris Dewhurst · 9 years ago
  5. eacda36 [mips][microMIPS] Add CodeGen support for microMIPSr6 ROTR and ROTRV and add tests for LL, SC, SYSCALL, ROTR, ROTRV, LWM32, SWM32 and MOVEP instructions by Zlatko Buljan · 9 years ago
  6. d33a1b7 [Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end. by Chris Dewhurst · 9 years ago
  7. 5d614d3 [mips] Remove -mattr=+n64 and fix indentation in tailcall.ll RUN lines. NFC. by Daniel Sanders · 9 years ago
  8. c454f3e [ConstantFolding, ValueTracking] Fold constants involving bitcasts of ConstantVector by David Majnemer · 9 years ago
  9. 125d646 [llvm-readobj] Print MIPS .MIPS.options section content by Simon Atanasyan · 9 years ago
  10. fbaff66 [IPO/ConstantMerge] Convert to static function, to facilitate transition to the new PM. by Davide Italiano · 9 years ago
  11. 187e0e6 Make ListScope and DictScope re-use the same code. by Zachary Turner · 9 years ago
  12. 6c67e89 [X86] Lower zext i1 arguments by David Majnemer · 9 years ago
  13. 11773e9 Remove (unused) "using namespace llvm;" in Support header. This caused the modules build to break. by Richard Smith · 9 years ago
  14. fea3ecb [GlobalDCE, Misc] Don't remove functions referenced by ifuncs by David Majnemer · 9 years ago
  15. 7212e1e [Support] Add a free toString function for Error by Vedant Kumar · 9 years ago
  16. de24f13 llvm-pdbdump: Update libdeps. by NAKAMURA Takumi · 9 years ago
  17. 1820caa Produce another specific error message for a malformed Mach-O file when a load by Kevin Enderby · 9 years ago
  18. 546d80a Fix template type deduction error on some compilers. by Zachary Turner · 9 years ago
  19. 7b7e9c7 Add opt-bisect support to additional passes that can be skipped by Andrew Kaylor · 9 years ago
  20. 80aec1a Remove unused variable. by Zachary Turner · 9 years ago
  21. 14c490a Move CodeViewTypeStream to DebugInfo/CodeView by Zachary Turner · 9 years ago
  22. 0b059c1 PM: Port LoopRotation to the new loop pass manager by Justin Bogner · 9 years ago
  23. 07935f9 [X86][XOP] Add placeholder VPERMIL2 combining tests by Simon Pilgrim · 9 years ago
  24. cc5bcb5 PM: Port LoopSimplifyCFG to the new pass manager by Justin Bogner · 9 years ago
  25. 895f6a3 [X86] Tidied up SDValue's SDNode referencing. NFCI. by Simon Pilgrim · 9 years ago
  26. 1a7c00a PM: Check that loop passes preserve a basic set of analyses by Justin Bogner · 9 years ago
  27. 1e1b4ae [IPO/ConstantMerge] Garbage collect dead code. NFC. by Davide Italiano · 9 years ago
  28. b9c4af5 Disable LLVM_ENABLE_TIMESTAMPS by default by Chris Bieneman · 9 years ago
  29. dda2c41 [Support] Drop template line in favor of 'inline' by Vedant Kumar · 9 years ago
  30. 4dc70fc X86-Darwin: start emitting data-region directives for jump-tables. by Tim Northover · 9 years ago
  31. 5fb55f6 [RS4GC] Add a test case around calling conventions; NFC by Sanjoy Das · 9 years ago
  32. 680266e [ADT] Add drop_front method to ArrayRef by Reid Kleckner · 9 years ago
  33. ded3b7b Add an address space for the X86 SS segment. by David L Kreitzer · 9 years ago
  34. 692cb17 [IPO/IPCP] Convert to use static functions. NFC. by Davide Italiano · 9 years ago
  35. f8e0835 [ProfileData] Propagate an error from InstrProfSymtab by Vedant Kumar · 9 years ago
  36. 82cad6f [IPO/GlobalDCE] Port to the new pass manager. by Davide Italiano · 9 years ago
  37. 8185ccb [SROA] Function canConvertValue needs to check whether both NewTy and OldTy pointers are by Jack Liu · 9 years ago
  38. 9fd5cab Revert 268409 due to missing comment. by Jack Liu · 9 years ago
  39. 78d69af [ProfileData] Assert NoError in CoverageMappingTest by Vedant Kumar · 9 years ago
  40. 4d14404 [Reassociate] Remove unneeded constructor. by Davide Italiano · 9 years ago
  41. 6406486 [ExecutionEngine] Add comment explainging that ExecutionEngine::addGlobalMapping by Lang Hames · 9 years ago
  42. 1a0909f [ImplicitNullChecks] Account for implicit-defs as well when updating the liveness. by Quentin Colombet · 9 years ago
  43. 4ddc88e by Jack Liu · 9 years ago
  44. 2845c75 [LICM] Kill SCEV loop dispositions if needed by Sanjoy Das · 9 years ago
  45. 26fc301 Use all_of instead of a raw loop; NFC by Sanjoy Das · 9 years ago
  46. 045a03d [LoopDeletion] Clear SCEV loop dispositions by Sanjoy Das · 9 years ago
  47. b78000e [SCEV] Tweak the output format and content of -analyze by Sanjoy Das · 9 years ago
  48. 57dae44 Produce another specific error message for a malformed Mach-O file when a load by Kevin Enderby · 9 years ago
  49. d907a8e [ProfileData] Assert NoError in InstrProfTest by Vedant Kumar · 9 years ago
  50. 707e782 [ProfileData] Add error codes for compression failures by Vedant Kumar · 9 years ago
  51. 6e9b03b Win packaging script: include the OpenMP run-time by Hans Wennborg · 9 years ago
  52. 3bb1495 AMDGPU/SI: Use range loops to simplify some code in the SI Scheduler by Tom Stellard · 9 years ago
  53. 6c3ac40 Move "Eliminate Available Externally" immediately after the inliner by Mehdi Amini · 9 years ago
  54. f4c5ea4 Provide some default values for the ThinLTO Cache pruning by Mehdi Amini · 9 years ago
  55. d80450e Silence unused variable warning; NFC. by Aaron Ballman · 9 years ago
  56. 21ed3fc [X86][SSE] Added target shuffle combine to MOVQ by Simon Pilgrim · 9 years ago
  57. bf6a9dfb Fold compares irrespective of whether allocation can be elided by Anna Thomas · 9 years ago
  58. 0e6cb51 [Sparc] Constification of TargetMachine arguments by James Y Knight · 9 years ago
  59. 1f8afe4 [mips][fastisel] ADJCALLSTACKUP has a second immediate operand. by Daniel Sanders · 9 years ago
  60. 205465e [mips] Fix unused variable warning for release builds introduced by r268379. by Daniel Sanders · 9 years ago
  61. c8b0a11 [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations. by Daniel Sanders · 9 years ago
  62. d56fee3 [X86][SSSE3] Missing combine opportunity to simplify to a MOVQ shuffle by Simon Pilgrim · 9 years ago
  63. b663ea6 [AVX512] Add support for commutative MAX/MIN . In general VMAX{PS,PD} and VMIN{PS,PD} instruction are not commutative . In combine pass only if UnsafeFPMath are used VMAX/VMAX are converted to commutative nodes VMAXC/VMAXC. by Igor Breger · 9 years ago
  64. e3e438a Mark that SpeculativeExecution preserves Globals Alias Analysis. by Kristof Beyls · 9 years ago
  65. 6386c04 [AVX512] Fix lowerV4X128VectorShuffle to select correctly input operands . by Igor Breger · 9 years ago
  66. 9de339f [lib/Object] Make this assertion more useful. by Davide Italiano · 9 years ago
  67. 8d0e28c [CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that implicitly indicate the number of result VTs. This shaves about 16K off the X86 matching table taking it down to about 470K. by Craig Topper · 9 years ago
  68. fc635b1 Fix uppercase typo by Matthias Braun · 9 years ago
  69. 97157e8 Remove unused header, NFC by Vedant Kumar · 9 years ago
  70. d231d91 AArch64/optimizeCondBranch: Remove earlier kill flag when forming TBZ by Matthias Braun · 9 years ago
  71. 2d54216 test commit by Jack Liu · 9 years ago
  72. 67d4f30 [LoopUnroll] Unroll loops which have exit blocks to EH pads by David Majnemer · 9 years ago
  73. a802e2a Change operation_not_supported to not_supported. by Zachary Turner · 9 years ago
  74. 97e4f88 [codeview] Maintain the type enum-to-classname mapping in the .def file by Reid Kleckner · 9 years ago
  75. 84bc70b Parse the TPI (type information) stream of PDB files. by Zachary Turner · 9 years ago
  76. 2448e9f Move llvm-readobj/StreamWriter to Support. by Zachary Turner · 9 years ago
  77. dd2d6cf ThinLTO: do not import function whose linkage prevents inlining. by Mehdi Amini · 9 years ago
  78. 02073cb livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC by Matthias Braun · 9 years ago
  79. be4f17f Moved test case for r268323 to DebugInfo/X86 to unbreak aarch64. by Wolfgang Pieb · 9 years ago
  80. 1b960de Adding period to the end of a comment to test out commit access. by Douglas Yung · 9 years ago
  81. b4756d6 LivePhysRegs: Automatically determine presence of pristine regs. by Matthias Braun · 9 years ago
  82. 0414149 MITests: Update libdeps. by NAKAMURA Takumi · 9 years ago
  83. f45287b NFC: An iterator for stepping through CodeView type stream in llvm-readobj by Adrian McCarthy · 9 years ago
  84. 7f90dd2 [MC] Create unique .pdata sections for every .text section by Reid Kleckner · 9 years ago
  85. cde8f4f Add unittest for LiveIntervalAnalysis::handleMove() by Matthias Braun · 9 years ago
  86. 1b86775 [MachineBlockPlacement] Let the target optimize the branches at the end. by Quentin Colombet · 9 years ago
  87. a15f9f5 [X86] Model FAULTING_LOAD_OP as a terminator and branch. by Quentin Colombet · 9 years ago
  88. be15f60 Simplify. NFC. by Rafael Espindola · 9 years ago
  89. 844d21c DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE. by Wolfgang Pieb · 9 years ago
  90. 2ef9762 Revert "ThinLTO: do not import function whose linkage prevents inlining." by Mehdi Amini · 9 years ago
  91. 59affc6 [llvm-pdbdump] Fix read past EOF when file is too small. by Zachary Turner · 9 years ago
  92. e1cf918 ThinLTO: do not import function whose linkage prevents inlining. by Mehdi Amini · 9 years ago
  93. b6d0e4b Fix llvm-size to exit with non zero when it can’t open a file. by Kevin Enderby · 9 years ago
  94. 0cd1649 Remove redundant return, NFC by Vedant Kumar · 9 years ago
  95. fab330e Fix a typo, NFC by Vedant Kumar · 9 years ago
  96. f531bd9 [X86][SSE] Added placeholder for 128/256-bit wide shuffle combines by Simon Pilgrim · 9 years ago
  97. 78deea8 Don't try to create thin bsd archives. by Rafael Espindola · 9 years ago
  98. 85cd66e [dsymutil] Create the temporary files in the system temp directory. by Frederic Riss · 9 years ago
  99. c78f77b Code refactoring -- preparation for new PM porting /NFC by Xinliang David Li · 9 years ago
  100. 6086128 [codeview] Isolate type dumping from object file state by Reid Kleckner · 9 years ago