aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add all the rest of the ADD and SUB variants, some of which are important forBrian Gaeke2004-11-212-4/+26
* Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls).Brian Gaeke2004-11-212-4/+130
* Update to-do list.Brian Gaeke2004-11-212-6/+4
* Fix Shootout-C++/wc, which was broken by my recent changes to emit fewerNate Begeman2004-11-211-5/+6
* There is no reason to emit function stubs for direct calls.Chris Lattner2004-11-212-2/+1
* Clean up DEBUG outputChris Lattner2004-11-211-5/+5
* Allow targets to avoid emitting a stub for EVERY lazily resolved call. InChris Lattner2004-11-211-9/+30
* Fix extraStack calculation -- I think in fact it might be getting a bit *too*Brian Gaeke2004-11-212-18/+44
* Update list of failing benchmarks & to-do list.Brian Gaeke2004-11-212-12/+2
* ignore generated filesChris Lattner2004-11-212-0/+3
* ignore generated files.Chris Lattner2004-11-211-0/+2
* Implement relocation support by adding a target independent resolver interface.Chris Lattner2004-11-201-12/+133
* Remove all JIT specific code and switch the code generator over to emittingChris Lattner2004-11-201-194/+26
* Implement the X86 JIT interfacesChris Lattner2004-11-201-0/+140
* Describe the X86 target-specific relocations.Chris Lattner2004-11-201-0/+33
* We implement these interfacesChris Lattner2004-11-201-5/+13
* Adjust to changed interfacesChris Lattner2004-11-202-9/+9
* This method does not exist any longer.Chris Lattner2004-11-201-4/+0
* Fixed assertion from triggering. We need to check if the commandline map is e...Tanya Lattner2004-11-201-0/+2
* Cast the void* handle data member to HMODULE* to keep the VC++ compilerReid Spencer2004-11-202-10/+18
* Support most cases of vaarg (except double).Brian Gaeke2004-11-202-2/+56
* Update failing test cases & to-do list.Brian Gaeke2004-11-202-8/+6
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-208-80/+132
* This method was never implementedChris Lattner2004-11-201-6/+0
* Remove this method, it's not clear how it could be implemented indep of 32 or...Chris Lattner2004-11-202-12/+0
* getJITStubForFunction is optional and unimplemented, just remove it for now.Chris Lattner2004-11-202-12/+0
* getJITStubForFunction is optional and unimplemented, just remove it.Chris Lattner2004-11-204-23/+0
* Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner2004-11-201-6/+40
* Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner2004-11-201-0/+12
* Implement vacopy and vanext.Brian Gaeke2004-11-202-6/+24
* Add accessorChris Lattner2004-11-201-0/+4
* Allow constructor parameter to override aggregating args; fix spacingMisha Brukman2004-11-201-2/+2
* Revert the patch that adds Function* for each 64-bit libc div/mul/rem that weMisha Brukman2004-11-202-46/+0
* Made modsched hidden and changed so it matches the style of other options.Tanya Lattner2004-11-191-2/+2
* Fix grammarMisha Brukman2004-11-192-2/+2
* Add protoypes for 64-bit long/ulong div, mul, and rem functionsMisha Brukman2004-11-192-0/+46
* Fix file comment headerMisha Brukman2004-11-191-1/+1
* Handle GhostLinkage case for completeness (should not be seen by the asm writer)Misha Brukman2004-11-192-0/+6
* Add VANext and VAArg stubs.Brian Gaeke2004-11-192-2/+20
* Implement va_start.Brian Gaeke2004-11-192-4/+32
* Dont' forget to switch back to decimal outputChris Lattner2004-11-191-1/+2
* Match change in MachineCodeEmitter prototype.Chris Lattner2004-11-192-4/+4
* First part of varargs support: getting all varargs which could possiblyBrian Gaeke2004-11-192-2/+42
* va_end can safely be codegen'd to nothing on v8.Brian Gaeke2004-11-192-2/+4
* A very sorry stub implementation of varargs intrinsics...Brian Gaeke2004-11-192-4/+22
* Update list of expected test failures.Brian Gaeke2004-11-192-2/+0
* Fix bug in casting to long/ulong.Brian Gaeke2004-11-192-22/+54
* Fix memory leaks, patch contributed by Morten Ofstad!Chris Lattner2004-11-191-15/+21
* Patches to avoid "leaking" memory on process exit. Patch contributed byChris Lattner2004-11-191-39/+25
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-194-18/+18