1. a3af347 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  2. c9a4f3d MIR Serialization: Serialize simple MachineRegisterInfo attributes. by Alex Lorenz · 10 years ago
  3. fa21ae5 Use Symbol::getValue to simplify object::computeSymbolSizes. NFC. by Rafael Espindola · 10 years ago
  4. 5d59315 [LSR] canonicalize Prod*(1<<C) to Prod<<C by Jingyue Wu · 10 years ago
  5. 1171dad Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC. by Rafael Espindola · 10 years ago
  6. 9fa0ab3 Add a SymbolRef::getValue. by Rafael Espindola · 10 years ago
  7. 234c589 Devirtualize Constant::replaceUsesOfWithOnConstant. by Pete Cooper · 10 years ago
  8. a0b5a74 AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC by Duncan P. N. Exon Smith · 10 years ago
  9. 262e948 Refactor duplicated code. NFC. by Rafael Espindola · 10 years ago
  10. 1841925 Object: Add XFAILed test case for r239560. by Peter Collingbourne · 10 years ago
  11. 1b6ca9d [CaptureTracking] Avoid long compilation time on large basic blocks by Bruno Cardoso Lopes · 10 years ago
  12. d89b55e MIR Serialization: Serialize the null register operands. by Alex Lorenz · 10 years ago
  13. baf8f6a [LoopVectorizer] Fix bailing-out condition for OptForSize case. by Michael Zolotukhin · 10 years ago
  14. 9a5f962 Simplify the logic, NFC. by Rafael Espindola · 10 years ago
  15. 0502ac4 ADTTests: merge #ifdef checks from r240436. by Alex Lorenz · 10 years ago
  16. 1e6b8f5 Don't get confused with sections whose section number is reserved. by Rafael Espindola · 10 years ago
  17. 1a03087 [X86][AVX] Added full set of 256-bit vector shift tests. by Simon Pilgrim · 10 years ago
  18. 128f072 Eliminate additional redundant copies of Triple objects. NFC. by Daniel Sanders · 10 years ago
  19. bf98467 Fix instruction scheduling live register tracking by Pawel Bylica · 10 years ago
  20. 611e493 [llvm-stress] Simple refactoring and better style. NFC. by Pawel Bylica · 10 years ago
  21. 41f2872 [mips][microMIPS] Implement BREAK, EHB and EI instructions by Zoran Jovanovic · 10 years ago
  22. 821b06f Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  23. 9ece8eb [ADT] Teach DenseMap to support StringRef keys. by Chandler Carruth · 10 years ago
  24. 0b48c1e Hexagon: Paper over the undefined behaviour introduced by r238692 by Justin Bogner · 10 years ago
  25. 76bee1a MILexer.cpp: Try to fix a warning. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
  26. 1405564 [TableGen] Restore the use of the TheInit field in Record to cache the Record's DefInit. I broke this when I fixed memory leaks recently. Remove the DenseMap that mapped Record's to DefInit. by Craig Topper · 10 years ago
  27. bfb1922 Do not treat ARM _MoveToCoprocessor* intrinsics as MSBuiltins. by Bob Wilson · 10 years ago
  28. ef4ff21 Hexagon: Avoid left shifting negative values (it's UB) by Justin Bogner · 10 years ago
  29. cac0341 SystemZ: Rephrase this allOnes calculation to avoid UB by Justin Bogner · 10 years ago
  30. 9073b8f Don't repeat name in comments. by Rafael Espindola · 10 years ago
  31. 0810814 [X86] Don't generate vbroadcasti128 for v4i64 splats from memory. by Ahmed Bougacha · 10 years ago
  32. eab3c65 Remove unused GlobalVariable::replaceUsesOfWithOnConstant. NFC. by Pete Cooper · 10 years ago
  33. cd5ba15 [X86] update_llc_test_checks vector-shuffle-*. NFC. by Ahmed Bougacha · 10 years ago
  34. ac57f35 MIR Serialization: Serialize immediate machine operands. by Alex Lorenz · 10 years ago
  35. c2d7962 fix typo; NFC by Sanjay Patel · 10 years ago
  36. 378001d don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  37. 8dad59b Add "-mcpu=" option to llvm-rtdyld by Petar Jovanovic · 10 years ago
  38. 926d65d MIR Parser: Use correct source locations for machine instruction diagnostics. by Alex Lorenz · 10 years ago
  39. d621812 Devirtualize Constant::destroyConstant. by Pete Cooper · 10 years ago
  40. 3ebe082 [X86][SSE] Added full set of 128-bit vector shift tests. by Simon Pilgrim · 10 years ago
  41. a9a3bc2 Let llvm::ReplaceInstWithInst copy debug location from old to new instruction. by Alexey Samsonov · 10 years ago
  42. 0d1ad62 Pass 2 more variables to lit tests. by Evgeniy Stepanov · 10 years ago
  43. ef42e11 Revert "[FaultMaps] Move FaultMapParser to Object/" by Sanjoy Das · 10 years ago
  44. 4f6926b Adding the missing LTO API to lto.exports by Steven Wu · 10 years ago
  45. 8bb10c6 Don't pass a 32 bit value to "%08" PRIx64. by Rafael Espindola · 10 years ago
  46. fbd7466 This change fixes three bugs in loop unswitching. This change causes an 81% speed-up on a benchmark that is based on EigenConvolutionKernel2D from Eigen3, where the lack of loop unswitching blocks hoisting of loads out of a nested loop (see bug 23816 for how loop unswitching and load hoisting are related). by Mark Heffernan · 10 years ago
  47. 572587c [NVPTX] Added missing test case for llvm.nvvm.sqrt.f NVPTX intrinsic by Artem Belevich · 10 years ago
  48. 1c5cf24 ADT: Add a string APSInt constructor. by Alex Lorenz · 10 years ago
  49. 38e8531 Pass -m to the linker in this test. by Rafael Espindola · 10 years ago
  50. d31dc69 AsmParser: Extend the API to make the global value and metadata node slot mappings publicly accessible. by Alex Lorenz · 10 years ago
  51. 3edc38d ELF: Fix defintion of STT_LOOS and STT_HIOS. by Tom Stellard · 10 years ago
  52. 9982d6f MIR Serialization: Serialize physical register machine operands. by Alex Lorenz · 10 years ago
  53. a99d1c8 [ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop on def by John Brawn · 10 years ago
  54. bd1e605 objdump: Don't print a (always 0) size for MachO symbols. by Rafael Espindola · 10 years ago
  55. 3800e76 SystemZ: Avoid left shifting negative values (it's UB) by Justin Bogner · 10 years ago
  56. 896353d [Option] Plug a leak when move-assigning an InputArgList. by Benjamin Kramer · 10 years ago
  57. 9492ec5 Make helper functions static. NFC. by Benjamin Kramer · 10 years ago
  58. 530a616 [BranchFolding] Document why replacing HashMachineInstr with hash_code doesn't work by Benjamin Kramer · 10 years ago
  59. 336ead0 [MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstr by Benjamin Kramer · 10 years ago
  60. d18bb88 [MachineBasicBlock] Use the const_cast(this) trick to reduce duplication by Benjamin Kramer · 10 years ago
  61. 7376033 Be sure to set the DataLayout before checking the cache. by Rafael Espindola · 10 years ago
  62. 115be62 [mips] [IAS] Add partial support for the ULHU pseudo-instruction. by Toma Tabacu · 10 years ago
  63. 0e92884 Remove unused arguments and move ManglerPrefixTy to the implementation. by Rafael Espindola · 10 years ago
  64. 88278a2 [mips] [IAS] Add support for generating DADDu to createAddu(). NFC. by Toma Tabacu · 10 years ago
  65. 9758b4a Simplify the Mangler interface now that DataLayout is mandatory. by Rafael Espindola · 10 years ago
  66. 7c5bf4d [mips64] Emit correct addend for some PC-relative relocations by Petar Jovanovic · 10 years ago
  67. 14e438d [Hexagon] Use MF reference from parent class in HexagonPacketizerList by Krzysztof Parzyszek · 10 years ago
  68. 29e0044 [mips] [IAS] Move some function definitions to MipsTargetStreamer.cpp. NFC. by Toma Tabacu · 10 years ago
  69. 7737c63 Don't repeat names in comments. by Rafael Espindola · 10 years ago
  70. b9ed9af Use MCSymbols for FastISel. by Rafael Espindola · 10 years ago
  71. b7f5b8b Revert r240302 ("Bring r240130 back."). by Daniel Jasper · 10 years ago
  72. b7c46b5 Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  73. 43fab48 [mips] llvm-readobj can parse .MIPS.abiflags. No need to check the bytes. by Daniel Sanders · 10 years ago
  74. cd52a7a Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  75. d96e362 AVX-512: Added all forms of VPABS instruction by Elena Demikhovsky · 10 years ago
  76. 1e4a7e0 MCExpr: Avoid UB by evaluating this shift as unsigned by Justin Bogner · 10 years ago
  77. 46a8f93 [mips] Fix some UB by shifting before sign-extending by Justin Bogner · 10 years ago
  78. a915f41 test: Move target dependent test in their own folder for c API test by Justin Bogner · 10 years ago
  79. ab3926f Fix PR13851: Preserve metadata for the unswitched branch by Weiming Zhao · 10 years ago
  80. 9e7539a Remove broken banner. by Rafael Espindola · 10 years ago
  81. da523bd Add a test for the previous commit. by Rafael Espindola · 10 years ago
  82. 8bfd2e8 Handle multiple symbols having the same address. by Rafael Espindola · 10 years ago
  83. 3f2dc24 [InstCombine] Optimize subtract of selects into a select of a sub by David Majnemer · 10 years ago
  84. 393bbf5 Fix tests when X86 is not enabled. by Rafael Espindola · 10 years ago
  85. dba0706 Compute correct symbol sizes for MachO and COFF. by Rafael Espindola · 10 years ago
  86. 344dd65 Extract an utility for computing symbol sizes on MachO and COFF. by Rafael Espindola · 10 years ago
  87. 080d72c AMDGPU: Use getAsInteger instead of atoi by Matt Arsenault · 10 years ago
  88. c49542e [FaultMaps] Move FaultMapParser to Object/ by Sanjoy Das · 10 years ago
  89. 14b4927 Fix a typo in a comment in FaultMaps.h. NFC. by Sanjoy Das · 10 years ago
  90. b5aa0b9 llvm/tools/llvm-objdump/CMakeLists.txt: Update libdeps to fix r240304. by NAKAMURA Takumi · 10 years ago
  91. 8bd59f5 [x86] generalize reassociation optimization in machine combiner to 2 instructions by Sanjay Patel · 10 years ago
  92. b06f3b4 Re-apply "InstrProf: When reading, copy the data instead of taking a reference. NFC" by Justin Bogner · 10 years ago
  93. fe3176f InstrProf: Add a test for multiple copies of the same with different hashes by Justin Bogner · 10 years ago
  94. 46a3ee7 Create Value.def helper. NFC. by Pete Cooper · 10 years ago
  95. 845d1a6 Fix PR23914. by Evgeniy Stepanov · 10 years ago
  96. 3755f9f Code cleanup: Remove std::move() around xvalue (NFC) by Logan Chien · 10 years ago
  97. 08056a4 [LoopDist] Improve variable names and comments in LoopVersioning class, NFC by Adam Nemet · 10 years ago
  98. 0c17f95 Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here by David Blaikie · 10 years ago
  99. cf300d8 [CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool, as a string to change behaviors of the build is a dirty hack. We shouldn't do it. by Chris Bieneman · 10 years ago
  100. e903f64 Revert r240291: causes problems in self-hosted builds. by Pawel Bylica · 10 years ago