summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-021-1/+1
* Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola2015-06-131-0/+1
* TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin2015-05-081-0/+1
* Fix link failure on MinGW due to use of CoInitialize.Zachary Turner2015-05-061-1/+1
* Make an RAII com initializer.Zachary Turner2015-04-271-0/+1
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-091-2/+0
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+1
* Teach llvm_add_library() to find include dirs.Zachary Turner2015-02-101-24/+3
* Merge StreamableMemoryObject into MemoryObject.Rafael Espindola2014-11-121-1/+1
* Remove the now unused StringRefMemoryObject.h.Rafael Espindola2014-11-121-1/+0
* [CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...NAKAMURA Takumi2014-11-071-36/+31
* Revert 220932.Jiangning Liu2014-11-051-2/+0
* CMake: Add libm to list of system libs printed by llvm-config.Peter Collingbourne2014-11-031-0/+1
* Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman2014-10-301-0/+2
* Defining a new API for debug options that doesn't rely on static global cl::o...Chris Bieneman2014-10-151-0/+1
* Fix llvm::huge_valf multiple initializations with Visual C++.Yaron Keren2014-09-271-0/+1
* Add CMake check for libatomic.Evgeniy Stepanov2014-09-121-0/+3
* Remove Support/IncludeFile.h and its only user. This is actively harmful, sinceRichard Smith2014-08-071-1/+0
* Drop the udis86 wrapper from llvm::sysAlp Toker2014-07-171-1/+0
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-0/+1
* Random Number Generator (llvm)JF Bastien2014-06-251-0/+1
* Support: Write ScaledNumber::getQuotient() and getProduct()Duncan P. N. Exon Smith2014-06-201-0/+1
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-181-1/+0
* Random Number Generator (llvm)JF Bastien2014-06-181-0/+1
* Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.Rafael Espindola2014-06-171-1/+0
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-3/+1
* Support: add Windows ARM EH data structuresSaleem Abdulrasool2014-06-021-0/+1
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-041-1/+0
* [CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LL...NAKAMURA Takumi2014-02-261-1/+9
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-261-1/+1
* Simplify linking to system librariesNAKAMURA Takumi2014-02-231-2/+26
* Don't inline get[S|U]LEB128Size() until they are proved to be hot.Logan Chien2014-02-221-0/+1
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-101-0/+2
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-201-0/+2
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-191-0/+1
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-271-0/+1
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-171-2/+0
* Add warning capabilities in LLVM.Quentin Colombet2013-12-161-0/+2
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-041-0/+1
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-261-3/+3
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-261-3/+0
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-0/+1
* Add cmake bits for md5.Eric Christopher2013-05-211-0/+1
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-231-0/+1
* Add missing file to cmake build.Nick Lewycky2013-03-261-0/+1
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-261-0/+2
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-221-1/+0
* Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2013-03-201-0/+1
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-301-0/+2
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-121-0/+1
OpenPOWER on IntegriCloud