oota-llvm.git
2004-12-20 Reid SpencerPut some header files back that Win32 needs.
2004-12-20 Jeff CohenKeep up with lib/System changes
2004-12-20 Jeff CohenFix problems uncovered by VC++ (first time compiled...
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Reid SpencerWrap long lines
2004-12-20 Reid SpencerFor PR351:
2004-12-20 Misha Brukman* Use "" for LLVM include files, not <>
2004-12-19 Brian GaekeMake this compile on Solaris.
2004-12-19 Misha BrukmanUse <> for system #include files
2004-12-19 Brian GaekeMake references to 'struct sigaction' compile under...
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Jeff CohenAdd llc project to Visual Studio
2004-12-19 Jeff CohenAdd lli project to Visual Studio
2004-12-19 Jeff CohenEnable browse information in Visual Studio
2004-12-18 Jeff CohenImprove dependency management for lib/system/win32...
2004-12-18 Jeff CohenDon't forget about release configuration...
2004-12-18 Jeff CohenRationalize warning suppression. First, 64-bit portabi...
2004-12-18 Reid Spencersys::CopyFile returns void and throws an exception...
2004-12-18 Reid Spencersys::CopyString throws an exception on error which...
2004-12-18 Jeff CohenFix win32 breakage
2004-12-18 Reid SpencerThe CopyFile function got moved into the sys namespace.
2004-12-18 Reid SpencerCorrect the name of the method. CopyFiles -> CopyFile.
2004-12-17 Chris LattnerRemove unused enum value
2004-12-17 Tanya LattnerAlways print out DejagnuTest results to stdout so that...
2004-12-17 Reid SpencerMove the #include of sys/stat.h inside the linux "hack...
2004-12-17 Chris LattnerRemove unused #include
2004-12-17 Reid SpencerOnly #include sys/stat.h if we're on linux where we...
2004-12-17 Chris LattnerMake this testcase a bit more challanging
2004-12-17 Chris LattnerActually overload the virtual method. This fixes
2004-12-17 Chris LattnerChange the test to check to see that CSE happens not...
2004-12-17 Chris LattnerMake code fit in 80 cols
2004-12-17 Reid SpencerReverse the logic for Win32 to ensure that bugpoint...
2004-12-17 Reid SpencerFix this file to actually work. ifneq was incorrectly...
2004-12-17 Reid SpencerDescribe the new "reconfigure" and "spotless" targets.
2004-12-17 Reid SpencerComplete the implementation of the spotless rule and...
2004-12-17 Reid SpencerMakefile.JIT doesn't exist any more so it doesn't need...
2004-12-17 Reid SpencerDisable bugpoint and llvm-db tools for Win32. They...
2004-12-17 Chris LattnerChange the sentinal
2004-12-17 Chris LattnerCreate a stack slot for the return address lazily inste...
2004-12-16 Tanya LattnerChris is a pain ;) Removing reassociate.
2004-12-16 Tanya LattnerRemoving commented out lines.
2004-12-16 Tanya LattnerRemoved LICM and GCSE.
2004-12-16 Tanya LattnerLinking in all of ScalarOpts.
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Chris LattnerX86 doesn't actually use SelectionDAG yet.
2004-12-16 Chris LattnerNo targets actually use this library
2004-12-16 Chris LattnerRemove dead #include
2004-12-16 Reid SpencerFix a compile error. config.h is now needed because...
2004-12-16 Reid SpencerGet rid of inclusion of config.h because this file...
2004-12-16 Reid SpencerSome minor upgrades
2004-12-16 Reid SpencerAdd CMP and CP configuration variables for the unix...
2004-12-16 Chris LattnerFactor all of the .inc : .inc.tmp rules into one.
2004-12-16 Chris LattnerAdd spaces between rule groups to make it more obvious...
2004-12-16 Chris LattnerAdjust to changes in asmwriter filenames
2004-12-16 Chris LattnerWhen tblgen changes, regenerate all .inc files, but...
2004-12-16 Chris LattnerSpecify all of the targets built.
2004-12-16 Chris LattnerUse the rules in Makefile.rules to build SparcV9GenCode...
2004-12-16 Chris LattnerFix header
2004-12-16 Chris LattnerFactor out common .td file chunks.
2004-12-16 Reid SpencerAdd a "make spotless" rule for environments with BUILD_...
2004-12-16 Reid SpencerGet rid of extraneous dependencies on $(BUILT_SOURCES...
2004-12-16 Reid SpencerFix a major bug with BUILT_SOURCES. You actually have...
2004-12-16 Reid SpencerRevert last patch which breaks PowerPC target because...
2004-12-16 Chris LattnerPortability fix, thanks to Markus F.X.J. Oberhumer.
2004-12-16 Jeff CohenExpository comment submitted by Henrik Bach
2004-12-15 Chris LattnerMake %'s a bit more explicit
2004-12-15 Chris LattnerFix PR485, instead of emitting zero sized arrays, emit...
2004-12-15 Reid SpencerChange the signatures of the destroyFile and destroyDir...
2004-12-15 Reid SpencerAdjust documentation of GetBytecodeLibraryPaths after...
2004-12-15 Reid SpencerRemove LLVMGCCDIR.
2004-12-15 Reid SpencerRemove LLVMGCCDIR from the set of defines.
2004-12-15 Reid SpencerRemove the CFE's lib directory from the bytecode path...
2004-12-15 Reid SpencerRemove automatic insertion of CFE's lib directory into...
2004-12-15 Reid SpencerUnbreak all archive reading operations introduced by...
2004-12-15 Chris LattnerAdd a verifier assertion
2004-12-15 Chris LattnerEliminate a virtual method call
2004-12-15 Chris LattnerMake archive rules properly depend on llvm-ar.
2004-12-15 Chris LattnerFix a bug in -no-aa that caused two DSGraph tests to...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Chris LattnerDisable libprofile as llvm-ar bus errors on it, and...
2004-12-15 Chris LattnerDo not fail an assertion on a broken archive
2004-12-15 Chris LattnerAdjust to new interfaces
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-15 Chris LattnerMake the AliasAnalysis interface more precise for commo...
2004-12-15 Chris LattnerMove virtual method call out of loop
2004-12-15 Jeff CohenMake Win32 TimeValue::toString() re-entrant and work...
2004-12-15 Jeff CohenFix VC++ compilation errors
next