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
*
SLPVectorizer: fix wrong scheduling of atomic load/stores.
Erik Eckstein
2015-01-26
1
-1
/
+12
*
[PM] General doxygen and comment cleanup for this pass.
Chandler Carruth
2015-01-24
1
-34
/
+36
*
[PM] Reformat this code with clang-format so that I can use clang-format
Chandler Carruth
2015-01-24
1
-142
/
+139
*
[PM] Port LowerExpectIntrinsic to the new pass manager.
Chandler Carruth
2015-01-24
1
-20
/
+28
*
[PM] Change LowerExpectIntrinsic to actually return true when it has
Chandler Carruth
2015-01-24
1
-1
/
+4
*
[PM] Use a more appropriate name for the statistics variable in
Chandler Carruth
2015-01-24
1
-3
/
+4
*
[PM] Switch tihs code to use a range based for loop over the function.
Chandler Carruth
2015-01-24
1
-6
/
+4
*
[PM] Use a SmallVector instead of std::vector to avoid heap allocations
Chandler Carruth
2015-01-24
1
-7
/
+6
*
[PM] Pull the two helpers for this pass into static functions. There are
Chandler Carruth
2015-01-24
1
-21
/
+16
*
[PM] Add a basic doxygen comment for this pass.
Chandler Carruth
2015-01-24
1
-0
/
+6
*
[PM] Clean up the formatting of the LowerExpectIntrinsic pass prior to
Chandler Carruth
2015-01-24
1
-23
/
+17
*
[PM] Move the LowerExpectIntrinsic pass to the Scalar library.
Chandler Carruth
2015-01-24
3
-1
/
+1
*
[PM] Port instcombine to the new pass manager!
Chandler Carruth
2015-01-24
3
-143
/
+65
*
LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
2015-01-23
1
-63
/
+135
*
Revert "Don't remove a landing pad if the invoke requires a table entry."
Reid Kleckner
2015-01-22
1
-17
/
+3
*
Silencing a -Wsign-compare warning (all uses of this constant are within unsi...
Aaron Ballman
2015-01-22
1
-1
/
+1
*
[ASan/Win] Move the shadow to 0x30000000
Timur Iskhodzhanov
2015-01-22
1
-1
/
+1
*
[NFC] Introduce a 'struct Range' for IRCE
Sanjoy Das
2015-01-22
1
-17
/
+27
*
Fix crashes in IRCE caused by mismatched types
Sanjoy Das
2015-01-22
1
-7
/
+35
*
SLPVectorizer: add a second limit for the number of alias checks.
Erik Eckstein
2015-01-22
1
-21
/
+49
*
Fixed a bug in masked load/store in reversed loop.
Elena Demikhovsky
2015-01-22
1
-0
/
+2
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
14
-16
/
+21
*
[canonicalize] Teach InstCombine to canonicalize loads which are only
Chandler Carruth
2015-01-22
1
-0
/
+29
*
[canonicalize] Move a helper function further up the file so it can be
Chandler Carruth
2015-01-22
1
-47
/
+47
*
[canonicalization] Refactor how we create new stores into a helper
Chandler Carruth
2015-01-21
1
-38
/
+48
*
DebugInfo: Use distinct inlinedAt MDLocations to avoid separate inlined calls...
David Blaikie
2015-01-21
1
-13
/
+49
*
InstCombine: Don't strip bitcasts off of callsites marked 'thunk'
David Majnemer
2015-01-21
1
-0
/
+4
*
[msan] Update origin for the entire destination range on memory store.
Evgeniy Stepanov
2015-01-21
1
-9
/
+49
*
[PM] Refactor the InstCombiner interface to use an external worklist.
Chandler Carruth
2015-01-21
2
-211
/
+222
*
[PM] Simplify (ha! ha!) the way that instcombine calls the
Chandler Carruth
2015-01-21
3
-9
/
+6
*
[PM] Replace an abuse of inheritance to override a single function with
Chandler Carruth
2015-01-21
2
-27
/
+15
*
[PM] Separate the InstCombiner from its pass.
Chandler Carruth
2015-01-20
2
-49
/
+79
*
[PM] Reformat this code with clang-format so that subsequent changes
Chandler Carruth
2015-01-20
1
-9
/
+9
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-20
1
-8
/
+50
*
[PM] Clean up a bunch of the doxygen / API docs on the InstCombiner pass
Chandler Carruth
2015-01-20
1
-50
/
+61
*
[msan] Optimize -msan-check-constant-shadow.
Evgeniy Stepanov
2015-01-20
1
-8
/
+26
*
[MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
Mohit K. Bhakkad
2015-01-20
1
-25
/
+52
*
[PM] Move the LoopInfo analysis pointer into the InstCombiner class
Chandler Carruth
2015-01-20
2
-4
/
+9
*
Fix Operandreorder logic in SLPVectorizer to generate longer vectorizable chain.
Karthik Bhat
2015-01-20
1
-102
/
+211
*
IR: Move MDNode clone() methods from ValueMapper to MDNode, NFC
Duncan P. N. Exon Smith
2015-01-20
1
-34
/
+2
*
[PM] Replace the Pass argument in MergeBasicBlockIntoOnlyPred with
Chandler Carruth
2015-01-20
1
-9
/
+5
*
IR: Introduce GenericDwarfNode
Duncan P. N. Exon Smith
2015-01-20
1
-0
/
+8
*
IR: Merge UniquableMDNode back into MDNode, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-14
/
+14
*
Utils: Simplify MapMetadata(), NFC
Duncan P. N. Exon Smith
2015-01-19
1
-22
/
+37
*
Skip upcast, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-1
/
+1
*
Fix whitespace, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-3
/
+3
*
Utils: Simplify MapMetadata(), NFC
Duncan P. N. Exon Smith
2015-01-19
1
-80
/
+36
*
Cleanup whitespace, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-3
/
+3
*
IR: Return unique_ptr from MDNode::getTemporary()
Duncan P. N. Exon Smith
2015-01-19
2
-15
/
+7
*
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
2015-01-19
2
-7
/
+8
[next]