aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Corrected spelling mistakes.John Criswell2004-11-213-12/+12
* It looks like I'm fixing a spelling mistake, but I'm really trying toJohn Criswell2004-11-211-1/+1
* Implement setcc on longs.Brian Gaeke2004-11-212-42/+72
* 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
* Fix a warningChris Lattner2004-11-211-0/+1
* 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
* Add another bit, to make the JIT a bit more efficient.Chris Lattner2004-11-211-10/+23
* Test archive built with GNU ar(1).Reid Spencer2004-11-211-0/+0
* Made dejagnu option lower case.Tanya Lattner2004-11-211-1/+1
* Added the ability to run Dejagnu tests.Tanya Lattner2004-11-212-1/+100
* ignore generated filesChris Lattner2004-11-213-0/+7
* ignore generated files.Chris Lattner2004-11-211-0/+2
* Ignore generated filesChris Lattner2004-11-211-0/+3
* Ignore filesChris Lattner2004-11-201-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
* 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