..
ADCE.cpp
New CallInst interface to address GLIBCXX_DEBUG errors caused by
2007-08-01 03:43:44 +00:00
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
wrap some long lines. Major offenders that are left include
2007-08-02 16:53:43 +00:00
CondPropagate.cpp
Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll
2007-08-02 04:47:05 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp
Remove a bogus return statement, what appears to have been a pasto
2007-07-26 15:29:35 +00:00
DCE.cpp
DeadStoreElimination.cpp
Don't DSe volatile stores.
2007-08-26 21:14:47 +00:00
GCSE.cpp
GVN.cpp
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-17 18:34:04 +00:00
GVNPRE.cpp
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-17 18:34:04 +00:00
IndVarSimplify.cpp
Require SCEV before LCSSA.
2007-09-10 18:08:23 +00:00
InstructionCombining.cpp
Instcombine x-((x/y)*y) into a remainder operator.
2007-09-17 17:31:57 +00:00
LICM.cpp
Use SmallVector instead of std::vector.
2007-08-21 00:31:24 +00:00
LoopIndexSplit.cpp
Temporary reverting r41817
2007-09-14 01:13:55 +00:00
LoopRotation.cpp
Use SmallVector instead of std::vector.
2007-08-21 00:31:24 +00:00
LoopStrengthReduce.cpp
wrap some long lines. Major offenders that are left include
2007-08-02 16:53:43 +00:00
LoopUnroll.cpp
wrap some long lines. Major offenders that are left include
2007-08-02 16:53:43 +00:00
LoopUnswitch.cpp
Use SmallVector instead of std::vector.
2007-08-21 00:31:24 +00:00
LowerGC.cpp
Change llvm.gcroot to not init the root to null at runtime, this prevents
2007-09-12 17:53:10 +00:00
LowerPacked.cpp
Update GEP constructors to use an iterator interface to fix
2007-09-04 15:46:09 +00:00
Makefile
PredicateSimplifier.cpp
Oops, remove assert that wasn't meant to be committed.
2007-08-18 23:21:28 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp
Update GEP constructors to use an iterator interface to fix
2007-09-04 15:46:09 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp
Prevent tailcallelim from breaking "recursive" calls to builtins.
2007-09-10 20:58:55 +00:00