summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
Commit message (Expand)AuthorAge
* [Embtk]: MIPS: give ability to specify default -mabiembtk-support-release-3.2Abdoulaye Walsimou Gaye2013-02-03
* [Embtk] Give ability to specify default linker hash-styleAbdoulaye Walsimou Gaye2013-01-01
* [Embtk] give ability to specify default FPU to useAbdoulaye Walsimou Gaye2012-12-31
* [Embtk] Give ability to specify default float abi to useAbdoulaye Walsimou Gaye2012-12-31
* [Embtk] Give ability to specify default -mcpuAbdoulaye Walsimou Gaye2012-12-30
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-21
* Add support for detecting libxml for Dmitri's work. He'llEric Christopher2012-08-03
* autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi2012-07-22
* Regenerate.Eric Christopher2012-07-12
* [build] Add build check for ::arc4random().Daniel Dunbar2012-05-05
* add configure flag --with-default-sysrootSebastian Pop2012-04-16
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-26
* Remove the C backend.Eric Christopher2012-03-23
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-13
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-03
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-28
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-22
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-26
* We're no longer going to bother supporting platforms that don'tEric Christopher2011-09-23
* Regenerate configure.Eric Christopher2011-09-19
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-19
* configure: Update since r136721.NAKAMURA Takumi2011-08-12
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Regenerate configure and friends for Chad.Eric Christopher2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-01
* Add InitializeNativeAsmParser function.Jan Sjödin2011-03-09
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi2011-02-09
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-05
* Regenerate configure.Daniel Dunbar2011-02-03
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-03
* First step to allowing the resource directory of Clang to be adjusted forChandler Carruth2010-10-19
* Add support for viewing graphviz graphs with xdot.py.Dan Gohman2010-09-27
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-17
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-30
* Regenerate.Eric Christopher2010-08-25
* configure: Add detection of the linker version string.Daniel Dunbar2010-08-11
* Add a bit of a hack to avoid multiple defines of variables inEric Christopher2010-08-08
* build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar2010-08-03
* Regenerate.Owen Anderson2010-07-19
* Pull in the libCrashReporterClient.a information with a warning comment.Eric Christopher2010-06-28
* Look for and use a different darwin crash reporter library.Eric Christopher2010-06-22
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-10
* Add a check for posix_spawn.Eric Christopher2010-04-16
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-15