1. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  2. c0f8a36 mark some libraries that currently require RTTI. by Chris Lattner · 15 years ago
  3. c615038 libs that need EH need RTTI. by Chris Lattner · 15 years ago
  4. c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 15 years ago
  5. 43dc2e6 reassociate should do this. by Chris Lattner · 15 years ago
  6. 10c4245 add a note. by Chris Lattner · 15 years ago
  7. 4e4af59 just remove this test, it is not reduced, is not clear what its testing for and by Chris Lattner · 15 years ago
  8. 6d1041e this test has been failing or a long time, just disable it for now to get by Chris Lattner · 15 years ago
  9. 3586e5e fix some issues where we weren't emitting enough newlines. by Chris Lattner · 15 years ago
  10. a801362 when emitting DIEs, emit the comment on the same line as the directive. by Chris Lattner · 15 years ago
  11. 3f6bfda move PR5945 here. by Chris Lattner · 15 years ago
  12. 75f265f fix a parsing problem on instructions like: by Chris Lattner · 15 years ago
  13. dd7da4f This corrects an error in the type of the Llvm.dispose_context function. by Chris Lattner · 15 years ago
  14. 6fb474b It seems better to scalarize vectors of size 1 instead of widening them. by Mon P Wang · 15 years ago
  15. abb992d change the canonical form of "cond ? -1 : 0" to be by Chris Lattner · 15 years ago
  16. eb38ebf Improved widening loads by adding support for wider loads if by Mon P Wang · 15 years ago
  17. f7d0d16 fix a potential overflow issue Eli pointed out. by Chris Lattner · 15 years ago
  18. 4454074 Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. by Nick Lewycky · 15 years ago
  19. d668839 third bug from PR6119: the xor dupe extension allows by Chris Lattner · 15 years ago
  20. dbeeced Teach DAE that even though it can't modify the function signature of an by Nick Lewycky · 15 years ago
  21. 2dd7657 add an early out to ProcessBranchOnXOR to speed it up, by Chris Lattner · 15 years ago
  22. 8231fd1 fix a crash in jump threading, PR6119 by Chris Lattner · 15 years ago
  23. 818ff34 implement a simple instcombine xform that has been in the readme forever. by Chris Lattner · 15 years ago
  24. a9cf5b3 add a note by Chris Lattner · 15 years ago
  25. aa306c2 add some notes, making posix-memalign be nocapture would be an easy improvement. by Chris Lattner · 15 years ago
  26. 187361b Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 15 years ago
  27. e88a8e6 Respect operator precedence (and silence a gcc 4.3 warning). by Benjamin Kramer · 15 years ago
  28. 9eb158d mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 15 years ago
  29. f9f93e4 resolve a fixme: the "nonexecutable stack directive" is actually by Chris Lattner · 15 years ago
  30. 74670b2 remove a dead call. by Chris Lattner · 15 years ago
  31. 1b46f43 use helpers. by Chris Lattner · 15 years ago
  32. 152a29b mcize visibility directives. by Chris Lattner · 15 years ago
  33. a5ad93a move the various directive enums out of the MCStreamer class by Chris Lattner · 15 years ago
  34. 52492ac Change constantexpr global variable initializers to convert the constants by Chris Lattner · 15 years ago
  35. e9625cf Don't lower splat vector load to relative to the esp if the by Eric Christopher · 15 years ago
  36. 3a9be0e mcstreamerize .no_dead_strip and .reference for static ctors/dtors. by Chris Lattner · 15 years ago
  37. 63df4a4 stop testing for invalid output. by Chris Lattner · 15 years ago
  38. 7672d04 Reapply 94059 while fixing the calling convention setup for strcpy. by Eric Christopher · 15 years ago
  39. d4acde2 remove unneeded directive set. by Chris Lattner · 15 years ago
  40. 64c2b24 use some helpers instead of duplicating logic. by Chris Lattner · 15 years ago
  41. 3924868 mcize jump table and constant pool entry labels, .local on elf, by Chris Lattner · 15 years ago
  42. 05f8453 emit .ascii and .asciz through MCStreamer. by Chris Lattner · 15 years ago
  43. 33b1758 simplify code a bit. by Chris Lattner · 15 years ago
  44. e4a0a15 InstCombine should not fold sext/zext of a vector and a bitcast to a scalar to a sext/zext by Mon P Wang · 15 years ago
  45. b2dc8f3 Update CMake build. by Ted Kremenek · 15 years ago
  46. 4cf202b remove one form of EmitString, just use EmitBytes instead. We must by Chris Lattner · 15 years ago
  47. 4fe5d72 remove this test. by Chris Lattner · 15 years ago
  48. e88f552 Added the skeleton for the implementation of the X86 by Sean Callanan · 15 years ago
  49. 7962634 Fix test. by Evan Cheng · 15 years ago
  50. 4d03ca0 Fix tests. by Evan Cheng · 15 years ago
  51. e9b466d Modified the register matcher function in AsmMatcher to by Sean Callanan · 15 years ago
  52. 2e36993 Avoid using "Type" as the variable name. by Devang Patel · 15 years ago
  53. 1402f0b AsmMatcher: Add a comment. by Daniel Dunbar · 15 years ago
  54. b6aebc2 In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store by Victor Hernandez · 15 years ago
  55. 12e555c teach MCAsmStreamer::EmitBytes to use .ascii and .asciz by Chris Lattner · 15 years ago
  56. 0620312 Make sure ValueFn starts off empty by Victor Hernandez · 15 years ago
  57. 42dae2d Enable pre-regalloc scheduling load clustering by default. by Evan Cheng · 15 years ago
  58. afc3673 Be more conservative with clustering f32 / f64 loads. by Evan Cheng · 15 years ago
  59. faca549 move "EOL" from asmprinter to dwarfprinter. It should eventually by Chris Lattner · 15 years ago
  60. f537ce1 remove uses of EOL. by Chris Lattner · 15 years ago
  61. 245834d add a new EmitCFAByte method and use it. by Chris Lattner · 15 years ago
  62. 894d75a move uleb printing from asmprinter to dwarfprinter, mcize, by Chris Lattner · 15 years ago
  63. bf1f76b Make OProfile support compile again after r93630 removed by Jeffrey Yasskin · 15 years ago
  64. bb9078a move sleb printing out of asmprinter into dwarf printer, make clients by Chris Lattner · 15 years ago
  65. bc5201f Remove MetadataBase class because it is not adding significant value. by Devang Patel · 15 years ago
  66. 5d74e1f Added a Register token to AsmToken and the appropriate by Sean Callanan · 15 years ago
  67. 1caedd0 Ignore DEBUG_VALUE when building live intervals; by Dale Johannesen · 15 years ago
  68. f61ed8e add a new DwarfPrinter::EmitEncodingByte method which handles by Chris Lattner · 15 years ago
  69. 5635156 Filled out the skeleton of the TargetAsmLexer to behave by Sean Callanan · 15 years ago
  70. 066c9ac rename the dwarf class to DwarfPrinter. This matches the filename by Chris Lattner · 15 years ago
  71. 3c65335 fix indentation by Chris Lattner · 15 years ago
  72. 0ad9c91 inline away the trivial AsmPrinter::EOL() method. by Chris Lattner · 15 years ago
  73. 0595324 inline AsmPrinter::PrintHex into its two trivial callers. by Chris Lattner · 15 years ago
  74. 523a508 change this to be a static function instead of a method on asmprinter. by Chris Lattner · 15 years ago
  75. 88ad3de make the loop comment printer print out a much better structured by Chris Lattner · 15 years ago
  76. 14ca177 Changes to fix buffering that I forgot to commit with previous patch. by Chris Lattner · 15 years ago
  77. 965df54 For blocks that are not loop headers, just print their loop depth and header BB. by Chris Lattner · 15 years ago
  78. d8d0aee reenable the label loop comments and switch them to use the formatted by Chris Lattner · 15 years ago
  79. 8a3ee71 Mark EH_RETURN64 as CodeGenOnly. by Daniel Dunbar · 15 years ago
  80. b0706d1 Another strncmp -> StringRef.startswith simplification. by Benjamin Kramer · 15 years ago
  81. 0fd90fd Convert some more random-comment-printing stuff to use by Chris Lattner · 15 years ago
  82. 7e02e52 make this less constrained, we want blank lines between globals. by Chris Lattner · 15 years ago
  83. d79d9dc add a new MCAsmStreamer::GetCommentOS method to simplify stuff by Chris Lattner · 15 years ago
  84. 8a23e0b Revert 94059. It is breaking the MultiSource/Benchmarks/Prolangs-C/bison by Bob Wilson · 15 years ago
  85. 6a91579 add missing break, PR6114, patch by M Wahab. by Chris Lattner · 15 years ago
  86. 02d574d Fix/strengthen verification of llvm.dbg.declare by Victor Hernandez · 15 years ago
  87. 29fa5e9 Keep ignoring pointer-to-pointer bitcasts by Victor Hernandez · 15 years ago
  88. 7481ae6 use both the Mangler and the CBE's mangler for identifiers, by Chris Lattner · 15 years ago
  89. d32c7cf rename addComment -> AddComment for consistency. by Chris Lattner · 15 years ago
  90. a46918d Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 15 years ago
  91. 50a5aa1 CMake: Don't try to descend into projects/compiler-rt, it doesn't work. by Daniel Dunbar · 15 years ago
  92. f63623f Make GetSourceVersion more portable, thanks Pawel! by Daniel Dunbar · 15 years ago
  93. ea5c2ba Update CMake LibDeps by Daniel Dunbar · 15 years ago
  94. 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 15 years ago
  95. b0a5bae Fix TimeValue::now() on Unix. by Torok Edwin · 15 years ago
  96. 12bdbf1 Revert r94066, which was the patch which added a Verifier pass after by Dan Gohman · 15 years ago
  97. 7d1e49c add comment support to the rest of the directives. by Chris Lattner · 15 years ago
  98. d5a7e35 stop using strtoll, it gives windows heartburn. by Chris Lattner · 15 years ago
  99. 86e2211 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 15 years ago
  100. 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 15 years ago