1. a46918d Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 16 years ago
  2. 50a5aa1 CMake: Don't try to descend into projects/compiler-rt, it doesn't work. by Daniel Dunbar · 16 years ago
  3. f63623f Make GetSourceVersion more portable, thanks Pawel! by Daniel Dunbar · 16 years ago
  4. ea5c2ba Update CMake LibDeps by Daniel Dunbar · 16 years ago
  5. 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 16 years ago
  6. b0a5bae Fix TimeValue::now() on Unix. by Torok Edwin · 16 years ago
  7. 12bdbf1 Revert r94066, which was the patch which added a Verifier pass after by Dan Gohman · 16 years ago
  8. 7d1e49c add comment support to the rest of the directives. by Chris Lattner · 16 years ago
  9. d5a7e35 stop using strtoll, it gives windows heartburn. by Chris Lattner · 16 years ago
  10. 86e2211 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 16 years ago
  11. 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 16 years ago
  12. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 16 years ago
  13. 6eeb734 give PassNameParser a home. by Chris Lattner · 16 years ago
  14. 36fe198 add an out-of-line virtual method to CmpInst to give it a home. by Chris Lattner · 16 years ago
  15. 476e9bd elimiante the dynamic_cast's from opt. by Chris Lattner · 16 years ago
  16. 6f6e87d simplify code. by Chris Lattner · 16 years ago
  17. c5e5b3c drop the pass name from the output. by Chris Lattner · 16 years ago
  18. 5a66cb9 eliminate dynamic_cast from this file. by Chris Lattner · 16 years ago
  19. 77c95ed eliminate a bunch more unneeded dynamic_cast's. by Chris Lattner · 16 years ago
  20. 3660eca eliminate a bunch of dynamic_cast's. by Chris Lattner · 16 years ago
  21. 5e664b8 eliminate a bunch of dynamic_cast's. by Chris Lattner · 16 years ago
  22. 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
  23. 96dc115 Add two target hooks to determine whether two loads are near and should be scheduled together. by Evan Cheng · 16 years ago
  24. cf220d5 Add DenseMapInfo for signed long long. by Evan Cheng · 16 years ago
  25. 4bd8dc3 CMake: Add MCParser directory. by Daniel Dunbar · 16 years ago
  26. eab04fc lit: Separate test suite from test name with spaces, to make it easier to cut and paste. by Daniel Dunbar · 16 years ago
  27. 46dc583 add new file by Chris Lattner · 16 years ago
  28. be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 16 years ago
  29. 0d6eee4 forgot to svn add these, doh. by Chris Lattner · 16 years ago
  30. c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 16 years ago
  31. 03949c9 remove some confused code that used strtoull by Chris Lattner · 16 years ago
  32. a27f64f allow registering target lexers. by Chris Lattner · 16 years ago
  33. af0d301 stub out a new TargetAsmLexer interface. by Chris Lattner · 16 years ago
  34. 7979b72 Revert LoopStrengthReduce.cpp to pre-r94061 for now. by Dan Gohman · 16 years ago
  35. 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
  36. d5d2bae Fix PR5694. The CMN instructions set the flags differently from CMP, so they by Jim Grosbach · 16 years ago
  37. 8767d32 Tidy up assertion syntax. No functionality change. by Ted Kremenek · 16 years ago
  38. edd7966 No need to look through bitcasts for DbgInfoIntrinsic by Victor Hernandez · 16 years ago
  39. e31dc35 DbgInfoIntrinsic no longer appear in an instruction's use list by Victor Hernandez · 16 years ago
  40. a4c7762 No need to look through bitcasts for DbgInfoIntrinsic by Victor Hernandez · 16 years ago
  41. 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
  42. eca35b7 When inserting expressions for post-increment users which contain by Dan Gohman · 16 years ago
  43. 940bd3e Include IVUsers information in LSR's debug output. by Dan Gohman · 16 years ago
  44. 8b0ade3 Prune the search for candidate formulae if the number of register by Dan Gohman · 16 years ago
  45. 80ffc96 Trim unneeded includes. by Evan Cheng · 16 years ago
  46. 2f52458 Add a comment. by Dan Gohman · 16 years ago
  47. 839a015 It turns out that this #include is needed because otherwise by Chris Lattner · 16 years ago
  48. 7bc3bce unbreak the build, apparently without this transformutils starts depending on libipa? by Chris Lattner · 16 years ago
  49. 1b3ef34 tidy up by Chris Lattner · 16 years ago
  50. d3a6d90 tidy up by Chris Lattner · 16 years ago
  51. 717ce2b remove dead .erase. by Chris Lattner · 16 years ago
  52. f38a33c back this out for now. Growing Function is not good. by Jim Grosbach · 16 years ago
  53. 2116a4e testcase for r94095 by Chris Lattner · 16 years ago
  54. 2614172 fix a problem with a missing _, testcase pending. by Chris Lattner · 16 years ago
  55. 589423c Don't need to include IntrinsicInst.h any more by Victor Hernandez · 16 years ago
  56. f42fae1 No need to map NULL operands of metadata by Victor Hernandez · 16 years ago
  57. e40eb09 Add a simple script for getting a version tag from a svn/git-svn/git by Daniel Dunbar · 16 years ago
  58. 629bff6 struct/class mismatch. by Benjamin Kramer · 16 years ago
  59. 82b5a30 Make the parser include the lower level error message in its own error by Dan Gohman · 16 years ago
  60. 5e5442c Avoid printing a spurious semicolon when there is no filename. by Dan Gohman · 16 years ago
  61. c37e3d5 When re-using an existing cast for a user, it's still necessary to call by Dan Gohman · 16 years ago
  62. 401f325 Fix a crasher trying to fold each element in a comparison between two vectors by Nick Lewycky · 16 years ago
  63. 1548b86 remove a couple of asserts that use RTTI. by Chris Lattner · 16 years ago
  64. fca3706 Run the verifier after LSR, to help catch use-before-def errors before by Dan Gohman · 16 years ago
  65. a10756e Re-implement the main strength-reduction portion of LoopStrengthReduction. by Dan Gohman · 16 years ago
  66. ac8b4bf eliminate dynamic_cast from the pass manager. by Chris Lattner · 16 years ago
  67. ed1a4c7 Add strcpy_chk -> strcpy support for "don't know" object size by Eric Christopher · 16 years ago
  68. 94da721 Fix a minor issue in x86 load / store folding table. movups does an unaligned load so it doesn't require 16-byte alignment. by Evan Cheng · 16 years ago
  69. d0a0c38 Make sure that landing pad entries in the EH call site table are in the proper by Jim Grosbach · 16 years ago
  70. fd0b028 Moved handling of inclusion from the AsmLexer to by Sean Callanan · 16 years ago
  71. 0527344 simplify this code. by Chris Lattner · 16 years ago
  72. bf2013e Changed the AsmParser to handle error messages itself by Sean Callanan · 16 years ago
  73. 8d77cc8 SjLj EH introduces can introduce an additional edge to a landing pad and pad by Jim Grosbach · 16 years ago
  74. 10d33a4 Promoted the reference to the SourceMgr from AsmLexer by Sean Callanan · 16 years ago
  75. 79036e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 16 years ago
  76. 73a1aa0 eliminate FnStubInfo, using MachineModuleInfoMachO instead. by Chris Lattner · 16 years ago
  77. 73e884b make findDebugLoc a class method by Dale Johannesen · 16 years ago
  78. 917d628 split function stub printing out to its own function, no functionality change. by Chris Lattner · 16 years ago
  79. d3ec0b5 eliminate the GVStubs and HiddenGVStubs maps, and use by Chris Lattner · 16 years ago
  80. 0e94fac don't forget to initialize an instance variable! by Chris Lattner · 16 years ago
  81. cf495bc by David Greene · 16 years ago
  82. 1bc76d4 adopt getAdjustedAnalysisPointer in a few more passes. by Chris Lattner · 16 years ago
  83. fc570e4 adopt getAdjustedAnalysisPointer in two more passes. by Chris Lattner · 16 years ago
  84. cdac3a3 adopt getAdjustedAnalysisPointer in BasicCallGraph. by Chris Lattner · 16 years ago
  85. 2033097 add some new methods to adjust this pointers. Not used yet. by Chris Lattner · 16 years ago
  86. 61186cd add a helper method. by Chris Lattner · 16 years ago
  87. b0bedd6 don't send null pointers through the constantexpr codepath unneededly. by Chris Lattner · 16 years ago
  88. f958dd2 reduce redundant are's. by Chris Lattner · 16 years ago
  89. f8526cb Move per-function inline threshold calculation to a method. by Jakob Stoklund Olesen · 16 years ago
  90. 32f6a8d use getGlobalDirective(), don't hardcode .globl. PR6093 by Chris Lattner · 16 years ago
  91. 2ef951e by David Greene · 16 years ago
  92. bcb83e5 eliminate some uses of AsmPrinter::EmitIntXXX by Chris Lattner · 16 years ago
  93. 2ab4709 Backout r93990 by Victor Hernandez · 16 years ago
  94. ea3cb40 inline and radically simplify printDataDirective. It will eventually by Chris Lattner · 16 years ago
  95. 213168b emit basic block labels with mcstreamer. by Chris Lattner · 16 years ago
  96. 043c4e5 emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1, for tidiness. by Chris Lattner · 16 years ago
  97. 2dd245c signficant cleanups to EmitGlobalConstant (including streamerization by Chris Lattner · 16 years ago
  98. 3bcda49 Fix/strengthen verification of llvm.dbg.declare by Victor Hernandez · 16 years ago
  99. acf1831 Switch Elts from vector to SmallVector by Victor Hernandez · 16 years ago
  100. 9ceff94 switch ConstantFP emission to use MCStreamer, significantly by Chris Lattner · 16 years ago