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 Tue Nov 24 20:46:58 -0800 2009 Add the rest of the build system logic for opti... [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/ Sun Sep 27 21:42:47 -0700 2009 Expose the rest of the attribute settings. git... [erickt]
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 05 16:06:33 -0800 2009 CheckAtomic.cmake: Put all C++ code inside CHEC... [Oscar Fuentes]
file configure Sun Dec 06 16:27:35 -0800 2009 Fix typos. Thanks to John Tytgat for noticing i... [espindola]
directory docs/ Wed Dec 09 09:26:02 -0800 2009 Add note about loadable modules on windows. Pat... [asl]
directory examples/ Mon Nov 30 17:56:27 -0800 2009 fix PR5649 by making fib use the JIT instead of... [Chris Lattner]
directory include/ Fri Dec 11 00:36:17 -0800 2009 Add utility method for determining whether a fu... [Duncan Sands]
directory lib/ Fri Dec 11 02:43:41 -0800 2009 Revert part of r91101 which was causing an infi... [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/ Thu Dec 10 22:02:21 -0800 2009 Tests for 91103 and 91104. git-svn-id: https:/... [Evan Cheng]
directory tools/ Tue Dec 08 16:41:28 -0800 2009 when opt crashes, print its command line argume... [Chris Lattner]
directory unittests/ Thu Dec 03 03:12:42 -0800 2009 Add an implementation of the delta debugging al... [ddunbar]
directory utils/ Tue Dec 08 18:58:09 -0800 2009 Remove unneeded ';' and a class/struct mismatch... [ddunbar]
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.