- 7e6f509 Fix a minor bug and turn debug output into, well, debug output. by Chris Lattner · 21 years ago
- f0b6070 Add prototype by Chris Lattner · 21 years ago
- ed570a7 New LLVM pass: argument promotion. This version only handles simple scalar by Chris Lattner · 21 years ago
- b9f266a New testcase by Chris Lattner · 21 years ago
- 13d362f Add memory operand version of conditional move. by Alkis Evlogimenos · 21 years ago
- 5ae0006 As I wrote in the docs, simple is the default spiller :-) by Alkis Evlogimenos · 21 years ago
- 499b2ba Add simple spiller. by Alkis Evlogimenos · 21 years ago
- 4e644dd The default register allocator is local not simple. by Alkis Evlogimenos · 21 years ago
- 08f64c3 Support return values of basic integer types. by Brian Gaeke · 21 years ago
- a8056fa Sort stanzas into Sparc V8 book page number order. by Brian Gaeke · 21 years ago
- bda4a3c Hack it so we do not try to allocate values to G0. by Brian Gaeke · 21 years ago
- d69b3c5 Make prolog align stack properly. Make epilog not touch any registers. by Brian Gaeke · 21 years ago
- a8b00ca Emit register names in lowercase, as required by the assembler. by Brian Gaeke · 21 years ago
- a98e051 Teach getRegClassForType where to find FP registers by Brian Gaeke · 21 years ago
- deb8712 Fix a minor bug by Chris Lattner · 21 years ago
- a5f2905 Unbreak the build on Sparc. by Misha Brukman · 21 years ago
- 62aa28a Asm output is looking a lot better; not correct for all operands yet though. by Brian Gaeke · 21 years ago
- 4ab483c Fix a bug in a previous checkin that broke 175.vpr by Chris Lattner · 21 years ago
- 3aeb40c Add support for strto* and v*printf by Chris Lattner · 21 years ago
- 6b3e3cc Add non-crappy support for varargs by Chris Lattner · 21 years ago
- e6e93cc Implement a FIXME, improving the efficiency of DSA on povray. by Chris Lattner · 21 years ago
- 7a3ae1f Support -print-machineinstrs by Brian Gaeke · 21 years ago
- da5c5a5 Speed up the cbu pass from taking somewhere near the age of the universe to about 90s on povray by Chris Lattner · 21 years ago
- 323819e make -print-machineinstrs work for both SparcV9 and X86 by Brian Gaeke · 21 years ago
- ce1e500 Add assertion for scale verification. by Alkis Evlogimenos · 21 years ago
- 9cccb8a Fix bug introduced by yesterday's changes. by Alkis Evlogimenos · 21 years ago
- 5f65add Hide variable from other functions. by Alkis Evlogimenos · 21 years ago
- f590ced Fix BU datastructures with povray! by Chris Lattner · 21 years ago
- 16437ff Minor changes, remove some debugging code that got checked in somehow. by Chris Lattner · 21 years ago
- 4acfd03 Asm printer support, based on x86 - only prints mnemonics for now by Brian Gaeke · 21 years ago
- da69e7d Double-FP pseudo-registers. by Brian Gaeke · 21 years ago
- 775158d Subtract instructions; minor cleanups by Brian Gaeke · 21 years ago
- e7173b7 Floating point regs by Brian Gaeke · 21 years ago
- 2f34690 Only clone nodes that are needed in the caller, don't clone ALL aux calls. This improves by Chris Lattner · 21 years ago
- e806173 Simple copyConstantToReg support, SETHIi and ORri by Brian Gaeke · 21 years ago
- bc1d27a Support add - note, still missing important copyConstantToRegister stuff by Brian Gaeke · 21 years ago
- 76a9eb3 Fix a minor bug handling incomplete programs by Chris Lattner · 21 years ago
- c4ebdce Fix a DSA bug that caused DSA to generate incredibly huge graphs and take forever to by Chris Lattner · 21 years ago
- 66be3c8 Rename method, add new method by Chris Lattner · 21 years ago
- 2c7725a Deinline methods, add fast exit by Chris Lattner · 21 years ago
- 3d549b1 De-inline methods by Chris Lattner · 21 years ago
- c548395 Make MachineOperand's value named 'contents'. Make really, really sure by Brian Gaeke · 21 years ago
- ba2e098 Squash /usr/dcs path; use a 'require <version>' instead. by Brian Gaeke · 21 years ago
- 1d4c902 Add my regression finding by binary searching cvs script. by Brian Gaeke · 21 years ago
- b1aaeee Fix a node mapping problem that was causing the pool allocator to locally allocate by Chris Lattner · 21 years ago
- b06f103 SPECIFY a target data to initialize the CBE target with. Until now we have by Chris Lattner · 21 years ago
- 2bed9ec Add a new constructor by Chris Lattner · 21 years ago
- 0a94348 Don't emit things like malloc(16*1). Allocation instructions are fixed arity now. by Chris Lattner · 21 years ago
- 7252939 FINALLY be able to get symbolic type names in the globals graph! by Chris Lattner · 21 years ago
- a19ba52 Really, only if reopen by Chris Lattner · 21 years ago
- c9699cc Added EH support. by John Criswell · 21 years ago
- 89157a2 Make <di> into <dt> (definition list term). by Alkis Evlogimenos · 21 years ago
- ab5c600 Doxygenify comments. by Misha Brukman · 21 years ago
- 0256e4b Implement ExtractCodeRegion() by Misha Brukman · 21 years ago
- 7ace040 Add prototype for ExtractCodeRegion() by Misha Brukman · 21 years ago
- 38b8fd1 Make a note that this is usually used via bugpoint. by Misha Brukman · 21 years ago
- 538607f Doxygenify some comments. by Misha Brukman · 21 years ago
- 7472301 Fix <p> missing <p> tag by Alkis Evlogimenos · 21 years ago
- 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 · 21 years ago
- 5f37502 Add the long awaited memory operand folding support for linear scan by Alkis Evlogimenos · 21 years ago
- 9d0802e * If a badref has a name, print it out for ease of debugging by Misha Brukman · 21 years ago
- 2351159 Add new method by Chris Lattner · 21 years ago
- 82e9d72 Correctly add an array marker on a node when appropriate! by Chris Lattner · 21 years ago
- 58ae9c7 Fix grammar and doxygenify comments. by Misha Brukman · 21 years ago
- b97fce5 * Add implementation of ExtractBasicBlock() * Add comments to ExtractLoop() by Misha Brukman · 21 years ago
- a8a0636 Add ability to extract a single basic block into a new function. by Misha Brukman · 21 years ago
- 1d83e11 * HTML 4.01 Strict compliance * Removed unnecessary tabs in the entire file by Misha Brukman · 21 years ago
- daa4cb0 HTML 4.01 Strict compliance. by Misha Brukman · 21 years ago
- ec726a1 Add this back, as its absence introduces assertions, and it seems to work now by Chris Lattner · 21 years ago
- f048bfd fix bug in previous checkin by Tanya Lattner · 21 years ago
- 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 21 years ago
- 9b3cbdb Adding new Modulo Scheduling graph files. by Tanya Lattner · 21 years ago
- d14b837 Removing old graph files with new graph files that I wrote. Updated ModuloScheduling pass, but still in progress. by Tanya Lattner · 21 years ago
- 2d6a6aa Expand on my note-to-self by Chris Lattner · 21 years ago
- 2158522 Handle passing constant integers to functions much more efficiently. Instead by Chris Lattner · 21 years ago
- f2cab76 Don't look in the .libs directories that libtool makes by Brian Gaeke · 21 years ago
- ce6096f Fix a minor code-quality issue. When passing 8 and 16-bit integer constants by Chris Lattner · 21 years ago
- 99df257 Fix the "partial pool allocator" on em3d and others. The problem is that by Chris Lattner · 21 years ago
- 9148ad3 Make Module annotable. Reid has a bunch of code that depends on this, and by Chris Lattner · 21 years ago
- 99cca7d Disable tail duplication in a case that breaks on Olden/tsp by Chris Lattner · 21 years ago
- 201ff60 Doxygenify comments. by Misha Brukman · 21 years ago
- 99cc88b * Remove function to find "main" in a Module, there's a method for that by Misha Brukman · 21 years ago
- cbee990 Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock by Chris Lattner · 21 years ago
- 06887c9 Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx by Chris Lattner · 21 years ago
- 2b39c91 Testcase for a bug that caused a whole bunch of testcases to die in the nightly by Chris Lattner · 21 years ago
- 92bc3bc Add an assert by Chris Lattner · 21 years ago
- c81295a Add back #include I messed up by Chris Lattner · 21 years ago
- e8d43fd Urg, forgot to check this in. by Chris Lattner · 21 years ago
- 61f57fa Module does not need to be annotatable aka annotable by Chris Lattner · 21 years ago
- a523cdf Remove public header. It's been moved to lib/Target/SparcV9 by Chris Lattner · 21 years ago
- 08d4963 Move the private MachineInstrAnnot.h into a private directory. by Chris Lattner · 21 years ago
- 78827e9 Remove use of an ugly header by Chris Lattner · 21 years ago
- 585911e Move methods out of .h file by Chris Lattner · 21 years ago
- e85f234 Do not use explicit casts that hide the dependence on Instruction being by Chris Lattner · 21 years ago
- 9548f20 Ugh, the old sparc backend attaches MachineCodeForInstruction annotations on by Chris Lattner · 21 years ago
- 96c9b8b Add instruction name description. by Alkis Evlogimenos · 21 years ago
- 7f6124c Use correct template for SHLD and SHRD instructions so that the memory by Alkis Evlogimenos · 21 years ago
- 9c22aeb Improve allocation order: by Alkis Evlogimenos · 21 years ago
- 8295f20 A big X86 instruction rename. The instructions are renamed to make by Alkis Evlogimenos · 21 years ago
- 6ac5300 Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo by Brian Gaeke · 21 years ago