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
/
SparcISelLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-5
/
+5
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-31
/
+22
*
[sparc] Remove some unused (and undefined) declarations.
Benjamin Kramer
2016-05-27
1
-4
/
+0
*
[Sparc] Implement getRegisterByName.
Chris Dewhurst
2016-05-20
1
-0
/
+3
*
[Sparc] Enable more inline assembly constraints.
Chris Dewhurst
2016-05-20
1
-0
/
+8
*
[Sparc] Add Soft Float support
Chris Dewhurst
2016-05-18
1
-1
/
+3
*
[Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.
Chris Dewhurst
2016-05-04
1
-0
/
+12
*
[Sparc] Constification of TargetMachine arguments
James Y Knight
2016-05-03
1
-1
/
+1
*
[SPARC] [SSP] Add support for LOAD_STACK_GUARD.
Marcin Koscielnicki
2016-04-26
1
-0
/
+4
*
[SPARC] Add support for llvm.thread.pointer.
Marcin Koscielnicki
2016-04-26
1
-0
/
+2
*
[SPARC] Use AtomicExpandPass to expand AtomicRMW instructions.
James Y Knight
2016-03-29
1
-0
/
+2
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
1
-0
/
+7
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
1
-0
/
+14
*
[Sparc] Implement i64 load/store support for 32-bit sparc.
James Y Knight
2015-08-10
1
-2
/
+2
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+3
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+2
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-3
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-1
/
+1
*
[sparc] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
2015-03-19
1
-6
/
+0
*
Make each target map all inline assembly memory constraints to InlineAsm::Con...
Daniel Sanders
2015-03-16
1
-0
/
+6
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-2
/
+4
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-6
/
+6
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-25
/
+25
*
Implement atomicrmw operations in 32 and 64 bits for SPARCv9.
Jakob Stoklund Olesen
2014-01-24
1
-0
/
+7
*
[Sparc] Add support for inline assembly constraint 'I'.
Venkatraman Govindaraju
2014-01-22
1
-0
/
+7
*
[Sparc]: Implement getSetCCResultType() in SparcTargetLowering so that umulo/...
Venkatraman Govindaraju
2013-12-09
1
-0
/
+3
*
[SparcV9] Handle i64 <-> float conversions in sparcv9 mode.
Venkatraman Govindaraju
2013-11-03
1
-0
/
+6
*
[Sparc] Add support for TLS in sparc.
Venkatraman Govindaraju
2013-09-22
1
-2
/
+7
*
[Sparc] Add support for soft long double (fp128).
Venkatraman Govindaraju
2013-09-03
1
-0
/
+17
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
Sparc: Add support for indirect branch and blockaddress in Sparc backend.
Venkatraman Govindaraju
2013-06-03
1
-0
/
+1
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-6
/
+6
*
Use i32 for all SPARC shift amounts, even in 64-bit mode.
Jakob Stoklund Olesen
2013-04-14
1
-0
/
+1
*
Also put target flags on SPARC constant pool references.
Jakob Stoklund Olesen
2013-04-14
1
-0
/
+1
*
Add target flags to SPARC address operands.
Jakob Stoklund Olesen
2013-04-14
1
-0
/
+3
*
Implement LowerCall_64 for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-07
1
-0
/
+4
*
Implement LowerReturn_64 for SPARC v9.
Jakob Stoklund Olesen
2013-04-06
1
-0
/
+10
*
Add SPARC v9 support for select on 64-bit compares.
Jakob Stoklund Olesen
2013-04-04
1
-0
/
+1
*
Add 64-bit compare + branch for SPARC v9.
Jakob Stoklund Olesen
2013-04-03
1
-1
/
+2
*
Add support for 64-bit calling convention.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+12
*
Add an I64Regs register class for 64-bit registers.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+3
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
1
-6
/
+1
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-1
/
+0
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-3
/
+2
[next]