index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.
Adrian Prantl
2014-04-25
1
-1
/
+7
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-8
/
+14
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-14
/
+8
*
Reapply r207135 without modifications.
Adrian Prantl
2014-04-25
1
-17
/
+3
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-8
/
+14
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-7
/
+7
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-14
/
+8
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-8
/
+14
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
1
-14
/
+8
*
Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...
Adrian Prantl
2014-04-24
1
-3
/
+17
*
Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the location
Adrian Prantl
2014-04-24
1
-17
/
+3
*
Debug info for optimized code: Support variables that are on the stack and
Adrian Prantl
2014-04-24
1
-8
/
+14
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
C++11: convert verbose loops to range-based loops.
Adrian Prantl
2014-03-27
1
-7
/
+6
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-14
/
+11
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-5
/
+6
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Transforms: Don't create bad branch weights when folding a switch
Justin Bogner
2013-12-10
1
-2
/
+4
*
Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value
Adrian Prantl
2013-11-18
1
-1
/
+5
*
Don't eliminate a partially redundant load if it's in a landing pad.
Bill Wendling
2013-10-21
1
-14
/
+1
*
Perform an intelligent splice of the predecessor with the single successor.
Bill Wendling
2013-10-19
1
-1
/
+14
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
1
-6
/
+0
*
Push analysis passes to InstSimplify when they're around anyways.
Benjamin Kramer
2013-09-24
1
-1
/
+1
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-25
/
+20
*
Fix small typo: s/succ/Succ/
Mark Lacey
2013-08-14
1
-1
/
+1
*
Reapply r188119 now that the bug it exposed is fixed.
Peter Collingbourne
2013-08-12
1
-12
/
+135
*
Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
2013-08-10
1
-135
/
+12
*
Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
2013-08-09
1
-12
/
+135
*
Teach getOrEnforceKnownAlignment about address spaces
Matt Arsenault
2013-08-01
1
-4
/
+5
*
Fix spelling
Matt Arsenault
2013-07-23
1
-1
/
+1
*
Remove trailing spaces.
Jakub Staszak
2013-07-22
1
-37
/
+37
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
1
-23
/
+147
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-3
/
+9
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
1
-3
/
+3
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
1
-3
/
+3
*
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
1
-2
/
+2
*
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-26
1
-2
/
+27
*
Fix llvm::removeUnreachableBlocks to handle unreachable loops.
Evgeniy Stepanov
2013-03-22
1
-12
/
+7
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-12
/
+12
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Fix typo in comments
Alexey Samsonov
2012-12-24
1
-1
/
+1
*
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-21
1
-0
/
+41
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+35
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
[next]