llvm-6502/lib
Chris Lattner b3732fbabd don't set to the default value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94580 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-26 20:17:34 +00:00
..
Analysis Make the unsigned-range code more consistent with the signed-range code, 2010-01-26 19:19:05 +00:00
Archive make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
AsmParser make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
Bitcode Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case 2010-01-25 21:55:39 +00:00
CodeGen eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is 2010-01-26 06:53:37 +00:00
CompilerDriver Better error message. 2010-01-26 14:55:16 +00:00
ExecutionEngine Add support for target-specific 32-bit custom-lowered 2010-01-26 04:05:28 +00:00
Linker make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MC mcstreamerize gprel32 emission. 2010-01-25 21:28:50 +00:00
Support Fix a typo that several people pointed out. Also, address the case of 2010-01-26 15:56:18 +00:00
System
Target don't set to the default value. 2010-01-26 20:17:34 +00:00
Transforms Switch AllocaDbgDeclares to SmallVector and don't leak DIFactory 2010-01-26 18:57:53 +00:00
VMCore Fix ICmpInst::makeConstantRange to use ConstantRange's API properly 2010-01-26 16:04:20 +00:00
Makefile