1. 0c0f4b6 Give packagers some advice about how to build LLVM so it's useful to by Jeffrey Yasskin · 15 years ago
  2. bb4283e Add another (and hopefully the last) exception case, where once we recalculate by Bill Wendling · 15 years ago
  3. fdb2be8 And should use the correct variable. by Bill Wendling · 15 years ago
  4. a888645 Got assertion check backwards. by Bill Wendling · 15 years ago
  5. 86f0d33 Catch a corner case where adding the padding to the "TType base offset" field by Bill Wendling · 15 years ago
  6. cf0c9bc Fix a few more typos. by Dan Gohman · 15 years ago
  7. abbf7cb Fix a typo. by Dan Gohman · 15 years ago
  8. 7def293 Added SAFECode (safecode) to the list of projects to automatically configure. by John Criswell · 15 years ago
  9. a687465 rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs by Chris Lattner · 15 years ago
  10. 55983f1 tests: Propogate the HOME environment variable through to tests. I'm ambivalent by Daniel Dunbar · 15 years ago
  11. 7c78dbb Fix HTML. by Bill Wendling · 15 years ago
  12. f7e90ae Make comment more meaningful. by Bill Wendling · 15 years ago
  13. d179a8b Add svn:ignore. by Dan Gohman · 15 years ago
  14. 9949dd6 Fix ExpandVectorBuildThroughStack for the case where the by Dan Gohman · 15 years ago
  15. 6341c5a Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE, by Johnny Chen · 15 years ago
  16. ce6275f Added the 32-bit Thumb instructions (BXJ) for disassembly only. by Johnny Chen · 15 years ago
  17. d6c8472 change the scope node to include a list of children to be checked by Chris Lattner · 15 years ago
  18. 2333655 Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only. by Johnny Chen · 15 years ago
  19. d74acb0 This is a patch to the assembler frontend to detect when aligning a text by Kevin Enderby · 15 years ago
  20. 55c8a7e stkrc is gone. by Dan Gohman · 15 years ago
  21. 5f8bfeb Add the union keyword. by Dan Gohman · 15 years ago
  22. b02c08c Merge the advanced getelementptr FAQ into the regular getelementptr FAQ. by Dan Gohman · 15 years ago
  23. 010b1b2 Fix TextAlignFillValue in a few places by Daniel Dunbar · 15 years ago
  24. 99fe6d9 Add simple script for finding most-recent-rev-before-N in a git-svn repo; useful by Daniel Dunbar · 15 years ago
  25. d86d269 Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE, by Johnny Chen · 15 years ago
  26. bb82b14 remove a dead PatLeaf, I previously changed all uses to use -1 instead. by Chris Lattner · 15 years ago
  27. 2eddfef Fix a typo. by Dan Gohman · 15 years ago
  28. ff3ef32 Clarify the description of pointer types, and move the by Dan Gohman · 15 years ago
  29. 9ee0d8a Teach the constant folder about union types. by Dan Gohman · 15 years ago
  30. 2440cf1 Remove code which assumes it knows how vectors are stored in memory. by Dan Gohman · 15 years ago
  31. a5a2304 Add more information to the getSizeOf comment. by Dan Gohman · 15 years ago
  32. aeee7b2 Remove this paragraph. Vectors may not always have the same layout as by Dan Gohman · 15 years ago
  33. aa9d854 Revert r97064. Duncan pointed out that bitcasts are defined in by Dan Gohman · 15 years ago
  34. 9a49f15 Make the side-numbering of instructions used by metadata (which is needed to by Nick Lewycky · 15 years ago
  35. 04db82d Implement the first half of redundancy factoring: efficiently by Chris Lattner · 15 years ago
  36. 8566963 Make LoopSimplify change conditional branches in loop exiting blocks by Dan Gohman · 15 years ago
  37. a5028a6 factor the print method better. by Chris Lattner · 15 years ago
  38. fa0c54e Dump the presence of attached metadata even if we don't know what it is. This by Nick Lewycky · 15 years ago
  39. 58aa834 add methods to do equality checks and get hashes of Matchers by Chris Lattner · 15 years ago
  40. e7ee59b Modernize comment. by Nick Lewycky · 15 years ago
  41. 813636a Correct whitespace. by Nick Lewycky · 15 years ago
  42. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  43. e6ba0b5 Each field of auxiliary debug entry is only 1 byte long. by Sanjiv Gupta · 15 years ago
  44. bd2c623 Added tNOP for disassembly only. by Johnny Chen · 15 years ago
  45. 377fbc0 Truncate from i64 to i32 is "free" on x86-32, because it involves by Dan Gohman · 15 years ago
  46. 0d08401 Revert this patch for the time being. Needs more testing. by Scott Michel · 15 years ago
  47. 4c61cdd Added tSVC and tTRAP for disassembly only. by Johnny Chen · 15 years ago
  48. 499622b formatting. by Chris Lattner · 15 years ago
  49. b21ba71 rename fooMatcherNode to fooMatcher. by Chris Lattner · 15 years ago
  50. 0615840 add some noop code to push it out of my tree. by Chris Lattner · 15 years ago
  51. 60df53e rename PushMatcherNode -> ScopeMatcherNode to more accurately by Chris Lattner · 15 years ago
  52. 3ce2b09 Large stack frame patch for the CellSPU: handle stack frames that exceed 8176 by Scott Michel · 15 years ago
  53. b05942c Filter the future all-of-llvm shared library out of the llvm-config by Jeffrey Yasskin · 15 years ago
  54. f0bd4cc MC'ize padding when padding the ULEB128 value. by Bill Wendling · 15 years ago
  55. 2a1263b add a fixme for an experiment that defeated me for the time being. by Chris Lattner · 15 years ago
  56. 3dc9b48 LLVM puts padding bytes in the __gcc_except_tab section after the by Bill Wendling · 15 years ago
  57. 556a1b4 fix a bug I introduced by checking the wrong node's VT in OPC_CheckChildXType by Chris Lattner · 15 years ago
  58. 5cf0b6e clean up various VT manipulations, patch by Micah Villmow! PR6337 by Chris Lattner · 15 years ago
  59. 657baec Create a stack frame on ARM when by Jakob Stoklund Olesen · 15 years ago
  60. 9792de7 fix PR5954, patch by Roman Divacky. by Chris Lattner · 15 years ago
  61. e742bb5 Check for comparisons of +/- zero when optimizing less-than-or-equal and by Bob Wilson · 15 years ago
  62. c382bc3 Make getTypeSizeInBits work correctly for array types; it should return by Dan Gohman · 15 years ago
  63. 46ca5ef convert cycle checker to smallptrset, add comments and make it more elegant. by Chris Lattner · 15 years ago
  64. a1461cc revert david's patch which does not even build. by Chris Lattner · 15 years ago
  65. 2f9b685 by David Greene · 15 years ago
  66. 173c5c4 Adding function "lookupGCCName" to MBlazeIntrinsicInfo by Wesley Peck · 15 years ago
  67. 23cfda7 contract movechild+checktype into a new checkchild node, shrinking the by Chris Lattner · 15 years ago
  68. d883604 Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only. by Johnny Chen · 15 years ago
  69. 22c48b3 split the movechild/record/moveparent -> recordchild optzn into a by Chris Lattner · 15 years ago
  70. e177c9a ConstantFoldInstOperands can theoretically return null if it by Dan Gohman · 15 years ago
  71. 8f767d9 Simplify this code; these casts aren't necessary. by Dan Gohman · 15 years ago
  72. 09b9f39 emit a histogram of the opcodes in comments. by Chris Lattner · 15 years ago
  73. 9e6396d Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understand by Jakob Stoklund Olesen · 15 years ago
  74. 39b0316 Fixed typo of opcodestr, should be "vst1", not "vld1". by Johnny Chen · 15 years ago
  75. f6d009f Convert a few more backedge-taken count functions to use BackedgeTakenInfo. by Dan Gohman · 15 years ago
  76. cfe30ef Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in by Daniel Dunbar · 15 years ago
  77. 6d8f2ca Reapply r97010, the speculative revert failed. by Daniel Dunbar · 15 years ago
  78. a86509d lets not break the old isel. by Chris Lattner · 15 years ago
  79. c84edb7 Since the new instruction selector now works, I don't need to keep by Chris Lattner · 15 years ago
  80. 19b5a75 implement a simple proof-of-concept optimization for by Chris Lattner · 15 years ago
  81. 91c6a82 The new isel passes all tests, time to start making it go fast. by Chris Lattner · 15 years ago
  82. 95b6b9a Add svn:ignore properties. by Dan Gohman · 15 years ago
  83. 8c0c990 Speculatively revert r97010, "Add an argument to PHITranslateValue to specify by Daniel Dunbar · 15 years ago
  84. e832693 When forming SSE min and max nodes for UGE and ULE comparisons, it's by Dan Gohman · 15 years ago
  85. 39516a6 Fix indentation. by Dan Gohman · 15 years ago
  86. 736a6ea Change the scheduler from adding nodes in allnodes order by Chris Lattner · 15 years ago
  87. ff28103 Remove an unused variable. Was this intentional? by Chandler Carruth · 15 years ago
  88. 02f7358 The new isel was not properly handling patterns that covered by Chris Lattner · 15 years ago
  89. 91ff7f7 add node #'s to debug dumps. by Chris Lattner · 15 years ago
  90. f50e83f Added for disassembly VST1 (multiple single elements) which stores elements to by Johnny Chen · 15 years ago
  91. 80443f9 Changed the table generator so that the X86 by Sean Callanan · 15 years ago
  92. 5f366af handle very large call frames when require SPAdj != 0 for Thumb1 by Jim Grosbach · 15 years ago
  93. f9a4b76 LowerCall() should always do getCopyFromReg() to reference the stack pointer. by Jim Grosbach · 15 years ago
  94. 97e6b83 Re-apply 96540 and 96556 with fixes. by Evan Cheng · 15 years ago
  95. 9d2ed8e Add an argument to PHITranslateValue to specify the DominatorTree. If this by Bob Wilson · 15 years ago
  96. c3027f7 DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses it by Jakob Stoklund Olesen · 15 years ago
  97. cec479d fix X86/uint_to_fp-2.ll, only fold loads when they have a single use. by Chris Lattner · 15 years ago
  98. 5857e0a make selectnodeto set the nodeid to -1. This makes it more akin to by Chris Lattner · 15 years ago
  99. 450986d Remember to handle sub-registers when moving imp-defs to a rematted instruction. by Jakob Stoklund Olesen · 15 years ago
  100. dcfe5f3 Keep track of phi join registers explicitly in LiveVariables. by Jakob Stoklund Olesen · 15 years ago