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
/
CodeGen
/
CodeGenPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGenPrep]No negative cost in the ExtLd promotion
Jun Bum Lim
2017-01-27
1
-1
/
+4
*
[CodeGenPrepare] Fix a typo in the comment. NFC.
Haicheng Wu
2017-01-18
1
-1
/
+1
*
Redo store splitting in CodeGenPrepare.
Wei Mi
2016-12-22
1
-0
/
+117
*
[Analysis] Centralize objectsize lowering logic.
George Burgess IV
2016-12-20
1
-12
/
+2
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-12-16
1
-31
/
+137
*
Inline stripInvariantGroupMetadata out of existence
Sanjoy Das
2016-12-16
1
-7
/
+2
*
Fix CodeGenPrepare::stripInvariantGroupMetadata
Sanjoy Das
2016-12-16
1
-2
/
+1
*
Revert "[CodeGenPrep] Skip merging empty case blocks"
Jun Bum Lim
2016-12-16
1
-137
/
+31
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-12-16
1
-31
/
+137
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
Revert r287553: [CodeGenPrep] Skip merging empty case blocks
Joerg Sonnenberger
2016-11-28
1
-135
/
+32
*
[CodeGenPrepare] Don't sink non-cheap addrspacecasts.
Justin Lebar
2016-11-21
1
-0
/
+8
*
[CodeGenPrepare] Rewrite a loop in terms of llvm::none_of. NFC.
Justin Lebar
2016-11-21
1
-11
/
+3
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-11-21
1
-32
/
+135
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Hoist check for TLI above all of the attempts to use it (including one
Chandler Carruth
2016-11-04
1
-2
/
+6
*
Use profile info to set function section prefix to group hot/cold functions.
Dehao Chen
2016-10-18
1
-2
/
+20
*
[CodeGenPrepare] When moving a zext near to its associated load, do not retai...
Andrea Di Biagio
2016-10-17
1
-0
/
+8
*
Preserve the debug location when CodeGenPrepare sinks a compare instruction i...
Wolfgang Pieb
2016-10-06
1
-0
/
+2
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Fix the bug introduced in r281252.
Dehao Chen
2016-09-12
1
-1
/
+1
*
Lower consecutive select instructions correctly.
Dehao Chen
2016-09-12
1
-23
/
+75
*
[CGP] Be less conservative about tail-duplicating a ret to allow tail calls
Michael Kuperstein
2016-09-08
1
-10
/
+6
*
Don't reuse a variable name in a nested scope. NFC.
Michael Kuperstein
2016-09-07
1
-6
/
+6
*
[Profile] preserve branch metadata lowering select in CGP
Xinliang David Li
2016-09-03
1
-3
/
+8
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
CodeGenPrep: use correct function to determine Global's alignment.
Tim Northover
2016-07-18
1
-1
/
+1
*
Clarify that we match BSwap in InstCombine and BitReverse in CGP. NFC.
Chad Rosier
2016-05-25
1
-1
/
+1
*
Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC.
Jun Bum Lim
2016-05-13
1
-1
/
+1
*
[CGP] avoid crashing from weightlessness
Sanjay Patel
2016-05-09
1
-3
/
+5
*
[CodeGenPrepare] Don't sink a cast past its user
David Majnemer
2016-04-27
1
-0
/
+5
*
[CodeGenPrepare] use branch weight metadata to decide if a select should be t...
Sanjay Patel
2016-04-26
1
-11
/
+21
*
[CodeGenPrepare] don't convert an unpredictable select into control flow
Sanjay Patel
2016-04-26
1
-1
/
+2
*
replace duplicated static functions for profile metadata access with BranchIn...
Sanjay Patel
2016-04-23
1
-25
/
+2
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Calculate __builtin_object_size when pointer depends on a condition
Petar Jovanovic
2016-04-13
1
-3
/
+12
*
use range-loops; NFCI
Sanjay Patel
2016-04-11
1
-13
/
+8
*
Don't delete empty preheaders in CodeGenPrepare if it would create a critical...
Chuang-Yu Cheng
2016-04-05
1
-0
/
+25
*
[CodeGenPrepare] Fix r265264 (again).
Peter Zotov
2016-04-03
1
-3
/
+3
*
[CodeGenPrepare] Fix r265264.
Peter Zotov
2016-04-03
1
-3
/
+3
*
[CodeGenPrepare] Avoid sinking soft-FP comparisons
Peter Zotov
2016-04-03
1
-5
/
+9
*
Keep CodeGenPrepare from preserving the domtree.
George Burgess IV
2016-03-22
1
-1
/
+2
*
Minor code cleanups. NFC.
Junmo Park
2016-03-11
1
-3
/
+3
*
[CGP] Duplicate addressing computation in cold paths if required to sink addr...
Philip Reames
2016-03-09
1
-8
/
+45
*
[CodeGenPrepare] Remove load-based heuristic
Junmo Park
2016-02-25
1
-11
/
+0
*
ADT: Stop using getNodePtrUnchecked on end() iterators
Duncan P. N. Exon Smith
2016-02-21
1
-5
/
+3
*
CodeGen: Avoid getNodePtrUnchecked() where we need a Value, NFC
Duncan P. N. Exon Smith
2016-02-21
1
-4
/
+6
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
[next]