index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sparc] Use correct alignment while loading/storing fp128 values.
Venkatraman Govindaraju
2013-10-05
1
-4
/
+13
*
[Sparc] Respect hasHardQuad parameter correctly when lowering SINT_TO_FP with...
Venkatraman Govindaraju
2013-10-05
1
-1
/
+1
*
[Sparc] Correct the floating point conditional code mapping in GetOppositeBra...
Venkatraman Govindaraju
2013-10-04
1
-8
/
+8
*
[Sparc] Implements exception handling in SPARC with DwarfCFI.
Venkatraman Govindaraju
2013-09-26
3
-4
/
+23
*
[Sparc] Use correct instruction pattern for CMPri.
Venkatraman Govindaraju
2013-09-22
1
-1
/
+1
*
[Sparc] Make SPARC instructions' encoding well defined such that TableGen can...
Venkatraman Govindaraju
2013-09-22
4
-39
/
+70
*
[Sparc] Clean up MOVcc instructions so that TableGen can encode them correctl...
Venkatraman Govindaraju
2013-09-22
2
-29
/
+105
*
[Sparc] Clean up branch instructions, so that TableGen can encode branch cond...
Venkatraman Govindaraju
2013-09-22
3
-23
/
+26
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-1
/
+3
*
[Sparc] Add support for TLS in sparc.
Venkatraman Govindaraju
2013-09-22
7
-10
/
+238
*
[SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions.
Venkatraman Govindaraju
2013-09-22
1
-0
/
+4
*
[Sparc] Emit .register directive to declare the use of global registers %g2, ...
Venkatraman Govindaraju
2013-09-22
1
-0
/
+26
*
[Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets.
Venkatraman Govindaraju
2013-09-21
1
-6
/
+6
*
[Sparc] Correctly handle call to functions with ReturnsTwice attribute.
Venkatraman Govindaraju
2013-09-05
4
-4
/
+46
*
[Sparc] Fix an assertion failure while lowering fcmp on long double.
Venkatraman Govindaraju
2013-09-04
1
-1
/
+1
*
[Sparc] Add support for soft long double (fp128).
Venkatraman Govindaraju
2013-09-03
3
-18
/
+422
*
[Sparc] Implement spill and load for long double(f128) registers.
Venkatraman Govindaraju
2013-09-02
2
-36
/
+123
*
[Sparc] Add long double (f128) instructions to sparc backend.
Venkatraman Govindaraju
2013-08-25
5
-1
/
+250
*
[Sparc] Added V9's extra floating point registers and their aliases.
Venkatraman Govindaraju
2013-08-25
2
-1
/
+58
*
Use register masks on SPARC call instructions.
Jakob Stoklund Olesen
2013-08-23
2
-4
/
+14
*
Add an OtherPreserved field to the CalleeSaved TableGen class.
Jakob Stoklund Olesen
2013-08-23
3
-2
/
+13
*
[Sparc] Use HWEncoding instead of unused Num field in Sparc register definiti...
Venkatraman Govindaraju
2013-08-20
2
-12
/
+9
*
[Sparc] Enable xword directive in sparcv9.
Venkatraman Govindaraju
2013-08-10
1
-3
/
+6
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
1
-1
/
+1
*
[Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add
Venkatraman Govindaraju
2013-07-30
2
-7
/
+20
*
[Sparc] Use call's debugloc for the unimp instruction.
Venkatraman Govindaraju
2013-07-30
1
-1
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-3
/
+3
*
[Sparc]: Add memory operands for the frame references in the storeRegToStackSlot
Venkatraman Govindaraju
2013-06-26
1
-8
/
+30
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
2
-2
/
+2
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-5
/
+7
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
3
-31
/
+0
*
[Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...
Venkatraman Govindaraju
2013-06-08
7
-162
/
+61
*
Remember the anyext patterns.
Jakob Stoklund Olesen
2013-06-07
1
-0
/
+2
*
Add missing zextloadi1 to i64 patterns. PR16721.
Jakob Stoklund Olesen
2013-06-07
1
-0
/
+3
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
4
-9
/
+10
*
Fix a typo in asm string of BP* family of instructions. With this fix
Roman Divacky
2013-06-07
1
-1
/
+1
*
[Sparc]: Use cmp instruction instead of subcc to compare integers.
Venkatraman Govindaraju
2013-06-07
3
-17
/
+19
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-4
/
+4
*
Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,
Venkatraman Govindaraju
2013-06-04
19
-154
/
+157
*
Sparc: Add support for indirect branch and blockaddress in Sparc backend.
Venkatraman Govindaraju
2013-06-03
4
-0
/
+37
*
Sparc: When storing 0, use %g0 directly in the store instruction instead of
Venkatraman Govindaraju
2013-06-03
2
-0
/
+8
*
Sparc: Combine add/or/sethi instruction with restore if possible.
Venkatraman Govindaraju
2013-06-02
1
-22
/
+177
*
Sparc: Perform leaf procedure optimization by default
Venkatraman Govindaraju
2013-06-02
1
-1
/
+1
*
Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...
Venkatraman Govindaraju
2013-06-01
1
-0
/
+6
*
[Sparc] Generate correct code for leaf functions with stack objects
Venkatraman Govindaraju
2013-06-01
4
-30
/
+79
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-2
/
+2
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-4
/
+6
*
SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-func...
NAKAMURA Takumi
2013-05-29
1
-1
/
+1
*
[Sparc] Add support for leaf functions in sparc backend.
Venkatraman Govindaraju
2013-05-29
6
-28
/
+123
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
3
-28
/
+28
[next]