Initial checkin of the V9 relocation types
[oota-llvm.git] / lib /
2004-11-22 Chris LattnerInitial checkin of the V9 relocation types
2004-11-21 Brian GaekeImplement setcc on longs.
2004-11-21 Brian GaekeAdd all the rest of the ADD and SUB variants, some...
2004-11-21 Brian GaekeSupport add, sub, mul, div, rem on longs/ulongs (latter...
2004-11-21 Brian GaekeUpdate to-do list.
2004-11-21 Nate BegemanFix Shootout-C++/wc, which was broken by my recent...
2004-11-21 Chris LattnerThere is no reason to emit function stubs for direct...
2004-11-21 Chris LattnerClean up DEBUG output
2004-11-21 Chris LattnerAllow targets to avoid emitting a stub for EVERY lazily...
2004-11-21 Brian GaekeFix extraStack calculation -- I think in fact it might...
2004-11-21 Brian GaekeUpdate list of failing benchmarks & to-do list.
2004-11-21 Chris Lattnerignore generated files
2004-11-21 Chris Lattnerignore generated files.
2004-11-20 Chris LattnerImplement relocation support by adding a target indepen...
2004-11-20 Chris LattnerRemove all JIT specific code and switch the code genera...
2004-11-20 Chris LattnerImplement the X86 JIT interfaces
2004-11-20 Chris LattnerDescribe the X86 target-specific relocations.
2004-11-20 Chris LattnerWe implement these interfaces
2004-11-20 Chris LattnerAdjust to changed interfaces
2004-11-20 Chris LattnerThis method does not exist any longer.
2004-11-20 Tanya LattnerFixed assertion from triggering. We need to check if...
2004-11-20 Reid SpencerCast the void* handle data member to HMODULE* to keep...
2004-11-20 Brian GaekeSupport most cases of vaarg (except double).
2004-11-20 Brian GaekeUpdate failing test cases & to-do list.
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
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 Brian GaekeImplement vacopy and vanext.
2004-11-20 Chris LattnerAdd accessor
2004-11-20 Misha BrukmanAllow constructor parameter to override aggregating...
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 Misha BrukmanAdd protoypes for 64-bit long/ulong div, mul, and rem...
2004-11-19 Misha BrukmanFix file comment header
2004-11-19 Misha BrukmanHandle GhostLinkage case for completeness (should not...
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 Brian GaekeFirst part of varargs support: getting all varargs...
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 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 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 Reid SpencerUndo last change as its unnecessary.
2004-11-19 Reid SpencerDon't save an iterator, just use post-increment.
2004-11-19 Reid SpencerEliminate unsightly ;;
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 Nate BegemanGenerate fewer reg-reg copies for the register allocato...
2004-11-18 Chris LattnerDelete stoppoints that occur for the same source line.
2004-11-18 Tanya LattnerFixed to fit in 80 columns.
2004-11-18 Tanya LattnerAdding option to llc for ModuloScheduling. By default...
2004-11-18 Chris LattnerThese methods are inlined
2004-11-18 Chris LattnerCheck in hook that I forgot
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...
2004-11-18 Chris LattnerFix a couple of bugs where we considered physregs past...
2004-11-18 Chris LattnerFix typeo
2004-11-18 Chris LattnerStart using the iterators in the fixed_ intervals to...
2004-11-18 Chris LattnerTake another .7 seconds off of linear scan time.
2004-11-18 Chris LattnerAdd a counter for the number of times linscan has to...
2004-11-18 Chris LattnerAdd ability to give hints to the overlaps routines.
2004-11-18 Chris Lattner* Improve comments/documentation substantially
2004-11-18 Chris LattnerAdd new advanceTo method
2004-11-18 Chris LattnerFix a minor bug in expiredAt. endNumber() is the first...
2004-11-18 Chris LattnerRename some methods, use 'begin' instead of 'start...
2004-11-18 Brian GaekeAllocate fewer registers and tighten up alignment restr...
2004-11-17 Brian GaekeUpdate to-do list.
2004-11-17 Brian GaekeUpdate list of failing SingleSource Benchmarks
2004-11-17 Brian GaekeWe were (somehow) getting the wrong branch opcode for...
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-17 Reid SpencerFix some things for Mac OSX archives:
2004-11-17 Reid SpencerMake sure we parse bytecode with a module identifier...
2004-11-17 Chris LattnerGeneralize this code to turn any cast-to-first-element...
2004-11-17 Chris LattnerSimplify conditional and fix LICM/2004-11-17-UndefIndex...
next