1. 4680077 Lower i16/i32 sdiv/udiv/srem/urem using libcalls. by Sanjiv Gupta · 15 years ago
  2. a43a7ae Allow libcalls for i16 sdiv/udiv/rem operations. by Sanjiv Gupta · 15 years ago
  3. 5d41910 ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and by Bruno Cardoso Lopes · 15 years ago
  4. 9f5f322 Fix an erroneous check for isFNeg; the FNeg case is handled by Dan Gohman · 15 years ago
  5. 40e233f Fix these so that they work on non-x86 Darwin machines. by Bill Wendling · 15 years ago
  6. 46b89af Specify that this works for Darwin. by Bill Wendling · 15 years ago
  7. e075a62 The DWARF unwind info was incorrect. While compiling with by Bill Wendling · 15 years ago
  8. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  9. d18e31a Add new function attribute - noredzone. by Devang Patel · 15 years ago
  10. 4c9369d Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was by Dale Johannesen · 15 years ago
  11. 073e7e5 RALinScan::attemptTrivialCoalescing() was returning a virtual register instead of the physical register it is allocated to. This resulted in virtual register(s) being added the live-in sets. by Evan Cheng · 15 years ago
  12. 550aacb A value defined by an implicit_def can be liven to a use BB. This is unfortunate. But register allocator still has to add it to the live-in set of the use BB. by Evan Cheng · 15 years ago
  13. cd0c4ac A value defined by an implicit_def can be liven to a use BB. This is unfortunate. But register allocator still has to add it to the live-in set of the use BB. by Evan Cheng · 15 years ago
  14. 8eeb96d CMake: Use explicit dependencies for Xcode (as well as MSVC), to make by Douglas Gregor · 15 years ago
  15. d8b4711 <rdar://problem/6944342> libLTO for darwin should add -static when assembling .s by Nick Kledzik · 15 years ago
  16. ac27640 Removed SimpleRewriter. by Lang Hames · 15 years ago
  17. 1e07efd For XTARGET to work on targets not in the list, by Dale Johannesen · 15 years ago
  18. 0e19a3f Check in test changes that I accidentally left out of r72872. by Dan Gohman · 15 years ago
  19. ef23d71 Properly detect malloc_zone_statistics in CMake build system by Douglas Gregor · 15 years ago
  20. 77b81fe Don't do the X * 0.0 -> 0.0 transformation in instcombine, because by Dan Gohman · 15 years ago
  21. 68f32cb Fix comments. by Dan Gohman · 15 years ago
  22. 347c7bb --plugin is not needed for bfd anymore. Update docs. by Torok Edwin · 15 years ago
  23. 82f1d1b Remove unused code. by Sanjiv Gupta · 15 years ago
  24. 76941b2 CMake: Renamed LLVM_ENABLE_ASSERTS to by Oscar Fuentes · 15 years ago
  25. 3b0a4f1 Custom lower SUB with two register operands. by Sanjiv Gupta · 15 years ago
  26. 6c8db34 Fix comments. by Torok Edwin · 15 years ago
  27. e8ebb0f Add support for outputting ANSI colors to raw_fd_ostream. by Torok Edwin · 15 years ago
  28. bccf4b3 PR3739, part 2: Use an explicit store to spill XMM registers. (Previously, by Eli Friedman · 15 years ago
  29. 9a41712 PR3739, part 1: Disable the red zone on Win64. by Eli Friedman · 15 years ago
  30. e5eb6d2 Remove a #include of <iostream>. by Dan Gohman · 15 years ago
  31. 1488326 Re-apply 72756 with fixes. One of those was introduced by we changed MachineInstrBuilder::addReg() interface. by Evan Cheng · 15 years ago
  32. fcad172 Removed more testing code that snuck in earlier. by Lang Hames · 15 years ago
  33. cbad586 <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler by Nick Kledzik · 15 years ago
  34. 186c670 Use uint8_t and int32_t in {JIT,Machine}CodeEmiters by Bruno Cardoso Lopes · 15 years ago
  35. d58902a Evan says it's wrong; back out 72808. by Stuart Hastings · 15 years ago
  36. f5a1c35f1 <rdar://problem/6941517> C++ static constructors not preserved for static executable using LTO by Nick Kledzik · 15 years ago
  37. e0f0e0b Change LTO to run the global opt pass twice. - This matches llvm-ld. by Daniel Dunbar · 15 years ago
  38. a8ba2c2 PR4317: Handle splits where the new block is unreachable correctly in by Eli Friedman · 15 years ago
  39. 77648cf Recognize another euphemism for MOVDQ2Q. by Stuart Hastings · 15 years ago
  40. 424f8f3 For Darwin / x86_64, override -relocation-model=static to pic if the output is assembly since Darwin assembler does not really support -static codeine. by Evan Cheng · 15 years ago
  41. 006a034 Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. by Daniel Dunbar · 15 years ago
  42. 9911405 Convert Alpha and Mips to use a MachineFunctionInfo subclass to by Dan Gohman · 15 years ago
  43. c553462 Remove the redundant TM member from X86DAGToDAGISel; replace it by Dan Gohman · 15 years ago
  44. 68c9344 Don't attempt to simplify an non-affine IV expression if it can't by Dan Gohman · 15 years ago
  45. 2228582 Make the buildbot see green (to make it easier to spot the next person by Mike Stump · 15 years ago
  46. ca8131e Switch opt to using StandardPasses.h by Daniel Dunbar · 15 years ago
  47. e98c4d0 Remove some silly code. by Daniel Dunbar · 15 years ago
  48. 04d5f44 Add StandardPasses.h which embeds the standard compilation passes shared by by Daniel Dunbar · 15 years ago
  49. 4cb3143 Move ELFCodeEmiter stuff to new files by Bruno Cardoso Lopes · 15 years ago
  50. bae049c Revert 72650 by Bruno Cardoso Lopes · 15 years ago
  51. 974d90b Remove unnecessary #includes. by Dan Gohman · 15 years ago
  52. 3fc7e53 Emit file directives correctly in case of a .bc is generated by llvm-ld after linking in several .bc files. by Sanjiv Gupta · 15 years ago
  53. 4734ed8 lets not forget about c++! by Torok Edwin · 15 years ago
  54. 892c8ca FrameIndex could be used as a value (addressof (arg)) or as an address. by Sanjiv Gupta · 15 years ago
  55. 030019f CMake: Added missing source file to lib/CodeGen/CMakeLists.txt. by Oscar Fuentes · 15 years ago
  56. 81a8755 CMake: Implements and documents option LLVM_ENABLE_ASSERTS. by Oscar Fuentes · 15 years ago
  57. 5641f8d Document how easy it is to use the gold plugin and have LTO with autotooled projects. by Torok Edwin · 15 years ago
  58. 703e235 Fixed a bug in which signed comparisons were being used instead of unsigned comparisons. by Sanjiv Gupta · 15 years ago
  59. 1251388 Avoid a warning "'U' might be used uninitialized in by Duncan Sands · 15 years ago
  60. 05a8c87 At a newline at the end of this file. by Duncan Sands · 15 years ago
  61. d244909 Document how phi and invoke instructions interact with SSA form. by Jay Foad · 15 years ago
  62. 2c48fe6 Fix for PR4225: When rewriter reuse a value in a physical register , it clear the register kill operand marker and its kill ops information. However, the cleared operand may be a def of a super-register. Clear the kill ops info for the super-register's sub-registers as well. by Evan Cheng · 15 years ago
  63. 70fd60b Temporarily revert 72756 for now. by Evan Cheng · 15 years ago
  64. 9d5fb98 Fold preceding / trailing base inc / dec into the single load / store as well. by Evan Cheng · 15 years ago
  65. 95299c1 If there is a def of a super-register followed by a use of a sub-register, do *not* add an implicit def of the sub-register. e.g. by Evan Cheng · 15 years ago
  66. a321dcd Move structures and classes into header files, providing two new headers and by Bruno Cardoso Lopes · 15 years ago
  67. 6ecc260 Revert r72734. The Darwin assembler doesn't support the static by Dan Gohman · 15 years ago
  68. b3ae97c Change TargetFolder's TD member from a reference to a by Dan Gohman · 15 years ago
  69. 7714285 Change ConstantFoldConstantExpression to accept a null by Dan Gohman · 15 years ago
  70. 014d535 Delete an unnecessary forward declaration. by Dan Gohman · 15 years ago
  71. 8b0d4f6 Fix CodeGenPrepare's address-mode sinking to handle unusual by Dan Gohman · 15 years ago
  72. f5a5950 NightlyTest: Stop running a separate Olden pass during nightly test. by Daniel Dunbar · 15 years ago
  73. 23e1e72 fix build on VC++2k8. by Torok Edwin · 15 years ago
  74. 7ccf4a0 Fixed warning, removed some temporary validation code that snuck in during my last commit. by Lang Hames · 15 years ago
  75. da9863f On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit. by Evan Cheng · 15 years ago
  76. d8cf403 Undef MemoryFence when compiling on MSVC. by Owen Anderson · 15 years ago
  77. 8900bcc Simplify assertion message to avoid confusion. by Devang Patel · 15 years ago
  78. f41538d Update to in-place spilling framework. Includes live interval scaling and trivial rewriter. by Lang Hames · 15 years ago
  79. 874ae25 Revert 72707 and 72709, for the moment. by Dale Johannesen · 15 years ago
  80. 5d16396 Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can happen when PHI uses are recursively dependent on each other. by Evan Cheng · 15 years ago
  81. ca46fdd Add missing file. by Dale Johannesen · 15 years ago
  82. 4bdf730 update comments about .objc_ symbols being generated by Nick Kledzik · 15 years ago
  83. 4150d83 Make the implicit inputs and outputs of target-independent by Dale Johannesen · 15 years ago
  84. 8313899 Comment grammaro/clarification. by Dale Johannesen · 15 years ago
  85. 69bbb4c Trailing whitespace. by Dale Johannesen · 15 years ago
  86. 6330084 Dcoument that the opauque value used to construct QNaNs is truncated by Mike Stump · 15 years ago
  87. 3eb445f <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols by Nick Kledzik · 15 years ago
  88. 8fff19b Accidental commit. This isn't ready for prime time just yet. by Bill Wendling · 15 years ago
  89. 70459be Implement review feedback. Make thumb2 'normal' subtarget feature by Anton Korobeynikov · 15 years ago
  90. 434dd4f Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray by Bruno Cardoso Lopes · 15 years ago
  91. d260c24 Do not emit "generic" CPU string. This fixes PR4291. by Anton Korobeynikov · 15 years ago
  92. 41b33f4 PR4286: Make RewriteLoadUserOfWholeAlloca and by Eli Friedman · 15 years ago
  93. 3728a02 Update the bitcode reader to support reading .bc files where the embedded by Nick Lewycky · 15 years ago
  94. 079c034 Add missing codenames to the .bc analyzer. by Nick Lewycky · 15 years ago
  95. 2d98f06 Fix a grammaro and clarify a comment. by Dan Gohman · 15 years ago
  96. 18a69c5 Delete an obsolete sentance from a comment. by Dan Gohman · 15 years ago
  97. 55b4251 Fix the name of the function in this comment. by Dan Gohman · 15 years ago
  98. 88554df Be more aggressive in doing LoadPRE by tracing backwards when a block only has by Owen Anderson · 15 years ago
  99. 88b7293 Fix typo in error message. by Nick Lewycky · 15 years ago
  100. f43071b Rename CustomLowerResults to CustomLowerNode, since by Duncan Sands · 15 years ago