oota-llvm.git
2004-11-20 Reid SpencerAn llvm-ar test.
2004-11-20 Reid SpencerProvide the srcdir variable.
2004-11-20 Reid SpencerDescribe the Archive test suite.
2004-11-20 Reid SpencerContents separated into individual tests.
2004-11-20 Chris LattnerThis method was never implemented
2004-11-20 Chris LattnerRemove this method, it's not clear how it could be...
2004-11-20 Chris LattnergetJITStubForFunction is optional and unimplemented...
2004-11-20 Chris LattnergetJITStubForFunction is optional and unimplemented...
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-20 Chris LattnerAdd the getRelocationType method that I forgot
2004-11-20 Chris LattnerAllow targets to implement relocation support.
2004-11-20 Brian GaekeImplement vacopy and vanext.
2004-11-20 Chris LattnerAdd accessor
2004-11-20 Chris LattnerNew file
2004-11-20 Misha BrukmanAllow constructor parameter to override aggregating...
2004-11-20 Chris LattnerRemove dead #include
2004-11-20 Misha BrukmanIf we're going to mention mv and cp, clearly, we also...
2004-11-20 Misha BrukmanRevert the patch that adds Function* for each 64-bit...
2004-11-19 Tanya LattnerMade modsched hidden and changed so it matches the...
2004-11-19 Misha BrukmanFix grammar
2004-11-19 Tanya LattnerForgot to join srcdir and subdir for complete path...
2004-11-19 Tanya LattnerAdding srcdir arg. Added ability to specify the path...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-19 Misha BrukmanAdd protoypes for 64-bit long/ulong div, mul, and rem...
2004-11-19 Misha BrukmanFix file comment header
2004-11-19 Misha BrukmanIgnore files generated by pod2html
2004-11-19 Misha Brukman* Remove disk space requirements, they vary wildly...
2004-11-19 Misha BrukmanHandle GhostLinkage case for completeness (should not...
2004-11-19 Reid SpencerTest case for reading MacOSX archives.
2004-11-19 Reid SpencerMacOSX test archive (buggy).
2004-11-19 Brian GaekeAdd VANext and VAArg stubs.
2004-11-19 Brian GaekeImplement va_start.
2004-11-19 Chris LattnerDont' forget to switch back to decimal output
2004-11-19 Chris LattnerMatch change in MachineCodeEmitter prototype.
2004-11-19 Chris LattnerExternal symbols are const char*'s now, change this...
2004-11-19 Chris LattnerInstead of storing std::string's for ExternalSymbol...
2004-11-19 Brian GaekeFirst part of varargs support: getting all varargs...
2004-11-19 Chris LattnerFix a bug that caused stuff like this:
2004-11-19 Brian Gaekeva_end can safely be codegen'd to nothing on v8.
2004-11-19 Brian GaekeA very sorry stub implementation of varargs intrinsics...
2004-11-19 Brian GaekeUpdate list of expected test failures.
2004-11-19 Brian GaekeFix bug in casting to long/ulong.
2004-11-19 Reid SpencerMake sure we can read an archive after it has been...
2004-11-19 Chris LattnerFix memory leaks, patch contributed by Morten Ofstad!
2004-11-19 Chris LattnerPatches to avoid "leaking" memory on process exit....
2004-11-19 Reid SpencerCorrect the computation of when to add the padding...
2004-11-19 Chris LattnerFix the exposed prototype for the lower packed pass...
2004-11-19 Chris LattnerAdd hooks to free all memory allocated by the singleton...
2004-11-19 Chris LattnerAdd static functions to clear singleton maps. Patch...
2004-11-19 Chris LattnerThese methods are long gone, ConstantPointerRef is...
2004-11-19 Chris LattnerCPR is dead.
2004-11-19 Chris LattnerAdd note that this is for old bytecode files.
2004-11-19 Chris LattnerMission accomplished!
2004-11-19 Reid SpencerAllow this to compile even on machines that HAVE the...
2004-11-19 Chris LattnerThis is a horrible hack to work around libstdc++ bugs :(
2004-11-19 Nate BegemanEliminate another 6k register copies that the register...
2004-11-19 Chris LattnerFix a bug in the checkin where I adjusted this code...
2004-11-19 Reid SpencerUndo last change as its unnecessary.
2004-11-19 Reid SpencerTest case for xpg4 style archive files.
2004-11-19 Reid SpencerTest reading of SVR4 style archives with llvm-ar
2004-11-19 Reid SpencerTest case for reading SVR4 style archives.
2004-11-19 Reid SpencerDon't save an iterator, just use post-increment.
2004-11-19 Reid SpencerSolaris built archives in SVR4 and XPG4 styles.
2004-11-19 Reid SpencerEliminate unsightly ;;
2004-11-19 Reid SpencerA test file that goes into the test archive.
2004-11-19 Reid SpencerMake a cast explicit.
2004-11-19 Reid SpencerMake findModulesDefiningSymbols modify its symbols...
2004-11-19 Reid SpencerReduce the amount of work in LinkInArchive by not searc...
2004-11-19 Reid SpencerObligatory DejaGnu/expect file.
2004-11-19 Nate BegemanGenerate fewer reg-reg copies for the register allocato...
2004-11-19 Tanya LattnerFixed a typo.
2004-11-19 Tanya LattnerAdded link to information on Statistic which is in...
2004-11-18 Chris LattnerDelete stoppoints that occur for the same source line.
2004-11-18 Chris LattnerAdd support for llvm.dbg.stoppoint
2004-11-18 Chris LattnerLine numbers are go for 1.4! :)
2004-11-18 Chris Lattnerlibpng is not even used by povray3.1 in the current...
2004-11-18 Chris LattnerAdd MMC
2004-11-18 Reid SpencerDuh, put tools in *bin* directory, not *tools* director...
2004-11-18 Chris LattnerRemove debugging code, unneuter this functionality
2004-11-18 Chris Lattnerremove debugging code
2004-11-18 Tanya LattnerFixed to fit in 80 columns.
2004-11-18 Reid SpencerAdd notes about makefile changes and llvm-ar.
2004-11-18 Tanya LattnerAdding option to llc for ModuloScheduling. By default...
2004-11-18 Chris LattnerThese methods are inlined
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-18 Chris LattnerCheck in hook that I forgot
2004-11-18 Reid SpencerFix PR456:\
2004-11-18 Reid SpencerInclude ltdl.h if we have it.
2004-11-18 Reid SpencerAdd checks for HAVE_LTDL_H and HAVE_LT_DLOPEN
2004-11-18 Reid SpencerChanges for testing presence of ltdl.h and lt_dlopen...
2004-11-18 Brian GaekeRewrite LoadArgumentsToVirtualRegs, making it match...
2004-11-18 Brian GaekeUpdate current expected failures list - expand it to...
2004-11-18 Nate BegemanEliminate another common source of moves that the regis...
2004-11-18 Nate BegemanWhen accessing the base register for global variables...
2004-11-18 Chris Lattner* There is no reason for SpillWeights to be an instance var
2004-11-18 Chris LattnerThere is no need to check to see if j overflowed in...
2004-11-18 Chris LattnerModerate head scratching reveals that this conditional...
2004-11-18 Nate BegemanClean up and fix cast codegen by removing cases that...
2004-11-18 Reid SpencerDynamic Library abstraction. This makes the abstraction...
next