LLVM backend for 6502
Go to file
Dan Gohman 20900cae35 Simplify trivial cast-of-cast SCEVs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69809 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-22 16:20:48 +00:00
autoconf Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
bindings
cmake
docs ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead. 2009-04-22 15:55:31 +00:00
examples
include Use BasicBlock::iterator instead of Instruction* for insert points, 2009-04-22 16:05:50 +00:00
lib Simplify trivial cast-of-cast SCEVs. 2009-04-22 16:20:48 +00:00
projects
runtime
test SCEVExpander's InsertCastOfTo knows how to move existing cast 2009-04-22 16:11:16 +00:00
tools Use CloneModule's ValueMap in more places, instead of looking 2009-04-22 15:57:18 +00:00
unittests
utils 'The "or die" is intended to catch the case where nm returned a 2009-04-21 16:04:14 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +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.