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-21 16:31:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1633076c47
llvm-6502
/
lib
/
VMCore
History
Dan Gohman
f672ab89ec
Fix an accidental inversion of the inbounds flag.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@81862
91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-15 16:00:30 +00:00
..
AsmWriter.cpp
Remove some unused variables and methods warned about by
2009-09-06 08:33:48 +00:00
Attributes.cpp
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
Fix an accidental inversion of the inbounds flag.
2009-09-15 16:00:30 +00:00
ConstantFold.h
Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and
2009-09-11 00:04:14 +00:00
Constants.cpp
When a constant's type is refined, update the constant in place
2009-09-15 15:58:07 +00:00
ConstantsContext.h
When a constant's type is refined, update the constant in place
2009-09-15 15:58:07 +00:00
Core.cpp
Revert 80959. It isn't sufficient to solve the full problem. And it
2009-09-03 23:34:49 +00:00
Dominators.cpp
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
Fix -Asserts warning.
2009-09-11 22:07:31 +00:00
IntrinsicInst.cpp
Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in
2009-09-02 11:13:56 +00:00
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
While replacing an MDNode elment, properly update MDNode's operand list.
2009-09-04 21:32:05 +00:00
LLVMContextImpl.h
Fix whitespaces.
2009-09-10 22:36:12 +00:00
Makefile
Mangler.cpp
Make the MC symbol printer and llvm::Mangler exactly agree on mangling
2009-09-13 18:04:46 +00:00
Metadata.cpp
Take lock before removing a node from MDNodeSet.
2009-09-09 17:44:26 +00:00
Module.cpp
ModuleProvider.cpp
Pass.cpp
PassManager.cpp
make -debug-pass=Executions show information about what call graph nodes
2009-09-15 05:03:04 +00:00
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
When a constant's type is refined, update the constant in place
2009-09-15 15:58:07 +00:00
TypesContext.h
TypeSymbolTable.cpp
Fix the build when DEBUG_SYMBOL_TABLE is set.
2009-09-12 21:56:48 +00:00
Use.cpp
Public and private corrections, warned about by icc (
#304
).
2009-09-06 08:55:57 +00:00
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
Fifth time's a charm! Remove ourselves as abstract type listeners once we've
2009-09-14 02:25:19 +00:00