aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
Commit message (Expand)AuthorAgeFilesLines
...
| * Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-281-0/+3
| * Add an --enable-backtraces option to configure to determineEric Christopher2012-09-211-0/+3
* | Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-104-64/+64
|\ \ | |/
| * replace a couple of single-line comments with /* */ to fix the build of stuff...Nuno Lopes2012-09-023-63/+63
| * PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer2012-09-011-1/+1
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-231-0/+3
|\ \ | |/
| * Add support for detecting libxml for Dmitri's work. He'llEric Christopher2012-08-031-0/+3
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-034-11/+32
|\ \ | |/
| * autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi2012-07-224-0/+12
| * Update config.h.cmake corresponding to config.h.in.NAKAMURA Takumi2012-07-181-7/+13
| * Regenerate.Eric Christopher2012-07-121-1/+1
| * Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-051-3/+0
| * [build] Add build check for ::arc4random().Daniel Dunbar2012-05-052-0/+6
| * Add rudimentary CMake logic for detecting Graphviz.Ted Kremenek2012-05-031-1/+1
* | Fix Win SDK build after changing config.hLogan Chien2012-05-101-1/+1
* | Reconfigure config.h and llvm-config.h.Logan Chien2012-05-092-1/+126
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-244-5/+14
|\ \ | |/
| * add configure flag --with-default-sysrootSebastian Pop2012-04-162-3/+3
| * Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-264-0/+12
| * Remove the C backend.Eric Christopher2012-03-231-3/+0
* | Merge branch 'upstream' into sliao_dShih-wei Liao2012-03-242-6/+12
|\ \ | |/
| * Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-132-6/+12
* | Merge branch 'upstream' into merge-20120305Stephen Hines2012-03-054-23/+29
|\ \ | |/
| * add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-134-0/+24
| * Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-032-23/+5
| * revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-054-12/+0
| * use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-044-0/+12
* | Merge with LLVM upstream r146714 (Dec 16th 2011)Logan Chien2011-12-164-15/+24
|\ \ | |/
| * configure, config.h.in: Regenerate.NAKAMURA Takumi2011-11-282-3/+6
| * rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-283-3/+9
| * update description of LLVM_DEFAULT_TARGET_TRIPLEDylan Noblesmith2011-11-283-9/+9
* | Merge with LLVM upstream r145126 (Nov 25th 2011)Logan Chien2011-11-252-0/+6
|\ \ | |/
| * Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-222-0/+6
| * Fix typo.Daniel Dunbar2011-11-101-1/+1
| * rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-014-6/+6
| * Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-261-0/+3
* | Fix typo.Daniel Dunbar2011-11-141-1/+1
* | rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-144-6/+6
* | Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-11-141-0/+3
* | Merge with LLVM upstream 2011/10/20 (r142530)Logan Chien2011-10-204-116/+83
|\ \ | |/
| * We're no longer going to bother supporting platforms that don'tEric Christopher2011-09-232-6/+0
| * include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for co...NAKAMURA Takumi2011-09-201-0/+3
| * include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.NAKAMURA Takumi2011-09-203-9/+9
| * include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...NAKAMURA Takumi2011-09-202-2/+2
| * Regenerate configure.Eric Christopher2011-09-191-3/+3
| * Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-194-8/+8
| * include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import...NAKAMURA Takumi2011-08-121-14/+38
| * CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi2011-08-121-45/+0
| * include/llvm/Config/llvm-config.h: Reorder and reword to follow (generated) c...NAKAMURA Takumi2011-08-122-14/+14
| * configure: Update since r136721.NAKAMURA Takumi2011-08-121-3/+3