index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoconf
/
configure.ac
Age
Commit message (
Expand
)
Author
2012-08-28
Temporarily revert this to bring back the bots.
Eric Christopher
2012-08-27
Add --program-prefix support to build.
Sebastian Pop
2012-08-14
[configure] Add a --enable-keep-symbols configure flag.
Daniel Dunbar
2012-08-09
Support for experimental targets
Victor Oliveira
2012-08-03
Add a configure flag for enabling -Werror on the command line
Eric Christopher
2012-08-03
Add support for detecting libxml for Dmitri's work. He'll
Eric Christopher
2012-08-03
Add a configure option to pass -std=c++11 on the command line.
Eric Christopher
2012-08-03
Revert previous patch here, we should instead configure in specific
Eric Christopher
2012-08-03
Add a BUILD_FLAGS variable so that autoconf checks have a place
Eric Christopher
2012-07-22
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-07-16
Revert "Build script changes for R600/SI Codegen v6"
Tom Stellard
2012-07-16
Build script changes for R600/SI Codegen v6
Tom Stellard
2012-07-12
fix typo in generated comment
Gabor Greif
2012-06-27
Remove autoconf support for runtest and tclsh, some of the last vestigal
Chandler Carruth
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-17
- Added ExecutionEngine/MCJIT tests
Danil Malyshev
2012-05-08
Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this
Daniel Dunbar
2012-05-08
[tests] Remove some remaining DejaGNU related cruft.
Daniel Dunbar
2012-05-08
[docs] Remove POD based man page docs (and build system support).
Daniel Dunbar
2012-05-05
[build] Add build check for ::arc4random().
Daniel Dunbar
2012-05-04
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-04-30
fix typo
Sebastian Pop
2012-04-20
Kick off 3.2 cycle for LLVM trunk.
Benjamin Kramer
2012-04-16
add configure flag --with-default-sysroot
Sebastian Pop
2012-04-12
Remove a remaining reference to the obsolete C backend in configure
Jean-Daniel Dupas
2012-04-05
Fix a problem in the target detection for Debian GNU/HURD
Sylvestre Ledru
2012-04-05
Fix a problem in the target detection for Debian GNU/kFreeBSD
Sylvestre Ledru
2012-03-26
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-23
Remove the C backend.
Eric Christopher
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-07
configure: Don't require a perl interpreter to be present, LLVM's buildsystem...
Benjamin Kramer
2012-03-02
autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps.
Daniel Dunbar
2012-02-28
Enable -Wcovered-switch-default again, but add -Werror to the checks to make
Rafael Espindola
2012-02-28
Temporarily revert r151609, which enabled a new warning for LLVM and
Chandler Carruth
2012-02-28
Enable -Wcovered-switch-default as it matches the switch style used in llvm.
Rafael Espindola
2012-02-13
add LLVM_VERSION_MAJOR and _MINOR defines
Dylan Noblesmith
2012-02-04
autoconf: put generated clang files in build dir
Dylan Noblesmith
2012-02-04
autoconf: fix clang detection
Dylan Noblesmith
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-02
autoconf: fix build/src dir confusion
Dylan Noblesmith
2012-02-02
autoconf: restore old clang-srcdir behavior
Dylan Noblesmith
2012-02-02
autoconf: honor --with-clang-srcdir
Dylan Noblesmith
2012-02-01
autoconf: generate clang's private config.h header
Dylan Noblesmith
2012-01-26
comment tweaks
Gabor Greif
2012-01-17
Makefile: add missing files to FilesToConfig
Dylan Noblesmith
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-01
Happy new year 2012!
NAKAMURA Takumi
2011-12-28
Add support for mipsel in configure. Fixes PR11669. Patch by Sylvestre Ledru.
Rafael Espindola
2011-12-22
Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru.
Rafael Espindola
[next]