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
*
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
*
Minor code cleanups. NFC.
Junmo Park
2016-01-28
1
-1
/
+1
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-01-22
1
-8
/
+8
*
fix formatting; NFC
Sanjay Patel
2016-01-20
1
-3
/
+3
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-15
1
-2
/
+2
*
[CodeGenPrepare] Try and appease sanitizers
James Molloy
2016-01-15
1
-1
/
+1
*
[InstCombine] Rewrite bswap/bitreverse handling completely.
James Molloy
2016-01-15
1
-0
/
+29
*
Revert "Stop increasing alignment of externally-visible globals on ELF platfo...
James Y Knight
2016-01-14
1
-2
/
+2
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-13
1
-2
/
+2
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-08
1
-8
/
+8
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-25
/
+20
*
Clarify that the bypassSlowDivision optimization operates on a single BB [v2]
Eric Christopher
2016-01-04
1
-2
/
+8
*
Remove unnecessary casts. NFC.
Manuel Jacob
2015-12-19
1
-6
/
+5
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-1
/
+1
*
[CGP] Reimplement r255055 a different way
Reid Kleckner
2015-12-08
1
-0
/
+4
*
Revert "[CGP] Check that we have an insert point before moving llvm.dbg.value...
Reid Kleckner
2015-12-08
1
-8
/
+4
*
[CGP] Check that we have an insert point before moving llvm.dbg.value around
Reid Kleckner
2015-12-08
1
-4
/
+8
*
[WinEH] Fix problem where CodeGenPrepare incorrectly sinks a bitcast into an ...
Andrew Kaylor
2015-11-23
1
-0
/
+6
*
[CodeGenPrepare] Create more extloads and fewer ands
Geoff Berry
2015-11-20
1
-1
/
+190
*
[CGP] despeculate expensive cttz/ctlz intrinsics
Sanjay Patel
2015-11-19
1
-0
/
+84
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
[CodegenPrepare] Do not rematerialize gc.relocates across different basic blocks
Igor Laevsky
2015-11-03
1
-0
/
+8
*
[CGP] widen switch condition and case constants to target's register width (2...
Sanjay Patel
2015-11-02
1
-0
/
+47
*
revert r251849; need to move tests to arch-specific folders
Sanjay Patel
2015-11-02
1
-47
/
+0
*
[CGP] widen switch condition and case constants to target's register width
Sanjay Patel
2015-11-02
1
-0
/
+47
*
Scalarizer for masked.gather and masked.scatter intrinsics.
Elena Demikhovsky
2015-10-25
1
-1
/
+261
[next]