1. 45aefff MC/Mach-O: Tweak .dump() formatting. by Daniel Dunbar · 16 years ago
  2. f8b8ad7 MC/Mach-O: Don't adjust section sizes when aligning zero fill sections, just pad the address. by Daniel Dunbar · 16 years ago
  3. 768069e Another place where debug info affected codegen. by Dale Johannesen · 16 years ago
  4. b2cc1a3 mcstreamerize AsmPrinter::printLabel. by Chris Lattner · 16 years ago
  5. 2ddbf82 Add inlining threshold to log output. by Jakob Stoklund Olesen · 16 years ago
  6. 35071a0 Disable physical register coalescing when the number of live ranges for the by Jakob Stoklund Olesen · 16 years ago
  7. 4b94550 Start using DIFile. See updated SourceLevelDebugging.html for more information. by Devang Patel · 16 years ago
  8. cf6f28d Print blank line and clear stubs vector. by Bill Wendling · 16 years ago
  9. becd83e MC-ize the stub printing in ARM. by Bill Wendling · 16 years ago
  10. 6cde3e6 add a EmitSymbolValue convenience method to MCStreamer. by Chris Lattner · 16 years ago
  11. 6ed0f90 make InlineInfoLabels hold MCSymbol*'s, avoiding recomputation of the labels. by Chris Lattner · 16 years ago
  12. b9dc5f7 mc'ize the last use of PrintLabelName and eliminate PrintLabelName. by Chris Lattner · 16 years ago
  13. ef6b14f eliminate an argument from PrintRelDirective, sinking by Chris Lattner · 16 years ago
  14. 8f03d75 Print the correct index in the "match failed at index" message. by Dan Gohman · 16 years ago
  15. b67d69d remove the suffix form of PrintLabelName, which was only used for 'flavor'. by Chris Lattner · 16 years ago
  16. c3421bb now that the debug and eh emitters use a common .set counter, by Chris Lattner · 16 years ago
  17. 0d50c76 move .set generation out of DwarfPrinter into AsmPrinter and MCize it. by Chris Lattner · 16 years ago
  18. 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
  19. 6c3b8ac Restrict machine cse to really trivial coalescing. Leave the heavy lifting to a real coalescer. by Evan Cheng · 16 years ago
  20. 5757876 simplify EmitSectionOffset to always use .set if it is by Chris Lattner · 16 years ago
  21. 82f0507 don't reset defaults. by Chris Lattner · 16 years ago
  22. effa868 Remove a version of EmitDifference. by Chris Lattner · 16 years ago
  23. f5fd499 Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit by Bob Wilson · 16 years ago
  24. 687fed3 Re-commit 97860 with fix. getMallocAllocatedType may return null. by Evan Cheng · 16 years ago
  25. dd8187a eliminate a form of PrintLabelName. by Chris Lattner · 16 years ago
  26. 326861c remove another form of EmitReference. by Chris Lattner · 16 years ago
  27. c7249da eliminate the non-MCSymbol versions of EmitReference. by Chris Lattner · 16 years ago
  28. f829eef mc'ize EmitLabel. by Chris Lattner · 16 years ago
  29. 4faf59a merge DIEObjectLabel and DIEDwarfLabel into DIELabel. by Chris Lattner · 16 years ago
  30. 7aa8189 Introduce DIFile. This will be used to represent header files and source file(s) in debug info. by Devang Patel · 16 years ago
  31. b98b1bf elimiante the DWLabel class, using MCSymbol instead. Start by Chris Lattner · 16 years ago
  32. 0e82240 Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes by Kevin Enderby · 16 years ago
  33. b2b4acd MC/Macho-O: Align the zerofill section itself to the maximum alignment. by Daniel Dunbar · 16 years ago
  34. 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
  35. f17f5eb Remove DbgNode checks in constructor. Debug descriptors are intended to be light weight wrappers. by Devang Patel · 16 years ago
  36. 37fad5c MC/Mach-O: Fix address compution for zero fill sections. by Daniel Dunbar · 16 years ago
  37. 0ce6bd5 MC/Mach-O: Error out instead of crashing on invalid scattered relocation expressions. by Daniel Dunbar · 16 years ago
  38. b93c72c X86: Fix encoding for TEST{8,16,32}rr. by Daniel Dunbar · 16 years ago
  39. dc444e9 Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. by Evan Cheng · 16 years ago
  40. 9dcd6f1 isNull() is not used any more. by Devang Patel · 16 years ago
  41. 3c91b05 Avoid using DIDescriptor.isNull(). by Devang Patel · 16 years ago
  42. ccb4f2d Iterator traits and swap. closes PR6548 and PR6549 by Andrew Lenharth · 16 years ago
  43. 7129a67 Don't always run the ocaml kaleidoscope tutorials. by Erick Tryzelaar · 16 years ago
  44. 197d009 Revert r97726 and r97728 at ddunbar's request; we want to solve this by John McCall · 16 years ago
  45. 49457b8 Add OCaml tutorial to the examples. by Erick Tryzelaar · 16 years ago
  46. 9ef76b9 Update the OCaml Kaleidoscope tutorial. by Erick Tryzelaar · 16 years ago
  47. 0ef3fa6 Revert r97947. by Devang Patel · 16 years ago
  48. dd6fbd1 disambiguate some types, add a fixme about some inconsistent intrinsics. by Chris Lattner · 16 years ago
  49. 3485b51 fix some more ambiguous patterns, remove another nontemporalstore by Chris Lattner · 16 years ago
  50. 341b274 Correct immediate sizes. by Chris Lattner · 16 years ago
  51. 0273fbb fix a type compatibility bug. imm is i32 in the input pattern, not i64. by Chris Lattner · 16 years ago
  52. d10a53d fix a bunch of partially ambiguous patterns on ARM. As an example, this: by Chris Lattner · 16 years ago
  53. b200f1c Fix a bunch of ambiguous patterns which tblgen happens to infer types by Chris Lattner · 16 years ago
  54. 43e4754 Node arguments to type casts can have names too. This code by Chris Lattner · 16 years ago
  55. e00ed57 tidy up by Chris Lattner · 16 years ago
  56. d8cc5d5 Avoid using DIDescriptor.isNull(). by Devang Patel · 16 years ago
  57. fab4a25 Add Order to SDDbgValue by Dale Johannesen · 16 years ago
  58. 84839da Fix dbg value handling in tail merging. by Dale Johannesen · 16 years ago
  59. 9a1ac4c remove a non-temporal store pattern which is not tested and by Chris Lattner · 16 years ago
  60. 1ddcf35 Revert r97917, which was causing Clang Debug self-host failures. by Douglas Gregor · 16 years ago
  61. 6fec233 Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run by Jeffrey Yasskin · 16 years ago
  62. 92ce42f Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It by Jeffrey Yasskin · 16 years ago
  63. 9467f0e Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. by Jeffrey Yasskin · 16 years ago
  64. 8f9db4c Add findNearestCommonDominator() for PostDominators. by Tobias Grosser · 16 years ago
  65. acee647 Use Other as a sentinel instead of iAny. by Chris Lattner · 16 years ago
  66. 81d6d52 turn off debug spew by Chris Lattner · 16 years ago
  67. 6fd326b more factoring. by Chris Lattner · 16 years ago
  68. 8c42ca9 _2_ gcc crashes, ah, ah, ah... by Jeffrey Yasskin · 16 years ago
  69. 9cdd965 teach tblgen to be more aggressive when factoring CheckType nodes. by Chris Lattner · 16 years ago
  70. f7399bf Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Valgrind! by Jeffrey Yasskin · 16 years ago
  71. 48aa575 add some helper functions and implement isContradictory by Chris Lattner · 16 years ago
  72. 98f15d2 tidy up by Chris Lattner · 16 years ago
  73. c2bf2bb Re-committing the failed r97807 commit with changes to eliminate warnings. by Wesley Peck · 16 years ago
  74. e20ab4a Add verification of union types. by Nick Lewycky · 16 years ago
  75. e765f2b Describe what's going on with mingw alloca and why do we need separate instruction. by Anton Korobeynikov · 16 years ago
  76. ce7bf1c Initial bits of ARMv4-only support. Patch by John Tytgat! by Anton Korobeynikov · 16 years ago
  77. 043f3c2 Lower dynamic stack allocation on mingw32 to separate instruction. by Anton Korobeynikov · 16 years ago
  78. 0ddda3b make APFloat::toString be const. by Chris Lattner · 16 years ago
  79. 1c383ca disable this for mingw as well, we really need a 'has no dynamic linking' predicate. by Chris Lattner · 16 years ago
  80. 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
  81. 7b323a3 Let the fallthrough handle whether or not we've changed anything by Eric Christopher · 16 years ago
  82. 27ceaa1 Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub by Eric Christopher · 16 years ago
  83. 44f1680 Add static methods to handle Linkage Types. by Rafael Espindola · 16 years ago
  84. eea3f7e clean this up. by Chris Lattner · 16 years ago
  85. 0a7f442 revert r97807, it introduced build warnings. by Chris Lattner · 16 years ago
  86. e68bd74 Thumb1 epilogue code generation needs to take into account that callee-saved by Jim Grosbach · 16 years ago
  87. 75f0d69 Temporarily revert: by Eric Christopher · 16 years ago
  88. 621e06f Fix another case where LSR was affected by debug info. by Dale Johannesen · 16 years ago
  89. 6cc1aea Don't update physical register def. by Evan Cheng · 16 years ago
  90. fc8ccfe Transform @llvm.objectsize to integer if the argument is a result of malloc of known size. by Evan Cheng · 16 years ago
  91. e623050 Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. by Erick Tryzelaar · 16 years ago
  92. b3195fb Whoops, the old LLVMWriteBitcodeToFileHandle closed the stream. by Erick Tryzelaar · 16 years ago
  93. 7606405 LLVMWriteBitcodeToFileHandle should work on all architectures now. by Erick Tryzelaar · 16 years ago
  94. 06a2663 Add some new bits of debug info handling. No functional change yet. by Dale Johannesen · 16 years ago
  95. 0fa9d1d Reapply r97778 and r97779, enabled only for unsigned i64 to f64 conversions. by Dan Gohman · 16 years ago
  96. b0e59dd Test case for r97851. by Devang Patel · 16 years ago
  97. e080b03 Update CMake build. by Ted Kremenek · 16 years ago
  98. 314fef6 Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This by Charles Davis · 16 years ago
  99. b6174e3 Move SimplifyLibCalls's LibCall builders to a separate file so they by Eric Christopher · 16 years ago
  100. e238178 Add support for an i8* type accessor. by Eric Christopher · 16 years ago