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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make some code a little simpler.
Reed Kotler
2013-01-28
2
-40
/
+40
*
[XCore] Add missing l2rus instructions.
Richard Osborne
2013-01-27
2
-1
/
+14
*
[XCore] Add missing l2r instructions.
Richard Osborne
2013-01-27
1
-1
/
+12
*
[XCore] Add missing 1r instructions.
Richard Osborne
2013-01-27
1
-6
/
+21
*
[XCore] Add missing 0r instructions.
Richard Osborne
2013-01-27
1
-3
/
+44
*
Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-26
/
+37
*
X86: Decode PALIGN operands so I don't have to do it in my head.
Benjamin Kramer
2013-01-26
4
-1
/
+36
*
X86: Do splat promotion later, so the optimizer can chew on it first.
Benjamin Kramer
2013-01-26
1
-10
/
+10
*
fix use of std::std. it's ordered set.
Reed Kotler
2013-01-26
1
-3
/
+3
*
Remove unused variables, silences -Wunused-variable
Dmitri Gribenko
2013-01-25
1
-4
/
+2
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-1
/
+1
*
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-25
5
-0
/
+237
*
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-25
4
-18
/
+39
*
Add instruction encodings / disassembly support for l4r instructions.
Richard Osborne
2013-01-25
3
-18
/
+83
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
1
-1
/
+1
*
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
[next]