1. 97816e1 Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly. by Duncan Sands · 14 years ago
  2. 29fc6f3 Add x86MMX a few more places. by Dale Johannesen · 14 years ago
  3. 3b8b2ca Add missing include. by Benjamin Kramer · 14 years ago
  4. b2143b6 Remove the experimental AliasAnalysis::getDependency interface, which by Dan Gohman · 14 years ago
  5. 6a7de3f Prune includes. by Benjamin Kramer · 14 years ago
  6. 7332907 After Dan's recent commit this is no longer true. by Devang Patel · 14 years ago
  7. 338f3ac Remove apparently unnecessary forward declaration. by Eric Christopher · 14 years ago
  8. 12ea765 Fix linux/msvc build, move include. by Benjamin Kramer · 14 years ago
  9. 16150c6 Attempt to fix the Linux build. by Owen Anderson · 14 years ago
  10. 049e42f Minimize #includes in a top-level header. by Owen Anderson · 14 years ago
  11. eac6e1d Added skeleton for inline asm multiple alternative constraint support. by John Thompson · 14 years ago
  12. e37c9e5 Fix comment typo. by Dale Johannesen · 14 years ago
  13. cbf8a98 fix the asmparser so that the target is responsible for skipping to by Chris Lattner · 14 years ago
  14. a655686 Rename ConvertToSetZeroFlag to something more general. by Bill Wendling · 14 years ago
  15. 3665661 No need to recompute the SrcReg and CmpValue. by Bill Wendling · 14 years ago
  16. 92ad57f Move some of the decision logic for converting an instruction into one that sets by Bill Wendling · 14 years ago
  17. e2d5004 typoes by Gabor Greif · 14 years ago
  18. 401e2d3 Add missing X86 MMX declarations. Hopefully fixes buildbot? by Dale Johannesen · 14 years ago
  19. 220e240 Modify the comparison optimizations in the peephole optimizer to update the by Bill Wendling · 14 years ago
  20. bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 14 years ago
  21. de49f36 Auto-upgrade the magic ".llvm.eh.catch.all.value" global to by Bill Wendling · 14 years ago
  22. d6934e4 x86mmx is 64 bits. by Dale Johannesen · 14 years ago
  23. cc38399 add a comment explicitly calling out that allocation orders may include by Jim Grosbach · 14 years ago
  24. 3ef1c87 Teach if-converter to be more careful with predicating instructions that would by Evan Cheng · 14 years ago
  25. 70c2fc0 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 14 years ago
  26. f9a26b8 What the loop unroller cares about, rather than just not unrolling loops with calls, is by Owen Anderson · 14 years ago
  27. c8ddbda Extend the getDependence query with support for PHI translation. by Dan Gohman · 14 years ago
  28. e744541 Add a getPointerOperand() helper function to VAArgInst, for consistency by Dan Gohman · 14 years ago
  29. 5f54ce3 For each instruction itinerary class, specify the number of micro-ops each by Evan Cheng · 14 years ago
  30. c48bf0c Fix this comment. by Dan Gohman · 14 years ago
  31. 5baf79e Make ELF OS ABI dependent on the OS from target triple. by Roman Divacky · 14 years ago
  32. 082bf2a Refactor code-size reduction estimation methods out of InlineCostAnalyzer and into CodeMetrics. They by Owen Anderson · 14 years ago
  33. 6c4329e Rearrange for better alignment and less padding by Jakob Stoklund Olesen · 14 years ago
  34. 71160b4 Remove dead code and data. by Jakob Stoklund Olesen · 14 years ago
  35. 4a4bc3f Remove dead code. by Jakob Stoklund Olesen · 14 years ago
  36. eb92330 Move private member functions to the end of the class declaration. by Owen Anderson · 14 years ago
  37. 1e8d5d2 Make module ownership methods on LLVMContext private, and make Module a friend by Owen Anderson · 14 years ago
  38. 30268be Clarify the ownership model of LLVMContext and Module. Namely, contexts own by Owen Anderson · 14 years ago
  39. 6592411 Add a new experimental generalized dependence query interface to by Dan Gohman · 14 years ago
  40. 7f6d62a Remove untrue comments. by Bill Wendling · 14 years ago
  41. 2da4979 Remove dead code. ManagedCleanup is unused, and contained a serious bug in that by Owen Anderson · 14 years ago
  42. 381f17e Fix PR7972, in which the PassRegistry was being leaked. As part of this, by Owen Anderson · 14 years ago
  43. fa6cb8d Tidy up the getModRefInfo declarations. by Dan Gohman · 14 years ago
  44. c88c11d Properly initialize the pImpl member of PassRegistry to zero. by Owen Anderson · 14 years ago
  45. a4b06f7 Add doxygen comments for PassRegistry. by Owen Anderson · 14 years ago
  46. d8dd575 Add an MVT::x86mmx type. It will take the place of all current MMX vector types. by Bill Wendling · 14 years ago
  47. 6bcd3a0 Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce #include clutter by Owen Anderson · 14 years ago
  48. f7a3c50 Create PTX backend. Patch by Che-Liang Chiou! by Nick Lewycky · 14 years ago
  49. 86097c3 Add patterns for MMX that use the new intrinsics. by Dale Johannesen · 14 years ago
  50. 198381e Add completely hokey binary-and and binary-or operations to ConstantRange and by Nick Lewycky · 14 years ago
  51. 32cda11 Add a new isSignWrappedSet() method to ConstantRange. by Nick Lewycky · 14 years ago
  52. adc7991 pull a simple method out of LICM into a new by Chris Lattner · 14 years ago
  53. 223c92c fix inconsistent formatting. by Chris Lattner · 14 years ago
  54. beac75d implement rdar://6653118 - fastisel should fold loads where possible. by Chris Lattner · 14 years ago
  55. 07c2b7f Remove dead code. by Jakob Stoklund Olesen · 14 years ago
  56. 061d21e fix this to work with allocators that have reference type with compilers by Chris Lattner · 14 years ago
  57. 2429e2a Reapply this increase to the number of virtual registers. All of the by Eric Christopher · 14 years ago
  58. 260fbf2 Add 'const' to getter function. by Jim Grosbach · 14 years ago
  59. d846684 Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc by Owen Anderson · 14 years ago
  60. eb0c3d3 Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the by Bob Wilson · 14 years ago
  61. 1dbb387 lets get crazy and name the header file the exact class name, by Chris Lattner · 14 years ago
  62. a11a6a0 AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter by Chris Lattner · 14 years ago
  63. 74f9cb2 Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version. by Bill Wendling · 14 years ago
  64. bc54ee9 - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang. by Bill Wendling · 14 years ago
  65. df782a7 Remove obsolete comments about throwing exceptions. by Dan Gohman · 14 years ago
  66. 2a9a2db After some discussion with djg, teach SmallVector to grow from a zero by John McCall · 14 years ago
  67. 1674b0b Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. by Benjamin Kramer · 14 years ago
  68. 040bbcc Add a comment. by Dan Gohman · 14 years ago
  69. b1fcfbe Fix .debug_range for linux. Patch by Krister Wombell. by Devang Patel · 14 years ago
  70. fc6e29d Reapply commit 112699, speculatively reverted by echristo, since by Duncan Sands · 14 years ago
  71. d0b69cf Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, by Bob Wilson · 14 years ago
  72. a2259e1 Reword this comment. Don't mention outs(), as that's not what by Dan Gohman · 14 years ago
  73. 97511ce Recommit with changes. Comment out palignr for the by Dale Johannesen · 14 years ago
  74. 6e3665b Revert 112740, it broke some clang tests somehow... by Dale Johannesen · 14 years ago
  75. 6a94cbb Add a few more missing MMX operations. This should be it. by Dale Johannesen · 14 years ago
  76. c096704 Disable CorrelatedValuePropagation while I track down selfhost failures. by Owen Anderson · 14 years ago
  77. 5627db6 Tentatively add correlated value propagation to the set of standard passes. by Owen Anderson · 14 years ago
  78. adc581f Speculatively revert 112699 and 112702, they seem to be causing by Eric Christopher · 14 years ago
  79. d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 14 years ago
  80. 4115411 Add an interface for unregistering a file from the FilesToRemove list. by Dan Gohman · 14 years ago
  81. 4563704 COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants. by Michael J. Spencer · 14 years ago
  82. e3955df Make the iterator form of erase return void, since it always succeeds, by Dan Gohman · 14 years ago
  83. f8ff40c Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on windows systems. by Duncan Sands · 14 years ago
  84. 4d588bc If PrototypeValue is erased in the middle of using the SSAUpdator by Duncan Sands · 14 years ago
  85. 248e759 Add convenience class for working with eh.exception calls. by Duncan Sands · 14 years ago
  86. 191bd64 Revert 112442 and 112440 until the compile time problems introduced by Dan Gohman · 14 years ago
  87. c88d829 Add some MMX intrinsics that duplicate functionality by Dale Johannesen · 14 years ago
  88. ae84d5b Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. by Devang Patel · 14 years ago
  89. 47b7efc Remove noisy semicolon. by Benjamin Kramer · 14 years ago
  90. 232ab94 This is the second of three patches to implement support for the .loc directive by Kevin Enderby · 14 years ago
  91. 0b48ead Reapply r112623. Included additional check for unused byval argument. by Devang Patel · 14 years ago
  92. dd120f9 Comment typo. by Dale Johannesen · 14 years ago
  93. 81b79b5 Revert r112623. It is causing self host build failures. by Devang Patel · 14 years ago
  94. 8480c2e Remember byval argument's frame index during argument lowering and use this info to emit debug info. by Devang Patel · 14 years ago
  95. 22efc18 Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's by Duncan Sands · 14 years ago
  96. 25e9405 Rename ValuePropagation to a more descriptive CorrelatedValuePropagation. by Owen Anderson · 14 years ago
  97. a805b2d Fix spelling/typo. by Michael J. Spencer · 14 years ago
  98. 2e46e78 zap unused method. x86 is the only user and already has a more powerfull version by Bruno Cardoso Lopes · 14 years ago
  99. 39429e2 Update the descriptions of NoModRef and ModRef to be consistent by Dan Gohman · 14 years ago
  100. 973a074 Remove NEON vmovn intrinsic, replacing it with vector truncate operations. by Bob Wilson · 14 years ago