.. |
AsmWriter.cpp
|
Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap
|
2009-08-20 17:11:38 +00:00 |
Attributes.cpp
|
Reduce contention on the Attributes lock by using atomic operations for reference counting rather than locking.
|
2009-08-20 19:03:20 +00:00 |
AutoUpgrade.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
BasicBlock.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
CMakeLists.txt
|
|
|
ConstantFold.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
ConstantFold.h
|
|
|
Constants.cpp
|
Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap
|
2009-08-20 17:11:38 +00:00 |
ConstantsContext.h
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
Core.cpp
|
Expose creating constant ints and floats from strings in llvm-c.
|
2009-08-16 23:36:46 +00:00 |
Dominators.cpp
|
switch DominanceFrontier::splitBlock to use a smallvector for
|
2009-08-15 01:39:28 +00:00 |
Function.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
Globals.cpp
|
|
|
InlineAsm.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
Instruction.cpp
|
|
|
Instructions.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
IntrinsicInst.cpp
|
|
|
LeakDetector.cpp
|
Reapply my less-lock-contention-in-leak-detector patch, now with new files
|
2009-08-19 17:07:46 +00:00 |
LeaksContext.h
|
Reapply my less-lock-contention-in-leak-detector patch, now with new files
|
2009-08-19 17:07:46 +00:00 |
LLVMContext.cpp
|
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
|
2009-08-13 23:27:32 +00:00 |
LLVMContextImpl.h
|
Reapply my less-lock-contention-in-leak-detector patch, now with new files
|
2009-08-19 17:07:46 +00:00 |
Makefile
|
|
|
Mangler.cpp
|
Add prefix only if it is needed.
|
2009-08-17 23:17:17 +00:00 |
Metadata.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
Module.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
ModuleProvider.cpp
|
|
|
Pass.cpp
|
|
|
PassManager.cpp
|
|
|
PrintModulePass.cpp
|
|
|
SymbolTableListTraitsImpl.h
|
|
|
Type.cpp
|
Privatize the last bits of static type state.
|
2009-08-17 17:59:35 +00:00 |
TypesContext.h
|
|
|
TypeSymbolTable.cpp
|
|
|
Use.cpp
|
|
|
Value.cpp
|
Add a fast path for setName("") on an unnamed value.
|
2009-08-19 23:37:23 +00:00 |
ValueSymbolTable.cpp
|
Change ValueSymbolTable to use raw_svector_ostream for string concatenation.
|
2009-08-19 19:22:52 +00:00 |
ValueTypes.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |
Verifier.cpp
|
Push LLVMContexts through the IntegerType APIs.
|
2009-08-13 21:58:54 +00:00 |