index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2010-04-08
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...
Evan Cheng
2010-04-08
mpsadbw is not commutative.
Eric Christopher
2010-04-08
Added support for ARM disassembly to edis.
Sean Callanan
2010-04-07
Update CMake build.
Ted Kremenek
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
add newlines at end of files.
Chris Lattner
2010-04-07
Missed this one line for the previous checkin to fix build warnings.
Johnny Chen
2010-04-07
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
Fixed a bug where the disassembler would allow an immediate
Sean Callanan
2010-04-07
Fixed 3 warnings pointed out by clang.
Johnny Chen
2010-04-07
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
Johnny Chen
2010-04-07
Added an AsmLexer for the ARM target, which uses
Sean Callanan
2010-04-07
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-07
Remove late ARM codegen optimization pass committed by accident.
Anton Korobeynikov
2010-04-07
Split A8/A9 itins - they already were too big.
Anton Korobeynikov
2010-04-07
Add some crude itin approximation for VFP load / stores on A9
Anton Korobeynikov
2010-04-07
Add some crude approximation for neon load/store instructions
Anton Korobeynikov
2010-04-07
Add some A8-based approximation for instructions with unknown cycle times
Anton Korobeynikov
2010-04-07
Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.
Anton Korobeynikov
2010-04-07
Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...
Anton Korobeynikov
2010-04-07
Fix A8 FP NEON MAC itins
Anton Korobeynikov
2010-04-07
A9 NEON FP itins
Anton Korobeynikov
2010-04-07
Some permute goodness for A9
Anton Korobeynikov
2010-04-07
More shift itins for A9
Anton Korobeynikov
2010-04-07
More fixes for itins
Anton Korobeynikov
2010-04-07
Fix invalid itins for 32-bit varians of VMLAL and friends
Anton Korobeynikov
2010-04-07
Add MAC stuff for A9
Anton Korobeynikov
2010-04-07
Fix invalid NEON MAC itins on A8
Anton Korobeynikov
2010-04-07
Fix itins for VPAL
Anton Korobeynikov
2010-04-07
Fix itins for VABA
Anton Korobeynikov
2010-04-07
Correct VMVN itinerary: operand is read in the second cycle, not in the first.
Anton Korobeynikov
2010-04-07
More A9 itineraries
Anton Korobeynikov
2010-04-07
Correct itinerary class for VPADD
Anton Korobeynikov
2010-04-07
VP{MAX, MIN} are of IIC_VSUBi4D itin class as well.
Anton Korobeynikov
2010-04-07
VHADD differs from VHSUB at least on A9 - the former reads both operands in t...
Anton Korobeynikov
2010-04-07
Some easy NEON scheduling goodness for A9
Anton Korobeynikov
2010-04-07
Define new itin classes for ARM <-> VFP reg moves to distinguish from NEON op...
Anton Korobeynikov
2010-04-07
FCONST{S,D} behaves the same way as FP unary instructions. This is true for b...
Anton Korobeynikov
2010-04-07
Proper cycle times for locks, since wbck latency can be larger than fwd latency.
Anton Korobeynikov
2010-04-07
Add new itin classes for FP16 <-> FP32 conversions and make uise of them for A9.
Anton Korobeynikov
2010-04-07
Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo...
Anton Korobeynikov
2010-04-07
Some bits of A9 scheduling: VFP
Anton Korobeynikov
2010-04-07
Separate const from non-const stuff during mergeing
Anton Korobeynikov
2010-04-07
Some initial version of global merger
Anton Korobeynikov
2010-04-07
Fix memory leaks for external symbol name strings.
Sanjiv Gupta
2010-04-07
Clean up some signedness oddities in this code noticed by clang.
John McCall
2010-04-07
Move printing of target-indepedent DEBUG_VALUE comments
Dale Johannesen
2010-04-06
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
John McCall
[prev]
[next]