1. 87e9807 Fix for atomic intrinsics detection when using MSVC. by Oscar Fuentes · 15 years ago
  2. 87bad70 Remove old DBG_LABEL code. by Dan Gohman · 15 years ago
  3. 714efc6 Remove the unused DisableLegalizeTypes option and related code. by Dan Gohman · 15 years ago
  4. 7402662 Calling InvalidateEntry during the refinement was breaking the bootstrap. by Bill Wendling · 15 years ago
  5. 32bc236 Final cleanups: by Bill Wendling · 15 years ago
  6. dc492e0 Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail. by Bill Wendling · 15 years ago
  7. 750e0e0 Document that memory use intrinsics may also return Def results. by Nick Lewycky · 15 years ago
  8. 93d3311 Fix indentation in switch statement. by Nick Lewycky · 15 years ago
  9. 83e8ec7 Generalize this optimization to work on equality comparisons between any two by Nick Lewycky · 15 years ago
  10. 6c7e8a0 More updates to objectsize intrinsic docs. by Eric Christopher · 15 years ago
  11. b3b9821 Don't print a space before the : between the file name and line number. by Dan Gohman · 15 years ago
  12. 688da28 Inline methods which are called only once. by Bill Wendling · 15 years ago
  13. 5681689 Refactor some code. No functionality change. by Bill Wendling · 15 years ago
  14. eecb991 Print newlines after printing labels for debug info, so that the output by Dan Gohman · 15 years ago
  15. 381ca55 Don't blindly set the debug location for PHI node copies. by Dan Gohman · 15 years ago
  16. 6e3ff37 Make TargetSelectInstruction protected and called from FastISel.cpp by Dan Gohman · 15 years ago
  17. 864e2ef Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of by Dan Gohman · 15 years ago
  18. 735985f Simplify this code: don't call AnalyzeBranch before doing simpler checks. by Dan Gohman · 15 years ago
  19. 07f111e The debug information for an LLVM Instruction applies to that Instruction by Dan Gohman · 15 years ago
  20. 3b9bc04 Fix this code to use DIScope instead of DICompileUnit, as in r90181. by Dan Gohman · 15 years ago
  21. 4b808b0 Don't print the debug directory; it's often long and uninteresting. Omit by Dan Gohman · 15 years ago
  22. 7004b9c Minor code simplification. by Dan Gohman · 15 years ago
  23. 63be493 by David Greene · 15 years ago
  24. 8a3f644 Remove now-redundant llvm-as invocations. by Dan Gohman · 15 years ago
  25. adbc23c by David Greene · 15 years ago
  26. 7907ddb Add testcase for PR4262. by Bill Wendling · 15 years ago
  27. fcafe44 Print a space between the comment character and the text. by Dan Gohman · 15 years ago
  28. e98be31 Temporarily revert r72620 because r72619 was reverted. by Bill Wendling · 15 years ago
  29. d55224c In TAG_subrange_type, uppder bound is zero indexed. by Devang Patel · 15 years ago
  30. 03c8406 by David Greene · 15 years ago
  31. 5e33632 by David Greene · 15 years ago
  32. ea7bfc5 Fix indentation. by Bob Wilson · 15 years ago
  33. f7ea2a5 by David Greene · 15 years ago
  34. 29dbf50 by David Greene · 15 years ago
  35. 39fdd69 Fix up some comments. by Bob Wilson · 15 years ago
  36. d614a1f Fix 80-column violations. by Bob Wilson · 15 years ago
  37. d90ade5 OptParser: Emit HelpText field for option groups. by Daniel Dunbar · 15 years ago
  38. 1500c4f Some code cleanup. No functionality change. by Bill Wendling · 15 years ago
  39. ff7707e Avoid creating a metadata slot for all metadata that contains an instruction by Victor Hernandez · 15 years ago
  40. 11572ba Handle recursive PHI's. by Evan Cheng · 15 years ago
  41. 954c80e Fix crasher when N->getElement(n) is NULL by Victor Hernandez · 15 years ago
  42. 79fc6f4 Add a pre-regalloc tail duplication pass. by Evan Cheng · 15 years ago
  43. 9d0f8bb Don't try to be cute with undef optimization here. Let ProcessImplicitDefs handle it. by Evan Cheng · 15 years ago
  44. 36236b7 Add note about a subtle bug in this code. Does not effect the main by Duncan Sands · 15 years ago
  45. 83563b2 Fix typo and add missing include. by Daniel Dunbar · 15 years ago
  46. 1f6ae81 Added debug output for inherited passes that are invalidated. by Andreas Neustifter · 15 years ago
  47. fa8182e Forward -m32/-m64 to the linker. by Mikhail Glushenkov · 15 years ago
  48. 3ab4883 Support -march/-mtune/-mcpu. by Mikhail Glushenkov · 15 years ago
  49. 44a7a38 Fix PR5551 by not ignoring the top level constantexpr when by Chris Lattner · 15 years ago
  50. bbf9a58 add to cmake by Chris Lattner · 15 years ago
  51. e4968a4 Small and carefully crafted testcase showing a miscompilation by GVN by Chris Lattner · 15 years ago
  52. 210e45a add the start of a class used to handle phi translation in memdep and by Chris Lattner · 15 years ago
  53. 9b195ea Create yet another helper for Invoke. by Mike Stump · 15 years ago
  54. 97e2450 Teach AsmWriter to write inline (not via a global metadata slot) metadata that contains an instruction by Victor Hernandez · 15 years ago
  55. eb35699 Fix a comment typo. by Bob Wilson · 15 years ago
  56. b39a407 Add some helpers for Invoke to mirror CreateCall helpers. by Mike Stump · 15 years ago
  57. 45305d4 add an assert to make it really clear what this is doing. Return singularval as by Chris Lattner · 15 years ago
  58. 6b74e50 Also attempt trivial coalescing for live intervals that end in a copy. by Jakob Stoklund Olesen · 15 years ago
  59. 2e65c29 - If the reaching definition is an undef and the use is a PHI, add the implicit_def to the end of the source block. by Evan Cheng · 15 years ago
  60. b3235d2 Insert composite type DIE into the map before processing type fields. This allows fields to find their context DIE from the map. by Devang Patel · 15 years ago
  61. 1971556 Add ParseInlineMetadata() which can parses metadata that refers to an instruction. Extend ParseParameterList() to use this new function so that calls to llvm.dbg.declare can pass inline metadata by Victor Hernandez · 15 years ago
  62. 4dc4a61 remove out of date FIXME. by Jim Grosbach · 15 years ago
  63. 01306ca Handle undef values properly. by Evan Cheng · 15 years ago
  64. 9aed939 Watch out for PHI instruction with no source operands. by Evan Cheng · 15 years ago
  65. 4a8ee23 Fix a comment typo. by Bob Wilson · 15 years ago
  66. 9993b88 Fix ExpandShiftWithUnknownAmountBit, which was completely bogus. by Duncan Sands · 15 years ago
  67. f4811a9 Clean up some loop logic. by Jakob Stoklund Olesen · 15 years ago
  68. 5d11eb0 Add support to emit debug info for virtual functions and virtual base classes. by Devang Patel · 15 years ago
  69. 018402d Print a newline after the Args: line so that unrelated errs() output doesn't by Dan Gohman · 15 years ago
  70. 88a91b5 Fix MSVC build. by Benjamin Kramer · 15 years ago
  71. 8c30abe Convert ProfileVerifier to template so it can be used for different types of ProfileInfo. by Andreas Neustifter · 15 years ago
  72. 1640f7e Do not create negative edge weights in ProfileEstimator. by Andreas Neustifter · 15 years ago
  73. a6d5e40 Add an implementation of the delta debugging algorithm. by Daniel Dunbar · 15 years ago
  74. 44299c9 Use ProfileInfo-API in ProfileInfo Loader and do more assertions. by Andreas Neustifter · 15 years ago
  75. e2baf6b Converted ProfileInfo to template, added more API for ProfileInfo-preserving. by Andreas Neustifter · 15 years ago
  76. 111e762 Teach tail duplication to update SSA form. Work in progress. by Evan Cheng · 15 years ago
  77. 89742c2 expand note. by Chris Lattner · 15 years ago
  78. 0533217 add a note by Chris Lattner · 15 years ago
  79. 93e0ed3 Don't pull vector sext through both hands of a logical operation, since doing so prevents the fusion of vector sext and setcc into vsetcc. by Nate Begeman · 15 years ago
  80. 56856b1 fix a build problem with VC++, PR5664, patch by Alp Toker! by Chris Lattner · 15 years ago
  81. 324f4f1 Recognize canonical forms of vector shuffles where the same vector is used for by Bob Wilson · 15 years ago
  82. 9f0d4e6 Don't call getValueType() on a null SDValue by Jakob Stoklund Olesen · 15 years ago
  83. c9f2027 Fix this crasher, and add a FIXME for a missed optimization. by Owen Anderson · 15 years ago
  84. 229694f Fill out codegen SSA updater. It's not yet tested. by Evan Cheng · 15 years ago
  85. cb06403 Revert r90371. It was causing build failures. by Bill Wendling · 15 years ago
  86. 15d75d9 Don't hang on to pointers or references after vector::push_back. by Jakob Stoklund Olesen · 15 years ago
  87. fd82af0 add a failing testcase. by Chris Lattner · 15 years ago
  88. 1d5cc1d Emit method definition DIE at module level (even for methods with inlined functino body at soure level) so that the debugger can invoke it. This fixes many test failures in gdb test suite. by Devang Patel · 15 years ago
  89. b8e675c Further improvements: refactoring code that does the same thing into one by Bill Wendling · 15 years ago
  90. bf108bd yay for case insensitive file systems (?) by Chris Lattner · 15 years ago
  91. e568fa2 fix PR5673 by being more careful about pointers to functions. by Chris Lattner · 15 years ago
  92. 35e86af remove some dead std::ostream using code. by Chris Lattner · 15 years ago
  93. 7896c9f improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 15 years ago
  94. dd5eb02 This initial code is meant to convert TargetData to use an AbstractTypesUser so by Bill Wendling · 15 years ago
  95. e731fa2 Fix CMake makefiles by Douglas Gregor · 15 years ago
  96. 651ea53 Skeleton for MachineInstr level SSA updater. by Evan Cheng · 15 years ago
  97. 3627b48 Remove unnecessary check. by Bill Wendling · 15 years ago
  98. b51d3f9 Add MaxStackAlignment.cpp to CMake by Jim Grosbach · 15 years ago
  99. e27d205 Factor the stack alignment calculations out into a target independent pass. by Jim Grosbach · 15 years ago
  100. f1e01dc Don't count PHI instructions toward the limit for tail duplicating a block. by Bob Wilson · 15 years ago