1. 3d9a6c2 Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit. by Misha Brukman · 21 years ago
  2. 167deff Implement new constructor. by Misha Brukman · 21 years ago
  3. 80b90cd Add new constructor. by Misha Brukman · 21 years ago
  4. 5b57081 Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets by Misha Brukman · 21 years ago
  5. 698fbd5 * Fix file header to use tablegen emacs mode instead of c++ by Misha Brukman · 21 years ago
  6. 36b6890 This is purely a formatting patch that gets us closer to the mecca of fitting by Chris Lattner · 21 years ago
  7. 1b9e20e Drop the first argument of FPI, and asmprinterify fxch by Chris Lattner · 21 years ago
  8. ad346ad Deleted commented-out code as we now get namespace directly, add comments by Misha Brukman · 21 years ago
  9. b64af91 Fix casts of float to unsigned long by Nate Begeman · 21 years ago
  10. 91fdc01 Fix file header comment: update filename, set tablegen emacs mode. by Misha Brukman · 21 years ago
  11. 30bf2d8 This purely mechanical patch gives the "I" tblgen class operand list and asm by Chris Lattner · 21 years ago
  12. 54706d6 Fix a copy & paste error .. correct the description of the program. by Reid Spencer · 21 years ago
  13. 26a4ba7 Adding a simple example of how to use the JIT. by Reid Spencer · 21 years ago
  14. 869f477 Convert Ii32 instructions over to use the asmprinter generator by Chris Lattner · 21 years ago
  15. 42efb87 DForm 5/6 extended mneumonics take 3 arguments. by Misha Brukman · 21 years ago
  16. e2ba778 Use the target name instead of hard-coding SparcV9. by Misha Brukman · 21 years ago
  17. 20887f8 * Instruction definitions moved to SparcV9InstrInfo.td for consistency by Misha Brukman · 21 years ago
  18. 36dd0c5 Renamed SparcV9_Reg.td -> SparcV9RegisterInfo.td for consistency. by Misha Brukman · 21 years ago
  19. a91f536 Fix DForm_4: format is `op r, r, i' by Misha Brukman · 21 years ago
  20. 7b71776 Fix comment header, specify type of file `tablegen'. by Misha Brukman · 21 years ago
  21. a2aa304 Finish HTMLizing the document. Configuration section is very crufty. by Reid Spencer · 21 years ago
  22. d847337 Fixed some spellos and grammaros. by Reid Spencer · 21 years ago
  23. abf1ce3 Move CompilerDriver.h here. by Reid Spencer · 21 years ago
  24. 8fd3bca Initial makefile for the LLVM Compiler Driver. by Reid Spencer · 21 years ago
  25. 034a544 First "do nothing" version of the LLVM Compiler Driver. This version just by Reid Spencer · 21 years ago
  26. 7d620d5 Convert the Ii16 instructions over by Chris Lattner · 21 years ago
  27. ab67067 Convert all Ii8 instructions over to the autogenerated asmprinter. by Chris Lattner · 21 years ago
  28. 57e177c Define the target name so we can use it via TableGen. by Misha Brukman · 21 years ago
  29. 2b27b88 This was a good idea, but until this does not break the build of by Chris Lattner · 21 years ago
  30. f8e6f4f Paper over CBackend/2004-08-09-va-end-null.ll by Chris Lattner · 21 years ago
  31. 008fad0 This testcase causes the CBE to generate code that is not legal C. by Chris Lattner · 21 years ago
  32. b05daff Stub definition of the PowerPC CodeEmitter class; this isn't functional (yet). by Misha Brukman · 21 years ago
  33. 7103fba CodePrinter -> AsmPrinter by Misha Brukman · 21 years ago
  34. b49f306 Fix InstCombine/2004-08-09-RemInfLoop.llx by Chris Lattner · 21 years ago
  35. efd0149 New testcase by Chris Lattner · 21 years ago
  36. 171b59d Do not mention Chris in public Makefiles by Misha Brukman · 21 years ago
  37. bb739dd Shorten comment header to 80 cols by Misha Brukman · 21 years ago
  38. 1757ae9 * Remove UIUC-specific comment * Make header comment span 80 cols by Misha Brukman · 21 years ago
  39. 22e9e33 Add note about AIX/PowerPC with disk space requirements. Wrap long line. by Misha Brukman · 21 years ago
  40. a6d8ab3 Remove Chris-related bytecode-dir comment by Misha Brukman · 21 years ago
  41. 8124020 Remove ClassPrefix variable as it's no longer used. by Misha Brukman · 21 years ago
  42. d7a5b28 Use the current target name instead of a ClassPrefix. by Misha Brukman · 21 years ago
  43. a964fe5 * CFE builds on AIX/PowerPC * Wrap long code lines by Misha Brukman · 21 years ago
  44. 0b9bbd2 The (future) SparcV8 JIT would do well to have a class prefix. by Misha Brukman · 21 years ago
  45. eb178c1 * Use Classname and ClassPrefix instead of hard-coded V9 values by Misha Brukman · 21 years ago
  46. 0f57022 Define the ClassPrefix for SparcV9. by Misha Brukman · 21 years ago
  47. 929072e Define a ClassPrefix for PowerPC. by Misha Brukman · 21 years ago
  48. 665235b Classes need to have a prefix name, so that they can be tacked on to the pieces by Misha Brukman · 21 years ago
  49. f588548 Generate a code emitter for PowerPC as well, this will be used in the JIT. by Misha Brukman · 21 years ago
  50. 4ad7d1b Use instruction formats as defined in the PowerPC ISA manual by Misha Brukman · 21 years ago
  51. c40ca35 Move information on Configuration files to the ../CompilerDriver.html by Reid Spencer · 21 years ago
  52. b1254a1 This is the initial draft of the Compiler Driver documentation. It is not by Reid Spencer · 21 years ago
  53. 524a605 Fix stack size processing now that the return address isn't an implied by Reid Spencer · 21 years ago
  54. eb67396 This isn't a bug, it's a missing feature by Chris Lattner · 21 years ago
  55. 54970c0 Fix another really nasty regression that Anshu pointed out. In cases where by Chris Lattner · 21 years ago
  56. af8a424 Add standard print/dump methods to CallGraph classes. by Chris Lattner · 21 years ago
  57. 6839242 Two fixes: by Chris Lattner · 21 years ago
  58. 5e2e272 This DEBUG is buggy. comment it out because it's not worth fixing. This by Chris Lattner · 21 years ago
  59. af2f924 Added information about the configuration file. This is a temporary home by Reid Spencer · 21 years ago
  60. b814e2d Get rid of a warning when compiling optimized. Uninitialized variable has by Reid Spencer · 21 years ago
  61. ecf8afd Ok get rid of the REST of the tabs by Chris Lattner · 21 years ago
  62. d555da5 Death to tabs by Chris Lattner · 21 years ago
  63. f9cdefb Correct spelling mistakes. Wrap lines at 80 columns. by Reid Spencer · 21 years ago
  64. f2edda0 Various updates suggested by Misha and Chris. Moved material that is by Reid Spencer · 21 years ago
  65. 16ca194 dumpSavedState has outlived its usefulness. by Brian Gaeke · 21 years ago
  66. 3ee14de New testcase for critical 1.3 feature by Chris Lattner · 21 years ago
  67. be65afb First version of a manual page for the llvmc compiler driver. This tool is by Reid Spencer · 21 years ago
  68. 8fabb62 Split assertion to two in order to give better assertion messages. by Alkis Evlogimenos · 21 years ago
  69. 72bd334 Now without stinky dos newlines! by Chris Lattner · 21 years ago
  70. 3ea9346 by Chris Lattner · 21 years ago
  71. 406e8cb Update the To-Do list according to my notes + assertions by Brian Gaeke · 21 years ago
  72. aaf10ab Added Louis Gerbarg. Louis is given credit in the CREDITS.TXT file, so I by John Criswell · 21 years ago
  73. e58d356 More prominantly mention ppc support, more accurately describe its status by Chris Lattner · 21 years ago
  74. 9411875 * Mention PowerPC as new feature, and experimental feature by Misha Brukman · 21 years ago
  75. 2c2ba76 Add additional copyright notice for the PowerPC backend. Thanks Nate! by John Criswell · 21 years ago
  76. 047e606 Split out -disable-codegen into -disable-llc and -disable-jit. by Brian Gaeke · 21 years ago
  77. f200eee We now have the PowerPC backend, thanks to Nate Begeman and Luis Gerbarg! by Misha Brukman · 21 years ago
  78. 2f94786 Simplify makefile by combining all TableGen dependencies into one variable by Misha Brukman · 21 years ago
  79. 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 21 years ago
  80. 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 21 years ago
  81. b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 21 years ago
  82. 3c70714 PowerPC is a real target now. by Misha Brukman · 21 years ago
  83. 42b70f3 This file is obsolete by Chris Lattner · 21 years ago
  84. 8243976 Make GlobalVariable constructor assert when an initializer is of incorrect type. by Alkis Evlogimenos · 21 years ago
  85. a2b5f45 sparcv9select is history. by Brian Gaeke · 21 years ago
  86. 14f7a50 C++ support does not live in the C runtime any longer by Chris Lattner · 21 years ago
  87. d4d02bc Two files are moved to libstdc++, and a NOTE gets added by Chris Lattner · 21 years ago
  88. 45872bf Add missing copyrights by Chris Lattner · 21 years ago
  89. 9a7e0c5 Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get by Reid Spencer · 21 years ago
  90. aad2deb Fix another minor problem that exists if you ahve multiple functions with by Chris Lattner · 21 years ago
  91. 82b5b21 Fix a typeo by Chris Lattner · 21 years ago
  92. d2da229 Add a hack to work around a problem my changes exposed by Chris Lattner · 21 years ago
  93. 4e4f863 * Added documentation in the file header by Misha Brukman · 21 years ago
  94. 33066e9 Surround code element with <tt> tags by Misha Brukman · 21 years ago
  95. 1411a67 Hand-propagate the constant TARGET_NAME which was making lines wrap anyway by Misha Brukman · 21 years ago
  96. 7a750e1 * Remove unnecessary comment * Fix alignment of code * Tabs to spaces by Misha Brukman · 21 years ago
  97. dee0f9b Align dependencies so they don't hurt the eyes to look at them by Misha Brukman · 21 years ago
  98. 3b87f21 * Convert C++ comments to C * Add UIUC copyright notice headers by Misha Brukman · 21 years ago
  99. eab43d8 Shared libraries are usually prepended with `lib' by Misha Brukman · 21 years ago
  100. 7338ae5 Remove unused instruction classes by Misha Brukman · 21 years ago