summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Remove makefile complexity by always running tablegen with its final outputChris Lattner2003-08-011-7/+2
* Add all arithmetic operators to ConstantExprToString().Vikram S. Adve2003-08-011-0/+40
* *Both* operands of divide need sign-extension before divide (if smallerVikram S. Adve2003-08-011-8/+16
* Put back the separate pass to decompose multi-dimensional referencesVikram S. Adve2003-08-011-0/+3
* encode size information into each ValueTypeChris Lattner2003-08-011-11/+33
* This method is long deadChris Lattner2003-08-011-3/+0
* Remove more obsolete commentsChris Lattner2003-07-311-50/+2
* Changed pointer to the JIT code to its current location, under LLI.Misha Brukman2003-07-311-1/+1
* I think local symbols in X86 GAS have to start with .L, not justBrian Gaeke2003-07-311-3/+5
* Add commentsChris Lattner2003-07-301-1/+19
* We no longer need to preprocess SparcV9.td before sending it through tablegenChris Lattner2003-07-302-30/+30
* When emitting a constant, check for ConstantExpr beforeVikram S. Adve2003-07-301-14/+15
* Conform to the new interface for describing target registers... even thoughChris Lattner2003-07-301-14/+24
* Add all of the necessary classes to describe the contents of the MRegister.h ...Chris Lattner2003-07-301-1/+40
* Only regenerate the .inc file if IT has changed, not just if the .td filesChris Lattner2003-07-301-4/+13
* Use target specific interface instead of forcing it to be target-genericChris Lattner2003-07-301-4/+6
* No this file is not actually Sparc.td :)Chris Lattner2003-07-291-7/+5
* Do not use 'cpp' directlyChris Lattner2003-07-291-1/+1
* Add namespace specifier, add flags used by the X86 BEChris Lattner2003-07-291-5/+7
* * Cleaned up and corrected comments wrt instruction formatsMisha Brukman2003-07-291-18/+18
* Make emitFarCall() public, and add a few comments to functions.Misha Brukman2003-07-291-3/+27
* Unify all constant evaluations that depend on register sizeVikram S. Adve2003-07-292-72/+104
* Rename 'dump-asm' to 'dump-input' and really print it just before code-gen.Vikram S. Adve2003-07-291-6/+6
* Bug fix: don't unnecessarily pretty-print control-characters, some ofVikram S. Adve2003-07-291-15/+4
* Add ConvertConstantToIntType() to unify all constant handlingVikram S. Adve2003-07-291-50/+16
* Add code to support stack spill/temp offsets that don't fit in theVikram S. Adve2003-07-291-238/+99
* * Correctly emit a far call if the target address does not fit into 30 bitsMisha Brukman2003-07-291-17/+15
* Move "register flags" definition the type of registers to be fully fledgedChris Lattner2003-07-292-40/+41
* Specify the value type for the register, not just the size.Chris Lattner2003-07-281-1/+4
* Instead of specifying the SIZE of the register, go so far as to specifyChris Lattner2003-07-281-1/+16
* Rename function to be more consistent with filenameChris Lattner2003-07-263-6/+6
* We don't modify the LLVM rep, remain const correctChris Lattner2003-07-261-2/+2
* If the pass changes _anything_ it must return trueChris Lattner2003-07-261-1/+2
* This code doesn't modify the LLVM structure, keep stuff constChris Lattner2003-07-263-6/+6
* (1) Major fix to the way unused regs. are marked and found for the FPVikram S. Adve2003-07-254-566/+140
* 1. Fix a case that was marking the invalid reg. num. (-1) as used,Vikram S. Adve2003-07-251-14/+35
* Use unified CWriter-X86/Printer name mangler. Do not bother usingBrian Gaeke2003-07-241-88/+28
* It doesn't appear that we need to #include these.Brian Gaeke2003-07-241-3/+0
* Constify most methods. We could have constified doInitialization andBrian Gaeke2003-07-241-16/+25
* Printer.cpp: Ditch addRequired/getAnalysis, because they leaveBrian Gaeke2003-07-233-61/+58
* Add, rewrite, and/or reformat many comments.Brian Gaeke2003-07-231-80/+120
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-232-3/+3
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-234-52/+18
* Simplify code a bitChris Lattner2003-07-211-9/+9
* Added special consideration for instrumentation strategyAnand Shukla2003-07-203-0/+24
* Please, save your applause^H^H^H^H^H^H^H^Hflames for the end...Brian Gaeke2003-07-181-3/+6
* Use getClassB for load and store; we don't want to abort when weBrian Gaeke2003-07-171-2/+2
* Fixed the number translation scheme for the integer condition code registers: itMisha Brukman2003-07-162-32/+8
* The name should really be `simm11' to follow the naming convention, but this hasMisha Brukman2003-07-161-2/+2
* No need for a second immediate field if the class already inherits one.Misha Brukman2003-07-151-2/+1
OpenPOWER on IntegriCloud