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