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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
4
-26
/
+11
*
[NewGVN] Fix typo and format comment. NFCI.
Davide Italiano
2017-05-02
1
-7
/
+4
*
[PartialInlining] Add more early filtering
Xinliang David Li
2017-05-02
1
-0
/
+10
*
SpeculativeExecution: Stop using whitelist for costs
Matt Arsenault
2017-05-02
1
-42
/
+1
*
[InstCombine] don't use DeMorgan's Law on integer constants (2nd try)
Sanjay Patel
2017-05-02
1
-18
/
+21
*
revert r301923 : [InstCombine] don't use DeMorgan's Law on integer constants
Sanjay Patel
2017-05-02
1
-21
/
+18
*
[InstCombine] don't use DeMorgan's Law on integer constants
Sanjay Patel
2017-05-02
1
-18
/
+21
*
[PartialInlining] Hook up inline cost analysis
Xinliang David Li
2017-05-02
1
-11
/
+98
*
Empty Space. NFC
Xin Tong
2017-05-01
1
-1
/
+1
*
[NewGVN] Don't derive incorrect implications.
Davide Italiano
2017-05-01
1
-4
/
+4
*
[InstCombine] check one-use before applying DeMorgan nor/nand folds
Sanjay Patel
2017-05-01
1
-10
/
+14
*
IPO: Add missing build dep.
Peter Collingbourne
2017-05-01
1
-1
/
+1
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-1
/
+1
*
Take indirect branch into account as well when folding.
Xin Tong
2017-05-01
1
-6
/
+10
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
17
-109
/
+99
*
[JumpThread] Add some assertions for expected ConstantInt/BlockAddress
Xin Tong
2017-05-01
1
-2
/
+5
*
[JumpThread] Do RAUW in case Cond folds to a constant in the CFG
Xin Tong
2017-05-01
1
-8
/
+24
*
Rename isKnownNotFullPoison to programUndefinedIfPoison; NFC
Sanjoy Das
2017-04-30
1
-1
/
+1
*
[KnownBits] Add methods for determining if the known bits represent a negativ...
Craig Topper
2017-04-29
1
-4
/
+4
*
[ObjCARC] Do not move a release between a call and a
Akira Hatanaka
2017-04-29
2
-16
/
+33
*
[LoopUnswitch] Make DEBUG output more readable (part 2).
Davide Italiano
2017-04-29
1
-1
/
+1
*
[LoopUnswitch] Don't remove instructions with side effects.
Davide Italiano
2017-04-29
1
-1
/
+2
*
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...
Hans Wennborg
2017-04-28
4
-11
/
+26
*
InferAddressSpaces: Search constant expressions for addrspacecasts
Matt Arsenault
2017-04-28
1
-12
/
+48
*
InferAddressSpaces: Avoid looking up deleted values
Matt Arsenault
2017-04-28
1
-3
/
+10
*
InferAddressSpaces: Infer from just addrspacecasts
Matt Arsenault
2017-04-28
1
-0
/
+12
*
LoopRotate: Fix use after scope bug
Daniel Berlin
2017-04-28
1
-3
/
+4
*
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
Reid Kleckner
2017-04-28
4
-26
/
+11
*
[LoopUnswitch] Make DEBUG output more readable.
Davide Italiano
2017-04-28
1
-1
/
+1
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
3
-4
/
+4
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
13
-52
/
+37
*
[IPO/MergeFunctions] This function is used only under DEBUG().
Davide Italiano
2017-04-28
1
-0
/
+4
*
[RS4GC] Simplify attribute handling code NFC
Reid Kleckner
2017-04-28
1
-47
/
+25
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
2
-19
/
+15
*
Clean up DIExpression::prependDIExpr a little. (NFC)
Adrian Prantl
2017-04-28
2
-9
/
+6
*
[APInt] Add clearSignBit method. Use it and setSignBit in a few places. NFCI
Craig Topper
2017-04-28
2
-3
/
+3
*
Memory intrinsic value profile optimization: Avoid divide by 0
Teresa Johnson
2017-04-28
1
-0
/
+4
*
[DebugInfo][X86] Improve X86 Optimize LEAs handling of debug values.
Andrew Ng
2017-04-28
1
-47
/
+6
*
[EarlyCSE] Mark the condition of assume intrinsic as true
Max Kazantsev
2017-04-28
1
-3
/
+9
*
[EarlyCSE] Remove guards with conditions known to be true
Max Kazantsev
2017-04-28
1
-3
/
+18
*
[APInt] Use inplace shift methods where possible. NFCI
Craig Topper
2017-04-28
2
-2
/
+2
*
[SROA] Fix nondeterminism exposed by Simon's r299221.
Davide Italiano
2017-04-27
1
-14
/
+12
*
[InstCombine] fix matcher to bind to specific operand (PR32830)
Sanjay Patel
2017-04-27
1
-1
/
+1
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-27
3
-39
/
+138
*
[asan] Put ctor/dtor in comdat.
Evgeniy Stepanov
2017-04-27
1
-9
/
+48
*
[PM/LoopUnswitch] Introduce a new, simpler loop unswitch pass.
Chandler Carruth
2017-04-27
4
-1
/
+639
*
[GlobalOpt] Correctly update metadata when localizing a global.
Eli Friedman
2017-04-27
1
-1
/
+3
*
Memory intrinsic value profile optimization: Improve debug output (NFC)
Teresa Johnson
2017-04-27
1
-9
/
+11
*
[PartialInlining]: Improve partial inlining to handle complex conditions
Xinliang David Li
2017-04-27
1
-41
/
+243
*
[InstCombine] Use APInt bit counting methods to avoid a temporary APInt. NFC
Craig Topper
2017-04-27
1
-6
/
+6
[next]