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-28 04:33:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
835580fc3a
llvm-6502
/
lib
/
VMCore
History
Owen Anderson
b8a1ccfc4b
Add initialization routines for VMCore.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@115963
91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-07 19:51:21 +00:00
..
AsmWriter.cpp
Add ret instruction to PTX backend
2010-09-25 07:46:17 +00:00
Attributes.cpp
Fix a threaded LLVM bug due the need for operator= on reference counted AttrListImpl's. It might
2010-09-16 00:27:35 +00:00
AutoUpgrade.cpp
The pshufw instruction came about in MMX2 when SSE was introduced. Don't place
2010-10-04 20:24:01 +00:00
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp
Add initialization routines for VMCore.
2010-10-07 19:51:21 +00:00
DebugLoc.cpp
Dominators.cpp
Function.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
Cleanup. Get rid of extraneous variable.
2010-10-03 00:46:06 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
When an MDNode changes to become identical to another MDNode,
2010-09-28 22:07:19 +00:00
Module.cpp
Pass.cpp
Another step towards getting rid of static ctors for pass registration: have INITIALIZE_PASS AND INITIALIZE_AG_PASS
2010-10-05 22:58:16 +00:00
PassManager.cpp
PassRegistry.cpp
Allow the PassRegistry mutex to be lazily initialized, and clean up the global namespace at the same time.
2010-09-16 23:44:50 +00:00
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
Massive rewrite of MMX:
2010-09-30 23:57:10 +00:00
TypesContext.h
TypeSymbolTable.cpp
Use.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
Allow llvm.gcroot to work with non-pointer allocas.
2010-09-30 20:23:47 +00:00