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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Option parsing: add support for alias arguments.
Hans Wennborg
2013-07-31
1
-2
/
+20
*
80-col
Nadav Rotem
2013-07-31
1
-9
/
+14
*
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
*
Reject bitcasts between address spaces with different sizes
Matt Arsenault
2013-07-31
1
-20
/
+104
*
[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
*
Add parentheses to silence gcc warning.
Richard Trieu
2013-07-31
1
-4
/
+4
*
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
*
Fix a severe compile time problem when forming large SCEV expressions.
Andrew Trick
2013-07-31
1
-0
/
+3
*
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
*
Fix crashing on invalid inline asm with matching constraints.
Eric Christopher
2013-07-31
1
-15
/
+16
*
[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
*
Fix ptr vector inconsistency in CreatePointerCast
Matt Arsenault
2013-07-31
1
-5
/
+13
*
Fix windows' implementation of status when a file doesn't exist.
Rafael Espindola
2013-07-31
1
-6
/
+11
*
Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).
Owen Anderson
2013-07-30
1
-4
/
+11
*
Reflow this to be easier to read.
Eric Christopher
2013-07-30
1
-7
/
+5
*
Respect address space sizes in isEliminableCastPair.
Matt Arsenault
2013-07-30
2
-14
/
+52
*
Revert "Remove isCastable since nothing uses it now"
Matt Arsenault
2013-07-30
1
-0
/
+63
*
Remove isCastable since nothing uses it now
Matt Arsenault
2013-07-30
1
-63
/
+0
*
isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...
David Majnemer
2013-07-30
1
-16
/
+30
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
2
-11
/
+53
*
[mips] Delete instruction format for "bal".
Akira Hatanaka
2013-07-30
1
-11
/
+0
*
Implement getUniqueID for directories on windows.
Rafael Espindola
2013-07-30
1
-18
/
+14
*
[mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that
Akira Hatanaka
2013-07-30
2
-5
/
+9
*
Remove dead code.
Rafael Espindola
2013-07-30
1
-3
/
+0
*
Down-scale slot index distance to save bits.
Andrew Trick
2013-07-30
1
-1
/
+1
[next]