aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change this interface a bitChris Lattner2004-11-201-2/+2
* Adding missing dg file.Tanya Lattner2004-11-201-0/+3
* This method does not exist any longer.Chris Lattner2004-11-201-4/+0
* Add new methods that a target should implementChris Lattner2004-11-201-8/+27
* Removing unnecessary copies. Use %p to reference them.Tanya Lattner2004-11-203-9/+6
* Add missing #includeChris Lattner2004-11-201-0/+1
* 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
* Use llvmc to compile test casesReid Spencer2004-11-201-18/+11
* Get the -o option rightReid Spencer2004-11-201-1/+1
* Get the -o option rightReid Spencer2004-11-201-21/+43
* Not needed any more.Reid Spencer2004-11-201-42/+0
* Content moved to llvm-ld.cppReid Spencer2004-11-201-352/+0
* Incorporate GenerateCode.cpp. Make static things static.Reid Spencer2004-11-201-110/+297
* First cut at implementing generic link-time OptimizationReid Spencer2004-11-201-0/+194
* The Archive class now has differentiation for BSD4.4 and SVR4 style archiveReid Spencer2004-11-201-6/+2
* Test floating point constantsReid Spencer2004-11-201-0/+6
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-209-89/+146
* An llvm-ar test.Reid Spencer2004-11-2012-0/+89
* Provide the srcdir variable.Reid Spencer2004-11-201-1/+1
* Describe the Archive test suite.Reid Spencer2004-11-201-0/+24
* Contents separated into individual tests.Reid Spencer2004-11-203-30/+0
* 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-202-5/+26
* Add the getRelocationType method that I forgotChris Lattner2004-11-201-0/+6
* Allow targets to implement relocation support.Chris Lattner2004-11-201-0/+11
* Implement vacopy and vanext.Brian Gaeke2004-11-202-6/+24
* Add accessorChris Lattner2004-11-201-0/+4
* New fileChris Lattner2004-11-201-0/+117
* Allow constructor parameter to override aggregating args; fix spacingMisha Brukman2004-11-201-2/+2
* Remove dead #includeChris Lattner2004-11-201-2/+2
* If we're going to mention mv and cp, clearly, we also need `rm'Misha Brukman2004-11-201-0/+1
* 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
* Forgot to join srcdir and subdir for complete path for input files.Tanya Lattner2004-11-191-1/+1
* Adding srcdir arg. Added ability to specify the path to an input file. This i...Tanya Lattner2004-11-191-5/+10
* Adding srcdir argTanya Lattner2004-11-1963-63/+63
* Add protoypes for 64-bit long/ulong div, mul, and rem functionsMisha Brukman2004-11-192-0/+46