llvm-6502/include/llvm
2013-07-08 19:12:01 +00:00
..
ADT [ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> NullablePtr<T> if OtherT is derived from T. 2013-07-08 19:12:01 +00:00
Analysis Fix a SCEV update problem. 2013-07-08 17:33:13 +00:00
Assembly
Bitcode Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00
CodeGen Remove dead function. 2013-07-05 23:04:55 +00:00
Config Reapply r185601 with a fix for the cmake build. 2013-07-04 01:10:38 +00:00
DebugInfo llvm-dwarfdump: Add support for dumping the .debug_loc section 2013-06-19 21:37:13 +00:00
ExecutionEngine Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects 2013-06-28 21:40:16 +00:00
IR Add missing per-argument doesNotAccessMemory accessors. No functionality change 2013-07-07 08:29:51 +00:00
IRReader
MC MC: Implement COFF .linkonce directive 2013-07-06 12:13:10 +00:00
Object Use the raw member names in Archive::Archive. 2013-07-05 03:35:15 +00:00
Option Merge changes to clang's Driver code into LLVM's Option library 2013-06-13 18:12:12 +00:00
Support Reland "Use Clang's __has_* macros in Compiler.h ..." with fixes 2013-07-08 19:06:25 +00:00
TableGen Fix up some asserts that are within an if statement. This removes the need 2013-07-01 23:42:53 +00:00
Target [SystemZ] Remove no-op MVCs 2013-07-05 14:38:48 +00:00
Transforms Remove limitation on DebugIR that made it require existing debug metadata. 2013-06-28 19:05:23 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. 2013-07-03 15:07:05 +00:00
DIBuilder.h Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce 2013-06-27 22:50:59 +00:00
GVMaterializer.h
InitializePasses.h Remove the simplify-libcalls pass (finally) 2013-06-20 19:48:07 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h Remove the simplify-libcalls pass (finally) 2013-06-20 19:48:07 +00:00
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h