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-01 15:11:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0fae64fde0
llvm-6502
/
lib
/
IR
History
Craig Topper
97fe3d9511
Remove extra blank line between closing curly brace and 'else'
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@174492
91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-06 06:50:38 +00:00
..
AsmWriter.cpp
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized.
2013-02-05 05:57:38 +00:00
AttributeImpl.h
Remove unused private field to suppress a build warning.
2013-02-06 06:48:10 +00:00
Attributes.cpp
Add a 'StringRef' version of hasAttribute.
2013-02-06 01:33:42 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
Fix ConstantFold's folding of icmp instructions to recognize that,
2013-01-31 00:01:45 +00:00
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
2013-01-30 23:40:31 +00:00
DataLayout.cpp
Clean up whitespace and indentation a bit
2013-01-30 19:24:23 +00:00
DebugInfo.cpp
[DebugInfo] remove more node indirection (this time from the subprogram's variable lists)
2013-02-04 05:56:36 +00:00
DebugLoc.cpp
DIBuilder.cpp
[DebugInfo] remove more node indirection (this time from the subprogram's variable lists)
2013-02-04 05:56:36 +00:00
Dominators.cpp
Function.cpp
GCOV.cpp
Globals.cpp
Added instance variable/initializers/getter/setters for new keyword externally initialized to GlobalVariable. No *TRUE* functionality change.
2013-02-03 21:54:38 +00:00
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
PassManager.cpp
Remove extra blank line between closing curly brace and 'else'
2013-02-06 06:50:38 +00:00
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
Make the AttrBuilder creation method of Attribute private so that people won't use it.
2013-01-31 01:51:27 +00:00