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
2012-04-05
Added support for handling unpredictable arithmetic instructions on ARM.
Silviu Baranga
2012-04-05
ARM assembly aliases for two-operand V[R]SHR instructions.
Jim Grosbach
2012-04-05
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-04-04
Reapply 154038 without the failing test.
Akira Hatanaka
2012-04-04
Revert r154038. It was causing make check failures.
Owen Anderson
2012-04-04
Fix LowerGlobalAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Fix LowerJumpTable to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Fix LowerConstantPool to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.
Jakob Stoklund Olesen
2012-04-04
Fix LowerBlockAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-03
ARMDisassembler: drop bogus dependency on ARMCodeGen
Dylan Noblesmith
2012-04-03
Make PPCCompilationCallbackC function to be static, so there will be no need ...
Anton Korobeynikov
2012-04-03
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...
Akira Hatanaka
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
The binutils for the IBM BG/P are too old to support CFI.
Hal Finkel
2012-04-02
Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.
Roman Divacky
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-01
Fix some 80-col. violations I introduced with the A2 PPC64 core.
Hal Finkel
2012-04-01
Enable prefetch generation on PPC64.
Hal Finkel
2012-04-01
Add LdStSTD* itin. for the PPC64 A2 core.
Hal Finkel
2012-04-01
This commit contains a few changes that had to go in together.
Nadav Rotem
2012-04-01
Set the default PPC node scheduling preference to ILP (for the embedded cores).
Hal Finkel
2012-04-01
Add ppc440 itin. entries for LdStSTD*
Hal Finkel
2012-04-01
Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores.
Hal Finkel
2012-04-01
Add instruction itinerary for the PPC64 A2 core.
Hal Finkel
2012-04-01
Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.
Hal Finkel
2012-03-31
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-31
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-30
Rip out emission of the regIsInRegClass function for the asm printer.
Benjamin Kramer
2012-03-30
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
ARM encoding for VSWP got the second operand incorrect.
Jim Grosbach
2012-03-30
ARM can only use narrow encoding for low regs.
Jim Grosbach
2012-03-30
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
Add a note about a missed cmov -> sbb opportunity.
Benjamin Kramer
2012-03-30
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
ARM target should allow codegenprep to duplicate ret instructions to enable t...
Evan Cheng
2012-03-29
Invalidate liveness in ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-29
Prefer even-odd D-register pairs.
Jakob Stoklund Olesen
2012-03-29
Try using vmov.i32 to materialize FP32 constants that can't be materialized by
Lang Hames
2012-03-29
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
[prev]
[next]