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
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SPARC] Additional condition required for DelaySlot fixing erratum in revisio...
Chris Dewhurst
2016-06-19
1
-0
/
+7
*
[SPARC] Fixes for hardware errata on LEON processor.
Chris Dewhurst
2016-06-19
9
-1
/
+449
*
Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass.
James Y Knight
2016-06-17
1
-0
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
5
-94
/
+66
*
[Sparc] Allow passing of empty structs.
Chris Dewhurst
2016-06-01
1
-11
/
+21
*
[sparc] Simplify a slow and verbose way of checking if a string starts with "...
Benjamin Kramer
2016-05-27
1
-6
/
+4
*
Apply clang-tidy's misc-static-assert where it makes sense.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
[sparc] Remove some unused (and undefined) declarations.
Benjamin Kramer
2016-05-27
4
-14
/
+2
*
[sparc] Move LEON passes into llvm namespace.
Benjamin Kramer
2016-05-27
2
-4
/
+6
*
[Sparc] Extend the assembler printing support for Sparc back-end.
Chris Dewhurst
2016-05-26
1
-0
/
+4
*
[SPARC] Fix 8 and 16-bit atomic load and store.
James Y Knight
2016-05-23
2
-14
/
+22
*
[Sparc] LEON erratum fix - Delay Slot Filler modification.
Chris Dewhurst
2016-05-23
1
-0
/
+9
*
[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.
Chris Dewhurst
2016-05-23
10
-9
/
+152
*
Test commit
Jacob Baungard Hansen
2016-05-23
1
-1
/
+0
*
SparcISelLowering.cpp: Add missing StringSwitch.h
NAKAMURA Takumi
2016-05-20
1
-0
/
+1
*
[Sparc] Implement getRegisterByName.
Chris Dewhurst
2016-05-20
2
-0
/
+24
*
[Sparc] Enable more inline assembly constraints.
Chris Dewhurst
2016-05-20
2
-0
/
+9
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
2
-10
/
+20
*
Trivial cleanups.
Rafael Espindola
2016-05-18
2
-3
/
+3
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-3
/
+2
*
[Sparc] Add Soft Float support
Chris Dewhurst
2016-05-18
7
-12
/
+59
*
[Sparc][LEON] Add LEON-specific CASA instruction.
Chris Dewhurst
2016-05-16
7
-22
/
+69
*
SDAG: Implement Select instead of SelectImpl in SparcDAGToDAGISel
Justin Bogner
2016-05-13
1
-16
/
+17
*
SDAG: Clean up a dangling node in SparcISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-13
1
-0
/
+1
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
[Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargets
Chris Dewhurst
2016-05-09
6
-5
/
+67
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-2
/
+2
*
[Sparc] Allow taking of function address into a register.
Chris Dewhurst
2016-05-04
1
-5
/
+5
*
[Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.
Chris Dewhurst
2016-05-04
3
-21
/
+292
*
[Sparc] Constification of TargetMachine arguments
James Y Knight
2016-05-03
4
-4
/
+4
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-1
/
+1
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-4
/
+0
*
[Sparc] Fix build error introduced by rL267545.
Marcin Koscielnicki
2016-04-26
1
-1
/
+1
*
[SPARC] [SSP] Add support for LOAD_STACK_GUARD.
Marcin Koscielnicki
2016-04-26
6
-1
/
+40
*
[SPARC] Add support for llvm.thread.pointer.
Marcin Koscielnicki
2016-04-26
2
-0
/
+18
*
[Sparc] Fix double-float fabs and fneg on little endian CPUs.
James Y Knight
2016-04-25
1
-12
/
+28
*
[Sparc] This provides support for itineraries on Sparc.
Chris Dewhurst
2016-04-22
5
-159
/
+417
*
The following code would not work before this patch, due to the inability to ...
Chris Dewhurst
2016-04-22
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
3
-3
/
+0
*
Add __atomic_* lowering to AtomicExpandPass.
James Y Knight
2016-04-12
1
-0
/
+7
*
This reverts commit r266002, r266011 and r266016.
Rafael Espindola
2016-04-12
1
-7
/
+0
*
Add __atomic_* lowering to AtomicExpandPass.
James Y Knight
2016-04-11
1
-0
/
+7
*
Fix broken assert, PR24624
Hans Wennborg
2016-04-11
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-5
/
+5
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
2
-3
/
+3
*
[SPARC] Use AtomicExpandPass to expand AtomicRMW instructions.
James Y Knight
2016-03-29
3
-173
/
+10
*
Sparc: silently ignore .proc assembler directive
Douglas Katzman
2016-03-28
1
-0
/
+6
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
2
-4
/
+7
*
Myriad: Add new sparc CPU kinds.
Douglas Katzman
2016-03-15
1
-0
/
+3
[prev]
[next]