summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Remove the RegisterInfo class in favor of a general Target class. Add instri...Chris Lattner2003-08-03
* Tell CVS to ignore all .inc filesChris Lattner2003-08-03
* Switch over to tablegen generated header filesChris Lattner2003-08-03
* Switch over to TableGen generated register file descriptionChris Lattner2003-08-03
* Initial checkin of X86.td fileChris Lattner2003-08-03
* Initial checkin of X86 Register File descriptionChris Lattner2003-08-03
* Fix typeos in commentsChris Lattner2003-08-03
* Make it easier to debug by exposing a temporaryChris Lattner2003-08-03
* Wrap at 80 columnsChris Lattner2003-08-03
* Rename fieldsChris Lattner2003-08-01
* Move DEBUG to Debug.hChris Lattner2003-08-01
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-01
* Describe the value nameChris Lattner2003-08-01
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Check in the implementation of the FileUtilities!Chris Lattner2003-08-01
* Remove makefile complexity by always running tablegen with its final outputChris Lattner2003-08-01
* Use the C++, more portable, deleterChris Lattner2003-08-01
* Move #include from a header to hereChris Lattner2003-08-01
* Add all arithmetic operators to ConstantExprToString().Vikram S. Adve2003-08-01
* *Both* operands of divide need sign-extension before divide (if smallerVikram S. Adve2003-08-01
* Put back the separate pass to decompose multi-dimensional referencesVikram S. Adve2003-08-01
* encode size information into each ValueTypeChris Lattner2003-08-01
* This method is long deadChris Lattner2003-08-01
* Fix the JIT in the Nightly tester. This was not a fun bug to track down.Chris Lattner2003-07-31
* Trivial cleanups: no need to include header twice. Global variable is local ...Chris Lattner2003-07-31
* Remove more obsolete commentsChris Lattner2003-07-31
* Changed pointer to the JIT code to its current location, under LLI.Misha Brukman2003-07-31
* Unbreak the CBE outputChris Lattner2003-07-31
* I think local symbols in X86 GAS have to start with .L, not justBrian Gaeke2003-07-31
* Modified the code so that it generates (0) for setjmp() and abort() forJohn Criswell2003-07-31
* *** empty log message ***Tanya Lattner2003-07-31
* Added function to determine if an Instruction may trap.Tanya Lattner2003-07-31
* Add commentsChris Lattner2003-07-30
* We no longer need to preprocess SparcV9.td before sending it through tablegenChris Lattner2003-07-30
* Fix a bug that brian reportedChris Lattner2003-07-30
* Add support for "named positional arguments"Chris Lattner2003-07-30
* When emitting a constant, check for ConstantExpr beforeVikram S. Adve2003-07-30
* Conform to the new interface for describing target registers... even thoughChris Lattner2003-07-30
* Add all of the necessary classes to describe the contents of the MRegister.h ...Chris Lattner2003-07-30
* Only regenerate the .inc file if IT has changed, not just if the .td filesChris Lattner2003-07-30
* Use target specific interface instead of forcing it to be target-genericChris Lattner2003-07-30
* No this file is not actually Sparc.td :)Chris Lattner2003-07-29
* Do not use 'cpp' directlyChris Lattner2003-07-29
* Add namespace specifier, add flags used by the X86 BEChris Lattner2003-07-29
* * Cleaned up and corrected comments wrt instruction formatsMisha Brukman2003-07-29
* Make emitFarCall() public, and add a few comments to functions.Misha Brukman2003-07-29
* Unify all constant evaluations that depend on register sizeVikram S. Adve2003-07-29
* Rename 'dump-asm' to 'dump-input' and really print it just before code-gen.Vikram S. Adve2003-07-29