summaryrefslogtreecommitdiff
path: root/lib/Support/CMakeLists.txt
Commit message (Expand)AuthorAge
* Random Number Generator (llvm)JF Bastien2014-06-25
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-20
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-18
* Random Number Generator (llvm)JF Bastien2014-06-18
* Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.Rafael Espindola2014-06-17
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Support: add Windows ARM EH data structuresSaleem Abdulrasool2014-06-02
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-04
* [CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LL...NAKAMURA Takumi2014-02-26
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-26
* Simplify linking to system librariesNAKAMURA Takumi2014-02-23
* Don't inline get[S|U]LEB128Size() until they are proved to be hot.Logan Chien2014-02-22
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-10
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-20
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-19
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-04
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-26
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-26
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add cmake bits for md5.Eric Christopher2013-05-21
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Add missing file to cmake build.Nick Lewycky2013-03-26
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-26
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-22
* Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2013-03-20
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-30
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-12
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-26
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-10
* Remove unnecessary RTTI from the build.Sean Silva2012-10-10
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-01
* platform support for counting column widths and checking isprintSeth Cantrell2012-04-17
* Goodbye, JSONParser...Manuel Klimek2012-04-17
* Add YAML parser to Support.Michael J. Spencer2012-04-03
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-01
* Update for the removal of Hashing.cpp.Jay Foad2012-02-23
* Hashing.h - utilities for hashing various data types.Talin2012-02-18
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-29
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-16
* Add the DataExtractor utility class.Benjamin Kramer2011-09-13
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Add BlockFrequency class.Jakub Staszak2011-07-25
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-22
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-11
* Revert my previous patch. The cmake build had already been fixed.Rafael Espindola2011-05-19