oota-llvm.git
2004-12-22 Reid SpencerFor PR432:
2004-12-22 Reid SpencerFor PR432:
2004-12-22 Reid SpencerFor PR432:
2004-12-22 Reid SpencerGet rid of old automake stuff
2004-12-22 Reid SpencerSupport the gas option --traditional-format which,...
2004-12-22 Misha BrukmanIgnore generated files
2004-12-22 Reid SpencerRevert last patch until we can figure out how to build...
2004-12-22 Misha BrukmanFix the Win32 build
2004-12-22 Reid SpencerRevert last changes as they introduce CFE build problems.
2004-12-22 Reid SpencerMake parameters to CopyFile use explicit instantiation...
2004-12-22 Jeff CohenAdd project Bytecode to Visual Studio
2004-12-21 Reid SpencerRemove instructions to make aliases for llvmgcc and...
2004-12-21 Reid SpencerFor PR432:
2004-12-21 Jeff CohenFix VC++ compilation error
2004-12-21 Reid SpencerFor PR351:
2004-12-21 Jeff CohenVisual Studio project Configure should place the config...
2004-12-21 Reid SpencerPut the CopyFile function explicitly in the sys namespace.
2004-12-21 Reid SpencerUse explicit construction of sys::Path from std::string...
2004-12-21 Reid SpencerInclude <cassert> for Cygwin.
2004-12-20 Reid SpencerCygwin doesn't like .. through a link, so drop the ..
2004-12-20 Reid SpencerFix a bug where system time always equals user time
2004-12-20 Reid SpencerImplement GetTimeUsage correctly.
2004-12-20 Reid SpencerAllow compilers that can't distinguish between a class...
2004-12-20 Reid SpencerProvide a getrusage based implementation of GetTotalMem...
2004-12-20 Reid SpencerConsistently use the same #if style. Also, fix a bug...
2004-12-20 Reid SpencerRemove unnecessary #includes.
2004-12-20 Reid SpencerBe double sure about including sys/stat.h by wrapping...
2004-12-20 Misha Brukmanllvm/Config/unistd.h has gone away, far, far away
2004-12-20 Reid SpencerRemove the #include of llvm/Config/unistd.h as it is...
2004-12-20 Reid SpencerRemove this file as there are no LLVM users of it any...
2004-12-20 Reid SpencerIncorporate the contents of include/llvm/Config/unistd...
2004-12-20 Reid SpencerRemove this file as its not used by anything in LLVM...
2004-12-20 Reid SpencerRemove these files as they are included by nothing...
2004-12-20 Reid SpencerRemove these headers. The files that used to #include...
2004-12-20 Reid SpencerRemove un-needed #includes.
2004-12-20 Reid SpencerAdd HAVE_SYSCONF
2004-12-20 Brian GaekeUse Config/alloca.h instead of alloca.h - pointed out...
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
next