aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Doxygenify comments.Misha Brukman2004-03-022-50/+46
* Implement ExtractCodeRegion()Misha Brukman2004-03-021-1/+9
* 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
* Add a spiller option to llc. A simple spiller will come soon. When we get CFG...Alkis Evlogimenos2004-03-014-46/+74
* Add the long awaited memory operand folding support for linear scanAlkis Evlogimenos2004-03-015-29/+87
* * If a badref has a name, print it out for ease of debuggingMisha Brukman2004-03-011-15/+17
* Correctly add an array marker on a node when appropriate!Chris Lattner2004-03-011-0/+4
* * Add implementation of ExtractBasicBlock()Misha Brukman2004-03-011-0/+10
* 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-0110-51/+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
* Fix a minor code-quality issue. When passing 8 and 16-bit integer constantsChris Lattner2004-03-012-2/+8
* Disable tail duplication in a case that breaks on Olden/tspChris Lattner2004-03-012-1/+5
* * Remove function to find "main" in a Module, there's a method for thatMisha Brukman2004-02-292-336/+248
* Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlockChris Lattner2004-02-292-22/+28
* Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llxChris Lattner2004-02-291-2/+5
* Add an assertChris Lattner2004-02-291-1/+4
* Add back #include I messed upChris Lattner2004-02-291-0/+1
* Urg, forgot to check this in.Chris Lattner2004-02-291-1/+0
* Move the private MachineInstrAnnot.h into a private directory.Chris Lattner2004-02-295-5/+5
* Remove use of an ugly headerChris Lattner2004-02-291-1/+0
* Move methods out of .h fileChris Lattner2004-02-291-0/+9
* Do not use explicit casts that hide the dependence on Instruction beingChris Lattner2004-02-291-8/+2
* Add instruction name description.Alkis Evlogimenos2004-02-291-2/+19
* Use correct template for SHLD and SHRD instructions so that the memoryAlkis Evlogimenos2004-02-291-9/+9
* Improve allocation order:Alkis Evlogimenos2004-02-291-3/+3
* A big X86 instruction rename. The instructions are renamed to makeAlkis Evlogimenos2004-02-2911-1021/+1021
* Remove dead member variables of SparcV9SchedInfo and TargetSchedInfoBrian Gaeke2004-02-291-10/+0
* Eliminate the X86-specific BMI functions, using BuildMI instead.Chris Lattner2004-02-292-374/+352
* Fix a miscompilation of 197.parser that occurs when you have single basicChris Lattner2004-02-292-16/+28
* Fix PR255: [tailduplication] Single basic block loops are very rareChris Lattner2004-02-291-1/+2
* Adjust to change in TII ctor argumentsChris Lattner2004-02-295-15/+6
* Eliminate the distinction between "real" and "unreal" instructionsChris Lattner2004-02-293-4/+4
* These two virtual methods are never called.Chris Lattner2004-02-298-105/+2
* Remove a TON of flags that noone cares aboutChris Lattner2004-02-291-362/+362
* Noone calls these virtual methodsChris Lattner2004-02-291-26/+0
* This is the only file in the system that uses this enum. eliminate it.Chris Lattner2004-02-291-6/+6
* Implement initial prolog/epilog code insertion methods.Chris Lattner2004-02-294-12/+34
* int64_t -> intChris Lattner2004-02-291-1/+1
* Use correct template for ADC instruction with memory operands.Alkis Evlogimenos2004-02-291-2/+2
* Add an instruction selector capable of selecting 'ret void'Chris Lattner2004-02-2910-14/+636
* SHLD and SHRD take 32-bit operands but an 8-bit immediate. Rename themAlkis Evlogimenos2004-02-284-14/+14
* Floating point loads/stores act on memory operands. Rename them toAlkis Evlogimenos2004-02-288-71/+71
* Rename instruction templates to be easier to the human eye toAlkis Evlogimenos2004-02-281-254/+254
* Uncomment instructions that take both an immediate and a memoryAlkis Evlogimenos2004-02-283-21/+11