OSDN Git Service

Apply changes to migrate to upstream Oct 20th 2011.
[android-x86/external-llvm.git] / runtime /
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-10-08 Benjamin KramerInclude direct.h for _mkdir on mingw32 too.
2011-09-22 Galina KistanovaFix for warnings: ignoring return value of ‘write’...
2011-07-28 Bill WendlingUse version 402 for the GCDA files when compiling for...
2011-07-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
2011-07-19 Bill WendlingBuild and install the archive when building the Apple...
2011-07-01 Nowar GuMerge upstream to r134237 at Fri. 1st July 2011.
2011-06-23 Eli FriedmanFix build for (some versions of?) MinGW. Patch by...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-15 Bill WendlingRemove the LTO stuff from the profile_rt library's...
2011-06-13 Bill WendlingAdd compatibility version when compiling the Apple...
2011-05-26 Francois PichetFix MSVC warning regarding mkdir function usage.
2011-05-25 Francois PichetFix 3 MSVC warnings:
2011-05-05 Nick LewyckyThe computation of string length is not that complicate...
2011-05-05 Nick LewyckyUpdate the gcov version used slightly, to make it stop...
2011-05-04 Nick LewyckyCreate the parent directories to place the .gcda files...
2011-05-04 Nick LewyckyFix crash when not setting GCOV_PREFIX.
2011-04-30 NAKAMURA Takumiruntime/libprofile/PathProfiling.c: Don't use // commen...
2011-04-29 Daniel Dunbarwin32: Include DataTypes.h instead of stdint.h to try...
2011-04-29 Daniel DunbarCleanup some DOS newlines.
2011-04-29 Francois PichetUnbreak the MSVC build:
2011-04-29 Nick LewyckyRename profile_rt.so to libprofile_rt.so under configur...
2011-04-28 Nick LewyckyOnly read *predecessor once so as to fix a theoretical...
2011-04-27 Nick LewyckyUse static inline to do the right thing when built...
2011-04-26 Oscar FuentesHonor LLVM_BUILD_RUNTIME.
2011-04-26 Nick LewyckyAdd cmakefiles to build profile_rt.so!
2011-04-26 Nick LewyckyRename everything to follow LLVM style ... I think.
2011-04-16 Benjamin KramerWrite out uint64_t as i{0..32},i{33..64} instead of...
2011-04-16 Nick LewyckyDon't use C++ comments in C code.
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Benjamin KramerFix format string warning.
2011-04-13 Nick LewyckyUse %ull here.
2011-04-12 Nick LewyckyPrint our uint64_t with the more portable (C99 and...
2011-04-12 Nick LewyckyThe counters are unsigned.
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2011-01-29 Andrew TrickImplementation of path profiling.
2010-09-03 Mikhail GlushenkovRename 'libprofile/exported_symbols.lst' to 'libprofile...
2010-09-03 Mikhail GlushenkovRename 'libprofile/exported_symbols.lst' to 'libprofile...
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-04-16 Dan GohmanDelete a blank line.
2010-04-16 Dan GohmanDelete a blank line.
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Daniel DunbarDon't use absolute path for EXPORTED_SYMBOL_FILE, this...
2010-04-15 Daniel DunbarDon't use absolute path for EXPORTED_SYMBOL_FILE, this...
2010-04-15 Anton KorobeynikovRevert r100896 and around - this breaks the only mingw3...
2010-04-15 Anton KorobeynikovRevert r100896 and around - this breaks the only mingw3...
2010-04-09 Chris Lattnersuck the propagating "has dynamic libs" check into...
2010-04-09 Chris Lattnersuck the propagating "has dynamic libs" check into...
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-04-07 Shih-wei Liaolibbcc
2010-03-06 Chris Lattnerdisable this for mingw as well, we really need a 'has...
2010-03-06 Chris Lattnerdisable this for mingw as well, we really need a 'has...
2010-03-05 Chris Lattnerdisable libprofile on cygwin, patch by Aaron Gray.
2010-03-05 Chris Lattnerdisable libprofile on cygwin, patch by Aaron Gray.
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-01-02 Chris Lattnerremove the random sampling framework, which is not...
2010-01-02 Chris Lattnerremove the random sampling framework, which is not...
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Creation of profiles.
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Creation of profiles.
2009-08-28 Andreas NeustifterRead Makefile.config before using LLVMGCC.
2009-08-28 Andreas NeustifterRead Makefile.config before using LLVMGCC.
2009-08-28 Daniel DunbarAnother NO_RUNTIME_LIBRARIES tweak...
2009-08-28 Daniel DunbarAnother NO_RUNTIME_LIBRARIES tweak...
2009-08-28 Daniel DunbarTweak NO_RUNTIME_LIBS.
2009-08-28 Daniel DunbarTweak NO_RUNTIME_LIBS.
2009-08-27 Daniel DunbarDon't build runtime libraries in an Apple style build.
2009-08-27 Daniel DunbarDon't build runtime libraries in an Apple style build.
2009-08-24 Andreas NeustifterAdd llvm_start_edge_profiling to exported symbols for...
2009-08-24 Andreas NeustifterAdd llvm_start_edge_profiling to exported symbols for...
2009-08-20 Daniel DunbarDon't try to build .bc version of libprofile if LLVMGCC...
2009-08-20 Daniel DunbarDon't try to build .bc version of libprofile if LLVMGCC...
2009-08-20 Daniel DunbarRemove cruft for installing runtime/ libraries directly...
2009-08-20 Daniel DunbarRemove cruft for installing runtime/ libraries directly...
2009-03-02 Gordon HenriksenDrop toy GC runtime.
2009-03-02 Gordon HenriksenDrop toy GC runtime.
2008-01-24 Gordon HenriksenFixing the stack walker.
2008-01-24 Gordon HenriksenFixing the stack walker.
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-09-27 Gordon HenriksenGarbageCollection.html is expanded to encompass the...
2007-09-27 Gordon HenriksenGarbageCollection.html is expanded to encompass the...
2007-09-11 Chris LattnerReenable libgc and libprofile is explicitly requested.
2007-09-11 Chris LattnerReenable libgc and libprofile is explicitly requested.
2007-09-11 Chris Lattnerremove an obsolete library.
2007-09-11 Chris Lattnerremove an obsolete library.
2007-08-21 Anton KorobeynikovDror GCCLibraries: they are obsolete since 2.0 release...
2007-08-21 Anton KorobeynikovDror GCCLibraries: they are obsolete since 2.0 release...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-02-23 Chris Lattnercrtend is only for llvm-gcc3, remove it.
next