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
*
Missed this one line for the previous checkin to fix build warnings.
Johnny Chen
2010-04-07
1
-1
/
+0
*
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
1
-7
/
+19
*
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
1
-2
/
+16
*
Fixed a bug where the disassembler would allow an immediate
Sean Callanan
2010-04-07
2
-0
/
+4
*
Fixed 3 warnings pointed out by clang.
Johnny Chen
2010-04-07
1
-3
/
+3
*
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
Johnny Chen
2010-04-07
2
-2
/
+19
*
Added an AsmLexer for the ARM target, which uses
Sean Callanan
2010-04-07
2
-0
/
+143
*
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-07
4
-0
/
+4
*
Remove late ARM codegen optimization pass committed by accident.
Anton Korobeynikov
2010-04-07
4
-158
/
+1
*
Split A8/A9 itins - they already were too big.
Anton Korobeynikov
2010-04-07
3
-603
/
+614
*
Add some crude itin approximation for VFP load / stores on A9
Anton Korobeynikov
2010-04-07
1
-0
/
+54
*
Add some crude approximation for neon load/store instructions
Anton Korobeynikov
2010-04-07
1
-1
/
+55
*
Add some A8-based approximation for instructions with unknown cycle times
Anton Korobeynikov
2010-04-07
1
-0
/
+52
*
Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.
Anton Korobeynikov
2010-04-07
1
-4
/
+6
*
Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...
Anton Korobeynikov
2010-04-07
1
-259
/
+266
*
Fix A8 FP NEON MAC itins
Anton Korobeynikov
2010-04-07
1
-2
/
+2
*
A9 NEON FP itins
Anton Korobeynikov
2010-04-07
1
-0
/
+66
*
Some permute goodness for A9
Anton Korobeynikov
2010-04-07
1
-1
/
+85
*
More shift itins for A9
Anton Korobeynikov
2010-04-07
1
-0
/
+21
*
More fixes for itins
Anton Korobeynikov
2010-04-07
1
-24
/
+26
*
Fix invalid itins for 32-bit varians of VMLAL and friends
Anton Korobeynikov
2010-04-07
1
-14
/
+14
*
Add MAC stuff for A9
Anton Korobeynikov
2010-04-07
1
-1
/
+59
*
Fix invalid NEON MAC itins on A8
Anton Korobeynikov
2010-04-07
1
-4
/
+4
*
Fix itins for VPAL
Anton Korobeynikov
2010-04-07
1
-3
/
+17
*
Fix itins for VABA
Anton Korobeynikov
2010-04-07
3
-23
/
+76
*
Correct VMVN itinerary: operand is read in the second cycle, not in the first.
Anton Korobeynikov
2010-04-07
1
-2
/
+2
*
More A9 itineraries
Anton Korobeynikov
2010-04-07
2
-2
/
+30
*
Correct itinerary class for VPADD
Anton Korobeynikov
2010-04-07
1
-86
/
+40
*
VP{MAX, MIN} are of IIC_VSUBi4D itin class as well.
Anton Korobeynikov
2010-04-07
1
-10
/
+35
*
VHADD differs from VHSUB at least on A9 - the former reads both operands in t...
Anton Korobeynikov
2010-04-07
3
-17
/
+71
*
Some easy NEON scheduling goodness for A9
Anton Korobeynikov
2010-04-07
1
-1
/
+53
*
Define new itin classes for ARM <-> VFP reg moves to distinguish from NEON op...
Anton Korobeynikov
2010-04-07
3
-7
/
+38
*
FCONST{S,D} behaves the same way as FP unary instructions. This is true for b...
Anton Korobeynikov
2010-04-07
1
-2
/
+2
*
Proper cycle times for locks, since wbck latency can be larger than fwd latency.
Anton Korobeynikov
2010-04-07
1
-52
/
+57
*
Add new itin classes for FP16 <-> FP32 conversions and make uise of them for A9.
Anton Korobeynikov
2010-04-07
3
-4
/
+20
*
Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo...
Anton Korobeynikov
2010-04-07
2
-22
/
+77
*
Some bits of A9 scheduling: VFP
Anton Korobeynikov
2010-04-07
2
-1
/
+102
*
Separate const from non-const stuff during mergeing
Anton Korobeynikov
2010-04-07
1
-21
/
+35
*
Some initial version of global merger
Anton Korobeynikov
2010-04-07
4
-1
/
+144
*
Fix memory leaks for external symbol name strings.
Sanjiv Gupta
2010-04-07
3
-20
/
+38
*
Clean up some signedness oddities in this code noticed by clang.
John McCall
2010-04-07
1
-5
/
+6
*
Move printing of target-indepedent DEBUG_VALUE comments
Dale Johannesen
2010-04-07
1
-48
/
+10
*
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
John McCall
2010-04-06
3
-3
/
+3
*
Revert 100573, it's causing some testsuite problems.
Dale Johannesen
2010-04-06
1
-1
/
+67
*
Move printing of DEBUG_VALUE comments to target-independent place.
Dale Johannesen
2010-04-06
1
-67
/
+1
*
Expand SELECT and SELECT_CC for NEON vector types.
Bob Wilson
2010-04-06
1
-0
/
+2
*
Fix PR6696 and PR6663
Jim Grosbach
2010-04-06
5
-14
/
+84
*
Don't try to collapse DomainValues onto an incompatible SSE domain.
Jakob Stoklund Olesen
2010-04-06
1
-4
/
+12
*
Properly enable load clustering.
Jakob Stoklund Olesen
2010-04-05
1
-4
/
+0
*
Fix ADD32rr_alt instruction encoding bug. Patch by Marius Wachtler.
Evan Cheng
2010-04-05
1
-1
/
+1
[next]