..
AsmWriter.cpp
Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future.
2012-12-19 07:18:57 +00:00
AttributeImpl.h
Add a few (as yet unused) query methods to determine if the attribute that's
2012-12-30 01:38:39 +00:00
Attributes.cpp
Add a few (as yet unused) query methods to determine if the attribute that's
2012-12-30 01:38:39 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
CMakeLists.txt
ConstantFold.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
ConstantFold.h
Constants.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
ConstantsContext.h
Core.cpp
s/Raw/getBitMask/g to be more in line with current naming conventions. This method won't be sticking around.
2012-12-30 01:05:42 +00:00
DataLayout.cpp
Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefined
2012-12-20 04:02:58 +00:00
DebugInfo.cpp
Fix name. The array is unboundED.
2012-12-05 21:43:30 +00:00
DebugLoc.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
DIBuilder.cpp
Use the 'count' attribute to calculate the upper bound of an array.
2012-12-04 21:34:03 +00:00
Dominators.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
Function.cpp
Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<IntrinsicInst>()) to use it. This decreases the number of occurrences of the slow-path string matching performed by getIntrinsicID().
2012-12-19 23:17:20 +00:00
GCOV.cpp
Globals.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
Instructions.cpp
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribute instead of the value of the attribute.
2012-12-22 00:37:52 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
LeaksContext.h
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
LLVMBuild.txt
LLVMContext.cpp
80 columns. No functionality change.
2012-12-26 22:00:49 +00:00
LLVMContextImpl.cpp
Rename LLVMContext diagnostic handler types and functions.
2012-12-25 00:07:12 +00:00
LLVMContextImpl.h
Rename LLVMContext diagnostic handler types and functions.
2012-12-25 00:07:12 +00:00
Makefile
Metadata.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
Module.cpp
s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future.
2012-12-07 23:16:57 +00:00
Pass.cpp
moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo
2012-12-03 21:56:57 +00:00
PassManager.cpp
- Added calls to doInitialization/doFinalization to immutable passes
2012-12-05 17:12:22 +00:00
PassRegistry.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
PrintModulePass.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
SymbolTableListTraitsImpl.h
TargetTransformInfo.cpp
Type.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
TypeFinder.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
Use.cpp
User.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
Value.cpp
Don't use isa<CallInst>(this) in the constructor for CallInst's base class.
2012-12-20 04:11:02 +00:00
ValueSymbolTable.cpp
Use the new script to sort the includes of every file under lib.
2012-12-03 16:50:05 +00:00
ValueTypes.cpp
Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64
2012-12-24 10:03:57 +00:00
Verifier.cpp
Inline hasFunctionOnlyAttrs into its only use.
2012-12-19 09:15:11 +00:00