LLVM backend for 6502
Go to file
Lang Hames b47ec4087c llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than
isOperationLegal. Thanks to Craig Topper for pointing this out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168485 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-22 03:31:45 +00:00
autoconf Fix a pasto. 2012-11-19 19:31:02 +00:00
bindings [python] fix get_library() 2012-11-20 22:27:55 +00:00
cmake
docs Fix a typo in FileCheck.rst 2012-11-21 22:40:52 +00:00
examples
include Add relocations used for mips big GOT. 2012-11-21 19:50:22 +00:00
lib llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than 2012-11-22 03:31:45 +00:00
projects
runtime
test Corrects a problem where we reply exclusively of GEPs to drive 2012-11-21 23:50:04 +00:00
tools Adding tests for the Intel JIT event listener's MCJIT support. 2012-11-21 20:38:26 +00:00
unittests Allow using MemoryBuffers with yaml::Stream directly. 2012-11-19 23:21:47 +00:00
utils Make the AttrListPtr object a part of the LLVMContext. 2012-11-20 05:09:20 +00:00
.gitignore
CMakeLists.txt Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
CODE_OWNERS.TXT Add myself as owner of the Hexagon backend. 2012-11-19 15:40:22 +00:00
configure Fix a pasto. 2012-11-19 19:31:02 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.