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
/
Instrumentation
/
ControlHeightReduction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.
Hiroshi Yamauchi
2020-01-13
1
-0
/
+4
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[CHR] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-1
/
+1
*
[PGO][CHR] Speed up following long, interlinked use-def chains.
Hiroshi Yamauchi
2019-09-05
1
-5
/
+14
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[IR] SelectInst: add swapValues() utility
Roman Lebedev
2019-08-01
1
-4
/
+1
*
[PGO][CHR] Speed up following long use-def chains.
Hiroshi Yamauchi
2019-05-22
1
-9
/
+25
*
[PGO][CHR] A bug fix.
Hiroshi Yamauchi
2019-05-01
1
-6
/
+21
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-1
/
+1
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-1
/
+1
*
Move some helpers from the global namespace into anonymous ones.
Benjamin Kramer
2018-10-13
1
-3
/
+4
*
[PGO][CHR] Add opt remarks.
Hiroshi Yamauchi
2018-09-18
1
-5
/
+75
*
[PGO] Fix some style issue of ControlHeightReduction
Fangrui Song
2018-09-07
1
-33
/
+30
*
[PGO][CHR] Build/warning fix
Hiroshi Yamauchi
2018-09-07
1
-0
/
+2
*
[PGO][CHR] Small cleanup.
Hiroshi Yamauchi
2018-09-07
1
-36
/
+17
*
[ControlHeightReduction] Remove unused includes
Benjamin Kramer
2018-09-05
1
-5
/
+5
*
Prevent unsigned overflow.
Richard Trieu
2018-09-05
1
-7
/
+9
*
Fix -Wunused-function in release build after rL341386
Fangrui Song
2018-09-05
1
-7
/
+10
*
Fix a memory leak after rL341386.
Hiroshi Yamauchi
2018-09-04
1
-1
/
+1
*
Fix unused variable warning
Reid Kleckner
2018-09-04
1
-2
/
+2
*
Fix build failures after rL341386.
Hiroshi Yamauchi
2018-09-04
1
-0
/
+8
*
[PGO] Control Height Reduction
Hiroshi Yamauchi
2018-09-04
1
-0
/
+2010