This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-29 07:53:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5bb16fdbb3
llvm
/
lib
/
IR
History
Eli Bendersky
f578c89dc6
Clean up whitespace and indentation a bit
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@173960
91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-30 19:24:23 +00:00
..
AsmWriter.cpp
AttributeImpl.h
s/Data/Kind/g. No functionality change.
2013-01-29 20:37:10 +00:00
Attributes.cpp
Add a couple of accessor methods to get the kind and values of an attribute.
2013-01-29 20:45:34 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp
Remove the last of uses that use the Attribute object as a collection of attributes.
2013-01-23 06:14:59 +00:00
DataLayout.cpp
Clean up whitespace and indentation a bit
2013-01-30 19:24:23 +00:00
DebugInfo.cpp
DebugLoc.cpp
DIBuilder.cpp
Dominators.cpp
Function.cpp
Remove the last of uses that use the Attribute object as a collection of attributes.
2013-01-23 06:14:59 +00:00
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
2013-01-23 00:45:55 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
Cleanup the AttributeSetNodes that we create.
2013-01-24 00:14:46 +00:00
LLVMContextImpl.h
Create a new class: AttributeSetNode.
2013-01-24 00:06:56 +00:00
Makefile
Metadata.cpp
Module.cpp
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
Attempt to fix dragonegg. Use the number of slots to determine if the AttributeSet has attributes or not.
2013-01-30 06:54:41 +00:00