.. |
ADT
|
Provide a common half-open interval map info implementation, and just
|
2012-12-27 11:29:17 +00:00 |
Analysis
|
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hopefully with bugs corrected now.
|
2012-12-31 20:45:10 +00:00 |
Assembly
|
|
|
Bitcode
|
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
|
2012-12-09 20:23:16 +00:00 |
CodeGen
|
Provide a common half-open interval map info implementation, and just
|
2012-12-27 11:29:17 +00:00 |
Config
|
[CMake] Move libxml2 stuff from clang to llvm/cmake.
|
2012-12-14 18:30:20 +00:00 |
DebugInfo
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
ExecutionEngine
|
JITEventListener.h: Use llvm-config.h instead of config.h.
|
2012-12-13 15:03:38 +00:00 |
MC
|
llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in the comment. [-Wdocumentation]
|
2012-12-24 01:24:04 +00:00 |
Object
|
Fix bits check in ELFObjectFile::isSectionZeroInit().
|
2012-12-31 18:20:51 +00:00 |
Option
|
Copy clang/Driver/<Option parsing stuff> to llvm.
|
2012-12-05 00:29:32 +00:00 |
Support
|
Remove an unused method on the Program class.
|
2012-12-31 23:38:28 +00:00 |
TableGen
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
Target
|
Remove the Function::getRetAttributes method in favor of using the AttributeSet accessor method.
|
2012-12-30 13:01:51 +00:00 |
Transforms
|
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.
|
2012-12-28 09:30:44 +00:00 |
AddressingMode.h
|
|
|
Argument.h
|
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 |
Attributes.h
|
Remove dead method.
|
2012-12-31 11:52:55 +00:00 |
AutoUpgrade.h
|
|
|
BasicBlock.h
|
Add support to BasicBlocks for iterating backwards over the
|
2012-12-27 12:00:56 +00:00 |
CallGraphSCCPass.h
|
moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo
|
2012-12-03 21:56:57 +00:00 |
CallingConv.h
|
|
|
CMakeLists.txt
|
|
|
Constant.h
|
|
|
Constants.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
DataLayout.h
|
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.h
|
Improve debug info generated with enabled AddressSanitizer.
|
2012-12-12 14:31:53 +00:00 |
DefaultPasses.h
|
|
|
DerivedTypes.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
DIBuilder.h
|
Use the 'count' attribute to calculate the upper bound of an array.
|
2012-12-04 21:34:03 +00:00 |
Function.h
|
Use the predicate methods off of AttributeSet instead of Attribute.
|
2012-12-30 13:50:49 +00:00 |
GlobalAlias.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
GlobalValue.h
|
|
|
GlobalVariable.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
GVMaterializer.h
|
|
|
InitializePasses.h
|
|
|
InlineAsm.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
InstrTypes.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
Instruction.def
|
|
|
Instruction.h
|
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces.
|
2012-12-09 21:12:04 +00:00 |
Instructions.h
|
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttrSomewhere predicate. This prevents the uses of 'Attribute' as a collection of attributes.
|
2012-12-31 00:49:59 +00:00 |
InstVisitor.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
IntrinsicInst.h
|
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 |
Intrinsics.h
|
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 |
Intrinsics.td
|
Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64
|
2012-12-24 10:03:57 +00:00 |
IntrinsicsARM.td
|
Revert "Adding support for llvm.arm.neon.vaddl[su].* and"
|
2012-12-20 21:09:38 +00:00 |
IntrinsicsHexagon.td
|
|
|
IntrinsicsMips.td
|
|
|
IntrinsicsNVVM.td
|
|
|
IntrinsicsPowerPC.td
|
Loosen scheduling restrictions on the PPC dcbt intrinsic
|
2012-12-25 18:51:18 +00:00 |
IntrinsicsR600.td
|
Add R600 backend
|
2012-12-11 21:25:42 +00:00 |
IntrinsicsX86.td
|
|
|
IntrinsicsXCore.td
|
|
|
IRBuilder.h
|
Fix typo that results in new landing pads not getting a name, fixing PR14617.
|
2012-12-17 12:02:36 +00:00 |
LinkAllPasses.h
|
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to increase the function size.
|
2012-12-12 19:29:45 +00:00 |
LinkAllVMCore.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
Linker.h
|
|
|
LLVMContext.h
|
Rename LLVMContext diagnostic handler types and functions.
|
2012-12-25 00:07:12 +00:00 |
MDBuilder.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
Metadata.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
Module.h
|
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 |
OperandTraits.h
|
|
|
Operator.h
|
Holding my nose and moving the accumulation routine to GEPOperator
|
2012-12-11 11:05:15 +00:00 |
Pass.h
|
moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo
|
2012-12-03 21:56:57 +00:00 |
PassAnalysisSupport.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
PassManager.h
|
|
|
PassManagers.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
PassRegistry.h
|
|
|
PassSupport.h
|
Fix comment typo.
|
2012-12-17 11:43:15 +00:00 |
SymbolTableListTraits.h
|
|
|
TargetTransformInfo.h
|
CostModel: We have API for checking the costs of known shuffles. This patch adds
|
2012-12-24 10:04:03 +00:00 |
Type.h
|
|
|
TypeBuilder.h
|
|
|
TypeFinder.h
|
|
|
Use.h
|
|
|
User.h
|
|
|
Value.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
ValueSymbolTable.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |