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
/
ARM
Age
Commit message (
Expand
)
Author
2010-04-14
Add -arm-long-calls option to force calls to be indirect. This makes the
Jim Grosbach
2010-04-14
For t2BFI disassembly, apply the same error checking as in r101205.
Johnny Chen
2010-04-14
Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()
Johnny Chen
2010-04-14
Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand
Bob Wilson
2010-04-14
Fixed another assert exposed by fuzzing. Now, when an encoding error occurs
Johnny Chen
2010-04-14
Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalid
Johnny Chen
2010-04-13
Unbreak CMake build by improving the EnhancedDisassembly makefile a
Douglas Gregor
2010-04-13
Handle a v2f64 formal parameter that is split between registers and memory
Bob Wilson
2010-04-13
Fixed a nasty layering violation in the edis source
Sean Callanan
2010-04-13
Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits,
Johnny Chen
2010-04-13
Use MachineBasicBlock::isLiveIn.
Dan Gohman
2010-04-13
Replace r101053 with a fix for getSOImmValRotate() so that it will correctly
Bob Wilson
2010-04-12
Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling
Johnny Chen
2010-04-09
Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets
Bob Wilson
2010-04-08
delete a forwarding function.
Chris Lattner
2010-04-08
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
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
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 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
[prev]
[next]