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
...
|
*
Fixes ARM LNT bot from SLP change in O3
Renato Golin
2013-08-02
1
-6
/
+8
|
*
[mips] Make load/store accumulator pseudo instructions codeGenOnly. Also,
Akira Hatanaka
2013-08-01
2
-22
/
+11
|
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
3
-4
/
+5
|
*
Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...
Daniel Malea
2013-08-01
2
-7
/
+5
|
*
Fix some issues with Mips16 floating when certain intrinsics are present.
Reed Kotler
2013-08-01
1
-0
/
+52
|
*
R600: Add 64-bit float load/store support
Tom Stellard
2013-08-01
8
-23
/
+139
|
*
R600: Use 64-bit alignment for 64-bit kernel arguments
Tom Stellard
2013-08-01
1
-1
/
+1
|
*
R600/SI: Custom lower i64 ZERO_EXTEND
Tom Stellard
2013-08-01
2
-0
/
+16
|
*
EVEX and compressed displacement encoding for AVX512
Elena Demikhovsky
2013-08-01
2
-54
/
+278
|
*
[SystemZ] Reuse CC results for integer comparisons with zero
Richard Sandiford
2013-08-01
6
-58
/
+277
|
*
[SystemZ] Prefer comparisons with zero
Richard Sandiford
2013-08-01
1
-1
/
+25
|
*
Moving definition of MnemonicContainsDot field from class Instruction to clas...
Vladimir Medic
2013-08-01
2
-1
/
+1
|
*
AArch64: add initial NEON support
Tim Northover
2013-08-01
17
-35
/
+2649
|
*
XCore target: Fix Vararg handling
Robert Lytton
2013-08-01
1
-12
/
+14
|
*
XCore target: Add byval handling
Robert Lytton
2013-08-01
1
-11
/
+63
|
*
Xcore target
Robert Lytton
2013-08-01
1
-6
/
+9
|
*
Fix some misc. issues with Mips16 fp stubs.
Reed Kotler
2013-08-01
1
-2
/
+7
|
*
Add an omitted IsCall=1.
Reed Kotler
2013-08-01
1
-0
/
+1
|
*
Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.
Kevin Enderby
2013-07-31
2
-0
/
+30
|
*
Revert "R600: Non vector only instruction can be scheduled on trans unit"
Tom Stellard
2013-07-31
4
-60
/
+19
|
*
Revert "R600: Use SchedModel enum for is{Trans,Vector}Only functions"
Tom Stellard
2013-07-31
4
-19
/
+23
|
*
R600: Do not mergevector after a vector reg is used
Vincent Lejeune
2013-07-31
1
-1
/
+10
|
*
R600: Avoid more than 4 literals in the same instruction group at scheduling
Vincent Lejeune
2013-07-31
1
-0
/
+5
|
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-07-31
4
-19
/
+60
|
*
R600: Don't mix LDS and non-LDS instructions in the same group
Vincent Lejeune
2013-07-31
1
-0
/
+4
|
*
R600: Use SchedModel enum for is{Trans,Vector}Only functions
Vincent Lejeune
2013-07-31
4
-23
/
+19
|
*
R600: Remove predicated_break inst
Vincent Lejeune
2013-07-31
4
-59
/
+7
|
*
[SystemZ] Implement isLegalAddressingMode()
Richard Sandiford
2013-07-31
2
-3
/
+21
|
*
[SystemZ] Be more careful about inverting CC masks (conditional loads)
Richard Sandiford
2013-07-31
5
-31
/
+31
|
*
[SystemZ] Be more careful about inverting CC masks
Richard Sandiford
2013-07-31
9
-81
/
+137
|
*
[SystemZ] Move compare-and-branch generation even later
Richard Sandiford
2013-07-31
4
-136
/
+119
|
*
Fixed assertion in Extract128BitVector()
Elena Demikhovsky
2013-07-31
1
-1
/
+2
|
*
[SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()
Richard Sandiford
2013-07-31
4
-79
/
+193
|
*
Added INSERT and EXTRACT intructions from AVX-512 ISA.
Elena Demikhovsky
2013-07-31
6
-181
/
+811
|
*
[SystemZ] Add RISBLG and RISBHG instruction definitions
Richard Sandiford
2013-07-31
4
-3
/
+19
|
*
Increment arg_count inside the loop in printInline. Patch by Joe Matarazzo.
Craig Topper
2013-07-31
1
-1
/
+1
|
*
Changed register names (and pointer keywords) to be lower case when using Int...
Craig Topper
2013-07-31
9
-230
/
+225
|
*
Remove trailing whitespace and some tab characters.
Craig Topper
2013-07-31
1
-9
/
+9
|
*
Fixed incorrect disassembly for MOV16o16a when using Intel syntax.
Craig Topper
2013-07-31
1
-2
/
+2
|
*
[mips] Rename instruction DANDi to ANDi64.
Akira Hatanaka
2013-07-31
1
-4
/
+4
|
*
[mips] Define instruction itineraries IIArith and IILogic.
Akira Hatanaka
2013-07-31
5
-38
/
+49
|
*
[mips] Delete instruction format for "bal".
Akira Hatanaka
2013-07-30
1
-11
/
+0
|
*
[mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that
Akira Hatanaka
2013-07-30
2
-5
/
+9
|
*
[Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add
Venkatraman Govindaraju
2013-07-30
2
-7
/
+20
|
*
R600/SI: Expand vector fp <-> int conversions
Tom Stellard
2013-07-30
2
-4
/
+4
|
*
This patch implements parsing of mips FCC register operands. The example inst...
Vladimir Medic
2013-07-30
4
-14
/
+66
|
*
[ARM] check bitwidth in PerformORCombine
Saleem Abdulrasool
2013-07-30
1
-14
/
+21
|
*
[Sparc] Use call's debugloc for the unimp instruction.
Venkatraman Govindaraju
2013-07-30
1
-1
/
+1
|
*
[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
2013-07-30
5
-1
/
+347
|
*
[R600] Replicate old DAGCombiner behavior in target specific DAG combine.
Quentin Colombet
2013-07-30
1
-0
/
+56
[prev]
[next]