1. ed570a7 New LLVM pass: argument promotion. This version only handles simple scalar by Chris Lattner · 20 years ago
  2. 13d362f Add memory operand version of conditional move. by Alkis Evlogimenos · 20 years ago
  3. 5ae0006 As I wrote in the docs, simple is the default spiller :-) by Alkis Evlogimenos · 20 years ago
  4. 499b2ba Add simple spiller. by Alkis Evlogimenos · 20 years ago
  5. 08f64c3 Support return values of basic integer types. by Brian Gaeke · 20 years ago
  6. a8056fa Sort stanzas into Sparc V8 book page number order. by Brian Gaeke · 20 years ago
  7. bda4a3c Hack it so we do not try to allocate values to G0. by Brian Gaeke · 20 years ago
  8. d69b3c5 Make prolog align stack properly. Make epilog not touch any registers. by Brian Gaeke · 20 years ago
  9. a8b00ca Emit register names in lowercase, as required by the assembler. by Brian Gaeke · 20 years ago
  10. a98e051 Teach getRegClassForType where to find FP registers by Brian Gaeke · 20 years ago
  11. deb8712 Fix a minor bug by Chris Lattner · 20 years ago
  12. a5f2905 Unbreak the build on Sparc. by Misha Brukman · 20 years ago
  13. 62aa28a Asm output is looking a lot better; not correct for all operands yet though. by Brian Gaeke · 20 years ago
  14. 4ab483c Fix a bug in a previous checkin that broke 175.vpr by Chris Lattner · 20 years ago
  15. 3aeb40c Add support for strto* and v*printf by Chris Lattner · 20 years ago
  16. 6b3e3cc Add non-crappy support for varargs by Chris Lattner · 20 years ago
  17. e6e93cc Implement a FIXME, improving the efficiency of DSA on povray. by Chris Lattner · 20 years ago
  18. 7a3ae1f Support -print-machineinstrs by Brian Gaeke · 20 years ago
  19. da5c5a5 Speed up the cbu pass from taking somewhere near the age of the universe to about 90s on povray by Chris Lattner · 20 years ago
  20. 323819e make -print-machineinstrs work for both SparcV9 and X86 by Brian Gaeke · 20 years ago
  21. ce1e500 Add assertion for scale verification. by Alkis Evlogimenos · 20 years ago
  22. 5f65add Hide variable from other functions. by Alkis Evlogimenos · 20 years ago
  23. f590ced Fix BU datastructures with povray! by Chris Lattner · 20 years ago
  24. 16437ff Minor changes, remove some debugging code that got checked in somehow. by Chris Lattner · 20 years ago
  25. 4acfd03 Asm printer support, based on x86 - only prints mnemonics for now by Brian Gaeke · 20 years ago
  26. da69e7d Double-FP pseudo-registers. by Brian Gaeke · 20 years ago
  27. 775158d Subtract instructions; minor cleanups by Brian Gaeke · 20 years ago
  28. e7173b7 Floating point regs by Brian Gaeke · 20 years ago
  29. 2f34690 Only clone nodes that are needed in the caller, don't clone ALL aux calls. This improves by Chris Lattner · 20 years ago
  30. e806173 Simple copyConstantToReg support, SETHIi and ORri by Brian Gaeke · 20 years ago
  31. bc1d27a Support add - note, still missing important copyConstantToRegister stuff by Brian Gaeke · 20 years ago
  32. 76a9eb3 Fix a minor bug handling incomplete programs by Chris Lattner · 20 years ago
  33. c4ebdce Fix a DSA bug that caused DSA to generate incredibly huge graphs and take forever to by Chris Lattner · 20 years ago
  34. 2c7725a Deinline methods, add fast exit by Chris Lattner · 20 years ago
  35. c548395 Make MachineOperand's value named 'contents'. Make really, really sure by Brian Gaeke · 20 years ago
  36. b1aaeee Fix a node mapping problem that was causing the pool allocator to locally allocate by Chris Lattner · 20 years ago
  37. b06f103 SPECIFY a target data to initialize the CBE target with. Until now we have by Chris Lattner · 20 years ago
  38. 2bed9ec Add a new constructor by Chris Lattner · 20 years ago
  39. 0a94348 Don't emit things like malloc(16*1). Allocation instructions are fixed arity now. by Chris Lattner · 20 years ago
  40. 7252939 FINALLY be able to get symbolic type names in the globals graph! by Chris Lattner · 20 years ago
  41. a19ba52 Really, only if reopen by Chris Lattner · 20 years ago
  42. ab5c600 Doxygenify comments. by Misha Brukman · 20 years ago
  43. 0256e4b Implement ExtractCodeRegion() by Misha Brukman · 20 years ago
  44. 38b8fd1 Make a note that this is usually used via bugpoint. by Misha Brukman · 20 years ago
  45. 538607f Doxygenify some comments. by Misha Brukman · 20 years ago
  46. dd420e0 Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. by Alkis Evlogimenos · 20 years ago
  47. 5f37502 Add the long awaited memory operand folding support for linear scan by Alkis Evlogimenos · 20 years ago
  48. 9d0802e * If a badref has a name, print it out for ease of debugging by Misha Brukman · 20 years ago
  49. 82e9d72 Correctly add an array marker on a node when appropriate! by Chris Lattner · 20 years ago
  50. b97fce5 * Add implementation of ExtractBasicBlock() * Add comments to ExtractLoop() by Misha Brukman · 20 years ago
  51. ec726a1 Add this back, as its absence introduces assertions, and it seems to work now by Chris Lattner · 20 years ago
  52. f048bfd fix bug in previous checkin by Tanya Lattner · 20 years ago
  53. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 20 years ago
  54. 9b3cbdb Adding new Modulo Scheduling graph files. by Tanya Lattner · 20 years ago
  55. d14b837 Removing old graph files with new graph files that I wrote. Updated ModuloScheduling pass, but still in progress. by Tanya Lattner · 20 years ago
  56. 2d6a6aa Expand on my note-to-self by Chris Lattner · 20 years ago
  57. 2158522 Handle passing constant integers to functions much more efficiently. Instead by Chris Lattner · 20 years ago
  58. ce6096f Fix a minor code-quality issue. When passing 8 and 16-bit integer constants by Chris Lattner · 20 years ago
  59. 99cca7d Disable tail duplication in a case that breaks on Olden/tsp by Chris Lattner · 20 years ago
  60. 99cc88b * Remove function to find "main" in a Module, there's a method for that by Misha Brukman · 20 years ago
  61. cbee990 Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock by Chris Lattner · 20 years ago
  62. 06887c9 Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx by Chris Lattner · 20 years ago
  63. 92bc3bc Add an assert by Chris Lattner · 20 years ago
  64. c81295a Add back #include I messed up by Chris Lattner · 20 years ago
  65. e8d43fd Urg, forgot to check this in. by Chris Lattner · 20 years ago
  66. 08d4963 Move the private MachineInstrAnnot.h into a private directory. by Chris Lattner · 20 years ago
  67. 78827e9 Remove use of an ugly header by Chris Lattner · 20 years ago
  68. 585911e Move methods out of .h file by Chris Lattner · 20 years ago
  69. e85f234 Do not use explicit casts that hide the dependence on Instruction being by Chris Lattner · 20 years ago
  70. 96c9b8b Add instruction name description. by Alkis Evlogimenos · 20 years ago
  71. 7f6124c Use correct template for SHLD and SHRD instructions so that the memory by Alkis Evlogimenos · 20 years ago
  72. 9c22aeb Improve allocation order: by Alkis Evlogimenos · 20 years ago
  73. 8295f20 A big X86 instruction rename. The instructions are renamed to make by Alkis Evlogimenos · 20 years ago
  74. 6ac5300 Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo by Brian Gaeke · 20 years ago
  75. ee35285 Eliminate the X86-specific BMI functions, using BuildMI instead. by Chris Lattner · 20 years ago
  76. 168aa90 Fix a miscompilation of 197.parser that occurs when you have single basic by Chris Lattner · 20 years ago
  77. 4279f3c Fix PR255: [tailduplication] Single basic block loops are very rare by Chris Lattner · 20 years ago
  78. dce363d Adjust to change in TII ctor arguments by Chris Lattner · 20 years ago
  79. bceb688 Eliminate the distinction between "real" and "unreal" instructions by Chris Lattner · 20 years ago
  80. 1ddf475 These two virtual methods are never called. by Chris Lattner · 20 years ago
  81. 0755912 Remove a TON of flags that noone cares about by Chris Lattner · 20 years ago
  82. 9a94527 Noone calls these virtual methods by Chris Lattner · 20 years ago
  83. 0723969 This is the only file in the system that uses this enum. eliminate it. by Chris Lattner · 20 years ago
  84. e1274de Implement initial prolog/epilog code insertion methods. by Chris Lattner · 20 years ago
  85. 561c010 int64_t -> int by Chris Lattner · 20 years ago
  86. 8777d24 Use correct template for ADC instruction with memory operands. by Alkis Evlogimenos · 20 years ago
  87. 1c809c5 Add an instruction selector capable of selecting 'ret void' by Chris Lattner · 20 years ago
  88. da474ad SHLD and SHRD take 32-bit operands but an 8-bit immediate. Rename them by Alkis Evlogimenos · 20 years ago
  89. 8e475b8 Floating point loads/stores act on memory operands. Rename them to by Alkis Evlogimenos · 20 years ago
  90. 91c4b52 Rename instruction templates to be easier to the human eye to by Alkis Evlogimenos · 20 years ago
  91. f8da4d8 Uncomment instructions that take both an immediate and a memory by Alkis Evlogimenos · 20 years ago
  92. 5ab29b5 Each instruction now has both an ImmType and a MemType. This describes by Alkis Evlogimenos · 20 years ago
  93. f822ee9 Fix typo in comment by Brian Gaeke · 20 years ago
  94. 542f149 Implement switch->br and br->switch folding by ripping out the switch->switch by Chris Lattner · 20 years ago
  95. 9ff6ba1 Change this so that LLC actually tries to run the code generator, though it will by Chris Lattner · 20 years ago
  96. 8a62384 SparcV8 now builds. by Chris Lattner · 20 years ago
  97. 9a89f37 fine grainify namespacification by Chris Lattner · 20 years ago
  98. 8d8a6bc Finegrainify namespacification by Chris Lattner · 20 years ago
  99. a85d46e Tab completion is our friend. by Chris Lattner · 20 years ago
  100. 83ba99a Clean up rules by Chris Lattner · 20 years ago