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
Commit message (
Expand
)
Author
Age
Files
Lines
*
LoopUnrollRuntime: Check for overflow in the trip count calculation.
Benjamin Kramer
2014-06-21
1
-11
/
+12
*
Don't build switch lookup tables for dllimport or TLS variables
Hans Wennborg
2014-06-20
1
-0
/
+4
*
LowerSwitch: track bounding range for the condition tree.
Jim Grosbach
2014-06-16
1
-27
/
+102
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
2014-06-09
1
-1
/
+7
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-1
/
+1
*
Make bitcast, extractelement, and insertelement considered cheap for speculat...
Matt Arsenault
2014-05-30
1
-0
/
+3
*
LCSSA should be performed on the outermost affected loop while unrolling loop.
Dinesh Dwivedi
2014-05-29
1
-0
/
+9
*
Add support for missed and analysis optimization remarks.
Diego Novillo
2014-05-22
2
-7
/
+9
*
Revert "Patch for function cloning to inline all blocks whose address is taken"
Eric Christopher
2014-05-19
1
-106
/
+34
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-2
/
+3
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-3
/
+2
*
Add comdat key field to llvm.global_ctors and llvm.global_dtors
Reid Kleckner
2014-05-16
2
-20
/
+35
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-2
/
+2
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-2
/
+4
*
Don't insert lifetime.end markers between a musttail call and ret
Reid Kleckner
2014-05-15
1
-2
/
+12
*
Revert "Don't insert lifetime.end markers between a musttail call and ret"
Reid Kleckner
2014-05-15
1
-12
/
+2
*
Remove unused variable in inliner
Reid Kleckner
2014-05-15
1
-7
/
+4
*
Don't insert lifetime.end markers between a musttail call and ret
Reid Kleckner
2014-05-15
1
-2
/
+12
*
Teach the inliner how to preserve musttail invariants
Reid Kleckner
2014-05-15
1
-26
/
+112
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
2
-2
/
+2
*
Split GlobalValue into GlobalValue and GlobalObject.
Rafael Espindola
2014-05-13
1
-8
/
+8
*
Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCost
Louis Gerbarg
2014-05-09
1
-0
/
+1
*
Use auto and clang-format this snippet.
Rafael Espindola
2014-05-09
1
-3
/
+5
*
Re-commit r208025, reverted in r208030, with a fix for a conformance issue
Richard Smith
2014-05-06
1
-3
/
+3
*
Revert r208025, which made buildbots unhappy for unknown reasons.
Richard Smith
2014-05-06
1
-3
/
+3
*
Add llvm::function_ref (and a couple of uses of it), representing a type-eras...
Richard Smith
2014-05-06
1
-3
/
+3
*
Teach GlobalDCE how to remove empty global_ctor entries.
Nico Weber
2014-05-02
2
-0
/
+182
*
Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 ...
Nick Lewycky
2014-05-02
1
-0
/
+15
*
Patch for function cloning to inline all blocks whose address is taken
Gerolf Hoflehner
2014-04-30
1
-34
/
+106
*
Add optimization remarks to the loop unroller and vectorizer.
Diego Novillo
2014-04-29
1
-0
/
+14
*
Fix a typo in comment
Michael Zolotukhin
2014-04-29
1
-1
/
+1
*
Fix rampant quadratic behavior in UpdatePHINodes. The operation of
Chandler Carruth
2014-04-28
1
-23
/
+40
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
3
-4
/
+4
*
RecursivelyDeleteTriviallyDeadInstructions() could remove
Gerolf Hoflehner
2014-04-26
1
-1
/
+9
*
Restore CloneFunction.cpp which got accidently
Gerolf Hoflehner
2014-04-26
1
-92
/
+33
*
Revert commit r207302 since build failures
Gerolf Hoflehner
2014-04-26
2
-42
/
+93
*
RecursivelyDeleteTriviallyDeadInstructions() could remove
Gerolf Hoflehner
2014-04-26
1
-1
/
+9
*
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
27
-398
/
+403
*
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
[next]