llvm-6502/lib
Chandler Carruth 50955031b8 Rather than trying to gracefully handle input sequences with repeated
blocks, assert that this doesn't happen. We don't want to bother trying
to support this call pattern as it isn't necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156167 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-04 11:17:06 +00:00
..
Analysis A pile of long over-due refactorings here. There are some very, *very* 2012-05-04 00:58:03 +00:00
Archive
AsmParser
Bitcode
CodeGen Use SuperRegClassIterator for findRepresentativeClass(). 2012-05-04 02:19:22 +00:00
DebugInfo
ExecutionEngine RuntimeDyld cleanup: 2012-05-01 10:41:12 +00:00
Linker
MC MC: Unknown assembler directives are now hard errors. 2012-05-01 18:38:27 +00:00
Object Fix the implementation of MachOObjectFile::isSectionZeroInit so it follows the MachO spec. 2012-05-02 02:31:28 +00:00
Support Change the Intel Atom detection code to recognize 2012-05-02 21:38:46 +00:00
TableGen Move llvm-tblgen's StringMatcher into the TableGen library so it can 2012-05-02 17:32:48 +00:00
Target Make ARM and Mips use TargetMachine::getTLSModel() 2012-05-04 09:40:39 +00:00
Transforms Rather than trying to gracefully handle input sequences with repeated 2012-05-04 11:17:06 +00:00
VMCore Reapply r155682, making constant folding more consistent, with a fix to work 2012-04-27 17:50:22 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile