This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-19 01:34:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
141f529baf
llvm-6502
/
include
/
llvm
History
Devang Patel
40348e8d1f
Assing line number info to new PHIs created by SSA updater.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@130551
91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-29 22:28:59 +00:00
..
ADT
Remove bounded StringRef::compare() since nothing but Clang SA was using it and it is just as easy to use StringRef::substr() preceding StringRef::compare() to achieve the same thing.
2011-04-28 20:20:12 +00:00
Analysis
teach GVN to widen integer loads when they are overaligned, when doing an
2011-04-28 07:29:08 +00:00
Assembly
Bitcode
CodeGen
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
2011-04-29 14:14:06 +00:00
CompilerDriver
Config
ExecutionEngine
MC
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
2011-04-29 18:00:03 +00:00
Object
Support
Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses malloc'ed or mmap'ed memory. This is for performance analysis.
2011-04-28 20:34:18 +00:00
Target
Let the immediate leaf pattern take transforms and switch the signed
2011-04-28 05:49:04 +00:00
Transforms
Assing line number info to new PHIs created by SSA updater.
2011-04-29 22:28:59 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DebugInfoProbe.h
DerivedTypes.h
Make the empty StructType::get overload use an empty ArrayRef.
2011-04-18 14:02:06 +00:00
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
GVMaterializer.h
InitializePasses.h
Rename LineProfiling to GCOVProfiling to more accurately represent what it
2011-04-16 01:20:23 +00:00
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
When analyzing functions known to only access argument pointees,
2011-04-27 18:39:03 +00:00
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsPTX.td
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
2011-04-20 15:37:17 +00:00
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h
Add independent controls for whether GCOV profiling should emit .gcno files or
2011-04-21 01:56:25 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h
PR9214: Convert Metadata API to use ArrayRef.
2011-04-21 19:59:31 +00:00
Module.h
OperandTraits.h
Operator.h
Pass.h
Fix typos in comments.
2011-04-28 09:12:47 +00:00
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h