index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
projects
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-01
The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.
Sylvestre Ledru
1
-1
/
+3
2013-06-24
Filter out dragonegg when checked out into a projects subdirectory.
Chandler Carruth
1
-0
/
+3
2013-06-11
Don't define LTDL_SHLIBPATH_VAR.
Rafael Espindola
2
-35
/
+1
2013-06-11
Don't define LLVM_LIBDIR, it is not used anymore.
Rafael Espindola
2
-17
/
+4
2013-05-22
sync projects/sample's autohell.
Rafael Espindola
2
-13
/
+22
2013-05-06
[SystemZ] Add to --enable-targets=all
Ulrich Weigand
2
-2
/
+2
2013-05-06
[SystemZ] Add configure bits
Ulrich Weigand
2
-3
/
+12
2013-04-24
remove cbe backend from sample configure
Jia Liu
2
-2
/
+2
2013-03-05
Print a warning message if compiler-rt can't be built because of old CMake ve...
Alexey Samsonov
1
-3
/
+6
2013-02-05
Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>
Bob Wilson
1
-4
/
+12
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
3
-4
/
+15
2013-01-30
build: add --with-python option
Saleem Abdulrasool
1
-1
/
+1
2012-12-04
Clean up the sample include orderings, not that it really matters...
Chandler Carruth
1
-3
/
+1
2012-11-27
Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project....
Craig Topper
1
-0
/
+9
2012-11-14
Few more small CellSPU removals.
Eric Christopher
2
-7
/
+3
2012-11-12
Add --enable-werror and --enable-cxx11 to projects/sample/
Craig Topper
3
-3
/
+75
2012-10-29
Add mips64-* and mips64el-* triples to configure scripts
Simon Atanasyan
2
-4
/
+4
2012-10-24
[CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR.
NAKAMURA Takumi
1
-4
/
+2
2012-10-01
Re-enable support for --program-prefix.
Jordan Rose
1
-2
/
+2
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
1
-1
/
+1
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
1
-1
/
+1
2012-09-26
Revert "Add --program-prefix support to build"
Jordan Rose
1
-2
/
+2
2012-09-25
Add --program-prefix support to build
Sebastian Pop
1
-2
/
+2
2012-09-21
[CMake] Respect LLVM_BUILD_RUNTIME.
Michael J. Spencer
1
-0
/
+1
2012-08-29
Enable recursing into the compiler-rt projcet with the CMake build.
Chandler Carruth
1
-0
/
+8
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
3
-3
/
+3
2012-07-16
Revert "Build script changes for R600/SI Codegen v6"
Tom Stellard
2
-8
/
+5
2012-07-16
Build script changes for R600/SI Codegen v6
Tom Stellard
2
-5
/
+8
2012-06-28
Remove 'check-dg', a wrapper around 'check-local-dg' which was just
Chandler Carruth
1
-12
/
+1
2012-06-27
Remove autoconf support for runtest and tclsh, some of the last vestigal
Chandler Carruth
1
-2
/
+0
2012-06-27
Exclude both libcxx and compiler-rt until we get their CMake builds
Chandler Carruth
1
-1
/
+2
2012-06-18
Add mipsel-* to the list of targets recognized by configure script.
Simon Atanasyan
2
-1
/
+3
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2
-15
/
+5
2012-05-05
Update all outdated autoconf files in the sample project.
Benjamin Kramer
6
-456
/
+586
2012-05-04
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2
-5
/
+15
2012-04-27
Update config.sub in the sample project.
Evgeniy Stepanov
1
-99
/
+376
2012-04-19
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
1
-3
/
+0
2012-04-05
Fix a problem in the target detection for Debian GNU/HURD
Sylvestre Ledru
2
-0
/
+14
2012-04-05
Fix a problem in the target detection for Debian GNU/kFreeBSD
Sylvestre Ledru
2
-4
/
+4
2012-03-26
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2
-1
/
+18
2012-03-26
Add some fixes to the configure script for isInf and add
Eric Christopher
6
-7
/
+50
2012-03-23
Remove the C backend.
Eric Christopher
2
-49
/
+4
2012-03-07
configure: Don't require a perl interpreter to be present, LLVM's buildsystem...
Benjamin Kramer
4
-101
/
+2
2012-02-28
Enable -Wcovered-switch-default again, but add -Werror to the checks to make
Rafael Espindola
5
-9
/
+16
2012-02-28
Temporarily revert r151609, which enabled a new warning for LLVM and
Chandler Carruth
4
-13
/
+6
2012-02-28
Enable -Wcovered-switch-default as it matches the switch style used in llvm.
Rafael Espindola
4
-6
/
+13
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2
-79
/
+17
2012-01-31
Regenerate configure.
Rafael Espindola
1
-4
/
+4
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2
-11
/
+4
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2
-4
/
+11
[next]