LLVM backend for 6502
Go to file
Duncan Sands 597f9797fd Fix PR4948 (and a leak): by not destroying the DwarfException
object, the timer it creates was not being deleted.  Since the
timer belonged to a static timer group, the timer group would
be destroyed on shutdown, and would notice and complain that
not all timers it contained were destroyed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81533 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-11 17:24:29 +00:00
autoconf
bindings
cmake Update lib deps. 2009-09-04 05:07:44 +00:00
docs more typos 2009-09-11 01:49:31 +00:00
examples
include default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts. 2009-09-11 16:33:58 +00:00
lib Fix PR4948 (and a leak): by not destroying the DwarfException 2009-09-11 17:24:29 +00:00
projects
runtime
test turn on -experimental-asm-printer for x86 / AT&T by default. 2009-09-11 17:07:27 +00:00
tools Added the ParseInstruction() hook for target specific assembler directives so 2009-09-10 20:51:44 +00:00
unittests Make TypeBuilder's result depend on the LLVMContext it's passed. 2009-09-09 05:04:01 +00:00
utils Eliminate some unnecessary implicit constructors in generated DAG ISel code. 2009-09-11 09:01:57 +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 ... and fix the REQUIRES_RTTI condition. 2009-09-11 15:47:24 +00:00
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.