Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner 52651f7623 hoist the call to processDebugLoc out of the generated
asm printer into the "printInstruction" routine.  This
fixes a problem where the experimental asmprinter would
drop debug labels in some cases, and fixes issues on ppc/xcore
where pseudo instructions like "mr" didn't get debug locs properly.

It is annoying that this moves the call from one place into each
target, but a future set of more invasive refactorings will fix
that problem.

llvm-svn: 81377
2009-09-09 20:34:59 +00:00
autoconf
bindings
cmake
docs Correct __cxa_end_catch documentation to reflect that it doesn't take any arguments. 2009-09-09 01:44:53 +00:00
examples
include Removed static qualifier from a few index related methods. These methods may require a LiveIntervals instance in future. 2009-09-09 20:14:17 +00:00
lib hoist the call to processDebugLoc out of the generated 2009-09-09 20:34:59 +00:00
projects
runtime
test Fix SplitCriticalEdge to properly update LCSSA form when splitting a 2009-09-09 18:18:18 +00:00
tools
unittests Make TypeBuilder's result depend on the LLVMContext it's passed. 2009-09-09 05:04:01 +00:00
utils hoist the call to processDebugLoc out of the generated 2009-09-09 20:34:59 +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.