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
*
Use the correct format in the STW / SETPSC instruction names.
Richard Osborne
2013-01-25
3
-9
/
+9
*
Fix order of operands for crc8_l4r
Richard Osborne
2013-01-25
4
-27
/
+48
*
Add instruction encodings / disassembly support for l5r instructions.
Richard Osborne
2013-01-25
3
-12
/
+55
*
Fix order of operands for l5r instructions.
Richard Osborne
2013-01-25
2
-18
/
+22
*
Use correct mnemonic / instruction name for ldivu.
Richard Osborne
2013-01-25
1
-4
/
+3
*
More cleanup of PPC register definitions.
Hal Finkel
2013-01-25
1
-64
/
+8
*
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-25
1
-2
/
+2
*
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
1
-1
/
+7
*
This patch implements parsing the .word
Jack Carter
2013-01-25
1
-7
/
+42
*
[mips] Set flag neverHasSideEffects flag on some of the floating point instru...
Akira Hatanaka
2013-01-25
1
-12
/
+8
*
Moving Cost Tables up to share with other targets
Renato Golin
2013-01-24
1
-48
/
+11
*
Start cleanup of PPC register definitions using foreach loops.
Hal Finkel
2013-01-24
1
-65
/
+7
*
MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...
NAKAMURA Takumi
2013-01-24
1
-0
/
+6
*
MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
1
-2
/
+2
*
MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
1
-3
/
+5
*
The next phase of Mips16 hard float implementation.
Reed Kotler
2013-01-24
2
-36
/
+246
*
R600: Add a llvm.R600.store.swizzle intrinsics
Tom Stellard
2013-01-23
3
-2
/
+31
*
R600: Simplify stream outputs intrinsic
Tom Stellard
2013-01-23
5
-47
/
+13
*
Add instruction encodings / disassembly support for l6r instructions.
Richard Osborne
2013-01-23
3
-6
/
+34
*
Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...
Eli Bendersky
2013-01-23
1
-2
/
+3
*
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
5
-9
/
+13
*
NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...
Benjamin Kramer
2013-01-23
1
-3
/
+5
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-0
/
+1
*
R600: rework handling of the constants
Tom Stellard
2013-01-23
16
-104
/
+483
*
R600: Add a CONST_ADDRESS node to model constant buf read
Tom Stellard
2013-01-23
3
-1
/
+12
*
R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def
Tom Stellard
2013-01-23
1
-45
/
+65
*
Add instruction encodings / disassembly support for u10 / lu10 instructions.
Richard Osborne
2013-01-22
2
-12
/
+22
*
Fix an issue of pseudo atomic instruction DAG schedule
Michael Liao
2013-01-22
2
-3
/
+8
*
[mips] Implement MipsRegisterInfo::getRegPressureLimit.
Akira Hatanaka
2013-01-22
2
-0
/
+24
*
[mips] Clean up code in MipsTargetLowering::LowerCall. No functional change
Akira Hatanaka
2013-01-22
2
-21
/
+14
*
X86: Make sure we account for the FMA4 register immediate value, otherwise ri...
Benjamin Kramer
2013-01-22
1
-1
/
+1
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-3
/
+11
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-18
/
+30
*
Fix some incorrectly named u10 / lu10 instructions.
Richard Osborne
2013-01-21
1
-25
/
+12
*
Remove unused multiclass.
Richard Osborne
2013-01-21
1
-12
/
+0
*
Add instruction encodings / disassembly support for u6 / lu6 instructions.
Richard Osborne
2013-01-21
2
-59
/
+42
*
Add instruction encoding / disassembly support for ru6 / lru6 instructions.
Richard Osborne
2013-01-21
3
-94
/
+97
*
Use correct format for the LDAWCP instruction (u6).
Richard Osborne
2013-01-21
1
-7
/
+3
*
R600/SI: Use unnormalized coordinates for sampling with the RECT target.
Tom Stellard
2013-01-21
2
-0
/
+13
*
R600/SI: Take target parameter for sample intrinsics.
Tom Stellard
2013-01-21
2
-4
/
+4
*
R600/SI: Derive all sample intrinsics from a single class.
Tom Stellard
2013-01-21
1
-3
/
+5
*
R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-21
1
-3
/
+2
*
Use <0 checks in place of ==-1 because it results in simpler code.
Craig Topper
2013-01-21
1
-3
/
+3
*
Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.
Craig Topper
2013-01-21
1
-6
/
+5
*
Remove trailing whitespace.
Craig Topper
2013-01-21
1
-9
/
+9
*
Fix some 80 column violations.
Craig Topper
2013-01-21
1
-7
/
+9
*
Make helper method static.
Craig Topper
2013-01-21
2
-4
/
+2
*
Convert more EVT's to MVT's in the lowering methods.
Craig Topper
2013-01-20
1
-23
/
+24
*
Capitalize lowerTRUNCATE so that it matches the other lower functions in this...
Craig Topper
2013-01-20
2
-3
/
+3
*
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
1
-66
/
+102
[next]