.. |
AddDiscriminators.cpp
|
IR: Split Metadata from Value
|
2014-12-09 18:38:53 +00:00 |
ASanStackFrameLayout.cpp
|
[asan] Reuse a common function.
|
2015-02-16 14:49:37 +00:00 |
BasicBlockUtils.cpp
|
Teach SplitBlockPredecessors how to handle landingpad blocks.
|
2015-01-28 23:06:47 +00:00 |
BreakCriticalEdges.cpp
|
[PM] Remove the Pass argument from all of the critical edge splitting
|
2015-01-19 12:09:11 +00:00 |
BuildLibCalls.cpp
|
[PM] Move TargetLibraryInfo into the Analysis library.
|
2015-01-15 02:16:27 +00:00 |
BypassSlowDivision.cpp
|
[C++] Use 'nullptr'. Transforms edition.
|
2014-04-25 05:29:35 +00:00 |
CloneFunction.cpp
|
Rename MapValue(Metadata*) to MapMetadata()
|
2014-12-19 06:06:18 +00:00 |
CloneModule.cpp
|
Remove a bad cast in CloneModule()
|
2014-12-23 08:23:45 +00:00 |
CMakeLists.txt
|
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
|
2015-02-11 03:28:02 +00:00 |
CmpInstAnalysis.cpp
|
[C++] Use 'nullptr'. Transforms edition.
|
2014-04-25 05:29:35 +00:00 |
CodeExtractor.cpp
|
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges."
|
2014-07-21 17:06:51 +00:00 |
CtorUtils.cpp
|
GlobalOpt: Preserve comdats of unoptimized initializers
|
2014-09-23 22:33:01 +00:00 |
DemoteRegToStack.cpp
|
Fix a bug in DemoteRegToStack where a reload instruction was inserted into the
|
2015-02-09 06:38:23 +00:00 |
FlattenCFG.cpp
|
utils: Fix segfault in flattencfg
|
2014-08-13 20:31:53 +00:00 |
GlobalStatus.cpp
|
Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool>
|
2014-11-19 07:49:26 +00:00 |
InlineFunction.cpp
|
Remove a redundant dyn_cast.
|
2015-01-30 19:42:59 +00:00 |
InstructionNamer.cpp
|
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
2014-03-05 09:10:37 +00:00 |
IntegerDivision.cpp
|
Fix heap-use-after-free bug in expandSDiv when the operands are
|
2014-11-05 21:28:24 +00:00 |
LCSSA.cpp
|
[PM] Split the LoopInfo object apart from the legacy pass, creating
|
2015-01-17 14:16:18 +00:00 |
LLVMBuild.txt
|
Update libdeps since TLI was moved from Target to Analysis in r226078.
|
2015-01-15 05:21:00 +00:00 |
Local.cpp
|
Don't promote asynch EH invokes of nounwind functions to calls
|
2015-02-11 01:23:16 +00:00 |
LoopSimplify.cpp
|
Prefer SmallVector::append/insert over push_back loops.
|
2015-02-17 15:29:18 +00:00 |
LoopUnroll.cpp
|
Resurrect the assertion removed by r227717
|
2015-02-02 20:41:11 +00:00 |
LoopUnrollRuntime.cpp
|
Teach SplitBlockPredecessors how to handle landingpad blocks.
|
2015-01-28 23:06:47 +00:00 |
LowerInvoke.cpp
|
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
|
2014-04-22 02:55:47 +00:00 |
LowerSwitch.cpp
|
LowerSwitch: Use ConstantInt for CaseRange::{Low,High}
|
2015-02-05 16:58:10 +00:00 |
Makefile
|
|
|
Mem2Reg.cpp
|
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
|
2015-01-04 12:03:27 +00:00 |
MetaRenamer.cpp
|
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
2014-03-05 09:10:37 +00:00 |
ModuleUtils.cpp
|
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size.
|
2014-08-21 05:55:13 +00:00 |
PromoteMemoryToRegister.cpp
|
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
|
2015-01-04 12:03:27 +00:00 |
SimplifyCFG.cpp
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
SimplifyIndVar.cpp
|
[PM] Remove a dead field.
|
2015-01-17 14:31:35 +00:00 |
SimplifyInstructions.cpp
|
[PM] Separate the TargetLibraryInfo object from the immutable pass.
|
2015-01-15 10:41:28 +00:00 |
SimplifyLibCalls.cpp
|
[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
|
2015-01-27 21:52:16 +00:00 |
SSAUpdater.cpp
|
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges."
|
2014-07-21 17:06:51 +00:00 |
SymbolRewriter.cpp
|
[PM] Remove the old 'PassManager.h' header file at the top level of
|
2015-02-13 10:01:29 +00:00 |
UnifyFunctionExitNodes.cpp
|
[LPM] Stop using the string based preservation API. It is an
|
2015-01-28 04:57:56 +00:00 |
Utils.cpp
|
Pass to emit DWARF path discriminators.
|
2014-03-03 20:06:11 +00:00 |
ValueMapper.cpp
|
Utils: Resolve cycles under distinct MDNodes
|
2015-02-04 19:44:34 +00:00 |