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