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
*
[DomTree] verifyDomTree to unconditionally perform DT verification
Adam Nemet
2015-05-06
1
-3
/
+2
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
2
-2
/
+3
*
[Inliner] Discard empty COMDAT groups
David Majnemer
2015-05-05
1
-11
/
+51
*
[opaque pointer type] Track explicit GEP pointee type through in-memory IR
David Blaikie
2015-05-05
2
-0
/
+4
*
InstrProf: Instrumenter support for setting profile output from command line
Justin Bogner
2015-04-30
1
-3
/
+23
*
InstCombineSimplifyDemanded: Remove nsw/nuw flags when optimizing demanded bits
Matthias Braun
2015-04-30
1
-102
/
+15
*
InstCombine: Move Sub->Xor rule from SimplifyDemanded to InstCombine
Matthias Braun
2015-04-30
2
-10
/
+13
*
[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C) et. al.
Sanjoy Das
2015-04-30
1
-0
/
+86
*
[InstCombine] Add a new formula for SMIN.
Sanjoy Das
2015-04-30
1
-0
/
+11
*
[opaque pointer type] Store the value type of an alloca
David Blaikie
2015-04-29
1
-2
/
+5
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
3
-12
/
+9
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
13
-48
/
+47
*
[RewriteStatepointsForGC] Exclude constant values from being considered live ...
Philip Reames
2015-04-26
1
-14
/
+13
*
Don't Place Entry Safepoints Before the llvm.frameescape() Intrinsic
Philip Reames
2015-04-26
1
-0
/
+7
*
[x86] instcombine more cases of insertps into a shufflevector
Sanjay Patel
2015-04-25
1
-14
/
+31
*
SimplifyCFG: Correctly handle switch lookup tables which fully cover the inpu...
Hans Wennborg
2015-04-24
1
-4
/
+9
*
Fix LoopInterchange/reductions.ll test for debug builds
Andrew Kaylor
2015-04-24
1
-2
/
+2
*
Removing dead code; NFC. This code was triggering a C4718 warning (recursive ...
Aaron Ballman
2015-04-24
1
-18
/
+0
*
Resurrect r235688
Jingyue Wu
2015-04-24
1
-1
/
+2
*
Fix a couple of typos in comments.
Michael Zolotukhin
2015-04-24
1
-3
/
+3
*
Fix comment for NoCommonBits.
Michael Zolotukhin
2015-04-23
1
-1
/
+2
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
2
-2
/
+24
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
4
-8
/
+9
*
Move common loop utility function isInductionPHI into LoopUtils.cpp
Karthik Bhat
2015-04-23
2
-43
/
+46
*
Add support to interchange loops with reductions.
Karthik Bhat
2015-04-23
2
-80
/
+227
*
[InstCombine] Use a more targeted fix instead of r235544
David Majnemer
2015-04-22
1
-9
/
+8
*
[InstCombine] Clear out nsw/nuw if we modify computation in the chain
David Majnemer
2015-04-22
1
-3
/
+10
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
2
-23
/
+2
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-04-22
1
-38
/
+31
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
2
-2
/
+23
*
Limiting gep merging to fix the performance problem described in
Wei Mi
2015-04-21
1
-0
/
+5
*
Revert r235451 since it is attached to a wrong Differential Revision. Sorry.
Wei Mi
2015-04-21
1
-5
/
+0
*
Limiting gep merging to fix the performance problem described in
Wei Mi
2015-04-21
1
-0
/
+5
*
[MemCpyOpt] Use the raw i8* dest when optimizing memset+memcpy.
Ahmed Bougacha
2015-04-21
1
-1
/
+2
*
Revamp PredIteratorCache interface to be cleaner.
Daniel Berlin
2015-04-21
2
-7
/
+7
*
[LSR][NFC] Remove a stale comment.
Sanjoy Das
2015-04-21
1
-3
/
+0
*
[SLSR] garbage-collect unused instructions
Jingyue Wu
2015-04-21
1
-3
/
+13
*
[SeparateConstOffsetFromGEP] garbage-collect intermediate instructions
Jingyue Wu
2015-04-21
1
-26
/
+65
*
Move IDF Calculation to a separate file, expose an interface to it.
Daniel Berlin
2015-04-21
1
-130
/
+32
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
6
-26
/
+23
*
DebugInfo: Assert dbg.declare/value insts are valid
Duncan P. N. Exon Smith
2015-04-21
1
-6
/
+3
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
6
-23
/
+23
*
[InlineFunction] Don't add lifetime markers for zero-sized allocas.
Akira Hatanaka
2015-04-20
1
-1
/
+5
*
[NFC] Refactor identification of reductions as common utility function.
Karthik Bhat
2015-04-20
3
-519
/
+484
*
[MemCpyOpt] Don't force i64 when promoting memset/memcpy sizes.
Ahmed Bougacha
2015-04-18
1
-3
/
+6
*
[MemCpyOpt] Promote both memset/memcpy sizes if differently typed.
Ahmed Bougacha
2015-04-18
1
-0
/
+6
*
[InstCombine] Create zero constants on demand.
Benjamin Kramer
2015-04-18
1
-4
/
+2
*
[InstCombine] (mul nsw 1, INT_MIN) != (shl nsw 1, 31)
David Majnemer
2015-04-18
1
-2
/
+6
*
DebugInfo: Remove DIDescriptor from the DebugInfo API
Duncan P. N. Exon Smith
2015-04-17
3
-3
/
+3
*
[MemCpyOpt] Optimize double-storing by memset+memcpy.
Ahmed Bougacha
2015-04-17
1
-3
/
+59
[next]