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
*
[TTI] Add a hook for specifying per-target defaults for Interleaved Accesses
Silviu Baranga
2015-08-10
1
-2
/
+8
*
Prevent the scalarizer from caching incorrect entries
Fraser Cormack
2015-08-10
1
-2
/
+8
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
14
-72
/
+73
*
[InstCombine] Don't try to sink EH pad instructions
David Majnemer
2015-08-08
1
-2
/
+2
*
Remove unnecessary includes
Matt Arsenault
2015-08-08
1
-1
/
+0
*
[LAA] Make the set of runtime checks part of the state of LAA, NFC
Adam Nemet
2015-08-07
1
-1
/
+1
*
[ConstantFoldTerminator] Preserve make.implicit metadata when converting Swit...
Chen Li
2015-08-07
1
-0
/
+5
*
[InstCombine] Fix SSE2/AVX2 vector logical shift by constant
Simon Pilgrim
2015-08-07
1
-16
/
+39
*
ValueMapper: Resolve uniquing cycles more aggressively
Duncan P. N. Exon Smith
2015-08-07
1
-9
/
+14
*
ValueMapper: Pull out helper to resolve cycles, NFC
Duncan P. N. Exon Smith
2015-08-07
1
-8
/
+10
*
Revert accidentally committed WinEHPrepare changes
David Majnemer
2015-08-06
1
-1
/
+1
*
Handle PHI nodes prefacing EH pads too
David Majnemer
2015-08-06
1
-1
/
+1
*
[IndVars] Improved logging under DEBUG(); NFC.
Sanjoy Das
2015-08-06
1
-6
/
+3
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
8
-23
/
+16
*
Rename inst_range() to instructions() for consistency. NFC
Nico Rieck
2015-08-06
6
-9
/
+9
*
[Reassociation] Fix miscompile for va_arg arguments.
Quentin Colombet
2015-08-06
1
-22
/
+2
*
[PM/AA] Hoist the interface for BasicAA into a header file.
Chandler Carruth
2015-08-06
2
-0
/
+2
*
[PM/AA] Simplify the AliasAnalysis interface by removing a wrapper
Chandler Carruth
2015-08-06
1
-1
/
+1
*
ValueMapper: Rotate distinct node remapping algorithm
Duncan P. N. Exon Smith
2015-08-05
1
-34
/
+40
*
ValueMapper: Simplify remap() helper function, NFC
Duncan P. N. Exon Smith
2015-08-05
1
-33
/
+22
*
[LoopUnswitch] Preserve make.implicit metadata for unswitched conditions
Chen Li
2015-08-05
1
-0
/
+1
*
-Wdeprecated cleanup: Make CallGraph movable by default by using unique_ptr m...
David Blaikie
2015-08-05
1
-2
/
+2
*
[Unroll] Switch to using 'int' cost types in preparation for a somewhat
Chandler Carruth
2015-08-05
1
-6
/
+6
*
Fixed line endings.
Simon Pilgrim
2015-08-05
1
-72
/
+72
*
Rename all references to old mailing lists to new lists.llvm.org address.
Tanya Lattner
2015-08-05
1
-1
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
4
-0
/
+4
*
Fix 80-column
Duncan P. N. Exon Smith
2015-08-04
1
-1
/
+2
*
Linker: Fix ASan failure from r243961
Duncan P. N. Exon Smith
2015-08-04
1
-9
/
+11
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
8
-21
/
+23
*
[InstCombine] Moved SSE vector shift constant folding into its own helper fun...
Simon Pilgrim
2015-08-04
1
-80
/
+72
*
Linker: Fix references to uniqued nodes after r243883
Duncan P. N. Exon Smith
2015-08-04
1
-1
/
+3
*
Revert "[LSR] Generate and use zero extends"
Sanjoy Das
2015-08-04
1
-139
/
+21
*
[LoopVer] Remove unused needsRuntimeChecks(), NFC
Adam Nemet
2015-08-03
1
-7
/
+2
*
[Unroll] Improve the brute force loop unroll estimate by propagating
Chandler Carruth
2015-08-03
1
-4
/
+42
*
Linker: Move distinct MDNodes instead of cloning
Duncan P. N. Exon Smith
2015-08-03
1
-15
/
+23
*
ValueMapper: Only check for cycles if operands change
Duncan P. N. Exon Smith
2015-08-03
1
-6
/
+7
*
ValueMapper: Use a range-based for, NFC
Duncan P. N. Exon Smith
2015-08-03
1
-6
/
+3
*
ValueMapper: Reuse local variable, NFC
Duncan P. N. Exon Smith
2015-08-03
1
-2
/
+2
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
4
-8
/
+8
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
9
-39
/
+188
*
[libFuzzer] trace switch statements and apply mutations based on the expected...
Kostya Serebryany
2015-07-31
1
-4
/
+55
*
Enable dfsan for aarch64
Adhemerval Zanella
2015-07-30
1
-0
/
+4
*
[SLP vectorizer]: Choose the best consecutive candidate to pair with a store ...
Wei Mi
2015-07-30
1
-7
/
+18
*
[LoopVer] Add missing std::move
Adam Nemet
2015-07-30
1
-1
/
+2
*
[LDist] Filter the checks locally rather than in LAA, NFC
Adam Nemet
2015-07-30
1
-2
/
+43
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
1
-1
/
+1
*
[ASan] Disable dynamic alloca and UAR detection in presence of returns_twice ...
Alexey Samsonov
2015-07-29
1
-9
/
+18
*
[asan] Remove special case mapping on Android/AArch64.
Evgeniy Stepanov
2015-07-29
1
-4
/
+4
*
LowerBitSets: Add debugging output.
Peter Collingbourne
2015-07-29
1
-0
/
+22
*
[Unroll] Handle SwitchInst properly.
Michael Zolotukhin
2015-07-29
1
-2
/
+2
[next]