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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Xcore target
Robert Lytton
2013-08-01
2
-6
/
+13
*
Fix some misc. issues with Mips16 fp stubs.
Reed Kotler
2013-08-01
2
-50
/
+57
*
Formatting.
Eric Christopher
2013-08-01
1
-2
/
+2
*
Add an omitted IsCall=1.
Reed Kotler
2013-08-01
1
-0
/
+1
*
Option parsing: remove non-SUPPORT_ALIASARGS fall-back
Hans Wennborg
2013-07-31
2
-16
/
+2
*
Option parsing: add support for alias arguments.
Hans Wennborg
2013-07-31
7
-8
/
+82
*
80-col
Nadav Rotem
2013-07-31
1
-9
/
+14
*
comment typo.
Andrew Trick
2013-07-31
1
-1
/
+1
*
Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.
Kevin Enderby
2013-07-31
4
-0
/
+36
*
Revert "R600: Non vector only instruction can be scheduled on trans unit"
Tom Stellard
2013-07-31
29
-245
/
+92
*
Revert "TableGen: Enumerate Schedule Model too."
Tom Stellard
2013-07-31
2
-12
/
+0
*
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
2
-0
/
+73
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-07-31
29
-92
/
+245
*
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
*
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2013-07-31
2
-0
/
+12
*
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
11
-36
/
+219
*
[SystemZ] Implement isLegalAddressingMode()
Richard Sandiford
2013-07-31
3
-3
/
+46
*
[SystemZ] Be more careful about inverting CC masks (conditional loads)
Richard Sandiford
2013-07-31
7
-45
/
+45
*
[SystemZ] Be more careful about inverting CC masks
Richard Sandiford
2013-07-31
56
-205
/
+286
*
[SystemZ] Move compare-and-branch generation even later
Richard Sandiford
2013-07-31
5
-136
/
+164
*
Fixed assertion in Extract128BitVector()
Elena Demikhovsky
2013-07-31
1
-1
/
+2
*
[SystemZ] Postpone NI->RISBG conversion to convertToThreeAddress()
Richard Sandiford
2013-07-31
33
-510
/
+639
*
Added INSERT and EXTRACT intructions from AVX-512 ISA.
Elena Demikhovsky
2013-07-31
7
-181
/
+855
*
[SystemZ] Add RISBLG and RISBHG instruction definitions
Richard Sandiford
2013-07-31
8
-3
/
+143
*
Add parentheses to silence gcc warning.
Richard Trieu
2013-07-31
1
-4
/
+4
*
Fix register pressure tables on ARM.
Andrew Trick
2013-07-31
1
-3
/
+31
*
Add tracing to the tblgen register pressure table generator.
Andrew Trick
2013-07-31
1
-7
/
+63
*
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
16
-274
/
+269
*
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
2
-5
/
+24
*
Fix windows' implementation of status when a file doesn't exist.
Rafael Espindola
2013-07-31
2
-6
/
+15
*
Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).
Owen Anderson
2013-07-30
2
-4
/
+22
*
Reflow this to be easier to read.
Eric Christopher
2013-07-30
1
-7
/
+5
*
Make these just inline, not static inline.
Eric Christopher
2013-07-30
1
-4
/
+4
*
Make sure that -gsplit-dwarf isn't passed to the linker.
Eric Christopher
2013-07-30
1
-1
/
+1
*
Respect address space sizes in isEliminableCastPair.
Matt Arsenault
2013-07-30
3
-16
/
+131
*
Revert "Remove isCastable since nothing uses it now"
Matt Arsenault
2013-07-30
3
-5
/
+79
*
Add capability for building with -gsplit-dwarf to the cmake build.
Eric Christopher
2013-07-30
2
-0
/
+8
*
Remove isCastable since nothing uses it now
Matt Arsenault
2013-07-30
3
-79
/
+5
*
isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...
David Majnemer
2013-07-30
2
-16
/
+62
[next]