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-17 03:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
20350db448
llvm-6502
/
lib
/
VMCore
History
Patrik Hägglund
9ce6f6fe5e
Fixed typo in r156905.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@157320
91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-23 12:34:56 +00:00
..
AsmWriter.cpp
Attributes.cpp
AutoUpgrade.cpp
revert my previous patches that introduced an additional parameter to the objectsize intrinsic.
2012-05-22 15:25:31 +00:00
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
Reapply r155682, making constant folding more consistent, with a fix to work
2012-04-27 17:50:22 +00:00
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp
Introduce llvm-c function LLVMPrintModuleToFile.
2012-05-09 16:54:17 +00:00
DebugLoc.cpp
Dominators.cpp
Function.cpp
Fixed typo in r156905.
2012-05-23 12:34:56 +00:00
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Fix a problem with incomplete equality testing of PHINodes in
2012-05-10 15:59:41 +00:00
Instructions.cpp
Recommited r156374 with critical fixes in BitcodeReader/Writer:
2012-05-12 10:48:17 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
Don't forget to reset 'first operand' flag when we're setting the MDNodeOperand value.
2012-04-26 00:38:42 +00:00
Module.cpp
Pass.cpp
PassManager.cpp
Use ArrayRef instead of an explicit vector type.
2012-05-14 07:53:40 +00:00
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
Use.cpp
User.cpp
Value.cpp
Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the other virtual methods out of line as they are only called from within Value.cpp anyway.
2012-05-19 19:15:25 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) related changes for Execution and Verifier.
2012-05-21 10:44:40 +00:00