1. 4734ed8 lets not forget about c++! by Torok Edwin · 15 years ago
  2. 892c8ca FrameIndex could be used as a value (addressof (arg)) or as an address. by Sanjiv Gupta · 15 years ago
  3. 030019f CMake: Added missing source file to lib/CodeGen/CMakeLists.txt. by Oscar Fuentes · 15 years ago
  4. 81a8755 CMake: Implements and documents option LLVM_ENABLE_ASSERTS. by Oscar Fuentes · 15 years ago
  5. 5641f8d Document how easy it is to use the gold plugin and have LTO with autotooled projects. by Torok Edwin · 15 years ago
  6. 703e235 Fixed a bug in which signed comparisons were being used instead of unsigned comparisons. by Sanjiv Gupta · 15 years ago
  7. 1251388 Avoid a warning "'U' might be used uninitialized in by Duncan Sands · 15 years ago
  8. 05a8c87 At a newline at the end of this file. by Duncan Sands · 15 years ago
  9. d244909 Document how phi and invoke instructions interact with SSA form. by Jay Foad · 15 years ago
  10. 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
  11. 70fd60b Temporarily revert 72756 for now. by Evan Cheng · 15 years ago
  12. 9d5fb98 Fold preceding / trailing base inc / dec into the single load / store as well. by Evan Cheng · 15 years ago
  13. 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
  14. a321dcd Move structures and classes into header files, providing two new headers and by Bruno Cardoso Lopes · 15 years ago
  15. 6ecc260 Revert r72734. The Darwin assembler doesn't support the static by Dan Gohman · 15 years ago
  16. b3ae97c Change TargetFolder's TD member from a reference to a by Dan Gohman · 15 years ago
  17. 7714285 Change ConstantFoldConstantExpression to accept a null by Dan Gohman · 15 years ago
  18. 014d535 Delete an unnecessary forward declaration. by Dan Gohman · 15 years ago
  19. 8b0d4f6 Fix CodeGenPrepare's address-mode sinking to handle unusual by Dan Gohman · 15 years ago
  20. f5a5950 NightlyTest: Stop running a separate Olden pass during nightly test. by Daniel Dunbar · 15 years ago
  21. 23e1e72 fix build on VC++2k8. by Torok Edwin · 15 years ago
  22. 7ccf4a0 Fixed warning, removed some temporary validation code that snuck in during my last commit. by Lang Hames · 15 years ago
  23. da9863f On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit. by Evan Cheng · 15 years ago
  24. d8cf403 Undef MemoryFence when compiling on MSVC. by Owen Anderson · 15 years ago
  25. 8900bcc Simplify assertion message to avoid confusion. by Devang Patel · 15 years ago
  26. f41538d Update to in-place spilling framework. Includes live interval scaling and trivial rewriter. by Lang Hames · 15 years ago
  27. 874ae25 Revert 72707 and 72709, for the moment. by Dale Johannesen · 15 years ago
  28. 5d16396 Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can happen when PHI uses are recursively dependent on each other. by Evan Cheng · 15 years ago
  29. ca46fdd Add missing file. by Dale Johannesen · 15 years ago
  30. 4bdf730 update comments about .objc_ symbols being generated by Nick Kledzik · 15 years ago
  31. 4150d83 Make the implicit inputs and outputs of target-independent by Dale Johannesen · 15 years ago
  32. 8313899 Comment grammaro/clarification. by Dale Johannesen · 15 years ago
  33. 69bbb4c Trailing whitespace. by Dale Johannesen · 15 years ago
  34. 6330084 Dcoument that the opauque value used to construct QNaNs is truncated by Mike Stump · 15 years ago
  35. 3eb445f <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols by Nick Kledzik · 15 years ago
  36. 8fff19b Accidental commit. This isn't ready for prime time just yet. by Bill Wendling · 15 years ago
  37. 70459be Implement review feedback. Make thumb2 'normal' subtarget feature by Anton Korobeynikov · 15 years ago
  38. 434dd4f Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray by Bruno Cardoso Lopes · 15 years ago
  39. d260c24 Do not emit "generic" CPU string. This fixes PR4291. by Anton Korobeynikov · 15 years ago
  40. 41b33f4 PR4286: Make RewriteLoadUserOfWholeAlloca and by Eli Friedman · 15 years ago
  41. 3728a02 Update the bitcode reader to support reading .bc files where the embedded by Nick Lewycky · 15 years ago
  42. 079c034 Add missing codenames to the .bc analyzer. by Nick Lewycky · 15 years ago
  43. 2d98f06 Fix a grammaro and clarify a comment. by Dan Gohman · 15 years ago
  44. 18a69c5 Delete an obsolete sentance from a comment. by Dan Gohman · 15 years ago
  45. 55b4251 Fix the name of the function in this comment. by Dan Gohman · 15 years ago
  46. 88554df Be more aggressive in doing LoadPRE by tracing backwards when a block only has by Owen Anderson · 15 years ago
  47. 88b7293 Fix typo in error message. by Nick Lewycky · 15 years ago
  48. f43071b Rename CustomLowerResults to CustomLowerNode, since by Duncan Sands · 15 years ago
  49. af90a1c Use uint8_t and int32_t in {JIT,Machine}CodeEmiters by Bruno Cardoso Lopes · 15 years ago
  50. cc5fc60 Add AMD64 elf machine type by Bruno Cardoso Lopes · 15 years ago
  51. a3f99f9 First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 15 years ago
  52. 0e98e4d fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by by Chris Lattner · 15 years ago
  53. 1e8c7a6 Metadata uses metadata type not empty struct. by Nick Lewycky · 15 years ago
  54. 7d36d39 Add some documentation. by Mike Stump · 15 years ago
  55. 46c403d Adjust these tests now that "extern inline" by Duncan Sands · 15 years ago
  56. cf7895f (i64 (zext (srl GR32 8))) -> movzbl AH is not safe since srl 8 only clear the top 8 bits. by Evan Cheng · 15 years ago
  57. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  58. c5ca713 Add support for letting the client choose different flavors of NaNs. Testcase to be by Mike Stump · 15 years ago
  59. 51b16f4 Untabification. by Bill Wendling · 15 years ago
  60. 4d4eab2 Untabify. by Bill Wendling · 15 years ago
  61. 63d6f32 Untabify. by Evan Cheng · 15 years ago
  62. d4022c3 Add placeholder for thumb2 stuff by Anton Korobeynikov · 15 years ago
  63. 3c04296 Enable GVN Load PRE. by Bill Wendling · 15 years ago
  64. 4400825 Dan noticed that the verifier wasn't thoroughly checking uses of by Duncan Sands · 15 years ago
  65. d80ddc0 Fix some typos by Bruno Cardoso Lopes · 15 years ago
  66. 70ac142 just show the instruction, its not that slow. by Torok Edwin · 15 years ago
  67. 7e55a00 for instructions with void type we have no choice but print the instruction as by Torok Edwin · 15 years ago
  68. 3f3c6d4 Add a DEBUG() output to GVN that prints the instruction clobbering a load. by Torok Edwin · 15 years ago
  69. 246ddf5 Fix an issue where phiMap was not being updated properly when doing load PRE. by Owen Anderson · 15 years ago
  70. abdbc57 Default isNarrowingProfitable to false. by Evan Cheng · 15 years ago
  71. 8e610a7 Remove an accidental commit. by Evan Cheng · 15 years ago
  72. cb219f0 More h-registers tricks: folding zext nodes. by Evan Cheng · 15 years ago
  73. d3c76bb Do not try to create a MVT type of width 0. by Evan Cheng · 15 years ago
  74. 2265ba0 The MONITOR and MWAIT instructions have insufficient information for by Bill Wendling · 15 years ago
  75. 056dbd0 NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with by Daniel Dunbar · 15 years ago
  76. f1f7c09 Add explicit test for PR4280. by Eli Friedman · 15 years ago
  77. bbdd903 Re-commit r72514 and r72516 with a fixed version of BR_CC lowering. by Eli Friedman · 15 years ago
  78. 8a0b2da Fix MOVMSKPDrr encoding. by Evan Cheng · 15 years ago
  79. ed7f56b Fix PSIGND encoding bug. Patch by Sean Callanan. by Evan Cheng · 15 years ago
  80. cdcecc0 Incorporate patch feedbacks. by Evan Cheng · 15 years ago
  81. 94a37a4 NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before by Daniel Dunbar · 15 years ago
  82. dd4694b Emit debug info for locals with proper scope. by Sanjiv Gupta · 15 years ago
  83. 43b4127 Temporarily revert r72514 (and dependent patch r72516). It was causing this by Bill Wendling · 15 years ago
  84. a455942 Mark the branch insns correctly. by Sanjiv Gupta · 15 years ago
  85. df75a27 Fixing problems that got exposed after the refactoring of LegalizeDAG done in 72447. by Sanjiv Gupta · 15 years ago
  86. b999a70 Add a testcase which got fixed by recent legalization work. by Eli Friedman · 15 years ago
  87. e727d7a Remove a couple of useless functions. by Eli Friedman · 15 years ago
  88. 1c39965 Remove special cases for more opcodes. by Eli Friedman · 15 years ago
  89. c06441e Return the operand rather than a null SDValue when the given SELECT_CC by Eli Friedman · 15 years ago
  90. e3f1fb1 Use Operands.data() instead of &Operands[0] where Operands is a potentially by Nick Lewycky · 15 years ago
  91. ad75460 Remove special case for SETCC opcode; add some comments explaining why by Eli Friedman · 15 years ago
  92. 2d92c71 This patch brings the list of attributes in CPPBackend.cpp up to date with the by Jeffrey Yasskin · 15 years ago
  93. 3be2e51 Some minor cleanups. by Eli Friedman · 15 years ago
  94. 3b1259b "The instructions MMX_PSADBWrm and MMX_PSADBWrr have opcode 0b11100000 (e0), but by Bill Wendling · 15 years ago
  95. 8b944d3 Added optimization that narrow load / op / store and the 'op' is a bit twiddling instruction and its second operand is an immediate. If bits that are touched by 'op' can be done with a narrower instruction, reduce the width of the load and store as well. This happens a lot with bitfield manipulation code. by Evan Cheng · 15 years ago
  96. c2695eb Revert 72493 and replace it with a more conservative fix, for now: don't by Dan Gohman · 15 years ago
  97. ba2352b Ger rid of some dead code. by Eli Friedman · 15 years ago
  98. ead28bd In ChangeCompareStride, when the stride to be reused is truncated to by Dan Gohman · 15 years ago
  99. bc9be21 Fix sfence jit encoding. Patch by Sean Callanan. by Evan Cheng · 15 years ago
  100. 4ff5047 This looks like it passes now. by Bill Wendling · 15 years ago