aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix argument size for SHL, SHR, SAR, SHLD and SHRD families ofAlkis Evlogimenos2004-02-271-34/+34
* Fix encoding of ADD and SUB family of instructions. Also rearrangeAlkis Evlogimenos2004-02-271-22/+24
* Rename MRMS[0-7]{r,m} to MRM[0-7]{r,m}.Alkis Evlogimenos2004-02-275-223/+223
* Add memory operand folding support for the SETcc family ofAlkis Evlogimenos2004-02-272-0/+25
* Add memory operand folding support for SHLD and SHRD instructions.Alkis Evlogimenos2004-02-272-0/+15
* Add memory operand folding support for SHL, SHR and SAR, SHLD instructions.Alkis Evlogimenos2004-02-272-0/+39
* Rename SHL, SHR, SAR, SHLD and SHLR instructions to make themAlkis Evlogimenos2004-02-273-37/+40
* Fixes for PR258 and PR259.John Criswell2004-02-262-6/+6
* Uncomment assertions that register# != 0 on calls toAlkis Evlogimenos2004-02-262-8/+10
* Use a map instead of annotationsChris Lattner2004-02-261-23/+36
* Fix some warnings, some of which were spurious, and some of which were realChris Lattner2004-02-262-12/+12
* Instructions to call and return from functions.Misha Brukman2004-02-262-2/+50
* Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke2004-02-252-2/+2
* SparcV8 regs are really 32-bit, not 64! Thanks, Chris.Misha Brukman2004-02-252-2/+2
* Clean up the tablegen descriptions for SparcV8.Misha Brukman2004-02-254-70/+44
* Fix the SparcV8 register definitions that were imported from PPC template.Misha Brukman2004-02-252-130/+50
* SparcV8 has different types of instructions, but F1 is only used for CALL.Misha Brukman2004-02-254-0/+210
* Fix failures in 099.go due to the cfgsimplify pass creating switch instructionsChris Lattner2004-02-251-5/+6
* SparcV8 skeletonBrian Gaeke2004-02-2528-0/+1472
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-252-2/+2
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-2534-375/+375
* Teach the instruction selector how to transform 'array' GEP computations into...Chris Lattner2004-02-252-48/+46
* * Make the previous patch more efficient by not allocating a temporary Machin...Chris Lattner2004-02-252-112/+368
* Add a helper to create an addressing mode given all of the pieces.Chris Lattner2004-02-251-0/+8
* add an inefficient way of folding structure and constant array indexes togetherChris Lattner2004-02-252-44/+180
* Implement special case for storing an immediate into memory so that we don't ...Chris Lattner2004-02-252-26/+58
* FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke2004-02-246-5/+116
* Fix some unexpected fallout from the config.h changes. Because the CBE noChris Lattner2004-02-242-0/+2
* Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos2004-02-232-12/+2
* Simplify code a bit, don't go off the end of the block, now that the currentChris Lattner2004-02-232-22/+18
* We were forgetting to add FP_REG_KILL instructions to basic blocks which willChris Lattner2004-02-232-30/+54
* Work around a gas bug. Print '-9223372036854775808' as unsigned.Chris Lattner2004-02-232-2/+8
* Implement cast fp -> boolChris Lattner2004-02-232-4/+8
* Stop passing iterators around by reference now that we have ilists!Chris Lattner2004-02-232-48/+108
* Add a new cmove instructionChris Lattner2004-02-231-0/+1
* Only insert FP_REG_KILL instructions in MachineBasicBlocks that actuallyChris Lattner2004-02-222-96/+196
* Move MOTy::UseType enum into MachineOperand. This eliminates theAlkis Evlogimenos2004-02-2210-67/+82
* Reduce the number of pointless copies inserted due to constant pointer refs.Chris Lattner2004-02-222-12/+24
* Fix bug in previous checkout: leave the iterator at the first instructionChris Lattner2004-02-222-8/+6
* Completely rewrite how getelementptr instructions are expanded. This has twoChris Lattner2004-02-222-84/+140