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 Mon Nov 16 11:46:55 -0800 2009 Add configure options for specifying where to l... [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/ Tue Nov 24 20:30:13 -0800 2009 Add CMake and configure logic to create llvm/Co... [ddunbar]
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/ Mon Nov 30 15:48:51 -0800 2009 * cmake/modules/LLVMLibDeps.cmake: Updated libr... [Oscar Fuentes]
file configure Tue Nov 24 20:37:28 -0800 2009 Regenerate configure git-svn-id: https://llvm.... [ddunbar]
directory docs/ Tue Dec 01 14:28:41 -0800 2009 Update per Bill's comments. Work in progress. ... [Eric Christopher]
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 04 17:27:58 -0800 2009 Make TargetSelectInstruction protected and call... [Dan Gohman]
directory lib/ Fri Dec 04 18:00:34 -0800 2009 Don't print a space before the : between the fi... [Dan Gohman]
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/ Fri Dec 04 16:23:29 -0800 2009 Fix this code to use DIScope instead of DICompi... [Dan Gohman]
directory tools/ Thu Dec 03 22:38:45 -0800 2009 Forward -m32/-m64 to the linker. git-svn-id: h... [Mikhail Glushenkov]
directory unittests/ Thu Dec 03 03:12:42 -0800 2009 Add an implementation of the delta debugging al... [ddunbar]
directory utils/ Fri Dec 04 16:05:43 -0800 2009 Minor code simplification. git-svn-id: https:... [Dan Gohman]
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.