llvm-6502/include/llvm
Arnold Schwaighofer 1c9bdf1e5e Clarify comment for function getObjectSize
Clarify that we mean the object starting at the pointer to the end of the
underlying object and not the size of the whole allocated object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176491 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-05 16:53:24 +00:00
..
ADT Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng! 2013-02-27 18:38:33 +00:00
Analysis Clarify comment for function getObjectSize 2013-03-05 16:53:24 +00:00
Assembly
Bitcode
CodeGen Fix PR10475 2013-03-01 18:40:30 +00:00
Config
DebugInfo
ExecutionEngine
IR Modify {Call,Invoke}Inst::addAttribute to take an AttrKind. 2013-03-02 01:20:18 +00:00
MC MCParser: Update method names per coding guidelines. 2013-02-20 22:21:35 +00:00
Object [llvm-readobj] Add ELF .dynamic table dumping. 2013-02-20 02:37:12 +00:00
Option Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments. 2013-02-18 23:11:17 +00:00
Support [Support][ErrorOr] Add support for implicit conversion from error code/condition enums. 2013-02-28 01:44:26 +00:00
TableGen
Target Fix PR10475 2013-03-01 18:40:30 +00:00
Transforms In GCC 4.7, function names are now forbidden from .gcda files. Support this by 2013-02-27 06:22:56 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h Add a field to the compile unit of where we plan on splitting out 2013-02-22 23:50:04 +00:00
DIBuilder.h DIBuilder: support structs with vtable pointers in the same way as classes 2013-02-25 01:07:18 +00:00
GVMaterializer.h
InitializePasses.h GCInfoDeleter code cleanup after r175528 2013-03-01 11:40:32 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduces the pass-manager overhead from FPPassManager::runOnFunction() by about 10%. 2013-02-26 01:31:59 +00:00
PassRegistry.h
PassSupport.h