llvm-6502/lib
Bill Wendling 7d0affdf02 - Give "trap" the correct encoding, at least according to Darwin's assembler.
- Add comments saying where the encodings for other instructions came from.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119936 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-21 10:55:23 +00:00
..
Analysis apply Dan's fix for PR8268 which allows constant folding to handle indexes over 2010-11-21 08:39:01 +00:00
Archive
AsmParser
Bitcode
CodeGen Move some more hooks to TargetFrameInfo 2010-11-20 15:59:32 +00:00
CompilerDriver
ExecutionEngine Move getInitialFrameState() to TargetFrameInfo 2010-11-18 23:25:52 +00:00
Linker
MC Handle PCRel relocations with absolute values. Fixes PR8656. 2010-11-21 00:48:25 +00:00
Object Fix typo: Exectuable -> Executable 2010-11-17 00:43:43 +00:00
Support Fix a use after free. Patch by Frits van Bommel. 2010-11-19 21:14:29 +00:00
System Use thread-safe statics to avoid a static constructor here. This isn't thread-safe on MSVC, but we don't 2010-11-18 18:49:05 +00:00
Target - Give "trap" the correct encoding, at least according to Darwin's assembler. 2010-11-21 10:55:23 +00:00
Transforms rework some DSE paths to use the newly-public "getPointerDependencyFrom" 2010-11-21 08:06:10 +00:00
VMCore Simplify code. No change in functionality. 2010-11-20 18:43:35 +00:00
Makefile