index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-19469
/
+2
*
Update version to 3.9.
Hans Wennborg
2016-01-13
1
-10
/
+10
*
[OPENMP] Make -fopenmp to turn on OpenMP support by default.
Alexey Bataev
2015-12-10
1
-1
/
+1
*
[autoconf] Fix MinGW build
Keno Fischer
2015-11-28
1
-1
/
+81
*
Add AVR backend skeleton
Dylan McKay
2015-11-12
1
-0
/
+4
*
Deprecate Autoconf
Chris Bieneman
2015-11-09
1
-0
/
+12
*
Don't use bashism/kshism of test ==. From Kamil Rytarowski.
Joerg Sonnenberger
2015-09-12
1
-1
/
+1
*
Add an exposed variable for which c++ compiler we're using for our
Eric Christopher
2015-08-17
1
-3
/
+7
*
We're actually -Wmissing-field-initializers clean thanks to the cmake
Eric Christopher
2015-08-07
1
-17
/
+25
*
Temporarily revert r244012 while we see if it's really necessary.
Eric Christopher
2015-08-05
1
-0
/
+81
*
Remove autoconf checks for sigsetjmp and siglongjmp as they appear to
Eric Christopher
2015-08-05
1
-3
/
+1
*
Remove the apparently unused rand48 configure checks and associated m4.
Eric Christopher
2015-08-05
1
-91
/
+0
*
Remove obsolete configure check for libole32 as we don't appear to use
Eric Christopher
2015-08-05
1
-81
/
+0
*
Remove the unused header check for utime.h.
Eric Christopher
2015-08-05
1
-250
/
+1
*
Remove the configure and cmake checks for sys/wait.h
Justin Bogner
2015-08-04
1
-85
/
+0
*
Update the trunk version to 3.8.0svn.
Hans Wennborg
2015-07-14
1
-10
/
+10
*
Disallow in-source builds (as we already do for the cmake build).
Jonathan Roelofs
2015-07-01
1
-18
/
+3
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-1
/
+7
*
[autoconf] Detect OLE32 for mingw.
NAKAMURA Takumi
2015-06-18
1
-0
/
+81
*
configure: Remove non-portable fall-through operator: ;&
Tom Stellard
2015-06-13
1
-1
/
+1
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-2
/
+3
*
[bpf] enable BPF backend in autoconf build
Alexei Starovoitov
2015-06-09
1
-3
/
+4
*
[omp] Actually provide a default OpenMP runtime -- libgomp for now.
Chandler Carruth
2015-05-28
1
-1
/
+1
*
[omp] Add a configuration variable for the default OpenMP runtime.
Chandler Carruth
2015-05-28
1
-0
/
+16
*
Deprecate in-source autotools builds
Jonathan Roelofs
2015-05-04
1
-0
/
+21
*
Clean up docs references to './configure' in preparation for deprecating in-s...
Jonathan Roelofs
2015-04-29
1
-2
/
+2
*
Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...
NAKAMURA Takumi
2015-04-01
1
-5
/
+19
*
[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Sanjoy Das
2015-03-26
1
-0
/
+31
*
[autoconf] Fix the build failure by quoting the strings.
Logan Chien
2015-03-12
1
-10
/
+10
*
[autoconf] Regenerate autoconf configure script.
Logan Chien
2015-03-12
1
-7
/
+311
*
Update for a new year.
Eric Christopher
2015-03-12
1
-3
/
+3
*
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
2015-03-09
1
-869
/
+1
*
Revert r230812. Do not break builds for no reason.
Nick Lewycky
2015-02-28
1
-6
/
+0
*
Discourage in-source autoconf builds (as we already do for the cmake build)
Jonathan Roelofs
2015-02-27
1
-0
/
+6
*
Support bitrig in autoconf build system.
Eric Christopher
2015-02-26
1
-0
/
+7
*
Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Re...
Sylvestre Ledru
2015-02-01
1
-2
/
+2
*
[Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ...
NAKAMURA Takumi
2015-01-30
1
-0
/
+170
*
Regenerate configure since r227090.
NAKAMURA Takumi
2015-01-30
1
-0
/
+2
*
Trunk is now 3.7.0svn
Hans Wennborg
2015-01-14
1
-10
/
+10
*
[multilib] Add support to the autoconf build to substitute
Chandler Carruth
2014-12-29
1
-0
/
+6
*
Require python 2.7.
Rafael Espindola
2014-12-12
1
-9
/
+9
*
Expose LLVM version string via macro in llvm-config.h, and modify Go bindings
Peter Collingbourne
2014-11-19
1
-0
/
+5
*
Add a check for misbehaving -Wcomment from gcc-4.7 and add
Eric Christopher
2014-11-05
1
-7
/
+73
*
[OCaml] [autoconf] Migrate to ocamlfind.
Peter Zotov
2014-10-30
1
-167
/
+46
*
Re-commit r220667.
Rui Ueyama
2014-10-27
1
-361
/
+10
*
Revert "Include stddef.h before including cxxabi.h" to un-break buildbot
Rui Ueyama
2014-10-27
1
-10
/
+361
*
Include stddef.h before including cxxabi.h
Rui Ueyama
2014-10-27
1
-361
/
+10
*
Initial version of Go bindings.
Peter Collingbourne
2014-10-16
1
-1
/
+63
*
Remove unused ALL_BINDINGS configuration variable.
Peter Collingbourne
2014-10-03
1
-6
/
+1
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-7
/
+0
[next]