Go to file
Peter Collingbourne 6725a83e84 Introduce llgoi, a REPL for Go
llgoi is a Go REPL based on llgo irgen and the LLVM JIT. It supports
expressions, statements, most declarations and imports, including binary
imports from the standard library and source imports from $GOPATH.

Differential Revision: http://reviews.llvm.org/D6957

llvm-svn: 226097
2015-01-15 04:13:29 +00:00
clang Remove ASTConsumer::HandleVTable()'s bool parameter. 2015-01-15 04:07:35 +00:00
clang-tools-extra clang-tidy: Add initial check for "Don't use else after return". 2015-01-14 19:37:54 +00:00
compiler-rt builtins: avoid duplicating unwind declarations 2015-01-14 15:55:17 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Rename src_root -> libcxx_src_root. NFC 2015-01-15 00:03:14 +00:00
libcxxabi Update PACKAGE_VERSION to 3.7.0svn 2015-01-14 18:30:55 +00:00
lld Make libmyshared.dylib a fat binary. 2015-01-15 01:32:00 +00:00
lldb Fix a little thinko in r226017 - the code to actually add the demangled name to the Mangled object got 2015-01-15 03:34:31 +00:00
llgo Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
llvm [PM] Clean up the TLI doxygen comments prior to refactoring this code 2015-01-15 03:51:04 +00:00
openmp fixed the missed bracket introduced by checkin rev 225792 2015-01-13 15:16:49 +00:00
polly [PM] Update for LLVM r226078 which moved TargetLibraryInfo to the 2015-01-15 02:17:27 +00:00