llvm-6502/include/llvm
2012-09-16 20:53:30 +00:00
..
ADT Tidy up formatting of some elses on a separate line from preceding bracing. No functional change. 2012-09-16 03:00:03 +00:00
Analysis Remove unused typedefs gcc4.8 warns about. 2012-09-05 17:55:46 +00:00
Assembly
Bitcode [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to 2012-09-05 19:00:49 +00:00
CodeGen Fix problem when using LiveRangeQuery with block entries. 2012-09-16 02:15:33 +00:00
Config replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers 2012-09-02 14:19:21 +00:00
DebugInfo Add support for fetching inlining context (stack of source code locations) 2012-09-04 08:12:33 +00:00
ExecutionEngine Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MC Guard fields by NDEBUG until they get used in the release build. 2012-09-16 05:55:04 +00:00
Object [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni! 2012-09-10 19:04:02 +00:00
Support Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros. 2012-09-16 20:53:30 +00:00
TableGen Add explicit virtual keywords for methods that override base class. 2012-09-16 07:39:55 +00:00
Target whitespace 2012-09-14 20:26:39 +00:00
Transforms Port the SSAUpdater-based promotion logic from the old SROA pass to the 2012-09-15 11:43:14 +00:00
Argument.h
Attributes.h Some small reorganization to get read for Attributes overhaul. 2012-09-14 23:05:52 +00:00
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DebugInfo.h Recommit, with fixes: 2012-09-12 23:36:19 +00:00
DefaultPasses.h Fix a couple include directives that used angle brackets for llvm files. 2012-09-15 18:41:37 +00:00
DerivedTypes.h
DIBuilder.h Recommit, with fixes: 2012-09-12 23:36:19 +00:00
Function.h
GlobalAlias.h
GlobalValue.h Change the linker_private_weak_def_auto' linkage to linkonce_odr_auto_hide' to 2012-08-17 18:33:14 +00:00
GlobalVariable.h
GVMaterializer.h
InitializePasses.h Introduce a new SROA implementation. 2012-09-14 09:22:59 +00:00
InlineAsm.h Cleanup a few magic numbers. 2012-09-05 22:40:13 +00:00
InstrTypes.h Fix a bunch of -Wdocumentation warnings. 2012-08-23 16:54:08 +00:00
Instruction.def
Instruction.h
Instructions.h Fix a couple of Doxygen comment issues pointed out by -Wdocumentation. 2012-09-12 16:59:47 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsHexagon.td Test commit. 2012-08-17 06:36:26 +00:00
IntrinsicsMips.td Support MIPS DSP Rev2 intrinsics. 2012-08-27 12:29:01 +00:00
IntrinsicsNVVM.td
IntrinsicsPowerPC.td
IntrinsicsX86.td Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadArgMem. 2012-08-26 22:01:42 +00:00
IntrinsicsXCore.td
IRBuilder.h Fix Doxygen issues: 2012-09-13 12:34:29 +00:00
LinkAllPasses.h Add a pass that renames everything with metasyntatic names. This works well after using bugpoint to reduce the confusion presented by the original names, which no longer mean what they used to. 2012-09-11 02:46:18 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h Define an official slot for the new !tbaa.struct metadata tag. 2012-09-13 17:56:17 +00:00
MDBuilder.h
Metadata.h
Module.h
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h
SymbolTableListTraits.h Remove unused typedefs gcc4.8 warns about. 2012-09-05 17:55:46 +00:00
Type.h
TypeBuilder.h
TypeFinder.h
Use.h
User.h
Value.h Fix Doxygen issues: 2012-09-13 12:34:29 +00:00
ValueSymbolTable.h