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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH, PowerPC] Accept 'U' and 'X' constraints in inline asm
Bill Schmidt
2014-09-11
1
-0
/
+10
*
Provide an implementation of getNoopForMachoTarget for SPARC.
Brad Smith
2014-09-11
2
-0
/
+7
*
[AVX512] Fix miscompile for unpack
Adam Nemet
2014-09-11
1
-56
/
+37
*
Move constant-sized bitvector to the stack.
Benjamin Kramer
2014-09-11
1
-2
/
+2
*
R600: Add cmpxchg instruction for evergreen
Aaron Watry
2014-09-11
2
-5
/
+29
*
R600: Add LDS_WRXCHG[_RET] instructions for Evergreen.
Aaron Watry
2014-09-11
1
-0
/
+4
*
R600: Add LDS_MIN_[U]INT[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+8
*
R600: Add LDS_XOR[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+4
*
R600: Add LDS_OR[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+4
*
R600: Add LDS_AND[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+4
*
R600: Add LDS_MAX_[U]INT[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+8
*
R600/SI: Fix losing chain when fixing reg class of loads.
Matt Arsenault
2014-09-10
1
-6
/
+14
*
R600/SI: Report offset in correct units for st64 DS instructions
Matt Arsenault
2014-09-10
1
-0
/
+15
*
R600: Custom lower frem
Matt Arsenault
2014-09-10
2
-0
/
+20
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
2
-2
/
+2
*
[AArch64] Revert r216141 for cyclone
Gerolf Hoflehner
2014-09-10
1
-1
/
+1
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
5
-9
/
+9
*
[AArch64] Address Chad's post commit review comments for r217504 (PBQP experi...
Arnaud A. de Grandmaison
2014-09-10
1
-11
/
+10
*
[AArch64] Pacify lld buildbot complaining about an unused static function in ...
Arnaud A. de Grandmaison
2014-09-10
1
-0
/
+2
*
[AArch64] Add experimental PBQP support
Arnaud A. de Grandmaison
2014-09-10
5
-2
/
+435
*
[AArch 64] Use a constant pool load for weak symbol references when
Asiri Rathnayake
2014-09-10
4
-6
/
+39
*
Add missing HWEncoding to base register class.
Sid Manning
2014-09-10
1
-8
/
+10
*
ARM: don't size-reduce STMs using the LR register.
Tim Northover
2014-09-10
1
-1
/
+1
*
[mips] Remove inverted predicates from MipsSubtarget that were only used by M...
Daniel Sanders
2014-09-10
2
-14
/
+15
*
[mips] Return an ArrayRef from MipsCC::intArgRegs() and remove MipsCC::numInt...
Daniel Sanders
2014-09-10
2
-24
/
+19
*
[asan-assembly-instrumentation] Added CFI directives to the generated instrum...
Yuri Gorshenin
2014-09-10
3
-1
/
+62
*
Drop the W postfix on the 16-bit registers.
Job Noorman
2014-09-10
7
-196
/
+196
*
[MIPS] Add aliases for sync instruction used by Octeon CPU
Kai Nacke
2014-09-10
1
-0
/
+6
*
Use cast to MVT instead of EVT on a couple calls to getSizeInBits.
Craig Topper
2014-09-10
1
-2
/
+2
*
Add a scheduling model for AMD 16H Jaguar (btver2).
Sanjay Patel
2014-09-09
3
-4
/
+350
*
[mips] Add assembler support for .set mips0 directive.
Toma Tabacu
2014-09-09
3
-0
/
+21
*
[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSiz...
Daniel Sanders
2014-09-09
3
-32
/
+32
*
[x32] Emit callq for CALLpcrel32
Pavel Chupin
2014-09-09
3
-4
/
+19
*
[mips] Don't cache IsO32 and IsFP64 in MipsTargetLowering::MipsCC
Daniel Sanders
2014-09-09
2
-23
/
+28
*
[mips] Add assembler support for .set push/pop directive.
Toma Tabacu
2014-09-09
3
-17
/
+95
*
ARM: Negative offset support problem
Renato Golin
2014-09-09
1
-2
/
+2
*
Set trunc store action to Expand for all X86 targets.
Bob Wilson
2014-09-09
1
-2
/
+2
*
[AArch64] Enabled AA support for Cortex-A57.
Chad Rosier
2014-09-08
1
-1
/
+1
*
R600/SI: Fix assertion from copying a TargetGlobalAddress
Matt Arsenault
2014-09-08
1
-1
/
+2
*
R600/SI: Replace LDS atomics with no return versions
Matt Arsenault
2014-09-08
3
-19
/
+35
*
R600/SI: Add InstrMapping for noret atomics.
Matt Arsenault
2014-09-08
3
-50
/
+78
*
[AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Chad Rosier
2014-09-08
2
-0
/
+140
*
[AArch64] Enabled AA support for Cortex-A53.
Chad Rosier
2014-09-08
1
-0
/
+2
*
Spelling correction
Sid Manning
2014-09-08
1
-2
/
+2
*
[x86] Revert my over-eager commit in r217332.
Chandler Carruth
2014-09-07
1
-25
/
+9
*
[x86] Tweak the rules surrounding 0,0 and 1,1 v2f64 shuffles and add
Chandler Carruth
2014-09-07
1
-9
/
+25
*
R600/SI: Fix register class for some 64-bit atomics
Matt Arsenault
2014-09-07
1
-5
/
+5
*
[x86] Fix a pretty horrible bug and inconsistency in the x86 asm
Chandler Carruth
2014-09-06
6
-53
/
+20
*
[x86] Fix an embarressing bug in the INSERTPS formation code. The mask
Chandler Carruth
2014-09-05
1
-3
/
+4
*
[mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParse...
Toma Tabacu
2014-09-05
1
-2
/
+2
[next]