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
/
InstCombine
/
InstructionCombining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] allow vector types for constant folding / computeKnownBits (PR2...
Sanjay Patel
2016-09-16
1
-3
/
+4
*
[InstCombine] Allow sinking from unique predecessor with multiple edges
Jun Bum Lim
2016-08-22
1
-1
/
+1
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
InstCombine: Remove a redundant #ifdef NDEBUG. NFC
Justin Bogner
2016-08-08
1
-2
/
+0
*
[InstCombine] Infer inbounds on geps of allocas
David Majnemer
2016-08-07
1
-0
/
+19
*
[InstCombine] try to fold (select C, (sext A), B) into logical ops
Nicolai Haehnle
2016-08-05
1
-1
/
+1
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-14
/
+15
*
IR: Provide an IRBuilder Inserter that calls a callback after insertion
Justin Bogner
2016-08-04
1
-2
/
+9
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-7
/
+7
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
1
-3
/
+6
*
[InstCombine] reassociate logic ops with constants separated by a zext
Sanjay Patel
2016-07-16
1
-0
/
+49
*
fix formatting, add TODO; NFC
Sanjay Patel
2016-06-30
1
-1
/
+2
*
[InstCombine] shrink switch conditions better (PR24766)
Sanjay Patel
2016-06-30
1
-7
/
+5
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+3
*
[InstCombine] use m_APInt; NFCI
Sanjay Patel
2016-06-24
1
-18
/
+8
*
Replace silly uses of 'signed' with 'int'
David Majnemer
2016-06-21
1
-1
/
+1
*
X86: permit using SjLj EH on x86 targets as an option
Saleem Abdulrasool
2016-05-31
1
-0
/
+2
*
use 'match' for less indenting; NFCI
Sanjay Patel
2016-05-13
1
-21
/
+20
*
Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC.
Jun Bum Lim
2016-05-13
1
-1
/
+1
*
Test commit: modified comment. NFC
Anna Thomas
2016-04-25
1
-1
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Fold compares for distinct allocations
Sanjoy Das
2016-04-22
1
-5
/
+11
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-5
/
+1
*
Folding compares with unescaped allocations
Sanjoy Das
2016-04-21
1
-1
/
+14
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+5
*
[InstCombine] Don't sink an instr after a catchswitch
David Majnemer
2016-04-01
1
-1
/
+5
*
Also handle the new Rust pers fn to isCatchAll()
Bjorn Steinbrink
2016-03-15
1
-2
/
+3
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-1
/
+1
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-1
/
+1
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-1
/
+1
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-5
/
+5
*
InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2
Matthias Braun
2016-03-09
1
-9
/
+17
*
Reland r262337 "calculate builtin_object_size if arg is a removable pointer"
Petar Jovanovic
2016-03-09
1
-8
/
+25
*
Perform InstructioinCombiningPass before SampleProfile pass.
Dehao Chen
2016-03-01
1
-20
/
+0
*
Revert "calculate builtin_object_size if argument is a removable pointer"
Petar Jovanovic
2016-03-01
1
-19
/
+6
*
calculate builtin_object_size if argument is a removable pointer
Petar Jovanovic
2016-03-01
1
-6
/
+19
*
[AA] Preserve the AA results wrapper pass as well as BasicAA in a few
Chandler Carruth
2016-02-19
1
-0
/
+4
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-31
/
+31
*
simplify; NFC
Sanjay Patel
2016-01-31
1
-8
/
+5
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
[InstCombine, SCCP] Consolidate code used to remove instructions
David Majnemer
2016-01-24
1
-18
/
+3
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-12
/
+11
*
[opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the sour...
Manuel Jacob
2016-01-17
1
-1
/
+1
*
[InstructionCombining] prepareICWorklistFromFunction halts in infinite loop w...
Chen Li
2016-01-04
1
-3
/
+2
*
Instcombine: destructor loads of structs that do not contains padding
Mehdi Amini
2015-12-15
1
-3
/
+4
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-1
/
+1
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[InstCombine] fix propagation of fast-math-flags
Sanjay Patel
2015-11-24
1
-10
/
+5
[next]