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
*
unused variable warning fix.
Simon Pilgrim
2015-08-12
1
-1
/
+1
*
[InstCombine] Move SSE/AVX vector blend folding to instcombiner
Simon Pilgrim
2015-08-12
1
-4
/
+15
*
Fix PR24354.
Sanjoy Das
2015-08-11
1
-3
/
+2
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-08-11
1
-39
/
+34
*
fix 80-cols; NFC
Sanjay Patel
2015-08-11
1
-19
/
+22
*
[LowerSwitch] Skip dead blocks for processSwitchInst()
Chen Li
2015-08-11
1
-4
/
+10
*
[LowerSwitch] Fix a bug when LowerSwitch deletes the default block
Chen Li
2015-08-11
1
-5
/
+10
*
Enable EliminateAvailableExternally pass in the LTO pipeline.
Teresa Johnson
2015-08-11
1
-0
/
+3
*
Variable names should start with an upper case letter; NFC
Sanjay Patel
2015-08-11
1
-9
/
+9
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-11
1
-7
/
+7
*
fix code that was accidentally commented out in previous commit
Sanjay Patel
2015-08-11
1
-2
/
+2
*
fix typos in comments; NFC
Sanjay Patel
2015-08-11
1
-5
/
+5
*
fix typo in comment; NFC
Sanjay Patel
2015-08-11
1
-1
/
+1
*
Add support for floating-point minnum and maxnum
James Molloy
2015-08-11
3
-11
/
+38
*
[WinEHPrepare] Add rudimentary support for the new EH instructions
David Majnemer
2015-08-11
1
-1
/
+1
*
Print vectorization analysis when loop hint is specified.
Tyler Nowicki
2015-08-11
1
-16
/
+34
*
Moved LoopVectorizeHints and related functions before LoopVectorizationLegali...
Tyler Nowicki
2015-08-11
1
-270
/
+270
*
Simplify processLoop() by moving loop hint verification into Hints::allowVect...
Tyler Nowicki
2015-08-11
1
-26
/
+35
*
[libFuzzer] don't crash if the condition in a switch has unusual type (e.g. i72)
Kostya Serebryany
2015-08-11
1
-0
/
+3
*
[LAA] Change name from addRuntimeCheck to addRuntimeChecks, NFC
Adam Nemet
2015-08-11
2
-2
/
+2
*
[LoopVer] Remove unused pointer partition argument, NFC.
Adam Nemet
2015-08-10
1
-2
/
+1
*
Extend late diagnostics to include late test for runtime pointer checks.
Tyler Nowicki
2015-08-10
1
-14
/
+29
*
[InstCombine] Move SSE2/AVX2 arithmetic vector shift folding to instcombiner
Simon Pilgrim
2015-08-10
1
-7
/
+31
*
Late evaluation of the fast-math vectorization requirement.
Tyler Nowicki
2015-08-10
2
-7
/
+70
*
Modify diagnostic messages to clearly indicate the why interleaving wasn't done.
Tyler Nowicki
2015-08-10
1
-22
/
+69
*
[IndVarSimplify] Make cost estimation in RewriteLoopExitValues smarter
Igor Laevsky
2015-08-10
1
-43
/
+8
*
Add new llvm.loop.unroll.enable metadata.
Mark Heffernan
2015-08-10
1
-20
/
+40
*
[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
[next]