- 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
- ee35285 Eliminate the X86-specific BMI functions, using BuildMI instead. by Chris Lattner · 21 years ago
- 168aa90 Fix a miscompilation of 197.parser that occurs when you have single basic by Chris Lattner · 21 years ago
- 4279f3c Fix PR255: [tailduplication] Single basic block loops are very rare by Chris Lattner · 21 years ago
- e9f6f2c Update comment at head of file. Also fix C 'typedef struct' nonsense I by Brian Gaeke · 21 years ago
- dce363d Adjust to change in TII ctor arguments by Chris Lattner · 21 years ago
- bceb688 Eliminate the distinction between "real" and "unreal" instructions by Chris Lattner · 21 years ago
- 620ee02 Add more architectures, and ELF64 stuff. by Brian Gaeke · 21 years ago
- 1ddf475 These two virtual methods are never called. by Chris Lattner · 21 years ago
- 0755912 Remove a TON of flags that noone cares about by Chris Lattner · 21 years ago
- 9a94527 Noone calls these virtual methods by Chris Lattner · 21 years ago
- 0723969 This is the only file in the system that uses this enum. eliminate it. by Chris Lattner · 21 years ago
- 450b6d2 Scrap a huge layer of cruft out of this interface. by Chris Lattner · 21 years ago
- e1274de Implement initial prolog/epilog code insertion methods. by Chris Lattner · 21 years ago
- 7598a1a Remove unneeded #include by Chris Lattner · 21 years ago
- 561c010 int64_t -> int by Chris Lattner · 21 years ago
- 6a8a9b4 Continue Alkis's int64_t cleanup. This makes all of the immediate related by Chris Lattner · 21 years ago
- c3c106c Add BuildMI variants that take a MBB::iterator by Chris Lattner · 21 years ago
- 8777d24 Use correct template for ADC instruction with memory operands. by Alkis Evlogimenos · 21 years ago
- 1c809c5 Add an instruction selector capable of selecting 'ret void' by Chris Lattner · 21 years ago
- da474ad SHLD and SHRD take 32-bit operands but an 8-bit immediate. Rename them by Alkis Evlogimenos · 21 years ago
- 8e475b8 Floating point loads/stores act on memory operands. Rename them to by Alkis Evlogimenos · 21 years ago
- 91c4b52 Rename instruction templates to be easier to the human eye to by Alkis Evlogimenos · 21 years ago
- f8da4d8 Uncomment instructions that take both an immediate and a memory by Alkis Evlogimenos · 21 years ago
- 757c1f9 Fix my sloppiness by Brian Gaeke · 21 years ago
- 5ab29b5 Each instruction now has both an ImmType and a MemType. This describes by Alkis Evlogimenos · 21 years ago
- f822ee9 Fix typo in comment by Brian Gaeke · 21 years ago
- 39bd69a Add a testcase for switch instruction induction by Chris Lattner · 21 years ago
- 542f149 Implement switch->br and br->switch folding by ripping out the switch->switch by Chris Lattner · 21 years ago
- 9ff6ba1 Change this so that LLC actually tries to run the code generator, though it will by Chris Lattner · 21 years ago
- d62276a Add a hook to run with the V8 target, though it doesn't currently work. Also by Chris Lattner · 21 years ago
- 3da5117 Add hook for V8 target by Chris Lattner · 21 years ago
- 8a62384 SparcV8 now builds. by Chris Lattner · 21 years ago
- 9a89f37 fine grainify namespacification by Chris Lattner · 21 years ago
- 8d8a6bc Finegrainify namespacification by Chris Lattner · 21 years ago
- a85d46e Tab completion is our friend. by Chris Lattner · 21 years ago
- 83ba99a Clean up rules by Chris Lattner · 21 years ago
- 275f645 Bring this directory into "it actually compiles" land by Chris Lattner · 21 years ago
- f13bd49 Fix multiple inclusion problem by Chris Lattner · 21 years ago
- b99df4f if there is already a prototype for malloc/free, use it, even if it's incorrect. by Chris Lattner · 21 years ago
- 8a4045e Do not remove an active template argument even if the superclass had one of the by Chris Lattner · 21 years ago
- eb7d6d0 fix a bug in the testcase by Chris Lattner · 21 years ago