llvm-6502/lib
Chris Lattner 5fe575ff4f Eliminate SectionFlags, just embed a SectionKind into Section
instead and drive things based off of that.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77184 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-27 05:32:16 +00:00
..
Analysis Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
Archive Fix some non-sensical code. 2009-07-13 05:29:34 +00:00
AsmParser Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
Bitcode Remove Value::setName(const char*, unsigned). 2009-07-26 00:34:27 +00:00
CodeGen Eliminate SectionFlags, just embed a SectionKind into Section 2009-07-27 05:32:16 +00:00
CompilerDriver Delete the temp dir even when '--temp-dir' is specified. 2009-07-11 19:27:07 +00:00
Debugger Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
ExecutionEngine Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
Linker Remove Value::{isName, getNameRef}. 2009-07-25 23:55:21 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Sort list of targets in --version. 2009-07-26 05:09:50 +00:00
System Don't use llvm_report_error in libSystem, this is a layering violation. 2009-07-26 21:16:42 +00:00
Target Eliminate SectionFlags, just embed a SectionKind into Section 2009-07-27 05:32:16 +00:00
Transforms Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
VMCore Make sure getName().data() is always null terminated. 2009-07-26 09:22:02 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00