| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new method | Chris Lattner | 2004-03-01 | 2 | -0/+2 |
* | Correctly add an array marker on a node when appropriate! | Chris Lattner | 2004-03-01 | 1 | -0/+4 |
* | Fix grammar and doxygenify comments. | Misha Brukman | 2004-03-01 | 1 | -6/+6 |
* | * Add implementation of ExtractBasicBlock() | Misha Brukman | 2004-03-01 | 1 | -0/+10 |
* | Add ability to extract a single basic block into a new function. | Misha Brukman | 2004-03-01 | 1 | -0/+4 |
* | * HTML 4.01 Strict compliance | Misha Brukman | 2004-03-01 | 1 | -401/+355 |
* | HTML 4.01 Strict compliance. | Misha Brukman | 2004-03-01 | 1 | -33/+39 |
* | Add this back, as its absence introduces assertions, and it seems to work now | Chris Lattner | 2004-03-01 | 1 | -4/+1 |
* | fix bug in previous checkin | Tanya Lattner | 2004-03-01 | 1 | -1/+1 |
* | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 12 | -119/+7 |
* | Adding new Modulo Scheduling graph files. | Tanya Lattner | 2004-03-01 | 6 | -0/+1538 |
* | Removing old graph files with new graph files that I wrote. Updated ModuloSch... | Tanya Lattner | 2004-03-01 | 6 | -552/+1364 |
* | Expand on my note-to-self | Chris Lattner | 2004-03-01 | 1 | -1/+3 |
* | Handle passing constant integers to functions much more efficiently. Instead | Chris Lattner | 2004-03-01 | 2 | -20/+46 |
* | Don't look in the .libs directories that libtool makes | Brian Gaeke | 2004-03-01 | 1 | -1/+1 |
* | Fix a minor code-quality issue. When passing 8 and 16-bit integer constants | Chris Lattner | 2004-03-01 | 2 | -2/+8 |
* | Fix the "partial pool allocator" on em3d and others. The problem is that | Chris Lattner | 2004-03-01 | 2 | -8/+16 |
* | Make Module annotable. Reid has a bunch of code that depends on this, and | Chris Lattner | 2004-03-01 | 1 | -1/+1 |
* | Disable tail duplication in a case that breaks on Olden/tsp | Chris Lattner | 2004-03-01 | 2 | -1/+5 |
* | Doxygenify comments. | Misha Brukman | 2004-02-29 | 1 | -16/+11 |
* | * Remove function to find "main" in a Module, there's a method for that | Misha Brukman | 2004-02-29 | 2 | -336/+248 |
* | Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock | Chris Lattner | 2004-02-29 | 2 | -22/+28 |
* | Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx | Chris Lattner | 2004-02-29 | 1 | -2/+5 |
* | Testcase for a bug that caused a whole bunch of testcases to die in the nightly | Chris Lattner | 2004-02-29 | 1 | -0/+16 |
* | Add an assert | Chris Lattner | 2004-02-29 | 1 | -1/+4 |
* | Add back #include I messed up | Chris Lattner | 2004-02-29 | 1 | -0/+1 |
* | Urg, forgot to check this in. | Chris Lattner | 2004-02-29 | 1 | -1/+0 |
* | Module does not need to be annotatable aka annotable | Chris Lattner | 2004-02-29 | 1 | -1/+1 |
* | Remove public header. It's been moved to lib/Target/SparcV9 | Chris Lattner | 2004-02-29 | 1 | -95/+0 |
* | Move the private MachineInstrAnnot.h into a private directory. | Chris Lattner | 2004-02-29 | 5 | -5/+5 |
* | Remove use of an ugly header | Chris Lattner | 2004-02-29 | 1 | -1/+0 |
* | Move methods out of .h file | Chris Lattner | 2004-02-29 | 1 | -0/+9 |
* | Do not use explicit casts that hide the dependence on Instruction being | Chris Lattner | 2004-02-29 | 2 | -16/+4 |
* | Ugh, the old sparc backend attaches MachineCodeForInstruction annotations on | Chris Lattner | 2004-02-29 | 1 | -1/+2 |
* | Add instruction name description. | Alkis Evlogimenos | 2004-02-29 | 1 | -2/+19 |
* | Use correct template for SHLD and SHRD instructions so that the memory | Alkis Evlogimenos | 2004-02-29 | 1 | -9/+9 |
* | Improve allocation order: | Alkis Evlogimenos | 2004-02-29 | 1 | -3/+3 |
* | A big X86 instruction rename. The instructions are renamed to make | Alkis Evlogimenos | 2004-02-29 | 11 | -1021/+1021 |
* | Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo | Brian Gaeke | 2004-02-29 | 2 | -20/+0 |
* | Eliminate the X86-specific BMI functions, using BuildMI instead. | Chris Lattner | 2004-02-29 | 2 | -374/+352 |
* | Fix a miscompilation of 197.parser that occurs when you have single basic | Chris Lattner | 2004-02-29 | 2 | -16/+28 |
* | Fix PR255: [tailduplication] Single basic block loops are very rare | Chris Lattner | 2004-02-29 | 1 | -1/+2 |
* | Update comment at head of file. Also fix C 'typedef struct' nonsense I | Brian Gaeke | 2004-02-29 | 2 | -14/+18 |
* | Adjust to change in TII ctor arguments | Chris Lattner | 2004-02-29 | 5 | -15/+6 |
* | Eliminate the distinction between "real" and "unreal" instructions | Chris Lattner | 2004-02-29 | 4 | -10/+8 |
* | Add more architectures, and ELF64 stuff. | Brian Gaeke | 2004-02-29 | 2 | -2/+98 |
* | These two virtual methods are never called. | Chris Lattner | 2004-02-29 | 8 | -105/+2 |
* | Remove a TON of flags that noone cares about | Chris Lattner | 2004-02-29 | 1 | -362/+362 |
* | Noone calls these virtual methods | Chris Lattner | 2004-02-29 | 1 | -26/+0 |
* | This is the only file in the system that uses this enum. eliminate it. | Chris Lattner | 2004-02-29 | 1 | -6/+6 |