1. 022708f Optimize fprintf -> iprintf if there are no floating point arguments by Richard Osborne · 15 years ago
  2. 43b4e23 PTX: Fix Emacs renaming a symbol by Justin Holewinski · 15 years ago
  3. 419454a Optimize sprintf -> siprintf if there are no floating point arguments by Richard Osborne · 15 years ago
  4. 12785e8 PTX: Fix a couple of lint violations by Justin Holewinski · 15 years ago
  5. 3649824 Optimize printf -> iprintf if there are no floating point arguments by Richard Osborne · 15 years ago
  6. 49d7999 Use X86_thiscall calling convention for Win64 as well. by Tilmann Scheller · 15 years ago
  7. 78c1e17 PR9352: Always emit a relocation for weak symbols. Not emitting relocations by Eli Friedman · 15 years ago
  8. 1473f35 TableGen should not ignore BX instructions for the ARM disassembler. pr9368. by Bob Wilson · 15 years ago
  9. acc9e73 Add a readme entry for the redundant movw issue for pr9370. by Bob Wilson · 15 years ago
  10. 2c11eb3 Renumber slot indexes uniformly instead of spacing according to the number of defs. by Jakob Stoklund Olesen · 15 years ago
  11. f37712f Represent sentinel slot indexes with a null pointer. by Jakob Stoklund Olesen · 15 years ago
  12. a97ff8a Avoid comparing invalid slot indexes, and assert that it doesn't happen. by Jakob Stoklund Olesen · 15 years ago
  13. acf9f48 Optimize SlotIndex equality tests. by Jakob Stoklund Olesen · 15 years ago
  14. b64f669 Avoid comparing invalid slot indexes. by Jakob Stoklund Olesen · 15 years ago
  15. 36d6186 Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the time. by Jakob Stoklund Olesen · 15 years ago
  16. f27a40a Check the ASM, not LLVM IR. by Bill Wendling · 15 years ago
  17. 181d3fe pr9367: Add missing predicated BLX instructions. by Bob Wilson · 15 years ago
  18. cb1c195 Testcase for r126913. by Bill Wendling · 15 years ago
  19. bece06f Change the SplitEditor interface to a single instance can be shared for multiple splits. by Jakob Stoklund Olesen · 15 years ago
  20. 8701768 Only run the updateSSA loop when we have actually seen multiple values. by Jakob Stoklund Olesen · 15 years ago
  21. c29d9b3 Fix PHI handling in LiveIntervals::shrinkToUses(). by Jakob Stoklund Olesen · 15 years ago
  22. 44456e8 Test case for r126864. Radar 9056407. by Stuart Hastings · 15 years ago
  23. 254c63e Avoid exponential blow-up when printing DAGs. by Bob Wilson · 15 years ago
  24. a2cae58 Turn the Edit member into a pointer so it can change dynamically. by Jakob Stoklund Olesen · 15 years ago
  25. 621c65e Test case for r126672. Radar 9055247. by Stuart Hastings · 15 years ago
  26. d39647d Fixes an assertion failure while disassembling ARM rsbs reg/reg form. by Kevin Enderby · 15 years ago
  27. 4670353 Transfer simply defined values directly without recomputing liveness and SSA. by Jakob Stoklund Olesen · 15 years ago
  28. e2dc0c9 Extract a method. No functional change. by Jakob Stoklund Olesen · 15 years ago
  29. e89a053 Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard. by Renato Golin · 15 years ago
  30. fa09685 add some slice helper methods. by Chris Lattner · 15 years ago
  31. 291bb70 Remove DIFactory. Patch by Devang. by Duncan Sands · 15 years ago
  32. 7e33418 Can't introduce floating-point immediate constants after legalization. by Stuart Hastings · 15 years ago
  33. f1cc70c Add Win64 thiscall calling convention. by Tilmann Scheller · 15 years ago
  34. 0dddbc3 Support for parallel compilation (/MP) when using the VS IDE. by Oscar Fuentes · 15 years ago
  35. a20244d [AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implement by David Greene · 15 years ago
  36. 31c488c ptx: fix lint and compiler warnings by Che-Liang Chiou · 15 years ago
  37. f48817c Add 64-bit addressing to PTX backend by Che-Liang Chiou · 15 years ago
  38. 38c4e53 Add a special streamer to libLTO that just records symbols definitions and uses. by Rafael Espindola · 15 years ago
  39. f7af396 Fix some typos. by Cameron Zwarich · 15 years ago
  40. 9977e52 Teach the clang attribute emitter about InheritableParamAttr. by John McCall · 15 years ago
  41. 3ccfbc2 Remove some more unused code that I missed. by Cameron Zwarich · 15 years ago
  42. 56e3793 Eliminate the unused CodeGenPrepare option to split critical edges. by Cameron Zwarich · 15 years ago
  43. fd8978b Extend initial support for primitive types in PTX backend by Che-Liang Chiou · 15 years ago
  44. 9ff5de9 Small cleanup. by Bill Wendling · 15 years ago
  45. 1c38ba6 Move extendRange() into SplitEditor and delete the LiveRangeMap class. by Jakob Stoklund Olesen · 15 years ago
  46. 4b11a70 Quiet a compiler warning about unused variable 'ExtVNI'. by Nick Lewycky · 15 years ago
  47. 0cbe91b Don't re-use existing addrec expansions if they contain casts. by Dan Gohman · 15 years ago
  48. f06e6c2 Catch more cases where 2-address pass should 3-addressify instructions. rdar://9002648. by Evan Cheng · 15 years ago
  49. d3fdaeb Rename mapValue to extendRange because that is its function now. by Jakob Stoklund Olesen · 15 years ago
  50. e0ab245 Simplify LiveIntervals::shrinkToUses() a bit by using the new extendInBlock(). by Jakob Stoklund Olesen · 15 years ago
  51. a4d3473 Fix typo. by Jakob Stoklund Olesen · 15 years ago
  52. 0b77e0f Make pred_iterator DefaultConstructible, and add an accessor to by Dan Gohman · 15 years ago
  53. 9763e2b Move LiveIntervalMap::extendTo into LiveInterval itself. by Jakob Stoklund Olesen · 15 years ago
  54. edb8755 Delete dead code. by Jakob Stoklund Olesen · 15 years ago
  55. 670ccd1 Move the value map from LiveIntervalMap to SplitEditor. by Jakob Stoklund Olesen · 15 years ago
  56. 3afab9c Delete dead code. by Jakob Stoklund Olesen · 15 years ago
  57. 1841d14 Drop RAGreedy::trySpillInterferences(). by Jakob Stoklund Olesen · 15 years ago
  58. 9bf9aa5 Fixes warnings emitted by Visual Studio 2010 compiler. by Oscar Fuentes · 15 years ago
  59. 0478c15 If argument numbering is encoded in metadata then emit arguments' debug info in that order. by Devang Patel · 15 years ago
  60. e9e16c5 Today, the language front ends produces llvm.dbg.* intrinsics, used to encode arguments' debug info, in order any way, most of the times. However, if a front end mix-n-matches llvm.dbg.declare and llvm.dbg.value intrinsics to encode debug info for arguments then code generator needs a way to find argument order. by Devang Patel · 15 years ago
  61. d9f574b Cmake fix for option defaults not being set correctly on first run by Oscar Fuentes · 15 years ago
  62. 7ee42e6 Escape graph edge labels. by Dan Gohman · 15 years ago
  63. d50f3f8 Remove the showline argument from the SMDiagnostic constructor by Dan Gohman · 15 years ago
  64. b0cdabb Code simplification. by Dan Gohman · 15 years ago
  65. 181436f Simplify this code. by Dan Gohman · 15 years ago
  66. 9f0512d Change directory_entry::path() to return a const std::string & instead of by Dan Gohman · 15 years ago
  67. 4c078f0 Stop computing the number of uses twice per value in CodeGenPrepare's sinking of by Cameron Zwarich · 15 years ago
  68. 22a1df6 Keep track of which stage produced a live range, and bypass earlier stages when revisiting. by Jakob Stoklund Olesen · 15 years ago
  69. c92cb64 Add datalayout information for the IEEE quad precision fp128 type. by Duncan Sands · 15 years ago
  70. 898fd7f Revert PathV2 changes, as sys::fs::unique_file is not finished yet. by Dan Gohman · 15 years ago
  71. bdcd766 Added missing va_end(). by Talin · 15 years ago
  72. e80338a Add a few missed unary cases when legalizing vector results. Put some cases by Duncan Sands · 15 years ago
  73. d70be0b Make InstCombiner::FoldAndOfICmps create a ConstantRange that's the by Anders Carlsson · 15 years ago
  74. 32e20a4 add a missing const qualifier for consistency. by Chris Lattner · 15 years ago
  75. 88cd0aa Optimize "icmp pred (urem X, Y), Y" --> true/false depending on pred. There's by Nick Lewycky · 15 years ago
  76. 9d40193 trailing whitespace. by Jim Grosbach · 15 years ago
  77. 2d76c84 Generalize the register matching code in DAGISel a bit. by Jim Grosbach · 15 years ago
  78. a656b63 Narrow right shifts need to encode their immediates differently from a normal by Bill Wendling · 15 years ago
  79. f291ab2 Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers. by Eli Friedman · 15 years ago
  80. d3e768e add a note by Chris Lattner · 15 years ago
  81. 918de31 Unbreak CMake build. by Ted Kremenek · 15 years ago
  82. 8e77a1b Unbreak CMake build. by Ted Kremenek · 15 years ago
  83. 41ee4e5 Add an END_WITH_NULL accessor for ConstantStruct. by Talin · 15 years ago
  84. e720068 update cmake by Chris Lattner · 15 years ago
  85. 728ff0d Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bug.cgi?id=8931 by Renato Golin · 15 years ago
  86. 4da434c Add missing whitespace in the formatting. by Kevin Enderby · 15 years ago
  87. 2ddfd95 Make all static functions become static class methods. Move shared (duplicated) functions to new MCELF class. by Jan Sjödin · 15 years ago
  88. 6973289 Use the correct shift amount type. by Owen Anderson · 15 years ago
  89. c6d160b Clean whitespace. by Owen Anderson · 15 years ago
  90. 99825b4 fix a signed comparison warning. by Chris Lattner · 15 years ago
  91. a722e78 Delete obsolete test. by Dan Gohman · 15 years ago
  92. 5bff585 Fix warning when building with clang++. by Owen Anderson · 15 years ago
  93. 0014169 Delete the GEPSplitter experiment. by Dan Gohman · 15 years ago
  94. 1551abd Delete the SimplifyHalfPowrLibCalls pass, which was unused, and by Dan Gohman · 15 years ago
  95. c92383f Delete the LiveValues pass. I won't get get back to the project it by Dan Gohman · 15 years ago
  96. bafd516 Fix typo introduced by r126661: "Fix a typo which ..." by Jakob Stoklund Olesen · 15 years ago
  97. c4db4e5 by David Greene · 15 years ago
  98. d436d5b Fix the arm's disassembler for blx that was building an MCInst without the by Kevin Enderby · 15 years ago
  99. c24ab5c Fix a typo which cause dag combine crash. rdar://9059537. by Evan Cheng · 15 years ago
  100. f222e59 Support for byval parameters on ARM. Will be enabled by a forthcoming by Stuart Hastings · 15 years ago