1. 6bc41e8 Revert r49614. As Dan pointed out, some of these aren't correct. by Owen Anderson · 16 years ago
  2. 386ea35 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), by Owen Anderson · 16 years ago
  3. 5d4ed3b Move memcpy / memset optimization pass after GVN. by Evan Cheng · 16 years ago
  4. a723d1e Factor a bunch of functionality related to memcpy and memset transforms out of by Owen Anderson · 16 years ago
  5. cb76b12 Remove llvm-upgrade. by Tanya Lattner · 16 years ago
  6. e2c4304 Use Intrinsic::getDeclaration in more places. by Duncan Sands · 16 years ago
  7. 58f3bcd Remove tabs. Patch by Mike Stump! by Bill Wendling · 16 years ago
  8. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  9. af4fc28 -fPIC is required on x86-64 when building shared objects. by Torok Edwin · 16 years ago
  10. e278470 Reenable running StripSymbols when EH is on. Dale fixed EH. by Devang Patel · 16 years ago
  11. dedf502 Make EH work with unnamed functions. Reenable running by Dale Johannesen · 16 years ago
  12. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 16 years ago
  13. 8c2ec51 stop building llvmc. by Chris Lattner · 16 years ago
  14. 5f2e499 Honour another bunch of parameter attributes in llvm2cpp by Anton Korobeynikov · 16 years ago
  15. e818717 Honour ByVal parameter attribute in llvm2cpp by Anton Korobeynikov · 16 years ago
  16. 4d9c9e9 Another test commit (with git-svn) by Mikhail Glushenkov · 16 years ago
  17. 56ba12c Test commit by Mikhail Glushenkov · 16 years ago
  18. 1cf962b Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch! by Anton Korobeynikov · 16 years ago
  19. 6fefa6a Disable building llvm-upgrade. by Tanya Lattner · 16 years ago
  20. df4613c With debug info, there are nameless constant global values. do not crash when we hit one by Andrew Lenharth · 16 years ago
  21. 16b412c Small format/grammar changes. by Bill Wendling · 16 years ago
  22. ae851b6 Grammar Nazi strikes! :-) by Bill Wendling · 16 years ago
  23. ac67b7e Add first proof-of-concept universal compiler driver framework based by Anton Korobeynikov · 16 years ago
  24. 230293b style and spelling by Andrew Lenharth · 16 years ago
  25. 50b5742 llvm-ld deserves disable-verify too. opt shouldn't have all the fun options. by Andrew Lenharth · 16 years ago
  26. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 16 years ago
  27. c77e4d1 only extract main if the user didn't specify anything to extract by Andrew Lenharth · 16 years ago
  28. 6a021a4 make error message reflect default search function name by Andrew Lenharth · 16 years ago
  29. d245a8a add a pass that can extract all kinds of global values, not just functions. Update llvm-extract to use it and optionally extract a global variable if you want it too by Andrew Lenharth · 16 years ago
  30. 8f3153e Renable lto2 build. by Tanya Lattner · 16 years ago
  31. 873570e suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix whitespace. by Nick Kledzik · 16 years ago
  32. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 16 years ago
  33. 33a834a Also handle "getresult". by Nick Lewycky · 16 years ago
  34. e5101bf Disable lto because its broken on tiger. by Tanya Lattner · 16 years ago
  35. 1f008a8 stop building lto on all platforms. Start building lto2 on Darwin by Nick Kledzik · 16 years ago
  36. 4ed55ce also pass -compatibility_version when linking shared object for Darwin by Nick Kledzik · 16 years ago
  37. 63b8c1f Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case by Andrew Lenharth · 16 years ago
  38. ef194ed fixes from review of first commit by Nick Kledzik · 16 years ago
  39. cfd7279 use PROJ_SRC_DIR so this builds with Apple style builds by Nick Kledzik · 16 years ago
  40. 77595fc first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet by Nick Kledzik · 16 years ago
  41. 584c3bf Detabify. by Bill Wendling · 16 years ago
  42. 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 16 years ago
  43. ef00f9d Add -disable-output option. by Devang Patel · 16 years ago
  44. 44a2a79 Get rid of hash_map in llvmc by Anton Korobeynikov · 16 years ago
  45. a27694d And final pack of warnings silencing by Anton Korobeynikov · 16 years ago
  46. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 16 years ago
  47. 0d51e7e Expand ParameterAttributes to 32 bits (in preparation by Dale Johannesen · 16 years ago
  48. 3956449 Fix a missing space in the description of the find-bugs option. by Dan Gohman · 16 years ago
  49. 1d1ef14 PR2027, Fix bugpoint's -find-bugs option, clean up the code. by Nick Lewycky · 16 years ago
  50. 5252ae6 Begin setting features for target based on target triple string. by Devang Patel · 17 years ago
  51. 0e50128 Do not set time out, lets assume assembler will do its job in reasonable amount of time. by Devang Patel · 17 years ago
  52. bc9ed59 Do not strip symbols when EH is ON. by Devang Patel · 17 years ago
  53. 59c8d8a Supply appropriate arch info to darwin assembler. by Devang Patel · 17 years ago
  54. 21b70b2 Enable exception handling if it is supported. by Devang Patel · 17 years ago
  55. 3992f52 Add support for frameworks. Patch by Shantonu Sen! by Chris Lattner · 17 years ago
  56. 5e563c3 - Introduces versioning macro LLVM_LTO_VERSION by Devang Patel · 17 years ago
  57. 03a1c7a Fix llvm-ld -Xlinker, patch by Daniel Teske! by Chris Lattner · 17 years ago
  58. 4a6a6f2 Fix PR1797 by Chris Lattner · 17 years ago
  59. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  60. cf78659 regenerate by Chris Lattner · 17 years ago
  61. 4c06e0d remove attributions by Chris Lattner · 17 years ago
  62. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  63. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  64. 194c90e Fixing several transforms which would drop the collector attribute by Gordon Henriksen · 17 years ago
  65. dc32d19 Actually parse q operation in llvm-ar by Seo Sanghyeon · 17 years ago
  66. fe085f3 Revert my previous check-in. by Devang Patel · 17 years ago
  67. e361187 Add lto version check mechanism. by Devang Patel · 17 years ago
  68. 4374f8e regenerate. by Christopher Lamb · 17 years ago
  69. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  70. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  71. b25a093 Fix accidental commit by Bill. by Chris Lattner · 17 years ago
  72. 041b3f8 Reverting 44702. It wasn't correct to rename them. by Bill Wendling · 17 years ago
  73. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  74. 757d243 Add a convenience method for modifying parameter by Duncan Sands · 17 years ago
  75. afa3b6d Add some convenience methods for querying attributes, and use them. by Duncan Sands · 17 years ago
  76. f248f0d Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that by Ted Kremenek · 17 years ago
  77. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  78. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
  79. 120119d Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin. by Chris Lattner · 17 years ago
  80. 4e1be6d Deleting redundant copy of block extractor pass. See also PR1775. by Gordon Henriksen · 17 years ago
  81. 4a444c7 Fix PR1739. by Chris Lattner · 17 years ago
  82. 706a5e6 add a 'don't use me' marker. by Chris Lattner · 17 years ago
  83. 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 17 years ago
  84. 82f209e Fix a typo in a comment. by Dan Gohman · 17 years ago
  85. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  86. 4292d1c minor long double related changes by Dale Johannesen · 17 years ago
  87. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  88. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  89. d06eb2c Turn GVN on by default. by Owen Anderson · 17 years ago
  90. cdd509a Apply feedback from previous patch. by Dale Johannesen · 17 years ago
  91. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  92. 305743d Enable loop index split pass. by Devang Patel · 17 years ago
  93. 5fd22a8 by David Greene · 17 years ago
  94. 418a04e by David Greene · 17 years ago
  95. f0e8560 by David Greene · 17 years ago
  96. b8f7479 by David Greene · 17 years ago
  97. f1355a5 by David Greene · 17 years ago
  98. ae5115d by David Greene · 17 years ago
  99. 5c1b533 Don't build llvm-stub twice. by Reid Spencer · 17 years ago
  100. d2887e4 Separate program name from error message with a : by Reid Spencer · 17 years ago