oota-llvm.git
2004-01-31 Chris LattnerFinegrainify namespacification, use new MRegisterInfo...
2004-01-31 Chris LattnerFix, correctly this time, the computation of the return...
2004-01-31 Chris Lattner* Fix incorrect computation of the runOnMachineFunction...
2004-01-31 Chris LattnerRemove unneeded #includes
2004-01-31 Chris LattnerAvoid referencing deleted DSgraphs when merging an...
2004-01-31 Alkis EvlogimenosMerge safe parts from last night's buggy commit. These...
2004-01-31 Chris LattnerAdd two static methods to avoid having client code...
2004-01-31 Alkis EvlogimenosOptimize liveAt() and overlaps(). We now use a binary...
2004-01-31 Alkis EvlogimenosRevert last night's changes as they broke some tests...
2004-01-31 Alkis EvlogimenosSeveral performance enhancements and cleanups from...
2004-01-30 Chris LattnerFix thinko
2004-01-30 Chris LattnerAdd some comments sketching out how this is to work...
2004-01-30 Chris LattnerAdd a new flag, which is only used for symmetry.
2004-01-30 Chris LattnerForward method request to chained aa implementation
2004-01-30 Chris LattnerNew testcase for better mod/ref information that basica...
2004-01-30 Chris LattnerImplement the pointsToConstantMemory() method.
2004-01-30 Chris LattnerImprove mod/ref information based on the pointsToConsta...
2004-01-30 Chris LattnerAdd a new pointsToConstantMemory method to the AliasAna...
2004-01-30 Chris LattnerAdd (currently disabled) support to the instruction...
2004-01-30 Chris LattnerFinegrainify namespacification
2004-01-30 Chris LattnerAdd a new lazily constructed mapping from Idx's the...
2004-01-30 Brian GaekeGive clients of MachineFunctionPrinter the ability...
2004-01-30 Misha BrukmanOrder #includes alphabetically, per style guide.
2004-01-30 Misha BrukmanDoxygenify comments.
2004-01-29 Chris LattnerFix a bug aflicting 265.gap
2004-01-29 Chris LattnerMinor bugfixes
2004-01-28 Brian GaekeI think this is a more robust fix for the Solaris wchar...
2004-01-28 Misha BrukmanHyphenate `target-dependent'
2004-01-28 Brian GaekeAdd a new (static inline) std::ostream& << AllocInfo...
2004-01-28 Chris LattnerRename DSGraph::ScalarMapTy -> DSScalarMap
2004-01-28 Chris LattnerFix a bug
2004-01-28 Chris LattnerEliminate the call to removeTriviallyDeadNodes from...
2004-01-28 Chris LattnerIn the TD pass, iterate over globals directly instead...
2004-01-28 Chris LattnerIn the TD pass, don't iterate over the scalar map to...
2004-01-28 Chris LattnerIn updateFromGlobalsGraph, instead of iterating over...
2004-01-28 Chris LattnerKeep track of all of the globals inserted into the...
2004-01-28 Chris LattnerPull the ScalarMap out into something that is more...
2004-01-28 Chris LattnerMinor tweaks, eliminate useless integer pruning optimzi...
2004-01-28 Chris LattnerFurther reduce the number of nodes cloned with getClone...
2004-01-28 Chris LattnerAdd a timer, fix a minor bug.
2004-01-28 Chris LattnerAnother bugfix, disable "spurious" output.
2004-01-27 Chris Lattnerfix bug in previous checkin
2004-01-27 Chris Lattner* Add a new commandline argument to control the "global...
2004-01-27 Chris LattnerRewrite to use the reachability cloner interface. ...
2004-01-27 Chris Lattnerminor cleanups
2004-01-27 Chris LattnerGet clone flags right, so we don't build InlinedGlobals...
2004-01-27 Chris LattnerMinor tweaks
2004-01-27 Chris LattnerAdd comments, allow DSNode "copy ctor" to ignore outgoi...
2004-01-27 Chris Lattner* cloneReachable* and clonePartiallyInto are not obsolete
2004-01-27 Chris LattnerStart counting projects
2004-01-26 John CriswellFixed PR#197. The libcrtend library is removed from...
2004-01-26 John CriswellClarified the extension to shared library objects.
2004-01-26 John CriswellUpdating release notes for PR214.
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-24 Brian GaekeFix a couple of places I noticed where "X86" was hard...
2004-01-23 Alkis EvlogimenosFix failing test cases with joined live intervals....
2004-01-23 Brian GaekeAdd the JITInfo object, accessor & initializer.
2004-01-23 Brian GaekeAdd CodeEmitter and JITInfo stubs. Dump the old
2004-01-23 Chris LattnerInitial support for implementing clonePartiallyInto...
2004-01-23 Chris LattnerAdd new flag, other minor modifications
2004-01-23 Chris LattnerFix grammar
2004-01-23 Chris LattnerFix a problem brian ran into with the bytecode reader...
2004-01-23 Chris LattnerNew testcase for problem brian ran into
2004-01-22 Alkis EvlogimenosAdd option to join live intervals. Two intervals are...
2004-01-22 Brian GaekeMove bytecode_libdir def'n to Makefile.config.in from...
2004-01-22 Brian GaekeAdd autoconf check for the version of etags we have...
2004-01-22 Brian GaekeRegenerated using autoconf-2.57.
2004-01-22 Brian GaekeGet autoconf'd ETAGSFLAGS value from configure.
2004-01-22 Brian GaekeMove support for building tags database from Makefile...
2004-01-22 Alkis EvlogimenosRemove unneeded check. An interval in active, by defini...
2004-01-22 Alkis EvlogimenosImprove debugging output. Remove unneeded virtReg...
2004-01-22 Alkis EvlogimenosRevert previous change. The code was correct...
2004-01-22 Alkis EvlogimenosFix incorrect negatives in LiveIntervals::Interval...
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
2004-01-22 Chris LattnerOk, I'm tired of pulling out all my timers to check...
2004-01-22 Chris LattnerBug fix: X.mergeWith(Y) was not updating Y if Y was...
2004-01-22 Chris LattnerIt doesn't make sense for one side to be const, but...
2004-01-22 Chris LattnerStart implementing DSGraph::clonePartiallyInto and...
2004-01-22 Chris LattnerRemove const qualifier (all Value*'s are nonconst in...
2004-01-22 Chris LattnerSpecialize std::swap correctly
2004-01-22 Chris LattnerAllow disabling of ALL printing overhead when performin...
2004-01-21 Brian GaekeAdd DESTDIR support for installing. Use (and depend...
2004-01-21 Brian GaekeGive the ".../llvm-gcc/bytecode-libs" directory a varia...
2004-01-21 Brian GaekePart 2 of DESTDIR support
2004-01-21 Misha BrukmanImplement ModuleProvider::materializeModule() by only...
2004-01-21 Misha BrukmanLet subclasses implement ModuleProvider::materializeMod...
2004-01-21 Misha BrukmanTo materialize a module, you need to know what function...
2004-01-21 Misha BrukmanIf you call abort(), #include <cstdlib>
2004-01-21 Brian GaekeAdd DESTDIR support for installation, to support RPM...
2004-01-21 Brian GaekeMaybe Misha isn't so buggy after all. He caught the...
2004-01-21 Brian GaekeBuild the PowerPC directory, so it is less likely to...
2004-01-21 Brian GaekeImport of skeletal PowerPC backend I have had laying...
2004-01-21 Brian GaekeRemember, SHLIBEXT begins with a period.
2004-01-21 Brian GaekeModified version of patch from mkahl@apple.com to stop...
2004-01-21 Brian GaekeRegenerated using autoconf-2.57 and autoheader-2.57.
2004-01-21 Brian GaekeGet SHLIBEXT variable from configure script.
2004-01-21 Brian GaekeGet the shlib suffix from Libtool, and define it both...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Chris Lattnerbug fixed
next