public
Description: Git mirror of a git mirror of the LLVM SVN repository at git://repo.or.cz/llvm.git. This one will quite likely be out of sync.
Homepage: http://llvm.org
Clone URL: git://github.com/rue/llvm.git
llvm /
name age message
file CMakeLists.txt Sat Apr 04 15:52:02 -0700 2009 CMake: Added notes pointing to the LLVM CMake d... [Oscar Fuentes]
file CREDITS.TXT Mon Apr 27 23:15:00 -0700 2009 Initial test commit git-svn-id: https://llvm.o... [Jakob Stoklund Olesen]
file LICENSE.TXT Mon May 18 17:08:29 -0700 2009 Now that we have atomics support properly detec... [resistor]
file Makefile Fri May 08 10:32:47 -0700 2009 Change 'make install' to install tblgen, for be... [Chris Lattner]
file Makefile.common Fri Jan 09 08:44:42 -0800 2009 Removed trailing whitespace from Makefiles. g... [Misha Brukman]
file Makefile.config.in Fri Apr 17 07:49:22 -0700 2009 Add a --enable-profiling option to configure to... [David Greene]
file Makefile.rules Fri May 15 11:13:31 -0700 2009 Work around the fact that GNU libstdc++'s debug... [jayfoad]
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 Mar 23 14:00:45 -0700 2009 README.txt: test commit w/blank line appended ... [jdmdj]
directory Xcode/ Tue Oct 14 16:23:59 -0700 2008 Remove Stacker.html from Xcode project. git-s... [ddunbar]
directory autoconf/ Tue May 19 15:18:56 -0700 2009 Split the ENABLE_THREADS #define in two. Now E... [resistor]
directory bindings/ Sat May 09 00:06:46 -0700 2009 Rename PaddedSize to AllocSize, in the hope tha... [Duncan Sands]
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 May 18 10:21:34 -0700 2009 termios.h contains the winsize structure we nee... [Douglas Gregor]
file configure Tue May 19 15:18:56 -0700 2009 Split the ENABLE_THREADS #define in two. Now E... [resistor]
directory docs/ Mon May 18 18:56:08 -0700 2009 Test commit. git-svn-id: https://llvm.org/svn... [Cristian Cadar]
directory examples/ Tue Apr 14 17:16:05 -0700 2009 silence a warning. git-svn-id: https://llvm.o... [Chris Lattner]
directory include/ Wed May 20 11:26:15 -0700 2009 Move atomic operations' definitions out of line... [resistor]
directory lib/ Wed May 20 12:01:50 -0700 2009 I just fail today. Hopefully this fixes the la... [resistor]
file llvm.spec.in Wed Jul 18 09:29:46 -0700 2007 It's not necessary to do rounding for alloca op... [Dan Gohman]
directory projects/ Tue Mar 24 17:52:11 -0700 2009 Revert r67655 and r67656, as they are breaking ... [Dan Gohman]
directory runtime/ Sun Mar 01 19:46:48 -0800 2009 Drop toy GC runtime. git-svn-id: https://llvm.... [Gordon Henriksen]
directory test/ Tue May 19 23:02:09 -0700 2009 Fix for PR4235: to build a floating-point value... [Eli Friedman]
directory tools/ Fri May 15 21:00:00 -0700 2009 Make sure the CXXFLAGS setting is picked up by ... [Duncan Sands]
directory unittests/ Sun May 17 20:44:24 -0700 2009 Fix a compile warning. git-svn-id: https://ll... [ddunbar]
directory utils/ Mon May 18 16:24:26 -0700 2009 Add -submit-aux option to NewNightlyTest.pl - ... [ddunbar]
directory website/ Thu Aug 02 22:43:35 -0700 2007 Prepare for "core" website. git-svn-id: https... [Reid Spencer]
directory win32/ Mon Feb 02 11:22:02 -0800 2009 Update hand-crafted VC++ build. - Add PACKAGE_S... [Steve Naroff]
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.