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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
100
-754
/
+407
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
100
-407
/
+754
*
Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...
Daniel Sanders
2015-09-15
8
-91
/
+103
*
[GlobalsAA] Disable globals-aa by default
James Molloy
2015-09-15
1
-1
/
+1
*
[mips][microMIPS] Implement CACHEE and PREFE instructions for microMIPS32r6
Zoran Jovanovic
2015-09-15
3
-1
/
+31
*
[mips] Added support for various EVA ASE instructions.
Daniel Sanders
2015-09-15
9
-14
/
+345
*
[PlaceSafepoints] Make the width of a counted loop settable.
Sanjoy Das
2015-09-15
1
-18
/
+11
*
[WebAssembly] Implement int64-to-int32 conversion.
Dan Gohman
2015-09-15
1
-0
/
+3
*
DwarfDebug: Emit dwo_id+dwo_name for DICompileUnits that provide a dwoId.
Adrian Prantl
2015-09-14
1
-0
/
+8
*
[opaque pointer types] Add an explicit value type to GlobalObject
David Blaikie
2015-09-14
1
-2
/
+2
*
[opaque pointer types] Switch a few cases of getElementType over, since I had...
David Blaikie
2015-09-14
5
-26
/
+21
*
RegisterPressure: Simplify close{Top|Bottom}()
Matthias Braun
2015-09-14
1
-12
/
+2
*
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...
Chen Li
2015-09-14
2
-2
/
+6
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
9
-32
/
+46
*
Improve ISel using across lane min/max reduction
Jun Bum Lim
2015-09-14
1
-53
/
+190
*
[mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand opera...
Daniel Sanders
2015-09-14
3
-24
/
+10
*
[MergeFuncs] Fix bug in merging GetElementPointers
JF Bastien
2015-09-14
1
-2
/
+2
*
[ARM] Extract shifts out of multiply-by-constant
John Brawn
2015-09-14
1
-19
/
+111
*
[mips] Remove redundant nested-name-specifier. NFC
Simon Atanasyan
2015-09-14
1
-25
/
+12
*
[mips] Save a copy of MipsABIInfo in the MipsTargetStreamer to escape a dangl...
Simon Atanasyan
2015-09-14
1
-3
/
+4
*
GlobalsAAResult: Try to fix crash.
NAKAMURA Takumi
2015-09-14
1
-10
/
+16
*
[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.
Simon Pilgrim
2015-09-13
3
-2
/
+77
*
[FunctionAttrs] Move the malloc-like test to a static helper function
Chandler Carruth
2015-09-13
1
-4
/
+3
*
[FunctionAttrs] Factor the logic to test for a known non-null return out
Chandler Carruth
2015-09-13
1
-7
/
+10
*
AVX-512: Fixed a bug in OR/XOR operations for 512-bit FP values on KNL.
Elena Demikhovsky
2015-09-13
1
-2
/
+16
*
[FunctionAttrs] Make the per-function attribute inference a boring
Chandler Carruth
2015-09-13
1
-4
/
+3
*
[FunctionAttrs] Collect utility functions as static helpers rather than
Chandler Carruth
2015-09-13
1
-57
/
+52
*
Clean up doxygen comments in FunctionAttrs, promoting some non-doxygen
Chandler Carruth
2015-09-13
1
-34
/
+21
*
Do some spring cleaning on FunctionAttrs.cpp with clang-format prior to
Chandler Carruth
2015-09-13
1
-340
/
+299
*
[x86] enable machine combiner reassociations for 128-bit vector logical integ...
Sanjay Patel
2015-09-12
1
-0
/
+6
*
[CodeGen] Fix AtomicExpand invalidation issue caused by r247429.
Ahmed Bougacha
2015-09-12
1
-2
/
+4
*
[X86] Renamed lowerVectorShuffleAsUnpack NFCI.
Simon Pilgrim
2015-09-12
1
-9
/
+10
*
[X86] Moved lowerVectorShuffleWithUNPCK earlier to make reuse easier. NFCI.
Simon Pilgrim
2015-09-12
1
-63
/
+59
*
revert r247506; need to verify changes in existing tests
Sanjay Patel
2015-09-12
1
-6
/
+0
*
[x86] enable machine combiner reassociations for 128-bit vector logical integ...
Sanjay Patel
2015-09-12
1
-0
/
+6
*
Fixed unused variable warning.
Simon Pilgrim
2015-09-12
1
-2
/
+2
*
[InstCombine] CVTPH2PS Vector Demanded Elements + Constant Folding
Simon Pilgrim
2015-09-12
1
-0
/
+47
*
[PM] Port SROA to the new pass manager.
Chandler Carruth
2015-09-12
5
-409
/
+346
*
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...
Larisse Voufo
2015-09-12
3
-8
/
+11
*
Fix typos.
Bruce Mitchener
2015-09-12
7
-19
/
+19
*
[MC] Fix style bugs introduced in r247471. Reported by Rafael Espindola.
Davide Italiano
2015-09-11
1
-3
/
+3
*
[MC] Don't crash on division by zero.
Davide Italiano
2015-09-11
1
-1
/
+11
*
Add a non-exiting diagnostic handler for LTO.
Yunzhong Gao
2015-09-11
1
-2
/
+8
*
typo; NFC
Sanjay Patel
2015-09-11
1
-1
/
+1
*
Use function attribute "stackrealign" to decide whether stack
Akira Hatanaka
2015-09-11
2
-10
/
+2
*
[X86] Make sure startproc/endproc are paired
David Majnemer
2015-09-11
1
-1
/
+1
*
[IR] Print the label operands of a catchpad like an invoke
Reid Kleckner
2015-09-11
1
-1
/
+1
*
[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.
Ahmed Bougacha
2015-09-11
9
-41
/
+53
*
[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.
Ahmed Bougacha
2015-09-11
8
-22
/
+21
*
[PR24785] Appease MSC18 to tweak optimizations.
NAKAMURA Takumi
2015-09-11
1
-0
/
+8
[next]