public
Description: A mirror of llvm/trunk from LLVM's SVN. Updated hourly.
Homepage: http://llvm.org/
Clone URL: git://github.com/earl/llvm-mirror.git
name age message
file CMakeLists.txt Tue Dec 01 11:11:36 -0800 2009 Don't default warnings to ON on MSVC, the spew ... [ddunbar]
file CREDITS.TXT Thu Aug 20 08:20:15 -0700 2009 Add myself to the blame list. git-svn-id: htt... [d0k]
file LICENSE.TXT Sun Aug 30 01:24:09 -0700 2009 Add regular expression matching support, based ... [Torok Edwin]
file Makefile Sat Dec 12 13:17:54 -0800 2009 Update install-clang target for clang-cc remova... [ddunbar]
file Makefile.common Fri Jan 09 08:44:42 -0800 2009 Removed trailing whitespace from Makefiles. g... [Misha Brukman]
file Makefile.config.in Sun Dec 06 16:27:35 -0800 2009 Fix typos. Thanks to John Tytgat for noticing i... [espindola]
file Makefile.rules Tue Nov 24 20:46:58 -0800 2009 Add the rest of the build system logic for opti... [ddunbar]
file ModuleInfo.txt Fri Jan 23 00:42:38 -0800 2009 Patch to build llvm with srcdir != objdir from ... [Duncan Sands]
file README.txt Mon Oct 05 15:29:11 -0700 2009 First test commit git-svn-id: https://llvm.or... [evanphx]
directory Xcode/ Thu Jul 23 17:30:09 -0700 2009 Remove the IA-64 backend. git-svn-id: https:/... [Dan Gohman]
directory autoconf/ Sun Dec 06 16:27:35 -0800 2009 Fix typos. Thanks to John Tytgat for noticing i... [espindola]
directory bindings/ Fri Dec 18 12:12:14 -0800 2009 Fix another parallel make race condition. git... [Bob Wilson]
file build-for-llvm-top.sh Fri Jan 23 00:42:38 -0800 2009 Patch to build llvm with srcdir != objdir from ... [Duncan Sands]
directory cmake/ Sat Dec 19 13:27:30 -0800 2009 CMake: Update lib deps. git-svn-id: https://ll... [ddunbar]
file configure Sun Dec 06 16:27:35 -0800 2009 Fix typos. Thanks to John Tytgat for noticing i... [espindola]
directory docs/ Wed Dec 23 04:49:51 -0800 2009 Regenerate. git-svn-id: https://llvm.org/svn/l... [Mikhail Glushenkov]
directory examples/ Mon Nov 30 17:56:27 -0800 2009 fix PR5649 by making fib use the JIT instead of... [Chris Lattner]
directory include/ Thu Dec 24 15:18:09 -0800 2009 Implement support for converting to string at "... [John McCall]
directory lib/ Fri Dec 25 05:50:18 -0800 2009 Avoid assigning to Changed when it won't be use... [Bill Wendling]
file llvm.spec.in Fri Jul 13 02:48:29 -0700 2007 * llvm.spec.in: update blurb * autoconf/AutoReg... [Gabor Greif]
directory projects/ Sun Oct 25 18:35:46 -0700 2009 Move DataTypes.h to include/llvm/System, update... [Chandler Carruth]
directory runtime/ Tue Sep 01 12:03:44 -0700 2009 OptimalEdgeProfiling: Creation of profiles. Thi... [Andreas Neustifter]
directory test/ Wed Dec 23 17:10:43 -0800 2009 Testcase for llvm-gcc checkin 92108. git-svn... [Dale Johannesen]
directory tools/ Wed Dec 23 10:27:13 -0800 2009 Fix another -Wmismatched-tags warning git-svn-... [Douglas Gregor]
directory unittests/ Thu Dec 24 15:18:09 -0800 2009 Implement support for converting to string at "... [John McCall]
directory utils/ Fri Dec 25 05:35:40 -0800 2009 Use the 'MadeChange' variable instead of return... [Bill Wendling]
directory website/ Thu Aug 02 22:43:35 -0700 2007 Prepare for "core" website. git-svn-id: https... [Reid Spencer]
README.txt
Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.