summaryrefslogtreecommitdiff
path: root/lib/profile/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-14[profile] Port the runtime to Solaris (retry)Vedant Kumar
2017-12-14Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar
2017-12-14[profile] Port the runtime to SolarisVedant Kumar
2017-06-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-17Fix most MSVC warnings in compiler-rt profiling libraryReid Kleckner
2016-06-08[profile] Pass extra build flags (feature enabling macros) to Darwin buildXinliang David Li
2016-06-06[profile] in-process mergeing support (part-2)Xinliang David Li
2016-03-03[PGO] Add API for profile merge from bufferXinliang David Li
2016-01-08profile: Do not pass -fPIC on Windows.Peter Collingbourne
2016-01-06[compiler-rt] Fix empty translation unit warningNathan Slingerland
2016-01-05[PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland
2015-12-10[PGO] Split value profiling runtime into its own fileXinliang David Li
2015-12-09[PGO] Add cmake check to determine atomics op availabilityXinliang David Li
2015-11-18[PGO] Refactor File and Buffer API profile writing codeXinliang David Li
2015-11-13[PGO] Ensure profile section symbols are created (linux)Xinliang David Li
2015-11-10Rollback 252570 for further investigationXinliang David Li
2015-11-10[PGO] Add LLVM main include dir to profile runtime buildXinliang David Li
2015-10-13[PGO]: Eliminate calls to __llvm_profile_register_function for Linux.Xinliang David Li
2015-09-30[CMake] [Darwin] Add and populate PROFILE_SUPPORTED_OS to enable building lib...Chris Bieneman
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-18[CMake] Backing out part of r245317. Turns out safestack and profile don't wo...Chris Bieneman
2015-08-18[CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman
2015-07-09Add support for generating profiles in a given directory.Diego Novillo
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2014-11-14[Profile] Always build profile runtime library with -fPIC.Alexey Samsonov
2014-05-16InstrProf: Create a PIC version of the profile runtimeDuncan P. N. Exon Smith
2014-04-22[profile] Flatten profile runtime - define platform-specific code in sources,...Alexey Samsonov
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-03-21InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith
2014-03-20PGO: Add explicit static initializationDuncan P. N. Exon Smith
2014-03-20PGO: Moving files for clarityDuncan P. N. Exon Smith
2014-03-20PGO: Implement Darwin linker magic for instrumentationDuncan P. N. Exon Smith
2014-03-20PGO: Split out initialization of section boundsDuncan P. N. Exon Smith
2014-03-19PGO: Splitting implementation files; no functionality changeDuncan P. N. Exon Smith
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-01-31Enable compilation of RT on ARMRenato Golin
2014-01-06profile: Rudimentary suppport for PGO instrumentationJustin Bogner
2013-06-25Remove the sysroot restriction from building GCDAProfiling.c.Chandler Carruth
2013-03-25Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov
2013-03-19Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seem...Alexey Samsonov
2013-03-19Support CMake build of profile runtime library on LinuxAlexey Samsonov