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
2025-03-09 11:32:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
lib
/
VMCore
History
…
..
AsmWriter.cpp
Add CommonLinkage; currently tentative definitions
2008-05-14 20:12:51 +00:00
AutoUpgrade.cpp
Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.
2008-05-24 02:56:30 +00:00
BasicBlock.cpp
…
ConstantFold.cpp
Revert constant-folding change that will miscompile in some cases.
2008-05-17 19:00:05 +00:00
ConstantFold.h
…
Constants.cpp
…
Core.cpp
Remove a duplicative binding. Patch by Mahadevan R.
2008-05-19 05:47:10 +00:00
Dominators.cpp
…
Function.cpp
…
Globals.cpp
…
InlineAsm.cpp
…
Instruction.cpp
…
Instructions.cpp
…
IntrinsicInst.cpp
…
LeakDetector.cpp
…
Makefile
…
Mangler.cpp
…
Module.cpp
…
ModuleProvider.cpp
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
ParameterAttributes.cpp
…
Pass.cpp
…
PassManager.cpp
…
SymbolTableListTraitsImpl.h
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
Type.cpp
…
TypeSymbolTable.cpp
…
Use.cpp
Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better.
2008-05-15 10:04:30 +00:00
Value.cpp
…
ValueSymbolTable.cpp
…
ValueTypes.cpp
…
Verifier.cpp
…