oota-llvm.git
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
2004-01-20 Chris LattnerFix PR212 - Bytecode reader misreads 'long -92233720368...
2004-01-20 Chris LattnerNew testcase for incorrect bytecode reading of MAXLONG...
2004-01-20 Tanya LattnerMoved iterators around.
2004-01-20 Tanya LattnerMoved iterators to common file.
2004-01-20 Chris LattnerFix bogus warning and simplify code
2004-01-20 Chris LattnerMajor changes. Now we only compactify individual type...
2004-01-20 Chris Lattneradd a method proto, make a method not inline
2004-01-20 Chris LattnerBugfixes for dealing with partially compactified functions
2004-01-20 Misha BrukmanNow with HTML 4.01 comliance flavor.
2004-01-18 Chris LattnerSave another 30K from 176.gcc by encoding the compactio...
2004-01-18 Chris LattnerRemove -debug output
2004-01-18 Chris LattnerAdd enum for compaction table.
2004-01-18 Chris LattnerAdd support for writing bytecode files with compactiont...
2004-01-18 Chris LattnerAdd support for reading bytecode files with compactiont...
2004-01-18 Chris LattnerAdd support for building the compactiontable for byteco...
2004-01-18 Chris LattnerAdd support for representing the "compaction table"
2004-01-18 Chris LattnerEliminate special case handling for CPR's
2004-01-18 Chris LattnerClarify situation w.r.t the -lowerinvoke pass.
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-17 Chris Lattnerfix copy-and-pasto
2004-01-17 Chris LattnerRevision of Brian's threading support library to be...
2004-01-17 Chris LattnerThis file goes away
2004-01-16 Brian GaekeAdd a fixed bug
2004-01-16 John CriswellRemove the use of LLVMGCCARCH. Instead, query the...
2004-01-16 Brian GaekeRemove some whitespace and fix up some comments.
2004-01-16 Brian GaekeGet paths to cc1 and cc1plus by asking llvm-gcc, and...
2004-01-16 Brian GaekeRegenerated using autoconf-2.57.
2004-01-16 Brian GaekeTake settings of LCC and LCC1XX from configure.
2004-01-16 Brian GaekeClarify comment.
2004-01-16 Brian GaekeI'm fairly certain this was just a typo.
2004-01-16 Alkis EvlogimenosHandle printing of intervals that are not assign to...
2004-01-16 Alkis EvlogimenosHandle printing of intervals that are not assign to...
2004-01-16 Alkis EvlogimenosFold open interval ends handling into
2004-01-16 Alkis EvlogimenosAdd asserts to previous change.
2004-01-16 Alkis EvlogimenosUse a list instead of a vector to store intervals....
2004-01-15 Misha BrukmanUse the LLVM standard name mangling infrastructure...
2004-01-15 Brian GaekeThis is my script for narrowing down miscompilations...
2004-01-15 Chris LattnerIf these blocks are empty, there is no reason to even...
2004-01-15 Chris LattnerCleanups & efficiency improvements
2004-01-15 Misha BrukmanPut stylesheet after the title.
2004-01-15 Misha Brukman* HTML 4.01 Strict DTD compliance
2004-01-15 Chris LattnerThe bcwriter does not want ConstantPointerRef's to...
2004-01-15 Chris LattnerConstantPointerRef's are no longer emitted. This saves...
2004-01-15 Chris LattnerAllow bytecode files to refer directly to global values...
2004-01-15 Chris LattnerFix more breakage with string change.
2004-01-15 Misha Brukman* HTML 4.01 Strict DTD compliance
2004-01-15 Brian GaekeInclude TargetRegInfo.h and declare SparcTargetMachine...
2004-01-15 Brian GaekeMake this assertion more self-explanatory.
2004-01-15 Chris LattnerHrm, thanks to misha for paying attention to my foolish...
2004-01-15 Chris LattnerPR73 is finally fixed
next