1. 4cf202b remove one form of EmitString, just use EmitBytes instead. We must by Chris Lattner · 16 years ago
  2. 4fe5d72 remove this test. by Chris Lattner · 16 years ago
  3. e88f552 Added the skeleton for the implementation of the X86 by Sean Callanan · 16 years ago
  4. 7962634 Fix test. by Evan Cheng · 16 years ago
  5. 4d03ca0 Fix tests. by Evan Cheng · 16 years ago
  6. e9b466d Modified the register matcher function in AsmMatcher to by Sean Callanan · 16 years ago
  7. 2e36993 Avoid using "Type" as the variable name. by Devang Patel · 16 years ago
  8. 1402f0b AsmMatcher: Add a comment. by Daniel Dunbar · 16 years ago
  9. 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 · 16 years ago
  10. 12e555c teach MCAsmStreamer::EmitBytes to use .ascii and .asciz by Chris Lattner · 16 years ago
  11. 0620312 Make sure ValueFn starts off empty by Victor Hernandez · 16 years ago
  12. 42dae2d Enable pre-regalloc scheduling load clustering by default. by Evan Cheng · 16 years ago
  13. afc3673 Be more conservative with clustering f32 / f64 loads. by Evan Cheng · 16 years ago
  14. faca549 move "EOL" from asmprinter to dwarfprinter. It should eventually by Chris Lattner · 16 years ago
  15. f537ce1 remove uses of EOL. by Chris Lattner · 16 years ago
  16. 245834d add a new EmitCFAByte method and use it. by Chris Lattner · 16 years ago
  17. 894d75a move uleb printing from asmprinter to dwarfprinter, mcize, by Chris Lattner · 16 years ago
  18. bf1f76b Make OProfile support compile again after r93630 removed by Jeffrey Yasskin · 16 years ago
  19. bb9078a move sleb printing out of asmprinter into dwarf printer, make clients by Chris Lattner · 16 years ago
  20. bc5201f Remove MetadataBase class because it is not adding significant value. by Devang Patel · 16 years ago
  21. 5d74e1f Added a Register token to AsmToken and the appropriate by Sean Callanan · 16 years ago
  22. 1caedd0 Ignore DEBUG_VALUE when building live intervals; by Dale Johannesen · 16 years ago
  23. f61ed8e add a new DwarfPrinter::EmitEncodingByte method which handles by Chris Lattner · 16 years ago
  24. 5635156 Filled out the skeleton of the TargetAsmLexer to behave by Sean Callanan · 16 years ago
  25. 066c9ac rename the dwarf class to DwarfPrinter. This matches the filename by Chris Lattner · 16 years ago
  26. 3c65335 fix indentation by Chris Lattner · 16 years ago
  27. 0ad9c91 inline away the trivial AsmPrinter::EOL() method. by Chris Lattner · 16 years ago
  28. 0595324 inline AsmPrinter::PrintHex into its two trivial callers. by Chris Lattner · 16 years ago
  29. 523a508 change this to be a static function instead of a method on asmprinter. by Chris Lattner · 16 years ago
  30. 88ad3de make the loop comment printer print out a much better structured by Chris Lattner · 16 years ago
  31. 14ca177 Changes to fix buffering that I forgot to commit with previous patch. by Chris Lattner · 16 years ago
  32. 965df54 For blocks that are not loop headers, just print their loop depth and header BB. by Chris Lattner · 16 years ago
  33. d8d0aee reenable the label loop comments and switch them to use the formatted by Chris Lattner · 16 years ago
  34. 8a3ee71 Mark EH_RETURN64 as CodeGenOnly. by Daniel Dunbar · 16 years ago
  35. b0706d1 Another strncmp -> StringRef.startswith simplification. by Benjamin Kramer · 16 years ago
  36. 0fd90fd Convert some more random-comment-printing stuff to use by Chris Lattner · 16 years ago
  37. 7e02e52 make this less constrained, we want blank lines between globals. by Chris Lattner · 16 years ago
  38. d79d9dc add a new MCAsmStreamer::GetCommentOS method to simplify stuff by Chris Lattner · 16 years ago
  39. 8a23e0b Revert 94059. It is breaking the MultiSource/Benchmarks/Prolangs-C/bison by Bob Wilson · 16 years ago
  40. 6a91579 add missing break, PR6114, patch by M Wahab. by Chris Lattner · 16 years ago
  41. 02d574d Fix/strengthen verification of llvm.dbg.declare by Victor Hernandez · 16 years ago
  42. 29fa5e9 Keep ignoring pointer-to-pointer bitcasts by Victor Hernandez · 16 years ago
  43. 7481ae6 use both the Mangler and the CBE's mangler for identifiers, by Chris Lattner · 16 years ago
  44. d32c7cf rename addComment -> AddComment for consistency. by Chris Lattner · 16 years ago
  45. a46918d Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 16 years ago
  46. 50a5aa1 CMake: Don't try to descend into projects/compiler-rt, it doesn't work. by Daniel Dunbar · 16 years ago
  47. f63623f Make GetSourceVersion more portable, thanks Pawel! by Daniel Dunbar · 16 years ago
  48. ea5c2ba Update CMake LibDeps by Daniel Dunbar · 16 years ago
  49. 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 16 years ago
  50. b0a5bae Fix TimeValue::now() on Unix. by Torok Edwin · 16 years ago
  51. 12bdbf1 Revert r94066, which was the patch which added a Verifier pass after by Dan Gohman · 16 years ago
  52. 7d1e49c add comment support to the rest of the directives. by Chris Lattner · 16 years ago
  53. d5a7e35 stop using strtoll, it gives windows heartburn. by Chris Lattner · 16 years ago
  54. 86e2211 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 16 years ago
  55. 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 16 years ago
  56. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 16 years ago
  57. 6eeb734 give PassNameParser a home. by Chris Lattner · 16 years ago
  58. 36fe198 add an out-of-line virtual method to CmpInst to give it a home. by Chris Lattner · 16 years ago
  59. 476e9bd elimiante the dynamic_cast's from opt. by Chris Lattner · 16 years ago
  60. 6f6e87d simplify code. by Chris Lattner · 16 years ago
  61. c5e5b3c drop the pass name from the output. by Chris Lattner · 16 years ago
  62. 5a66cb9 eliminate dynamic_cast from this file. by Chris Lattner · 16 years ago
  63. 77c95ed eliminate a bunch more unneeded dynamic_cast's. by Chris Lattner · 16 years ago
  64. 3660eca eliminate a bunch of dynamic_cast's. by Chris Lattner · 16 years ago
  65. 5e664b8 eliminate a bunch of dynamic_cast's. by Chris Lattner · 16 years ago
  66. c589e03 Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may improve cache locality. This is controlled by -cluster-loads for now. by Evan Cheng · 16 years ago
  67. 96dc115 Add two target hooks to determine whether two loads are near and should be scheduled together. by Evan Cheng · 16 years ago
  68. cf220d5 Add DenseMapInfo for signed long long. by Evan Cheng · 16 years ago
  69. 4bd8dc3 CMake: Add MCParser directory. by Daniel Dunbar · 16 years ago
  70. eab04fc lit: Separate test suite from test name with spaces, to make it easier to cut and paste. by Daniel Dunbar · 16 years ago
  71. 46dc583 add new file by Chris Lattner · 16 years ago
  72. be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 16 years ago
  73. 0d6eee4 forgot to svn add these, doh. by Chris Lattner · 16 years ago
  74. c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 16 years ago
  75. 03949c9 remove some confused code that used strtoull by Chris Lattner · 16 years ago
  76. a27f64f allow registering target lexers. by Chris Lattner · 16 years ago
  77. af0d301 stub out a new TargetAsmLexer interface. by Chris Lattner · 16 years ago
  78. 7979b72 Revert LoopStrengthReduce.cpp to pre-r94061 for now. by Dan Gohman · 16 years ago
  79. 3ec68f9 Store flags in bitfields instead of masking them into the pointer for the left child. This leads to some nice conceptually cleanups. by Ted Kremenek · 16 years ago
  80. d5d2bae Fix PR5694. The CMN instructions set the flags differently from CMP, so they by Jim Grosbach · 16 years ago
  81. 8767d32 Tidy up assertion syntax. No functionality change. by Ted Kremenek · 16 years ago
  82. edd7966 No need to look through bitcasts for DbgInfoIntrinsic by Victor Hernandez · 16 years ago
  83. e31dc35 DbgInfoIntrinsic no longer appear in an instruction's use list by Victor Hernandez · 16 years ago
  84. a4c7762 No need to look through bitcasts for DbgInfoIntrinsic by Victor Hernandez · 16 years ago
  85. 6c146ee DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up looking for them in use iterations and remove OnlyUsedByDbgInfoIntrinsics() by Victor Hernandez · 16 years ago
  86. eca35b7 When inserting expressions for post-increment users which contain by Dan Gohman · 16 years ago
  87. 940bd3e Include IVUsers information in LSR's debug output. by Dan Gohman · 16 years ago
  88. 8b0ade3 Prune the search for candidate formulae if the number of register by Dan Gohman · 16 years ago
  89. 80ffc96 Trim unneeded includes. by Evan Cheng · 16 years ago
  90. 2f52458 Add a comment. by Dan Gohman · 16 years ago
  91. 839a015 It turns out that this #include is needed because otherwise by Chris Lattner · 16 years ago
  92. 7bc3bce unbreak the build, apparently without this transformutils starts depending on libipa? by Chris Lattner · 16 years ago
  93. 1b3ef34 tidy up by Chris Lattner · 16 years ago
  94. d3a6d90 tidy up by Chris Lattner · 16 years ago
  95. 717ce2b remove dead .erase. by Chris Lattner · 16 years ago
  96. f38a33c back this out for now. Growing Function is not good. by Jim Grosbach · 16 years ago
  97. 2116a4e testcase for r94095 by Chris Lattner · 16 years ago
  98. 2614172 fix a problem with a missing _, testcase pending. by Chris Lattner · 16 years ago
  99. 589423c Don't need to include IntrinsicInst.h any more by Victor Hernandez · 16 years ago
  100. f42fae1 No need to map NULL operands of metadata by Victor Hernandez · 16 years ago