llvm-6502/lib
2010-02-15 22:36:41 +00:00
..
Analysis Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
Archive From PR6228: 2010-02-04 06:19:43 +00:00
AsmParser Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
Bitcode Simplify. 2010-02-15 21:08:22 +00:00
CodeGen It turns out that we emitted completely wrong common EH frame since the early beginning! The "z" CIE augmentation mark indicates that there is an extra word containing the size of augmentation section. However, even for frames w/o any augmentation data we emitted size uleb! (this is the case of "unwinding through C code"). Thus frame moves information was emitterd completely wrong. 2010-02-15 22:36:41 +00:00
CompilerDriver
ExecutionEngine Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
Linker Linker should not remap null operands of metadata 2010-02-06 01:31:55 +00:00
MC MCAssembler: Fix pcrel relocations. Oh and, 2010-02-13 09:45:59 +00:00
Support enhance raw_svector_ostream::write_impl to work with unbuffered streams, 2010-02-15 02:18:26 +00:00
System follow-on to PR6280 2010-02-14 18:20:09 +00:00
Target Add suffix for stubs, so we won't have name clashes with private symbols. 2010-02-15 22:36:26 +00:00
Transforms fix PR6305 by handling BlockAddress in a helper function 2010-02-15 20:47:49 +00:00
VMCore Teach the verifier to check the condition on a branch and ensure that it has 2010-02-15 22:09:09 +00:00
Makefile