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
/
GlobalStatus.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GlobalOpt] Fix exponential compile-time with selects.
Eli Friedman
2018-01-31
1
-17
/
+16
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Transforms/Utils] Fix some Clang-tidy modernize and Include What You Use war...
Eugene Zelenko
2017-01-14
1
-6
/
+15
*
Merge two if conditions into one. NFCI.
Davide Italiano
2016-10-24
1
-3
/
+2
*
GlobalStatus: Don't walk use-lists of ConstantData
Duncan P. N. Exon Smith
2016-09-24
1
-1
/
+1
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-6
/
+6
*
GlobalOpt does not treat externally_initialized globals correctly
Oliver Stannard
2015-10-12
1
-0
/
+4
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Remove dangling initializers in GlobalDCE
Bruno Cardoso Lopes
2014-08-25
1
-0
/
+3
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-10
/
+8
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Handle calls and invokes in GlobalStatus.
Rafael Espindola
2013-10-25
1
-0
/
+5
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
1
-0
/
+178