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
4788d14b48
llvm-6502
/
lib
/
IR
History
Bill Wendling
94328f4ff3
Simplify the 'operator<' for the attribute object.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@175252
91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-15 05:25:26 +00:00
..
AsmWriter.cpp
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
2013-02-12 21:21:59 +00:00
AttributeImpl.h
Add some accessor and query methods for retrieving Attribute objects and such.
2013-02-13 08:42:21 +00:00
Attributes.cpp
Simplify the 'operator<' for the attribute object.
2013-02-15 05:25:26 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp
s/bool/LLVMBool/
2013-02-14 19:40:27 +00:00
DataLayout.cpp
DebugInfo.cpp
DebugLoc.cpp
DIBuilder.cpp
DIBuilder: make the return type of createBasicType more specific
2013-02-12 00:40:41 +00:00
Dominators.cpp
Function.cpp
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
2013-02-12 21:21:59 +00:00
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
2013-02-12 21:21:59 +00:00
LLVMContextImpl.cpp
Revert "Rename LLVMContext diagnostic handler types and functions."
2013-02-11 05:37:07 +00:00
LLVMContextImpl.h
Revert "Rename LLVMContext diagnostic handler types and functions."
2013-02-11 05:37:07 +00:00
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
Enable *BasicBlockPass::createPrinterPass()
2013-02-08 23:37:41 +00:00
PassManager.cpp
Remove extra blank line between closing curly brace and 'else'
2013-02-06 06:50:38 +00:00
PassRegistry.cpp
PrintModulePass.cpp
Enable *BasicBlockPass::createPrinterPass()
2013-02-08 23:37:41 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
[tsan/msan] adding thread_safety and uninitialized_checks attributes
2013-02-11 08:13:54 +00:00