aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix file comment headerMisha Brukman2004-11-191-1/+1
* Ignore files generated by pod2htmlMisha Brukman2004-11-191-0/+1
* * Remove disk space requirements, they vary wildly, depend on the number ofMisha Brukman2004-11-191-30/+37
* Handle GhostLinkage case for completeness (should not be seen by the asm writer)Misha Brukman2004-11-192-0/+6
* Test case for reading MacOSX archives.Reid Spencer2004-11-191-0/+10
* MacOSX test archive (buggy).Reid Spencer2004-11-191-0/+0
* 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
* External symbols are const char*'s now, change this to match.Chris Lattner2004-11-191-1/+1
* Instead of storing std::string's for ExternalSymbol references, rely on theChris Lattner2004-11-192-19/+9
* First part of varargs support: getting all varargs which could possiblyBrian Gaeke2004-11-192-2/+42
* Fix a bug that caused stuff like this:Chris Lattner2004-11-191-1/+2
* 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
* Make sure we can read an archive after it has been ranlib'dReid Spencer2004-11-192-1/+7
* 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
* Fix the exposed prototype for the lower packed pass, thanks toChris Lattner2004-11-191-1/+2
* Add hooks to free all memory allocated by the singleton factories in theseChris Lattner2004-11-192-0/+68
* Add static functions to clear singleton maps. Patch contributed byChris Lattner2004-11-192-1/+12
* These methods are long gone, ConstantPointerRef is dead.Chris Lattner2004-11-191-5/+0
* CPR is dead.Chris Lattner2004-11-191-1/+0
* Add note that this is for old bytecode files.Chris Lattner2004-11-191-1/+1
* Mission accomplished!Chris Lattner2004-11-191-1/+0
* Allow this to compile even on machines that HAVE the bzlib library but doReid Spencer2004-11-191-5/+11
* This is a horrible hack to work around libstdc++ bugs :(Chris Lattner2004-11-191-2/+6
* Eliminate another 6k register copies that the register allocator would justNate Begeman2004-11-191-8/+14
* Fix a bug in the checkin where I adjusted this code to work whenChris Lattner2004-11-191-7/+8