.. |
ADT
|
Don't leave IsUnsigned uninitialized in a default-constructed APSInt. Copying
|
2012-12-20 03:59:24 +00:00 |
Analysis
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
Assembly
|
|
|
Bitcode
|
|
|
CodeGen
|
Add targets to skip running the GC passes.
|
2012-12-21 02:57:04 +00:00 |
Config
|
[CMake] Move libxml2 stuff from clang to llvm/cmake.
|
2012-12-14 18:30:20 +00:00 |
DebugInfo
|
|
|
ExecutionEngine
|
JITEventListener.h: Use llvm-config.h instead of config.h.
|
2012-12-13 15:03:38 +00:00 |
MC
|
Aligned bundling support. Following the discussion here:
|
2012-12-20 19:05:53 +00:00 |
Object
|
Add a function to get the segment name of a section.
|
2012-12-21 03:47:03 +00:00 |
Option
|
|
|
Support
|
Remove MCTargetAsmLexer and its derived classes now that edis,
|
2012-12-20 14:43:30 +00:00 |
TableGen
|
|
|
Target
|
Move isSubRegister() and isSuperRegister to MCRegisterInfo.
|
2012-12-19 23:38:46 +00:00 |
Transforms
|
[msan] Remove unreachable blocks before instrumenting a function.
|
2012-12-21 11:18:49 +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
|
Some random comment, naming, and format changes.
|
2012-12-20 21:28:43 +00:00 |
AutoUpgrade.h
|
|
|
BasicBlock.h
|
|
|
CallGraphSCCPass.h
|
|
|
CallingConv.h
|
|
|
CMakeLists.txt
|
|
|
Constant.h
|
|
|
Constants.h
|
|
|
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
|
|
|
DIBuilder.h
|
|
|
Function.h
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
GlobalAlias.h
|
|
|
GlobalValue.h
|
|
|
GlobalVariable.h
|
|
|
GVMaterializer.h
|
|
|
InitializePasses.h
|
|
|
InlineAsm.h
|
|
|
InstrTypes.h
|
|
|
Instruction.def
|
|
|
Instruction.h
|
|
|
Instructions.h
|
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
|
2012-12-20 16:04:27 +00:00 |
InstVisitor.h
|
|
|
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
|
|
|
Intrinsics.td
|
Add R600 backend
|
2012-12-11 21:25:42 +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
|
|
|
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
|
|
|
Linker.h
|
|
|
LLVMContext.h
|
|
|
MDBuilder.h
|
|
|
Metadata.h
|
|
|
Module.h
|
|
|
OperandTraits.h
|
|
|
Operator.h
|
Holding my nose and moving the accumulation routine to GEPOperator
|
2012-12-11 11:05:15 +00:00 |
Pass.h
|
|
|
PassAnalysisSupport.h
|
|
|
PassManager.h
|
|
|
PassManagers.h
|
|
|
PassRegistry.h
|
|
|
PassSupport.h
|
Fix comment typo.
|
2012-12-17 11:43:15 +00:00 |
SymbolTableListTraits.h
|
|
|
TargetTransformInfo.h
|
Replace TargetLowering::isIntImmLegal() with
|
2012-12-11 23:26:14 +00:00 |
Type.h
|
|
|
TypeBuilder.h
|
|
|
TypeFinder.h
|
|
|
Use.h
|
|
|
User.h
|
|
|
Value.h
|
|
|
ValueSymbolTable.h
|
|
|