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-11-04 06:09:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b2544ece59
llvm-6502
/
lib
/
VMCore
History
Micah Villmow
bf07a512f2
Implement TargetData with the DataLayout class, this will allow LLVM projects to transition to DataLayout without loosing functionality.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@165318
91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-05 17:02:14 +00:00
..
AsmWriter.cpp
Use method to query for attributes.
2012-10-04 06:58:52 +00:00
Attributes.cpp
Move methods out-of-line.
2012-10-05 06:44:41 +00:00
AttributesImpl.h
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
Resubmit the copying of TargetData to DataLayout without any changes to the files, this should fix the problems and the changes to rename to DataLayout will come next.
2012-10-04 22:08:14 +00:00
ConstantFold.cpp
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp
DataLayout.cpp
Implement TargetData with the DataLayout class, this will allow LLVM projects to transition to DataLayout without loosing functionality.
2012-10-05 17:02:14 +00:00
DebugInfo.cpp
DebugLoc.cpp
DIBuilder.cpp
Make sure to generate the right kind of MDNode for enum forward declarations.
2012-10-05 01:49:14 +00:00
Dominators.cpp
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See:
http://en.wikipedia.org/wiki/If_and_only_if
Commit 164767
2012-09-27 10:14:43 +00:00
Function.cpp
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
Add method to query for NoCapture attribute.
2012-10-04 07:18:12 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.
2012-09-26 22:17:14 +00:00
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See:
http://en.wikipedia.org/wiki/If_and_only_if
Commit 164767
2012-09-27 10:14:43 +00:00
PassManager.cpp
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See:
http://en.wikipedia.org/wiki/If_and_only_if
Commit 164767
2012-09-27 10:14:43 +00:00
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See:
http://en.wikipedia.org/wiki/If_and_only_if
Commit 164767
2012-09-27 10:14:43 +00:00
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
Use method to query for attributes.
2012-10-05 06:18:50 +00:00