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
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
4
-2
/
+619
*
[Statepoints] Skip a vector copy when uniquing values.
Benjamin Kramer
2015-06-13
1
-11
/
+4
*
Revert 239644.
Matt Wala
2015-06-13
1
-3
/
+1
*
[Scalarizer] Fix potential for stale data in Scattered across invocations
Matt Wala
2015-06-12
1
-1
/
+3
*
Fix a typo in a comment in MemCpyOpt (test commit)
Matt Wala
2015-06-12
1
-1
/
+1
*
[ASan] format AddressSanitizer.cpp with `clang-format -style=Google`, NFC
Alexander Potapenko
2015-06-12
1
-12
/
+8
*
LowerBitSets: Give names to aliases of unnamed bitset element objects.
Peter Collingbourne
2015-06-12
1
-2
/
+3
*
Revert commit r239480 as it causes https://code.google.com/p/chromium/issues/...
Teresa Johnson
2015-06-12
3
-109
/
+0
*
[SanitizerCoverage] Use llvm::getDISubprogram() to get location of the entry ...
Alexey Samsonov
2015-06-12
1
-3
/
+9
*
[GVN] Use a simpler form of IRBuilder constructor.
Alexey Samsonov
2015-06-12
1
-2
/
+2
*
[GVN] Use IRBuilder more actively instead of creating instructions manually.
Alexey Samsonov
2015-06-12
1
-20
/
+21
*
Update stale comment before analyzeLoopUnrollCost. NFC.
Michael Zolotukhin
2015-06-11
1
-7
/
+9
*
[LoopUnroll] Use IRBuilder to create branch instructions.
Alexey Samsonov
2015-06-11
1
-10
/
+9
*
SLSR: Pass address space to isLegalAddressingMode
Matt Arsenault
2015-06-11
1
-1
/
+3
*
[LoopVectorize] Revert the enabling of interleaved memory access in Loop Vect...
Hao Liu
2015-06-11
1
-1
/
+1
*
[AArch64] Match interleaved memory accesses into ldN/stN instructions.
Hao Liu
2015-06-11
1
-1
/
+1
*
ArgumentPromotion: Drop sret attribute on functions that are only called dire...
Peter Collingbourne
2015-06-10
1
-0
/
+18
*
Add new EliminateAvailableExternally module pass, which is performed in
Teresa Johnson
2015-06-10
3
-0
/
+109
*
[GVN] Set proper debug locations for some instructions created by GVN.
Alexey Samsonov
2015-06-10
1
-0
/
+4
*
[BasicBlockUtils] Set debug locations for instructions created in SplitBlockP...
Alexey Samsonov
2015-06-09
2
-4
/
+5
*
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
Akira Hatanaka
2015-06-09
2
-3
/
+4
*
MergeFunctions: Don't replace a weak function use by another equivalent weak ...
Arnold Schwaighofer
2015-06-09
1
-15
/
+13
*
MergeFunctions: Fix gcc warning in condition
Denis Protivensky
2015-06-09
1
-2
/
+2
*
[asan] Prevent __attribute__((annotate)) triggering errors on Darwin
Anna Zaks
2015-06-09
1
-14
/
+14
*
Fix unused variable warning
Arnold Schwaighofer
2015-06-09
1
-0
/
+1
*
MergeFunctions: Impose a total order on the replacement of functions
Arnold Schwaighofer
2015-06-09
1
-1
/
+44
*
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
Akira Hatanaka
2015-06-08
1
-3
/
+12
*
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
Hao Liu
2015-06-08
1
-2
/
+699
*
Remove SCEVCache and FindConstantPointers from complete loop unrolling heuris...
Michael Zolotukhin
2015-06-08
1
-212
/
+89
*
SeparateConstOffsetFromGEP: Pass address space to isLegalAddressingMode
Matt Arsenault
2015-06-07
1
-1
/
+3
*
Make NaryReassociate pass the address space to isLegalAddressingMode
Matt Arsenault
2015-06-07
1
-1
/
+3
*
Remove global std::string. NFC.
Benjamin Kramer
2015-06-07
1
-1
/
+1
*
[InstCombine, InstSimplify] Move xforms from Combine to Simplify
David Majnemer
2015-06-06
1
-115
/
+2
*
[LoopUnroll] Fix truncation bug in canUnrollCompletely.
Sanjoy Das
2015-06-06
1
-3
/
+3
*
[CVP] Don't assume Constants of type i1 can be known to be true or false
David Majnemer
2015-06-06
1
-3
/
+4
*
[InstCombine] Don't miscompile select to poison
David Majnemer
2015-06-06
1
-0
/
+13
*
Revert "[InstCombine] Rephrase fix to SimplifyWithOpReplaced"
Renato Golin
2015-06-05
1
-22
/
+4
*
[InstCombine][NFC] Add a ``break;`` statement.
Sanjoy Das
2015-06-05
1
-0
/
+1
*
[InstCombine] Fix PR23751.
Sanjoy Das
2015-06-05
1
-0
/
+1
*
[Unroll] Rework the naming and structure of the new unroll heuristics.
Chandler Carruth
2015-06-05
1
-95
/
+121
*
[LoopVectorize] Don't crash on zero-sized types in isInductionPHI
David Majnemer
2015-06-05
1
-0
/
+3
*
[InstCombine] Rephrase fix to SimplifyWithOpReplaced
David Majnemer
2015-06-05
1
-4
/
+22
*
Revert "[InstCombine] Don't miscompile safe increment idiom"
Daniel Jasper
2015-06-05
1
-21
/
+3
*
[InstCombine] Don't miscompile safe increment idiom
David Majnemer
2015-06-04
1
-3
/
+21
*
Tidy code in InstrProfiling.cpp. NFC.
Diego Novillo
2015-06-04
1
-8
/
+8
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
8
-31
/
+31
*
Remove stray semicolon. NFC.
Vasileios Kalintiris
2015-06-03
1
-1
/
+1
*
[RewriteStatepointsForGC] Strip deref info after rewriting.
Sanjoy Das
2015-06-02
1
-0
/
+102
*
[NFCI] Change RewriteStatepointsForGC to a ModulePass.
Sanjoy Das
2015-06-02
1
-13
/
+16
*
Teach the IR Sink pass to (conservatively) respect convergent annotations.
Owen Anderson
2015-06-01
1
-0
/
+6
[next]