aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-012-12/+54
* Describe the value nameChris Lattner2003-08-011-1/+1
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-0125-28/+45
* DEBUG got moved to Debug.hChris Lattner2003-08-012-3/+3
* Check in the implementation of the FileUtilities!Chris Lattner2003-08-011-0/+56
* Remove makefile complexity by always running tablegen with its final outputChris Lattner2003-08-011-7/+2
* Use the C++, more portable, deleterChris Lattner2003-08-011-1/+1
* Move #include from a header to hereChris Lattner2003-08-011-0/+1
* 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
* Fix the JIT in the Nightly tester. This was not a fun bug to track down.Chris Lattner2003-07-311-2/+14
* Trivial cleanups: no need to include header twice. Global variable is local ...Chris Lattner2003-07-311-3/+1
* 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
* Unbreak the CBE outputChris Lattner2003-07-312-4/+0
* I think local symbols in X86 GAS have to start with .L, not justBrian Gaeke2003-07-312-6/+10
* Modified the code so that it generates (0) for setjmp() and abort() forJohn Criswell2003-07-312-0/+36
* *** empty log message ***Tanya Lattner2003-07-311-1/+1
* Added function to determine if an Instruction may trap.Tanya Lattner2003-07-311-0/+17
* 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
* Fix a bug that brian reportedChris Lattner2003-07-301-4/+24
* Add support for "named positional arguments"Chris Lattner2003-07-301-15/+34
* 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-302-8/+12
* 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
* All constant-evaluation code now unified intoVikram S. Adve2003-07-292-62/+16
* 1. Bug fix: Don't use branch operand reg. as temp. reg. whenVikram S. Adve2003-07-292-162/+652
* Don't require a BB to look-up live variables, unless they may need toVikram S. Adve2003-07-292-18/+20
* Add const version of getLiveRangeForValue().Vikram S. Adve2003-07-292-8/+18
* Code to insert caller-saves moved here from SparcRegInfo: it is nowVikram S. Adve2003-07-292-18/+44
* * Correctly emit a far call if the target address does not fit into 30 bitsMisha Brukman2003-07-291-17/+15
* * Stop hard-coding a value for beginning of emitted code on Sparc since we canMisha Brukman2003-07-291-10/+6
* Move "register flags" definition the type of registers to be fully fledgedChris Lattner2003-07-292-40/+41
* Add support for Alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-282-0/+12