1. af8a424 Add standard print/dump methods to CallGraph classes. by Chris Lattner · 21 years ago
  2. 6839242 Two fixes: by Chris Lattner · 21 years ago
  3. 5e2e272 This DEBUG is buggy. comment it out because it's not worth fixing. This by Chris Lattner · 21 years ago
  4. af2f924 Added information about the configuration file. This is a temporary home by Reid Spencer · 21 years ago
  5. b814e2d Get rid of a warning when compiling optimized. Uninitialized variable has by Reid Spencer · 21 years ago
  6. ecf8afd Ok get rid of the REST of the tabs by Chris Lattner · 21 years ago
  7. d555da5 Death to tabs by Chris Lattner · 21 years ago
  8. f9cdefb Correct spelling mistakes. Wrap lines at 80 columns. by Reid Spencer · 21 years ago
  9. f2edda0 Various updates suggested by Misha and Chris. Moved material that is by Reid Spencer · 21 years ago
  10. 16ca194 dumpSavedState has outlived its usefulness. by Brian Gaeke · 21 years ago
  11. 3ee14de New testcase for critical 1.3 feature by Chris Lattner · 21 years ago
  12. be65afb First version of a manual page for the llvmc compiler driver. This tool is by Reid Spencer · 21 years ago
  13. 8fabb62 Split assertion to two in order to give better assertion messages. by Alkis Evlogimenos · 21 years ago
  14. 72bd334 Now without stinky dos newlines! by Chris Lattner · 21 years ago
  15. 3ea9346 by Chris Lattner · 21 years ago
  16. 406e8cb Update the To-Do list according to my notes + assertions by Brian Gaeke · 21 years ago
  17. aaf10ab Added Louis Gerbarg. Louis is given credit in the CREDITS.TXT file, so I by John Criswell · 21 years ago
  18. e58d356 More prominantly mention ppc support, more accurately describe its status by Chris Lattner · 21 years ago
  19. 9411875 * Mention PowerPC as new feature, and experimental feature by Misha Brukman · 21 years ago
  20. 2c2ba76 Add additional copyright notice for the PowerPC backend. Thanks Nate! by John Criswell · 21 years ago
  21. 047e606 Split out -disable-codegen into -disable-llc and -disable-jit. by Brian Gaeke · 21 years ago
  22. f200eee We now have the PowerPC backend, thanks to Nate Begeman and Luis Gerbarg! by Misha Brukman · 21 years ago
  23. 2f94786 Simplify makefile by combining all TableGen dependencies into one variable by Misha Brukman · 21 years ago
  24. 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 21 years ago
  25. 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 21 years ago
  26. b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 21 years ago
  27. 3c70714 PowerPC is a real target now. by Misha Brukman · 21 years ago
  28. 42b70f3 This file is obsolete by Chris Lattner · 21 years ago
  29. 8243976 Make GlobalVariable constructor assert when an initializer is of incorrect type. by Alkis Evlogimenos · 21 years ago
  30. a2b5f45 sparcv9select is history. by Brian Gaeke · 21 years ago
  31. 14f7a50 C++ support does not live in the C runtime any longer by Chris Lattner · 21 years ago
  32. d4d02bc Two files are moved to libstdc++, and a NOTE gets added by Chris Lattner · 21 years ago
  33. 45872bf Add missing copyrights by Chris Lattner · 21 years ago
  34. 9a7e0c5 Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get by Reid Spencer · 21 years ago
  35. aad2deb Fix another minor problem that exists if you ahve multiple functions with by Chris Lattner · 21 years ago
  36. 82b5b21 Fix a typeo by Chris Lattner · 21 years ago
  37. d2da229 Add a hack to work around a problem my changes exposed by Chris Lattner · 21 years ago
  38. 4e4f863 * Added documentation in the file header by Misha Brukman · 21 years ago
  39. 33066e9 Surround code element with <tt> tags by Misha Brukman · 21 years ago
  40. 1411a67 Hand-propagate the constant TARGET_NAME which was making lines wrap anyway by Misha Brukman · 21 years ago
  41. 7a750e1 * Remove unnecessary comment * Fix alignment of code * Tabs to spaces by Misha Brukman · 21 years ago
  42. dee0f9b Align dependencies so they don't hurt the eyes to look at them by Misha Brukman · 21 years ago
  43. 3b87f21 * Convert C++ comments to C * Add UIUC copyright notice headers by Misha Brukman · 21 years ago
  44. eab43d8 Shared libraries are usually prepended with `lib' by Misha Brukman · 21 years ago
  45. 7338ae5 Remove unused instruction classes by Misha Brukman · 21 years ago
  46. db01356 Make tablegen targets depend on PowerPCInstrFormats.td as well by Misha Brukman · 21 years ago
  47. c3d12f0 Fix a latent bug exposed by my recent changes by Chris Lattner · 21 years ago
  48. ff4c183 Move method out of line by Chris Lattner · 21 years ago
  49. 0a4f85e It is not possible to catch SIGKILL, don't bother trying. by Chris Lattner · 21 years ago
  50. 6173cd9 getValues does not exist by Chris Lattner · 21 years ago
  51. cdf7012 getValues is gone by Chris Lattner · 21 years ago
  52. 7065157 Clean up whitespace. by Alkis Evlogimenos · 21 years ago
  53. 1a8ea01 Convert indentation to 2 spaces. by Alkis Evlogimenos · 21 years ago
  54. 3e0ef89 Remove uneeded getValues() functions. by Alkis Evlogimenos · 21 years ago
  55. 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  56. 868bbf3 Fix a major regression in my previous checkin by Chris Lattner · 21 years ago
  57. cc7ba49 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  58. 93ad2cf getResultPos() is dead. by Brian Gaeke · 21 years ago
  59. 1c313c9 Get rid of the only use of TargetInstrInfo::getResultPos(), a deprecated method. by Brian Gaeke · 21 years ago
  60. 9e4c681 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  61. a834fe2 Add note by Chris Lattner · 21 years ago
  62. 5a837de FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of by Chris Lattner · 21 years ago
  63. 4efe35f sparcv9select is history by Brian Gaeke · 21 years ago
  64. 7633391 libsparcv9select is history by Brian Gaeke · 21 years ago
  65. 826b19b These headers have been moved/merged into other files. by Brian Gaeke · 21 years ago
  66. 57195d1 Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction, by Brian Gaeke · 21 years ago
  67. f7d4efb Tighten up some whitespace. Include SparcV9TmpInstr.h to pick up by Brian Gaeke · 21 years ago
  68. aceb7d8 Include SparcV9BurgISel.h, to pick up the definition of by Brian Gaeke · 21 years ago
  69. 98ac7ac Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pick by Brian Gaeke · 21 years ago
  70. bd0a183 Include SparcV9BurgISel.h, because PreSelection uses routines from within by Brian Gaeke · 21 years ago
  71. 8943e68 Add a Doxygen comment, and inline the constructor (which is now almost empty). by Brian Gaeke · 21 years ago
  72. 587cd1a The InstrForest data type has moved from llvm/CodeGen/InstrForest.h by Brian Gaeke · 21 years ago
  73. d5ce411 Add a new file containing just TmpInstruction and its implementation. by Brian Gaeke · 21 years ago
  74. 10b1192 All the SparcV9 BURG instruction selector pieces have been collected into the by Brian Gaeke · 21 years ago
  75. 7b0c84d I swear I compiled this, really I did. by Chris Lattner · 21 years ago
  76. c003628 Factor some code out, no substantial change. by Chris Lattner · 21 years ago
  77. fe41069 Concisify some code by Chris Lattner · 21 years ago
  78. ac479e5 Fix linkage types by Chris Lattner · 21 years ago
  79. 6823c9f Implement a FIXME, by not searching linearly through a map to remove an by Chris Lattner · 21 years ago
  80. b619761 New methods by Chris Lattner · 21 years ago
  81. 7c136c3 Minor efficiency improvements by Chris Lattner · 21 years ago
  82. 46c2b3a Squelch warnings in release mode by Chris Lattner · 21 years ago
  83. 13b0358 Now that ConstantPointerRef is gone, it is the case that all operands of constants by Chris Lattner · 21 years ago
  84. 0f42ba6 Add a special version of getType for ConstantPointerNull, exposing the fact by Chris Lattner · 21 years ago
  85. 07d7c9d Add a cast by Chris Lattner · 21 years ago
  86. 17c2b92 Added note for PR413 Tools now respond to the --version option. by Reid Spencer · 21 years ago
  87. 1c06891 Change SymbolTable::insertEntry to be more careful about how many map by Chris Lattner · 21 years ago
  88. 69105f3 Add a --version option for every tool that prints out: by Reid Spencer · 21 years ago
  89. 2b51a08 Change the package identification to use one less level of quoting so that by Reid Spencer · 21 years ago
  90. 2c6c14d Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 21 years ago
  91. 064e9a9 The Type* is redundant with the TypeSlot by Chris Lattner · 21 years ago
  92. 45b5dd2 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 21 years ago
  93. 301fe48 Line length <= 80 cols. by Reid Spencer · 21 years ago
  94. 267660f Fix some indentation (so brg can test commit script). by Reid Spencer · 21 years ago
  95. 68f3459 Remove unused opcodes. by Misha Brukman · 21 years ago
  96. 2de2999 Fix line lengths. by Reid Spencer · 21 years ago
  97. 7dbdbfd Testing the commit-diffs script again. by Brian Gaeke · 21 years ago
  98. cd78845 Let's try it again. by Brian Gaeke · 21 years ago
  99. 324299a Another test. by Brian Gaeke · 21 years ago
  100. 4f2cee3 Testing...one more time. by Brian Gaeke · 21 years ago