Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Daniel Dunbar 5bec168037 Normalize SourceMgr messages.
- Don't print "Parsing" in front of every message.

 - Take additional "type" argument which is prepended to the message (with ": ")
   if given.

 - Update clients to print errors (warnings) as:
<filename>:<line number>: error(warning): ...

llvm-svn: 74489
2009-06-30 00:49:23 +00:00
autoconf
bindings
cmake Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes Ranby 2009-06-29 16:25:22 +00:00
docs Regenerate. 2009-06-30 00:16:43 +00:00
examples
include Normalize SourceMgr messages. 2009-06-30 00:49:23 +00:00
lib Normalize SourceMgr messages. 2009-06-30 00:49:23 +00:00
projects
runtime
test llvm-mc: Parse symbol attribute directives. 2009-06-30 00:33:19 +00:00
tools Normalize SourceMgr messages. 2009-06-30 00:49:23 +00:00
unittests Fix order of arguments to EXPECT_EQ 2009-06-29 19:57:24 +00:00
utils Normalize SourceMgr messages. 2009-06-30 00:49:23 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.