1. 31f94c7 - Make the machine cse dumb coalescer (as opposed to the more awesome simple by Evan Cheng · 16 years ago
  2. 81d0c36 Don't try to fold V_SET0 and V_SETALLONES to loads in medium and by Dan Gohman · 16 years ago
  3. 94a1c63 This is part of an LLC-beta test used to test <rdar://problem/6804645>. Please by Bill Wendling · 16 years ago
  4. ee6414c Speculatively revert r98035. It appears to have caused a set of buildbot by Eric Christopher · 16 years ago
  5. 19b3826 Attempt to make this debug output meaningful, both in the case of by Dan Gohman · 16 years ago
  6. 1e233f5 Now that setStartLabel takes an MCSymbol, we can de-ID'ize by Chris Lattner · 16 years ago
  7. b7db733 change DbgScope to keep track of the start/end label as MCSymbol* by Chris Lattner · 16 years ago
  8. cbac7f1 Make isLCSSA ignore uses in blocks not reachable from the entry block, by Dan Gohman · 16 years ago
  9. 5b9062c remove a useless optimization: now that label replacement never by Chris Lattner · 16 years ago
  10. a34ec229 strength reduce MMI::MappedLabel to MMI::isLabelDeleted, by Chris Lattner · 16 years ago
  11. 23071ce inline RemapLabel into its only caller and simplify. by Chris Lattner · 16 years ago
  12. 45aefff MC/Mach-O: Tweak .dump() formatting. by Daniel Dunbar · 16 years ago
  13. f8b8ad7 MC/Mach-O: Don't adjust section sizes when aligning zero fill sections, just pad the address. by Daniel Dunbar · 16 years ago
  14. 768069e Another place where debug info affected codegen. by Dale Johannesen · 16 years ago
  15. b2cc1a3 mcstreamerize AsmPrinter::printLabel. by Chris Lattner · 16 years ago
  16. 2ddbf82 Add inlining threshold to log output. by Jakob Stoklund Olesen · 16 years ago
  17. 35071a0 Disable physical register coalescing when the number of live ranges for the by Jakob Stoklund Olesen · 16 years ago
  18. 4b94550 Start using DIFile. See updated SourceLevelDebugging.html for more information. by Devang Patel · 16 years ago
  19. cf6f28d Print blank line and clear stubs vector. by Bill Wendling · 16 years ago
  20. becd83e MC-ize the stub printing in ARM. by Bill Wendling · 16 years ago
  21. 6cde3e6 add a EmitSymbolValue convenience method to MCStreamer. by Chris Lattner · 16 years ago
  22. 6ed0f90 make InlineInfoLabels hold MCSymbol*'s, avoiding recomputation of the labels. by Chris Lattner · 16 years ago
  23. b9dc5f7 mc'ize the last use of PrintLabelName and eliminate PrintLabelName. by Chris Lattner · 16 years ago
  24. ef6b14f eliminate an argument from PrintRelDirective, sinking by Chris Lattner · 16 years ago
  25. 8f03d75 Print the correct index in the "match failed at index" message. by Dan Gohman · 16 years ago
  26. b67d69d remove the suffix form of PrintLabelName, which was only used for 'flavor'. by Chris Lattner · 16 years ago
  27. c3421bb now that the debug and eh emitters use a common .set counter, by Chris Lattner · 16 years ago
  28. 0d50c76 move .set generation out of DwarfPrinter into AsmPrinter and MCize it. by Chris Lattner · 16 years ago
  29. 5196018 Don't waste time trying to CSE labels, phis, inline asm. Definitely avoid cse implicit-def for obvious performance reason. by Evan Cheng · 16 years ago
  30. 6c3b8ac Restrict machine cse to really trivial coalescing. Leave the heavy lifting to a real coalescer. by Evan Cheng · 16 years ago
  31. 5757876 simplify EmitSectionOffset to always use .set if it is by Chris Lattner · 16 years ago
  32. 82f0507 don't reset defaults. by Chris Lattner · 16 years ago
  33. effa868 Remove a version of EmitDifference. by Chris Lattner · 16 years ago
  34. f5fd499 Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit by Bob Wilson · 16 years ago
  35. 687fed3 Re-commit 97860 with fix. getMallocAllocatedType may return null. by Evan Cheng · 16 years ago
  36. dd8187a eliminate a form of PrintLabelName. by Chris Lattner · 16 years ago
  37. 326861c remove another form of EmitReference. by Chris Lattner · 16 years ago
  38. c7249da eliminate the non-MCSymbol versions of EmitReference. by Chris Lattner · 16 years ago
  39. f829eef mc'ize EmitLabel. by Chris Lattner · 16 years ago
  40. 4faf59a merge DIEObjectLabel and DIEDwarfLabel into DIELabel. by Chris Lattner · 16 years ago
  41. 7aa8189 Introduce DIFile. This will be used to represent header files and source file(s) in debug info. by Devang Patel · 16 years ago
  42. b98b1bf elimiante the DWLabel class, using MCSymbol instead. Start by Chris Lattner · 16 years ago
  43. 0e82240 Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes by Kevin Enderby · 16 years ago
  44. b2b4acd MC/Macho-O: Align the zerofill section itself to the maximum alignment. by Daniel Dunbar · 16 years ago
  45. 77bf295 Derive DIType from DIScope. This simplifies getContext() where for members the context is a type. This also eliminates need of CompileUnitMaps maintained by dwarf writer. by Devang Patel · 16 years ago
  46. f17f5eb Remove DbgNode checks in constructor. Debug descriptors are intended to be light weight wrappers. by Devang Patel · 16 years ago
  47. 37fad5c MC/Mach-O: Fix address compution for zero fill sections. by Daniel Dunbar · 16 years ago
  48. 0ce6bd5 MC/Mach-O: Error out instead of crashing on invalid scattered relocation expressions. by Daniel Dunbar · 16 years ago
  49. b93c72c X86: Fix encoding for TEST{8,16,32}rr. by Daniel Dunbar · 16 years ago
  50. dc444e9 Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. by Evan Cheng · 16 years ago
  51. 9dcd6f1 isNull() is not used any more. by Devang Patel · 16 years ago
  52. 3c91b05 Avoid using DIDescriptor.isNull(). by Devang Patel · 16 years ago
  53. ccb4f2d Iterator traits and swap. closes PR6548 and PR6549 by Andrew Lenharth · 16 years ago
  54. 7129a67 Don't always run the ocaml kaleidoscope tutorials. by Erick Tryzelaar · 16 years ago
  55. 197d009 Revert r97726 and r97728 at ddunbar's request; we want to solve this by John McCall · 16 years ago
  56. 49457b8 Add OCaml tutorial to the examples. by Erick Tryzelaar · 16 years ago
  57. 9ef76b9 Update the OCaml Kaleidoscope tutorial. by Erick Tryzelaar · 16 years ago
  58. 0ef3fa6 Revert r97947. by Devang Patel · 16 years ago
  59. dd6fbd1 disambiguate some types, add a fixme about some inconsistent intrinsics. by Chris Lattner · 16 years ago
  60. 3485b51 fix some more ambiguous patterns, remove another nontemporalstore by Chris Lattner · 16 years ago
  61. 341b274 Correct immediate sizes. by Chris Lattner · 16 years ago
  62. 0273fbb fix a type compatibility bug. imm is i32 in the input pattern, not i64. by Chris Lattner · 16 years ago
  63. d10a53d fix a bunch of partially ambiguous patterns on ARM. As an example, this: by Chris Lattner · 16 years ago
  64. b200f1c Fix a bunch of ambiguous patterns which tblgen happens to infer types by Chris Lattner · 16 years ago
  65. 43e4754 Node arguments to type casts can have names too. This code by Chris Lattner · 16 years ago
  66. e00ed57 tidy up by Chris Lattner · 16 years ago
  67. d8cc5d5 Avoid using DIDescriptor.isNull(). by Devang Patel · 16 years ago
  68. fab4a25 Add Order to SDDbgValue by Dale Johannesen · 16 years ago
  69. 84839da Fix dbg value handling in tail merging. by Dale Johannesen · 16 years ago
  70. 9a1ac4c remove a non-temporal store pattern which is not tested and by Chris Lattner · 16 years ago
  71. 1ddcf35 Revert r97917, which was causing Clang Debug self-host failures. by Douglas Gregor · 16 years ago
  72. 6fec233 Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run by Jeffrey Yasskin · 16 years ago
  73. 92ce42f Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It by Jeffrey Yasskin · 16 years ago
  74. 9467f0e Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. by Jeffrey Yasskin · 16 years ago
  75. 8f9db4c Add findNearestCommonDominator() for PostDominators. by Tobias Grosser · 16 years ago
  76. acee647 Use Other as a sentinel instead of iAny. by Chris Lattner · 16 years ago
  77. 81d6d52 turn off debug spew by Chris Lattner · 16 years ago
  78. 6fd326b more factoring. by Chris Lattner · 16 years ago
  79. 8c42ca9 _2_ gcc crashes, ah, ah, ah... by Jeffrey Yasskin · 16 years ago
  80. 9cdd965 teach tblgen to be more aggressive when factoring CheckType nodes. by Chris Lattner · 16 years ago
  81. f7399bf Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Valgrind! by Jeffrey Yasskin · 16 years ago
  82. 48aa575 add some helper functions and implement isContradictory by Chris Lattner · 16 years ago
  83. 98f15d2 tidy up by Chris Lattner · 16 years ago
  84. c2bf2bb Re-committing the failed r97807 commit with changes to eliminate warnings. by Wesley Peck · 16 years ago
  85. e20ab4a Add verification of union types. by Nick Lewycky · 16 years ago
  86. e765f2b Describe what's going on with mingw alloca and why do we need separate instruction. by Anton Korobeynikov · 16 years ago
  87. ce7bf1c Initial bits of ARMv4-only support. Patch by John Tytgat! by Anton Korobeynikov · 16 years ago
  88. 043f3c2 Lower dynamic stack allocation on mingw32 to separate instruction. by Anton Korobeynikov · 16 years ago
  89. 0ddda3b make APFloat::toString be const. by Chris Lattner · 16 years ago
  90. 1c383ca disable this for mingw as well, we really need a 'has no dynamic linking' predicate. by Chris Lattner · 16 years ago
  91. 9aff323 Do not use '&' prefix for globals when register base field is non-zero, otherwise msp430-as will silently miscompile the code (TI's assembler report an error though). by Anton Korobeynikov · 16 years ago
  92. 7b323a3 Let the fallthrough handle whether or not we've changed anything by Eric Christopher · 16 years ago
  93. 27ceaa1 Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub by Eric Christopher · 16 years ago
  94. 44f1680 Add static methods to handle Linkage Types. by Rafael Espindola · 16 years ago
  95. eea3f7e clean this up. by Chris Lattner · 16 years ago
  96. 0a7f442 revert r97807, it introduced build warnings. by Chris Lattner · 16 years ago
  97. e68bd74 Thumb1 epilogue code generation needs to take into account that callee-saved by Jim Grosbach · 16 years ago
  98. 75f0d69 Temporarily revert: by Eric Christopher · 16 years ago
  99. 621e06f Fix another case where LSR was affected by debug info. by Dale Johannesen · 16 years ago
  100. 6cc1aea Don't update physical register def. by Evan Cheng · 16 years ago