aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/CMakeLists.txt
AgeCommit message (Expand)Author
2013-03-26Add missing file to cmake build.Nick Lewycky
2013-03-26Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky
2013-03-22Revert r177543: Add timing of the IR parsing code with a newChandler Carruth
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik
2012-10-26Don't explicitly require RTTI and EH.Joerg Sonnenberger
2012-10-10Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva
2012-10-10Remove unnecessary RTTI from the build.Sean Silva
2012-08-01Initial commit of new FileOutputBuffer support class. Nick Kledzik
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-03Add YAML parser to Support.Michael J. Spencer
2012-03-01Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth
2012-02-23Update for the removal of Hashing.cpp.Jay Foad
2012-02-18Hashing.h - utilities for hashing various data types.Talin
2012-02-06Enable streaming of bitcodeDerek Schuff
2012-01-29Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek
2011-09-13Add the DataExtractor utility class.Benjamin Kramer
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-25Add BlockFrequency class.Jakub Staszak
2011-07-22Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth
2011-06-11Branch profiling: floating-point avoidance.Andrew Trick
2011-05-19Revert my previous patch. The cmake build had already been fixed.Rafael Espindola
2011-05-18Fix the cmake build.Rafael Espindola
2010-12-21Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen
2010-12-07Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer
2010-11-29Support: Add PathV2 implementation.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen
2010-11-19Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen
2010-11-19Add ADT/IntervalMap.Jakob Stoklund Olesen
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-10-07Unbreak cmake build.John Thompson
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-08-20Update CMake build.Benjamin Kramer
2010-07-28Unbreak my CMake build, say you'll compile for me again...Douglas Gregor
2010-06-08ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar
2009-12-23De-bork CMake buildDouglas Gregor
2009-12-16now that libsystem no longer uses SmallVector, we can move Chris Lattner
2009-12-03Add an implementation of the delta debugging algorithm.Daniel Dunbar
2009-09-16Add StringRef::{rfind, rsplit}Daniel Dunbar
2009-09-11Update CMake files.Ted Kremenek
2009-09-01Update CMake files.Ted Kremenek
2009-08-30Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin
2009-08-25CMake: updated list of source files.Oscar Fuentes
2009-08-23CMake: Updated library dependencies and list of source files.Oscar Fuentes
2009-07-31Update CMake files.Ted Kremenek