2013-08-02 |
Eric Christopher | Use @rpath for libraries rather than @executable_path... |
tree | commitdiff |
2013-07-25 |
Rafael Espindola | Remove dead code from the makefile build system. |
tree | commitdiff |
2013-06-04 |
Bob Wilson | Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options. |
tree | commitdiff |
2013-03-07 |
Nick Lewycky | Remove GCDAProfiling.c. This copy is old, the copy... |
tree | commitdiff |
2013-02-27 |
Nick Lewycky | Forgot that this file needs to be C89 not C99 thanks... |
tree | commitdiff |
2013-02-27 |
Nick Lewycky | In GCC 4.7, function names are now forbidden from ... |
tree | commitdiff |
2013-02-13 |
Bill Wendling | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times... |
tree | commitdiff |
2012-11-02 |
NAKAMURA Takumi | libprofile/CommonProfiling.c: Fix according to C89. |
tree | commitdiff |
2012-11-02 |
Manman Ren | PGO: allows the profile data file name to be specified... |
tree | commitdiff |
2012-10-10 |
Bill Wendling | Place temporary LTO files into their own subdirectory. |
tree | commitdiff |
2012-10-09 |
Bob Wilson | Revert "Use a special path to place the .o files in." |
tree | commitdiff |
2012-10-08 |
Bill Wendling | Use a special path to place the .o files in. |
tree | commitdiff |
2012-10-03 |
Bill Wendling | Add an explicit -object_path_lto flag during linking... |
tree | commitdiff |
2012-08-29 |
NAKAMURA Takumi | libprofile: [CMake] Let libprofile_rt be not loadable_m... |
tree | commitdiff |
2012-08-24 |
Manman Ren | Profile: move a single enum out of ProfileInfoTypes... |
tree | commitdiff |
2012-06-15 |
Bill Wendling | Free the allocated filename. Found by clang static... |
tree | commitdiff |
2012-05-25 |
Bill Wendling | Small code cleanup. No functionality change. |
tree | commitdiff |
2012-05-25 |
Bill Wendling | Open in read/write mode, creating the file if it doesn... |
tree | commitdiff |
2012-05-25 |
Bill Wendling | Early-continue.Reducing indentation. |
tree | commitdiff |
2012-05-25 |
Bill Wendling | Don't call exit from a runtime. |
tree | commitdiff |
2012-04-27 |
David Blaikie | Switch to c-style comments in a C file. |
tree | commitdiff |
2012-04-26 |
Ted Kremenek | Defensively guard against calling malloc() with a size... |
tree | commitdiff |
2012-03-28 |
Bill Wendling | Use the correct filename for the error message. |
tree | commitdiff |
2012-03-28 |
Bill Wendling | Use Nakamura's suggestion of bypassing using 'filename... |
tree | commitdiff |
2012-03-27 |
Francois Pichet | MSVC doesn't like the mixing of declarations and statem... |
tree | commitdiff |
2012-03-27 |
Bill Wendling | Try to use the CWD if the path to the GCDA output is... |
tree | commitdiff |
2012-02-05 |
Aaron Ballman | Fixing a warning in MSVC (this is also a test commit) |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-11-08 |
NAKAMURA Takumi | PathProfiling.c: Get rid of using "inline". We may... |
tree | commitdiff |
2011-11-08 |
NAKAMURA Takumi | runtime/libprofile/PathProfiling.c: Use __inline__... |
tree | commitdiff |
2011-11-03 |
Daniel Dunbar | build: Add initial cut at LLVMBuild.txt files. |
tree | commitdiff |
2011-10-08 |
Benjamin Kramer | Include direct.h for _mkdir on mingw32 too. |
tree | commitdiff |
2011-09-22 |
Galina Kistanova | Fix for warnings: ignoring return value of ‘write’... |
tree | commitdiff |
2011-07-28 |
Bill Wendling | Use version 402 for the GCDA files when compiling for... |
tree | commitdiff |
2011-07-19 |
Bill Wendling | Build and install the archive when building the Apple... |
tree | commitdiff |
2011-06-23 |
Eli Friedman | Fix build for (some versions of?) MinGW. Patch by... |
tree | commitdiff |
2011-06-15 |
Bill Wendling | Remove the LTO stuff from the profile_rt library's... |
tree | commitdiff |
2011-06-13 |
Bill Wendling | Add compatibility version when compiling the Apple... |
tree | commitdiff |
2011-05-26 |
Francois Pichet | Fix MSVC warning regarding mkdir function usage. |
tree | commitdiff |
2011-05-25 |
Francois Pichet | Fix 3 MSVC warnings: |
tree | commitdiff |
2011-05-05 |
Nick Lewycky | The computation of string length is not that complicate... |
tree | commitdiff |
2011-05-05 |
Nick Lewycky | Update the gcov version used slightly, to make it stop... |
tree | commitdiff |
2011-05-04 |
Nick Lewycky | Create the parent directories to place the .gcda files... |
tree | commitdiff |
2011-05-04 |
Nick Lewycky | Fix crash when not setting GCOV_PREFIX. |
tree | commitdiff |
2011-04-30 |
NAKAMURA Takumi | runtime/libprofile/PathProfiling.c: Don't use // commen... |
tree | commitdiff |
2011-04-29 |
Daniel Dunbar | win32: Include DataTypes.h instead of stdint.h to try... |
tree | commitdiff |
2011-04-29 |
Daniel Dunbar | Cleanup some DOS newlines. |
tree | commitdiff |
2011-04-29 |
Francois Pichet | Unbreak the MSVC build: |
tree | commitdiff |
2011-04-29 |
Nick Lewycky | Rename profile_rt.so to libprofile_rt.so under configur... |
tree | commitdiff |
2011-04-28 |
Nick Lewycky | Only read *predecessor once so as to fix a theoretical... |
tree | commitdiff |
2011-04-27 |
Nick Lewycky | Use static inline to do the right thing when built... |
tree | commitdiff |
2011-04-26 |
Oscar Fuentes | Honor LLVM_BUILD_RUNTIME. |
tree | commitdiff |
2011-04-26 |
Nick Lewycky | Add cmakefiles to build profile_rt.so! |
tree | commitdiff |
2011-04-26 |
Nick Lewycky | Rename everything to follow LLVM style ... I think. |
tree | commitdiff |
2011-04-16 |
Benjamin Kramer | Write out uint64_t as i{0..32},i{33..64} instead of... |
tree | commitdiff |
2011-04-16 |
Nick Lewycky | Don't use C++ comments in C code. |
tree | commitdiff |
2011-04-16 |
Nick Lewycky | Rename LineProfiling to GCOVProfiling to more accuratel... |
tree | commitdiff |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
tree | commitdiff |
2011-04-13 |
Benjamin Kramer | Fix format string warning. |
tree | commitdiff |
2011-04-13 |
Nick Lewycky | Use %ull here. |
tree | commitdiff |
2011-04-12 |
Nick Lewycky | Print our uint64_t with the more portable (C99 and... |
tree | commitdiff |
2011-04-12 |
Nick Lewycky | The counters are unsigned. |
tree | commitdiff |
2011-04-12 |
Nick Lewycky | Add support for line profiling. Very work-in-progress. |
tree | commitdiff |
2011-01-29 |
Andrew Trick | Implementation of path profiling. |
tree | commitdiff |
2010-09-03 |
Mikhail Glushenkov | Rename 'libprofile/exported_symbols.lst' to 'libprofile... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Delete a blank line. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Make the export files absolute paths, and change Makefi... |
tree | commitdiff |
2010-04-15 |
Daniel Dunbar | Don't use absolute path for EXPORTED_SYMBOL_FILE, this... |
tree | commitdiff |
2010-04-15 |
Anton Korobeynikov | Revert r100896 and around - this breaks the only mingw3... |
tree | commitdiff |
2010-04-09 |
Chris Lattner | suck the propagating "has dynamic libs" check into... |
tree | commitdiff |
2010-04-09 |
Chris Lattner | add minix support, patch by Kees van Reeuwijk! PR6797 |
tree | commitdiff |
2010-03-06 |
Chris Lattner | disable this for mingw as well, we really need a 'has... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | disable libprofile on cygwin, patch by Aaron Gray. |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste... |
tree | commitdiff |
2010-01-02 |
Chris Lattner | remove the random sampling framework, which is not... |
tree | commitdiff |
2009-09-01 |
Andreas Neustifter | OptimalEdgeProfiling: Creation of profiles. |
tree | commitdiff |
2009-08-28 |
Andreas Neustifter | Read Makefile.config before using LLVMGCC. |
tree | commitdiff |
2009-08-28 |
Daniel Dunbar | Another NO_RUNTIME_LIBRARIES tweak... |
tree | commitdiff |
2009-08-28 |
Daniel Dunbar | Tweak NO_RUNTIME_LIBS. |
tree | commitdiff |
2009-08-27 |
Daniel Dunbar | Don't build runtime libraries in an Apple style build. |
tree | commitdiff |
2009-08-24 |
Andreas Neustifter | Add llvm_start_edge_profiling to exported symbols for... |
tree | commitdiff |
2009-08-20 |
Daniel Dunbar | Don't try to build .bc version of libprofile if LLVMGCC... |
tree | commitdiff |
2009-08-20 |
Daniel Dunbar | Remove cruft for installing runtime/ libraries directly... |
tree | commitdiff |
2009-03-02 |
Gordon Henriksen | Drop toy GC runtime. |
tree | commitdiff |
2008-01-24 |
Gordon Henriksen | Fixing the stack walker. |
tree | commitdiff |
2008-01-07 |
Gordon Henriksen | With this patch, the LowerGC transformation becomes the |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attribution from a variety of miscellaneous... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from the rest of the llvm makefiles. |
tree | commitdiff |
2007-09-27 |
Gordon Henriksen | GarbageCollection.html is expanded to encompass the... |
tree | commitdiff |
2007-09-11 |
Chris Lattner | Reenable libgc and libprofile is explicitly requested. |
tree | commitdiff |
2007-09-11 |
Chris Lattner | remove an obsolete library. |
tree | commitdiff |
2007-08-21 |
Anton Korobeynikov | Dror GCCLibraries: they are obsolete since 2.0 release... |
tree | commitdiff |
2007-02-23 |
Chris Lattner | crtend is only for llvm-gcc3, remove it. |
tree | commitdiff |
2007-01-07 |
Chris Lattner | the old trace values pass has been removed, remove... |
tree | commitdiff |
2006-11-17 |
Reid Spencer | Undo removal of the runtime libraries. While this may... |
tree | commitdiff |
2006-11-16 |
Reid Spencer | In LLVM 2.0 we won't use the runtime libraries as llvm... |
tree | commitdiff |
2006-11-03 |
Reid Spencer | Remove unused variable. |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-08-08 |
John Criswell | Describe and date modifications we made per LGPL requir... |
tree | commitdiff |
2006-08-08 |
John Criswell | Make information more complete. |
tree | commitdiff |
next |