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
*
[Analysis] Centralize objectsize lowering logic.
George Burgess IV
2016-12-20
1
-6
/
+3
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-10
/
+19
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-19
/
+10
*
[InstCombine] fix bug when offsetting case values of a switch (PR31260)
Sanjay Patel
2016-12-12
1
-25
/
+15
*
[InstCombine] clean up range-for-loops in visitSwitchInst(); NFCI
Sanjay Patel
2016-12-12
1
-7
/
+7
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-2
/
+2
*
[InstCombine] don't drop metadata in FoldOpIntoSelect()
Sanjay Patel
2016-11-26
1
-3
/
+3
*
add and use isBitwiseLogicOp() helper function; NFCI
Sanjay Patel
2016-11-22
1
-3
/
+2
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[InstCombine] replace unreachable with assert and remove unreachable code; NFCI
Sanjay Patel
2016-11-16
1
-20
/
+9
*
[InstCombine] fix formatting and add FIXMEs to foldOperationIntoSelectOperand...
Sanjay Patel
2016-11-16
1
-11
/
+15
*
[InstCombine] fix formatting of FoldOpIntoSelect(); NFCI
Sanjay Patel
2016-11-11
1
-41
/
+43
*
[InstCombine] Fix constexpr issue in select combining
Simon Pilgrim
2016-10-12
1
-4
/
+5
*
[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
[next]