llvm-6502/lib
Chris Lattner 9621921acb temporarily revert reid's asmwriter patch, it is missing the asmparser piece
that decodes the escape sequences, thus breaking all cases that use them.

This fixes test/Assembler/2007-05-21-Escape.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37284 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-22 07:00:50 +00:00
..
Analysis Add passes -view-cfg and -view-cfg-only that are like -print-cfg and 2007-05-14 14:25:08 +00:00
Archive adjust this to live in lib/Archive 2007-05-06 19:49:28 +00:00
AsmParser update comment 2007-05-22 06:56:32 +00:00
Bitcode Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. 2007-05-18 04:02:46 +00:00
CodeGen If-convert early exit blocks (returns, etc.); bug fixes, etc. 2007-05-21 22:22:58 +00:00
Debugger
ExecutionEngine On Linux platforms and at optimization levels -O1 and above, llvm-gcc can 2007-05-19 01:36:17 +00:00
Linker
Support Fix an assertion introduced by my last change to the toString method. We 2007-05-19 00:29:55 +00:00
System Fix a bug where the bcreader could crash on .bc files that were an exact 2007-05-11 00:00:27 +00:00
Target We only need to specify the most-implied feature for an architecture. 2007-05-22 05:15:37 +00:00
Transforms Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastates 2007-05-19 06:51:32 +00:00
VMCore temporarily revert reid's asmwriter patch, it is missing the asmparser piece 2007-05-22 07:00:50 +00:00
Makefile build lib/Archive instead of lib/Bytecode 2007-05-06 19:50:06 +00:00