1. 9ee0d8a Teach the constant folder about union types. by Dan Gohman · 15 years ago
  2. 2440cf1 Remove code which assumes it knows how vectors are stored in memory. by Dan Gohman · 15 years ago
  3. a5a2304 Add more information to the getSizeOf comment. by Dan Gohman · 15 years ago
  4. aeee7b2 Remove this paragraph. Vectors may not always have the same layout as by Dan Gohman · 15 years ago
  5. aa9d854 Revert r97064. Duncan pointed out that bitcasts are defined in by Dan Gohman · 15 years ago
  6. 9a49f15 Make the side-numbering of instructions used by metadata (which is needed to by Nick Lewycky · 15 years ago
  7. 04db82d Implement the first half of redundancy factoring: efficiently by Chris Lattner · 15 years ago
  8. 8566963 Make LoopSimplify change conditional branches in loop exiting blocks by Dan Gohman · 15 years ago
  9. a5028a6 factor the print method better. by Chris Lattner · 15 years ago
  10. fa0c54e Dump the presence of attached metadata even if we don't know what it is. This by Nick Lewycky · 15 years ago
  11. 58aa834 add methods to do equality checks and get hashes of Matchers by Chris Lattner · 15 years ago
  12. e7ee59b Modernize comment. by Nick Lewycky · 15 years ago
  13. 813636a Correct whitespace. by Nick Lewycky · 15 years ago
  14. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  15. e6ba0b5 Each field of auxiliary debug entry is only 1 byte long. by Sanjiv Gupta · 15 years ago
  16. bd2c623 Added tNOP for disassembly only. by Johnny Chen · 15 years ago
  17. 377fbc0 Truncate from i64 to i32 is "free" on x86-32, because it involves by Dan Gohman · 15 years ago
  18. 0d08401 Revert this patch for the time being. Needs more testing. by Scott Michel · 15 years ago
  19. 4c61cdd Added tSVC and tTRAP for disassembly only. by Johnny Chen · 15 years ago
  20. 499622b formatting. by Chris Lattner · 15 years ago
  21. b21ba71 rename fooMatcherNode to fooMatcher. by Chris Lattner · 15 years ago
  22. 0615840 add some noop code to push it out of my tree. by Chris Lattner · 15 years ago
  23. 60df53e rename PushMatcherNode -> ScopeMatcherNode to more accurately by Chris Lattner · 15 years ago
  24. 3ce2b09 Large stack frame patch for the CellSPU: handle stack frames that exceed 8176 by Scott Michel · 15 years ago
  25. b05942c Filter the future all-of-llvm shared library out of the llvm-config by Jeffrey Yasskin · 15 years ago
  26. f0bd4cc MC'ize padding when padding the ULEB128 value. by Bill Wendling · 15 years ago
  27. 2a1263b add a fixme for an experiment that defeated me for the time being. by Chris Lattner · 15 years ago
  28. 3dc9b48 LLVM puts padding bytes in the __gcc_except_tab section after the by Bill Wendling · 15 years ago
  29. 556a1b4 fix a bug I introduced by checking the wrong node's VT in OPC_CheckChildXType by Chris Lattner · 15 years ago
  30. 5cf0b6e clean up various VT manipulations, patch by Micah Villmow! PR6337 by Chris Lattner · 15 years ago
  31. 657baec Create a stack frame on ARM when by Jakob Stoklund Olesen · 15 years ago
  32. 9792de7 fix PR5954, patch by Roman Divacky. by Chris Lattner · 15 years ago
  33. e742bb5 Check for comparisons of +/- zero when optimizing less-than-or-equal and by Bob Wilson · 15 years ago
  34. c382bc3 Make getTypeSizeInBits work correctly for array types; it should return by Dan Gohman · 15 years ago
  35. 46ca5ef convert cycle checker to smallptrset, add comments and make it more elegant. by Chris Lattner · 15 years ago
  36. a1461cc revert david's patch which does not even build. by Chris Lattner · 15 years ago
  37. 2f9b685 by David Greene · 15 years ago
  38. 173c5c4 Adding function "lookupGCCName" to MBlazeIntrinsicInfo by Wesley Peck · 15 years ago
  39. 23cfda7 contract movechild+checktype into a new checkchild node, shrinking the by Chris Lattner · 15 years ago
  40. d883604 Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only. by Johnny Chen · 15 years ago
  41. 22c48b3 split the movechild/record/moveparent -> recordchild optzn into a by Chris Lattner · 15 years ago
  42. e177c9a ConstantFoldInstOperands can theoretically return null if it by Dan Gohman · 15 years ago
  43. 8f767d9 Simplify this code; these casts aren't necessary. by Dan Gohman · 15 years ago
  44. 09b9f39 emit a histogram of the opcodes in comments. by Chris Lattner · 15 years ago
  45. 9e6396d Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understand by Jakob Stoklund Olesen · 15 years ago
  46. 39b0316 Fixed typo of opcodestr, should be "vst1", not "vld1". by Johnny Chen · 15 years ago
  47. f6d009f Convert a few more backedge-taken count functions to use BackedgeTakenInfo. by Dan Gohman · 15 years ago
  48. cfe30ef Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in by Daniel Dunbar · 15 years ago
  49. 6d8f2ca Reapply r97010, the speculative revert failed. by Daniel Dunbar · 15 years ago
  50. a86509d lets not break the old isel. by Chris Lattner · 15 years ago
  51. c84edb7 Since the new instruction selector now works, I don't need to keep by Chris Lattner · 15 years ago
  52. 19b5a75 implement a simple proof-of-concept optimization for by Chris Lattner · 15 years ago
  53. 91c6a82 The new isel passes all tests, time to start making it go fast. by Chris Lattner · 15 years ago
  54. 95b6b9a Add svn:ignore properties. by Dan Gohman · 15 years ago
  55. 8c0c990 Speculatively revert r97010, "Add an argument to PHITranslateValue to specify by Daniel Dunbar · 15 years ago
  56. e832693 When forming SSE min and max nodes for UGE and ULE comparisons, it's by Dan Gohman · 15 years ago
  57. 39516a6 Fix indentation. by Dan Gohman · 15 years ago
  58. 736a6ea Change the scheduler from adding nodes in allnodes order by Chris Lattner · 15 years ago
  59. ff28103 Remove an unused variable. Was this intentional? by Chandler Carruth · 15 years ago
  60. 02f7358 The new isel was not properly handling patterns that covered by Chris Lattner · 15 years ago
  61. 91ff7f7 add node #'s to debug dumps. by Chris Lattner · 15 years ago
  62. f50e83f Added for disassembly VST1 (multiple single elements) which stores elements to by Johnny Chen · 15 years ago
  63. 80443f9 Changed the table generator so that the X86 by Sean Callanan · 15 years ago
  64. 5f366af handle very large call frames when require SPAdj != 0 for Thumb1 by Jim Grosbach · 15 years ago
  65. f9a4b76 LowerCall() should always do getCopyFromReg() to reference the stack pointer. by Jim Grosbach · 15 years ago
  66. 97e6b83 Re-apply 96540 and 96556 with fixes. by Evan Cheng · 15 years ago
  67. 9d2ed8e Add an argument to PHITranslateValue to specify the DominatorTree. If this by Bob Wilson · 15 years ago
  68. c3027f7 DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses it by Jakob Stoklund Olesen · 15 years ago
  69. cec479d fix X86/uint_to_fp-2.ll, only fold loads when they have a single use. by Chris Lattner · 15 years ago
  70. 5857e0a make selectnodeto set the nodeid to -1. This makes it more akin to by Chris Lattner · 15 years ago
  71. 450986d Remember to handle sub-registers when moving imp-defs to a rematted instruction. by Jakob Stoklund Olesen · 15 years ago
  72. dcfe5f3 Keep track of phi join registers explicitly in LiveVariables. by Jakob Stoklund Olesen · 15 years ago
  73. 01be611 Fix rev 96389 by restricting the xform to mask that's either signbit or max signed value. by Evan Cheng · 15 years ago
  74. 7668708 This is the second patch to allow x86 code to be aligned with optimal nops. by Kevin Enderby · 15 years ago
  75. 8acf71b Don't mark call instruction as a barrier. by Richard Osborne · 15 years ago
  76. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  77. d7283d9 Added for disassembly VLD1 (multiple single elements) which loads memory into by Johnny Chen · 15 years ago
  78. 81d97c0 Use the module's context instead of the global context. by Nicolas Geoffray · 15 years ago
  79. df0732d new test case for r96974. by Devang Patel · 15 years ago
  80. 652b7e4 no need to override IsLegalToFold, the base implementation by Chris Lattner · 15 years ago
  81. da244a0 fix a bug in findNonImmUse (used by IsLegalToFold) where nodes with by Chris Lattner · 15 years ago
  82. 4548e02 Print node ID's in dumps and views if set. by Chris Lattner · 15 years ago
  83. a70f28c Adding the MicroBlaze backend. by Wesley Peck · 15 years ago
  84. 2cce371 use OutStreamer.EmitCodeAlignment for alignment in the text segment. by Chris Lattner · 15 years ago
  85. ec167fd genericize MCAsmStreamer::EmitCodeAlignment to support other targets by Chris Lattner · 15 years ago
  86. 5294af0 Oops. Pass -lgcc _only_ on ARM, not on everything except ARM. by Jeffrey Yasskin · 15 years ago
  87. 3abd8d4 ECALLF, ECALLT shouldn't be marked as barriers. by Richard Osborne · 15 years ago
  88. 6e72048 This is the first patch to put the needed bits in place to eventually allow code by Kevin Enderby · 15 years ago
  89. 4ee2aa7 Mark unconditional branches as barriers. Found using -verify-machineinstrs by Richard Osborne · 15 years ago
  90. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  91. e3d97c7 by David Greene · 15 years ago
  92. 21dc20c Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't by Dan Gohman · 15 years ago
  93. cf453ee Spelling. s/suppor /support / by Jim Grosbach · 15 years ago
  94. b80a2a6 Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to by Dan Gohman · 15 years ago
  95. c80a1f7 Modified examples Makefile to only build the ExceptionDemo example for by Garrison Venn · 15 years ago
  96. 15c4bb9 Testing subversion commit access by Wesley Peck · 15 years ago
  97. b5c2a5d Fix -mtune forwarding. by Mikhail Glushenkov · 15 years ago
  98. edb8d21 Remove unused lowering function LowerJumpTable by Richard Osborne · 15 years ago
  99. 78700b0 Lower BR_JT on the XCore to a jump into a series of jump instructions. by Richard Osborne · 15 years ago
  100. 3d4cea3 tests: Don't make a missing llvm-gcc dir a fatal error. by Daniel Dunbar · 15 years ago