aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Floating point regsBrian Gaeke2004-03-042-4/+34
* Simple copyConstantToReg support, SETHIi and ORriBrian Gaeke2004-03-046-16/+88
* Support add - note, still missing important copyConstantToRegister stuffBrian Gaeke2004-03-036-10/+614
* 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-031-0/+5
* Doxygenify some comments.Misha Brukman2004-03-014-18/+42
* 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-019-49/+6
* Adding new Modulo Scheduling graph files.Tanya Lattner2004-03-013-0/+769
* Removing old graph files with new graph files that I wrote. Updated ModuloSch...Tanya Lattner2004-03-013-276/+682
* 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
* Move the private MachineInstrAnnot.h into a private directory.Chris Lattner2004-02-294-4/+4
* 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
* Adjust to change in TII ctor argumentsChris Lattner2004-02-295-15/+6
* Eliminate the distinction between "real" and "unreal" instructionsChris Lattner2004-02-292-3/+3
* 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
* 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
* Each instruction now has both an ImmType and a MemType. This describesAlkis Evlogimenos2004-02-286-500/+542
* Change this so that LLC actually tries to run the code generator, though it willChris Lattner2004-02-282-2/+2
* SparcV8 now builds.Chris Lattner2004-02-281-1/+1
* fine grainify namespacificationChris Lattner2004-02-281-5/+3
* Finegrainify namespacificationChris Lattner2004-02-282-12/+6
* Tab completion is our friend.Chris Lattner2004-02-2810-8/+8
* Clean up rulesChris Lattner2004-02-282-48/+30
* Bring this directory into "it actually compiles" landChris Lattner2004-02-288-16/+40
* Fix multiple inclusion problemChris Lattner2004-02-282-6/+0
* Do not generate instructions with mismatched memory/immediate sizedAlkis Evlogimenos2004-02-284-36/+44
* Further comment updates.Alkis Evlogimenos2004-02-281-4/+4
* Update comments.Alkis Evlogimenos2004-02-281-9/+9
* My previous commit broke the jit. The shift instructions always takeAlkis Evlogimenos2004-02-281-16/+16
* Turn off the SparcV9MachineCodeDestructionPass for now, because it's buggyBrian Gaeke2004-02-271-1/+6
* Correct DestroyMachineFunction's getPassNameBrian Gaeke2004-02-271-1/+1