.. |
AddrModeMatcher.cpp
|
Fix compiler warning about uninitialized variables. No functional change.
|
2009-02-27 06:29:31 +00:00 |
BasicBlockUtils.cpp
|
Skip ptr-to-ptr bitcasts when counting in another case.
|
2009-03-04 02:06:53 +00:00 |
BasicInliner.cpp
|
Changed option name from inline-threshold to basic-inline-threshold because
|
2009-02-23 07:07:56 +00:00 |
BreakCriticalEdges.cpp
|
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
|
2009-01-28 13:14:17 +00:00 |
CloneFunction.cpp
|
While inlining, clone llvm.dbg.func.start intrinsic and adjust
|
2009-04-15 00:17:06 +00:00 |
CloneLoop.cpp
|
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
|
2009-01-28 13:14:17 +00:00 |
CloneModule.cpp
|
|
|
CloneTrace.cpp
|
|
|
CMakeLists.txt
|
Add AddrModeMatcher.cpp
|
2009-02-21 07:05:11 +00:00 |
CodeExtractor.cpp
|
Fix PR2929 by making bugpoint/code extract propagate the nothrow
|
2008-12-18 05:52:56 +00:00 |
DemoteRegToStack.cpp
|
|
|
InlineCost.cpp
|
If a function is marked alwaysinline, it must be inlined (possibly for correctness). Do so even if the callee has dynamic alloca and the caller doesn't.
|
2009-03-10 07:57:50 +00:00 |
InlineFunction.cpp
|
While inlining, clone llvm.dbg.func.start intrinsic and adjust
|
2009-04-15 00:17:06 +00:00 |
InstructionNamer.cpp
|
|
|
LCSSA.cpp
|
Simplify the logic of getting hold of a PHI predecessor block.
|
2009-01-23 19:40:15 +00:00 |
Local.cpp
|
Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl.
|
2009-03-18 10:13:08 +00:00 |
LoopSimplify.cpp
|
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
|
2009-01-28 13:14:17 +00:00 |
LowerAllocations.cpp
|
Rename getABITypeSize to getTypePaddedSize, as
|
2009-01-12 20:38:59 +00:00 |
LowerInvoke.cpp
|
remove trailing whitespace
|
2009-04-17 23:30:55 +00:00 |
LowerSwitch.cpp
|
Now that errs() is properly non-buffered, there's no need to
|
2009-03-23 15:57:19 +00:00 |
Makefile
|
Removed trailing whitespace from Makefiles.
|
2009-01-09 16:44:42 +00:00 |
Mem2Reg.cpp
|
Just roll back the previous change to -mem2reg.
|
2009-02-20 17:49:33 +00:00 |
PromoteMemoryToRegister.cpp
|
Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of
|
2009-04-16 21:40:28 +00:00 |
SimplifyCFG.cpp
|
Fix comment typo.
|
2009-03-19 17:23:29 +00:00 |
UnifyFunctionExitNodes.cpp
|
Tidy up #includes, deleting a bunch of unnecessary #includes.
|
2009-01-05 17:59:02 +00:00 |
UnrollLoop.cpp
|
|
|
ValueMapper.cpp
|
|
|