Bruno Cardoso Lopes 46773793cb Fix PR7174, a couple o Mips fixes:
- Fix a typo for PIC check during jmp table lowering
- Also fix the "first jump table basic block is not
considered only reachable by fall through" problem, use this
ad-hoc solution until I come up with something better.

Patch by stetorvs@gmail.com



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108820 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-20 08:37:04 +00:00
2010-07-19 19:41:52 +00:00
2010-07-16 22:35:46 +00:00
2010-07-20 08:37:04 +00:00
2010-07-16 06:33:36 +00:00
2010-04-16 13:32:55 +00:00
2010-07-20 08:37:04 +00:00
2007-08-03 05:43:35 +00:00
2010-07-19 19:42:01 +00:00
2010-01-09 18:40:31 +00:00
2007-07-13 09:48:29 +00:00
2010-07-16 06:13:24 +00:00

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.
Description
Old fork of llvm-mirror, used on older RPCS3 builds
Readme 850 MiB
Languages
LLVM 52.9%
C++ 32.7%
Assembly 13.2%
Python 0.4%
C 0.4%
Other 0.3%