aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Floating point regsBrian Gaeke2004-03-042-4/+34
* Only clone nodes that are needed in the caller, don't clone ALL aux calls. T...Chris Lattner2004-03-041-20/+48
* Simple copyConstantToReg support, SETHIi and ORriBrian Gaeke2004-03-046-16/+88
* Support add - note, still missing important copyConstantToRegister stuffBrian Gaeke2004-03-036-10/+614
* Fix a minor bug handling incomplete programsChris Lattner2004-03-031-1/+1
* Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for...Chris Lattner2004-03-031-1/+34
* Rename method, add new methodChris Lattner2004-03-032-2/+14
* Deinline methods, add fast exitChris Lattner2004-03-031-0/+27
* De-inline methodsChris Lattner2004-03-032-32/+6
* Make MachineOperand's value named 'contents'. Make really, really sureBrian Gaeke2004-03-032-70/+105
* Squash /usr/dcs path; use a 'require <version>' instead.Brian Gaeke2004-03-031-3/+4
* Add my regression finding by binary searching cvs script.Brian Gaeke2004-03-031-0/+185
* Fix a node mapping problem that was causing the pool allocator to locally all...Chris Lattner2004-03-031-0/+3
* SPECIFY a target data to initialize the CBE target with. Until now we haveChris Lattner2004-03-031-1/+1
* Add a new constructorChris Lattner2004-03-032-0/+11
* Don't emit things like malloc(16*1). Allocation instructions are fixed arity...Chris Lattner2004-03-031-1/+1
* FINALLY be able to get symbolic type names in the globals graph!Chris Lattner2004-03-021-1/+14
* Really, only if reopenChris Lattner2004-03-021-1/+2
* Added EH support.John Criswell2004-03-021-5/+5
* Make <di> into <dt> (definition list term).Alkis Evlogimenos2004-03-021-9/+10
* Doxygenify comments.Misha Brukman2004-03-022-50/+46
* Implement ExtractCodeRegion()Misha Brukman2004-03-021-1/+9
* Add prototype for ExtractCodeRegion()Misha Brukman2004-03-021-1/+5
* Make a note that this is usually used via bugpoint.Misha Brukman2004-03-021-3/+2
* Doxygenify some comments.Misha Brukman2004-03-014-18/+42
* Fix <p> missing <p> tagAlkis Evlogimenos2004-03-011-0/+1
* Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos2004-03-015-46/+87
* Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos2004-03-016-30/+89
* * If a badref has a name, print it out for ease of debuggingMisha Brukman2004-03-011-15/+17
* Add new methodChris Lattner2004-03-012-0/+2
* Correctly add an array marker on a node when appropriate!Chris Lattner2004-03-011-0/+4
* Fix grammar and doxygenify comments.Misha Brukman2004-03-011-6/+6
* * Add implementation of ExtractBasicBlock()Misha Brukman2004-03-011-0/+10
* Add ability to extract a single basic block into a new function.Misha Brukman2004-03-011-0/+4
* * HTML 4.01 Strict complianceMisha Brukman2004-03-011-401/+355
* HTML 4.01 Strict compliance.Misha Brukman2004-03-011-33/+39
* Add this back, as its absence introduces assertions, and it seems to work nowChris Lattner2004-03-011-4/+1
* fix bug in previous checkinTanya Lattner2004-03-011-1/+1
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-0112-119/+7
* Adding new Modulo Scheduling graph files.Tanya Lattner2004-03-016-0/+1538
* Removing old graph files with new graph files that I wrote. Updated ModuloSch...Tanya Lattner2004-03-016-552/+1364
* Expand on my note-to-selfChris Lattner2004-03-011-1/+3
* Handle passing constant integers to functions much more efficiently. InsteadChris Lattner2004-03-012-20/+46
* Don't look in the .libs directories that libtool makesBrian Gaeke2004-03-011-1/+1
* Fix a minor code-quality issue. When passing 8 and 16-bit integer constantsChris Lattner2004-03-012-2/+8
* Fix the "partial pool allocator" on em3d and others. The problem is thatChris Lattner2004-03-012-8/+16
* Make Module annotable. Reid has a bunch of code that depends on this, andChris Lattner2004-03-011-1/+1
* Disable tail duplication in a case that breaks on Olden/tspChris Lattner2004-03-012-1/+5
* Doxygenify comments.Misha Brukman2004-02-291-16/+11
* * Remove function to find "main" in a Module, there's a method for thatMisha Brukman2004-02-292-336/+248