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
*
[CodeGenPrepare] Don't create inttoptr for ni ptrs
Keno Fischer
2017-06-29
1
-8
/
+23
*
[CGP] add specialization for memcmp expansion with only one basic block
Sanjay Patel
2017-06-27
1
-1
/
+41
*
[CGP] eliminate a sub instruction in memcmp expansion
Sanjay Patel
2017-06-27
1
-5
/
+2
*
[CGP] simplify code to get bswap in memcmp expansion; NFCI
Sanjay Patel
2017-06-27
1
-3
/
+1
*
[CGP] add an IR builder to memcmp expansion class instead of recreating it; NFCI
Sanjay Patel
2017-06-27
1
-19
/
+6
*
fix trivial typos, NFC
Hiroshi Inoue
2017-06-27
1
-1
/
+1
*
[CGP, memcmp] replace CreateZextOrTrunc with CreateZext because it can never ...
Sanjay Patel
2017-06-21
1
-5
/
+7
*
[CGP] fix variables to be unsigned in memcmp expansion
Sanjay Patel
2017-06-21
1
-12
/
+14
*
[CGP, PowerPC] try to constant fold before creating loads for memcmp expansion
Sanjay Patel
2017-06-19
1
-3
/
+13
*
Allow -profile-guided-section-prefix more than once
David Callahan
2017-06-14
1
-1
/
+1
*
[CGP] add a reference to DataLayout in MemCmpExpansion; NFCI
Sanjay Patel
2017-06-09
1
-20
/
+22
*
fix formatting; NFC
Sanjay Patel
2017-06-08
1
-6
/
+6
*
[CGP] don't expand a memcmp with nobuiltin attribute
Sanjay Patel
2017-06-08
1
-6
/
+4
*
[CGP / PowerPC] avoid multi-block overhead for simple memcmp expansion
Sanjay Patel
2017-06-08
1
-21
/
+42
*
[CGP] avoid zext/trunc of a memcmp expansion compare
Sanjay Patel
2017-06-07
1
-4
/
+4
*
[CGP] pass size as param in MemCmpExpansion; NFCI
Sanjay Patel
2017-06-07
1
-10
/
+5
*
[CGP] pass size as param in MemCmpExpansion; NFCI
Sanjay Patel
2017-06-07
1
-13
/
+8
*
[CGP] getParent()->getParent() --> getFunction(); NFCI
Sanjay Patel
2017-06-07
1
-5
/
+4
*
[CGP] add helper function for generating compare of load pairs; NFCI
Sanjay Patel
2017-06-07
1
-5
/
+16
*
[CGP] fix formatting in MemCmpExpansion; NFC
Sanjay Patel
2017-06-07
1
-8
/
+6
*
[CGP / PowerPC] use direct compares if there's only one load per block in mem...
Sanjay Patel
2017-06-07
1
-11
/
+19
*
[CGP] fix formatting/typos in MemCmpExpansion; NFC
Sanjay Patel
2017-06-06
1
-36
/
+34
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+1
*
[PPC] Inline expansion of memcmp
Zaara Syeda
2017-05-31
1
-1
/
+611
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-12
/
+13
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
1
-546
/
+0
*
Fix code section prefix for proper layout
Teresa Johnson
2017-05-09
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-4
/
+5
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-1
/
+1
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-5
/
+5
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-5
/
+5
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-4
/
+2
*
[CodeGenPrepare] Fix crash due to an invalid CFG
Brendon Cahoon
2017-04-17
1
-2
/
+8
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-1
/
+1
*
Turn on -addr-sink-using-gep by default.
Eli Friedman
2017-04-06
1
-1
/
+1
*
[CodeGenPrep] move aarch64-type-promotion to CGP
Jun Bum Lim
2017-04-03
1
-52
/
+236
*
[APInt] Move isMask and isShiftedMask out of APIntOps and into the APInt clas...
Craig Topper
2017-04-03
1
-1
/
+1
*
Use isFunctionHotInCallGraph to set the function section prefix.
Dehao Chen
2017-03-23
1
-2
/
+2
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-5
/
+5
*
[CodeGenPrep]Restructure promoting Ext to form ExtLoad
Jun Bum Lim
2017-03-17
1
-90
/
+125
*
CodeGenPrepare: Sink addressing modes for atomics
Matt Arsenault
2017-03-15
1
-1
/
+30
*
[CGP] Split some critical edges coming out of indirect branches
Michael Kuperstein
2017-02-28
1
-0
/
+157
*
Revert "[CGP] Split some critical edges coming out of indirect branches"
Daniel Jasper
2017-02-26
1
-155
/
+0
*
[CodeGenPrepare] Make -addr-sink-using-gep work with address spaces.
Eli Friedman
2017-02-24
1
-4
/
+4
*
[CGP] Split some critical edges coming out of indirect branches
Michael Kuperstein
2017-02-24
1
-0
/
+155
*
Revert r269060 to pacify bots.
Michael Kuperstein
2017-02-24
1
-155
/
+0
*
[CGP] Split some critical edges coming out of indirect branches
Michael Kuperstein
2017-02-24
1
-0
/
+155
*
[CodeGenPrepare] Sink and duplicate more 'and' instructions.
Geoff Berry
2017-02-21
1
-78
/
+89
[next]