summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Bug fix: don't unnecessarily pretty-print control-characters, some ofVikram S. Adve2003-07-29
* Add ConvertConstantToIntType() to unify all constant handlingVikram S. Adve2003-07-29
* Add code to support stack spill/temp offsets that don't fit in theVikram S. Adve2003-07-29
* All constant-evaluation code now unified intoVikram S. Adve2003-07-29
* 1. Bug fix: Don't use branch operand reg. as temp. reg. whenVikram S. Adve2003-07-29
* Don't require a BB to look-up live variables, unless they may need toVikram S. Adve2003-07-29
* Add const version of getLiveRangeForValue().Vikram S. Adve2003-07-29
* Code to insert caller-saves moved here from SparcRegInfo: it is nowVikram S. Adve2003-07-29
* * Correctly emit a far call if the target address does not fit into 30 bitsMisha Brukman2003-07-29
* * Stop hard-coding a value for beginning of emitted code on Sparc since we canMisha Brukman2003-07-29
* Move "register flags" definition the type of registers to be fully fledgedChris Lattner2003-07-29
* Add support for Alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-28
* Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.Misha Brukman2003-07-28
* The RTLD_GLOBAL flag allows symbols to be globally accessible, which makesMisha Brukman2003-07-28
* Add ability for external C code to get pointers to functions given their name.Misha Brukman2003-07-28
* Clean up code dealing with RTLD_SELF differences on Sparc and X86.Misha Brukman2003-07-28
* Fix reference to architecture.Misha Brukman2003-07-28
* Add in support to load shared objects (-load is provided by Support library).Misha Brukman2003-07-28
* Specify the value type for the register, not just the size.Chris Lattner2003-07-28
* Instead of specifying the SIZE of the register, go so far as to specifyChris Lattner2003-07-28
* Rename function to be more consistent with filenameChris Lattner2003-07-26
* Making this code const-correct would be a pain, so I'll hack it.Chris Lattner2003-07-26
* Const correctness fixesChris Lattner2003-07-26
* Be const correctChris Lattner2003-07-26
* Hrm, another necesary one :(Chris Lattner2003-07-26