This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-21 19:36:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
IR
History
Tom Stellard
e343d842fd
C API: Add LLVMGetBufferSize()
...
llvm-svn: 179647
2013-04-16 23:12:51 +00:00
..
AsmWriter.cpp
Print out the target-independent attributes in a comment before the function definition.
2013-04-16 20:55:47 +00:00
AttributeImpl.h
…
Attributes.cpp
Add some additonal attribute helper functions. Test will be on follow
2013-03-13 20:20:08 +00:00
AutoUpgrade.cpp
…
BasicBlock.cpp
…
CMakeLists.txt
…
ConstantFold.cpp
…
ConstantFold.h
…
Constants.cpp
Fix a scalability issue with complex ConstantExprs.
2013-04-13 12:53:18 +00:00
ConstantsContext.h
…
Core.cpp
C API: Add LLVMGetBufferSize()
2013-04-16 23:12:51 +00:00
DataLayout.cpp
Cleanup naming: DataLayout s/TD/DL/
2013-04-16 15:41:18 +00:00
DebugInfo.cpp
Revert "Adding DIImportedModules to DIScopes."
2013-03-28 02:44:59 +00:00
DebugLoc.cpp
…
DIBuilder.cpp
Support and test template arguments for unions.
2013-04-02 22:55:56 +00:00
Dominators.cpp
…
Function.cpp
minor code style cleanup.
2013-03-20 21:04:53 +00:00
GCOV.cpp
…
Globals.cpp
…
GVMaterializer.cpp
…
InlineAsm.cpp
…
Instruction.cpp
…
Instructions.cpp
Revert r177675. This is language-specific and shouldn't be in the API.
2013-03-22 18:46:32 +00:00
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
Measure time that IR parsing took as part of the -time-passes measurement.
2013-04-03 15:33:45 +00:00
PassRegistry.cpp
…
PrintModulePass.cpp
…
SymbolTableListTraitsImpl.h
…
Type.cpp
…
TypeFinder.cpp
…
Use.cpp
…
User.cpp
…
Value.cpp
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answers for blocks larger than 3 instrs.
2013-04-12 08:33:11 +00:00
ValueSymbolTable.cpp
…
ValueTypes.cpp
…
Verifier.cpp
…