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
2012-07-06
Revert r159804, "[arm-fast-isel] Add support for vararg function calls."
NAKAMURA Takumi
2012-07-06
[arm-fast-isel] Add support for vararg function calls.
Jush Lu
2012-07-02
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
Revert accidental checkin.
Andrew Trick
2012-07-02
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-07-02
Do not attempt to use ROR for Thumb1.
Bob Wilson
2012-06-29
ARM: Clean up optimizeCompare in peephole, no functional change.
Manman Ren
2012-06-29
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-27
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-26
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-25
ARM: update peephole optimization.
Manman Ren
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-23
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-22
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
Use "NoItineraries" for processors with no itineraries.
Andrew Trick
2012-06-22
ARM scheduling fix: don't guess at implicit operand latency.
Andrew Trick
2012-06-22
ARM scheduling fix: compute predicated implicit use properly.
Andrew Trick
2012-06-22
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-21
Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
Lang Hames
2012-06-19
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-19
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-18
ARM: use NOEN loads and stores if possible when handling struct byval.
Manman Ren
2012-06-18
ARM: Define generic HINT instruction.
Jim Grosbach
2012-06-18
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-15
Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,
Kevin Enderby
2012-06-15
ARM: optimization for sub+abs.
Manman Ren
2012-06-15
Preserve <undef> flags in ARMExpandPseudo.
Jakob Stoklund Olesen
2012-06-14
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
Cleanup whitespace.
Jush Lu
2012-06-12
[arm-fast-isel] Add support for -arm-long-calls.
Chad Rosier
2012-06-11
Re-enable the CMN instruction.
Bill Wendling
2012-06-07
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
ARM getOperandLatency rewrite.
Andrew Trick
2012-06-07
ARM getOperandLatency should return -1 for unknown, consistent with API
Andrew Trick
2012-06-07
Fix ARM getInstrLatency logic to work with the current API.
Andrew Trick
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
Correct decoder for T1 conditional B encoding
Richard Barton
2012-06-05
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
ARM itinerary properties.
Andrew Trick
2012-06-05
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
Revert commit r157966
Joel Jones
2012-06-04
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
[prev]
[next]