1. 058309b Re-apply r234898 and fix tests. by Daniel Jasper · 10 years ago
  2. 29da637 [RuntimeDyld] Add casts to make delta computation 64-bit. by Lang Hames · 10 years ago
  3. a01f355 [RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections, by Lang Hames · 10 years ago
  4. c0a57ae Change range-based for-loop to use const auto&. No functionality change. by Richard Trieu · 10 years ago
  5. 8d61ee9 uselistorder: Remove the global bits by Duncan P. N. Exon Smith · 10 years ago
  6. 49b5acf [bpf] fix build by Alexei Starovoitov · 10 years ago
  7. 2c7f24d uselistorder: Pull the bit through PrintModulePass by Duncan P. N. Exon Smith · 10 years ago
  8. 8b376eb uselistorder: Pull the assembly bit up out of the printer by Duncan P. N. Exon Smith · 10 years ago
  9. c9d5dea uselistorder: Start pulling out -preserve-ll-uselistorder by Duncan P. N. Exon Smith · 10 years ago
  10. 64b905a Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 10 years ago
  11. e005d71 uselistorder: Pull bit through BitcodeWriterPass by Duncan P. N. Exon Smith · 10 years ago
  12. bff2c56 Fix build error from r234957 by Duncan P. N. Exon Smith · 10 years ago
  13. 657aad6 uselistorder: Pull the bit through WriteToBitcodFile() by Duncan P. N. Exon Smith · 10 years ago
  14. d01ee74 uselistorder: Thread bit through ValueEnumerator by Duncan P. N. Exon Smith · 10 years ago
  15. 83ed6b7 Use the ability to pwrite to simplify the ELF writer. by Rafael Espindola · 10 years ago
  16. c98092e Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 10 years ago
  17. f49f156 [WinEH] Avoid emitting xdata tables twice for cleanups by Reid Kleckner · 10 years ago
  18. ffc045a Correct 'teh' and other typos / repeated words. by Ed Maste · 10 years ago
  19. ecc4595 [Inliner] Don't inline functions with frameescape calls by Reid Kleckner · 10 years ago
  20. 2e6716e Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add unit test to verify recalculation by Daniel Berlin · 10 years ago
  21. 5d6f997 Make updateDFSNumbers API public by Daniel Berlin · 10 years ago
  22. 448d937 verify-uselistorder: More outs() and errs(), less dbgs() by Duncan P. N. Exon Smith · 10 years ago
  23. d044549 IR: Set -preserve-bc-uselistorder=false by default by Duncan P. N. Exon Smith · 10 years ago
  24. 8922be3 IR: Rename 'use-list-order' options to 'uselistorder' by Duncan P. N. Exon Smith · 10 years ago
  25. 9074dc7 Add ladder graph utility by Daniel Berlin · 10 years ago
  26. 8b37471 DebugInfo: Pubnames: Do not include variable declarations in pubnames by David Blaikie · 10 years ago
  27. 391cd7a Update test case to include the original source code & account for some changes in clang's order of emission by David Blaikie · 10 years ago
  28. 1e3aa64 [RuntimeDyld] Make SectionEntry's Name field a std::string. by Lang Hames · 10 years ago
  29. a35d818 [Orc] Reapply r234815, outputting via stdout instead. by Lang Hames · 10 years ago
  30. daa55a6 [msvc] Strip /W[0-4] before appending /W4 by Zachary Turner · 10 years ago
  31. 66192e4 DebugInfo: Add implicit conversion from DISubprogram to DIScope by Duncan P. N. Exon Smith · 10 years ago
  32. 091be7b Revert "The code that originally made me discover this is:" by Rafael Espindola · 10 years ago
  33. 2fbccf6 Improve RefreshCallGraph to remove invalid call graph edge. by Chad Rosier · 10 years ago
  34. 6f422b3 Refactor: Simplify boolean expressions in ARM target by Alexander Kornienko · 10 years ago
  35. 88a83d4 Change the testcase mtriple to x86_64-unknown-unknown by Krzysztof Parzyszek · 10 years ago
  36. b9735c4 Fix MSVC build. by Rafael Espindola · 10 years ago
  37. 7025d24 The code that originally made me discover this is: by Daniel Jasper · 10 years ago
  38. d87c77c [AArch64] Allow non-standard INS/DUP encodings by Bradley Smith · 10 years ago
  39. 661ed85 Add raw_pwrite_stream type. by Rafael Espindola · 10 years ago
  40. 71fcd2d R600/SI: Fix verifier error caused by SIAnnotateControlFlow by Tom Stellard · 10 years ago
  41. 30e4b17 Fixing a compile error with MSVC 2013 where there is no conversion from DISubprogram to DIScope directly. by Aaron Ballman · 10 years ago
  42. 9a1030a Error out of ParseBitcodeInto(Module*) if we haven't read a Module by Filipe Cabecinhas · 10 years ago
  43. 685f2d6 Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC. by Aaron Ballman · 10 years ago
  44. 01b026b Re-enable target-specific relocation table sorting and use it for Mips by Petar Jovanovic · 10 years ago
  45. 6c456f0 [MachineLICM] Use newer model of register pressure sets. by Daniel Jasper · 10 years ago
  46. 4792454 Roll back llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll, possibly wrong commit. by NAKAMURA Takumi · 10 years ago
  47. 6ee1030 Fix crash in DebugInfoFinder when adding a module with forward declared composite type by Anders Waldenborg · 10 years ago
  48. 9cecacd Simplify n-ary adds by reassociation by Jingyue Wu · 10 years ago
  49. 35adce3 DebugInfo: Update signature of DICompileUnit::replace*() by Duncan P. N. Exon Smith · 10 years ago
  50. 32439e7 LinkAllPasses.h: also link in parts of libLLVMSupport by Dmitri Gribenko · 10 years ago
  51. 125e3d3 DebugInfo: Gut DISubprogram and DILexicalBlock* by Duncan P. N. Exon Smith · 10 years ago
  52. 89d640a [SCEVExpander] Fix comments for functions. NFC. by Sanjoy Das · 10 years ago
  53. 888e8e3 [LoopUnrollRuntime] Avoid high-cost trip count computation. by Sanjoy Das · 10 years ago
  54. 17e08f5 [SCEV] Strengthen SCEVExpander::isHighCostExpansion. by Sanjoy Das · 10 years ago
  55. dee1e82 [SCEV] Refactor out isHighCostExpansion. NFCI. by Sanjoy Das · 10 years ago
  56. 41ed493 DebugInfo: Gut DINamespace and DITemplate*Parameter by Duncan P. N. Exon Smith · 10 years ago
  57. 32cb994 DebugInfo: Add MDLexicalBlockBase::getLine(), etc. by Duncan P. N. Exon Smith · 10 years ago
  58. 355ec00 DebugInfo: Gut DIVariable and DIGlobalVariable by Duncan P. N. Exon Smith · 10 years ago
  59. 4edb309 [RuntimeDyldELF] Improve GOT support by Keno Fischer · 10 years ago
  60. 79666c2 DebugInfo: Move DIVariable::printExtendedName() to its only caller by Duncan P. N. Exon Smith · 10 years ago
  61. 3e31f5e DebugInfo: Inline DIVariable::isBlockByrefVariable() into its callers by Duncan P. N. Exon Smith · 10 years ago
  62. b0b5cb2 DebugInfo: Gut DIObjCProperty and DIImportedEntity by Duncan P. N. Exon Smith · 10 years ago
  63. d59e30d DebugInfo: Gut DILocation by Duncan P. N. Exon Smith · 10 years ago
  64. 1624f35 [LoopAccesses] Properly print whether memchecks are needed by Adam Nemet · 10 years ago
  65. 15552c4 DebugInfo: Gut DIExpression by Duncan P. N. Exon Smith · 10 years ago
  66. d48d32b DebugInfo: Move an assertion into MDCompositeTypeBase by Duncan P. N. Exon Smith · 10 years ago
  67. f016115 [RewriteStatepointsForGC] Delete dead code [NFC] by Philip Reames · 10 years ago
  68. 5f1ef8a DebugInfo: Move DILocation::computeNewDiscriminators() by Duncan P. N. Exon Smith · 10 years ago
  69. 31bbd1a AddDiscriminators: Create new MDLocation directly by Duncan P. N. Exon Smith · 10 years ago
  70. 7b16177 [Orc] Revert 234815. Still haven't quite got this test figured out apparently. by Lang Hames · 10 years ago
  71. 3c42b7f DebugInfo: Move DILocation::getDiscriminator() to MDLocation by Duncan P. N. Exon Smith · 10 years ago
  72. dc4806e DebugInfo: Remove DIObjCProperty attribute accessors, NFC by Duncan P. N. Exon Smith · 10 years ago
  73. 8ae5482 DebugInfo: Move DIDerivedType accessors to MDDerivedType, NFC by Duncan P. N. Exon Smith · 10 years ago
  74. f265d42 [Orc] Make the OrcLazy hello.ll regression test output via stderr. by Lang Hames · 10 years ago
  75. 1f13e20 Add new getModRefInfo API to determine whether an Instruction and a call modify the same memory by Daniel Berlin · 10 years ago
  76. e7122e5 Common some code from MemoryDependenceAnalysis that will be used in MemorySSA by Daniel Berlin · 10 years ago
  77. 7ca9328 DebugInfo: Make DIDerivedType accessors more strict by Duncan P. N. Exon Smith · 10 years ago
  78. b4f6438 Make getModRefInfo with a default location not crash. by Daniel Berlin · 10 years ago
  79. 534f9f3 [Orc] Back out r234805 for hello.ll until I can figure out how to sync up the by Lang Hames · 10 years ago
  80. 164cbef [CodeGen] Combine concat_vectors of scalars into build_vector. by Ahmed Bougacha · 10 years ago
  81. 8bdb7db Allow printing functions with an optional annotationwriter by Daniel Berlin · 10 years ago
  82. 0d982b8 [Orc] Disambiguate call to make_unique. This should fix the builders broken by by Lang Hames · 10 years ago
  83. 597d2b7 [Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add by Lang Hames · 10 years ago
  84. 26117d3 DebugInfo: Simplify a few more wrappers by Duncan P. N. Exon Smith · 10 years ago
  85. 2c85db4 Settle on a specific triple for the aarch64 testcase by Krzysztof Parzyszek · 10 years ago
  86. fafe7a4 SelectionDAG: Stop using DIVariable::isInlinedFnArgument() by Duncan P. N. Exon Smith · 10 years ago
  87. 95ad263 [CMake] Updates to llvm-shlib to support overriding exports list and added an option to export all symbols. by Chris Bieneman · 10 years ago
  88. 83ed245 Also add mtriple to the aarch64 testcase by Krzysztof Parzyszek · 10 years ago
  89. 7153e0d DebugInfo: Remove DIGlobalVariable::getGlobal() by Duncan P. N. Exon Smith · 10 years ago
  90. 57ea789 Expand ADDO/SUBO on Hexagon by Krzysztof Parzyszek · 10 years ago
  91. 2a8b13b Add mtriple to test case to avoid problems with different naming schemes by Krzysztof Parzyszek · 10 years ago
  92. afb02d5 StripSymbols: Use DIGlobalVariable::getConstant() instead of getGlobal() by Duncan P. N. Exon Smith · 10 years ago
  93. 55ba23d GCC complains thusly: "attributes at the beginning of statement are ignored [-Werror=attributes]". Very well then! NFC by Nick Lewycky · 10 years ago
  94. 1d7bf4a [RwriteStatepointsForGC] Minor indentation and naming [NFC] by Philip Reames · 10 years ago
  95. 461b82d DebugInfo: Remove a few unnecessary wrappers by Duncan P. N. Exon Smith · 10 years ago
  96. eed6a11 DebugInfo: Assume valid pointer in DISubprogram::replaceFunction() by Duncan P. N. Exon Smith · 10 years ago
  97. d4b4e3e Subtraction is not commutative. Fixes PR23212! by Nick Lewycky · 10 years ago
  98. 7bea988 [RewriteStatepointsForGC] Avoid inserting empty holder by Philip Reames · 10 years ago
  99. 8ca57e6 DebugInfo: Migrate DISubprogram::describes() to new hierarchy, NFC by Duncan P. N. Exon Smith · 10 years ago
  100. b6852d1 Remove this test until I figure out why it fails by Krzysztof Parzyszek · 10 years ago