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-07-22
Fix the generated file name for CMake.
Chandler Carruth
2010-07-22
Attempt to fix linking issues with CMake. Please review other CMake users,
Chandler Carruth
2010-07-22
Update CMake files.
Owen Anderson
2010-07-22
Fix constant island pass's handling of tBR_JTr. The offset of the instruction...
Evan Cheng
2010-07-21
More register pressure aware scheduling work.
Evan Cheng
2010-07-21
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
Baby steps towards ARM fast-isel.
Eric Christopher
2010-07-21
Fix calling convention on ARM if vfp2+ is enabled.
Rafael Espindola
2010-07-21
Teach bottom up pre-ra scheduler to track register pressure. Work in progress.
Evan Cheng
2010-07-20
prune #includes a little.
Chris Lattner
2010-07-20
Using BIC for immediates needs an extra bump for its complexity to get
Jim Grosbach
2010-07-20
Removed un-used code.
Jim Grosbach
2010-07-20
Constify some arguments.
Eric Christopher
2010-07-20
Update CMake files.
Daniel Dunbar
2010-07-19
sink the arm implementations of ASmPrinter and MCInstLower
Chris Lattner
2010-07-19
ARM has to provide its own TargetLowering::findRepresentativeClass because it...
Evan Cheng
2010-07-19
Since ARM emits inline jump tables as part of the ConstantIsland pass,
Jim Grosbach
2010-07-19
revert so I can get the right PR# in the log message.
Jim Grosbach
2010-07-19
Since ARM emits inline jump tables as part of the ConstantIsland pass,
Jim Grosbach
2010-07-19
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-17
Add combiner patterns to more effectively utilize the BFI (bitfield insert)
Jim Grosbach
2010-07-17
add BFI to getTargetNodeName()
Jim Grosbach
2010-07-17
Fix logic think-o
Jim Grosbach
2010-07-17
Remove unnecessary check that was subsumed into canRealignStack.
Eric Christopher
2010-07-17
Make more explicit and add some currently disabled error messages for
Eric Christopher
2010-07-16
Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction
Jim Grosbach
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
Use a small local function for a single remaining late isMoveInstr call in
Jakob Stoklund Olesen
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-15
Random note about bswap.
Eli Friedman
2010-07-14
Remove restriction on NEON alignment values. Some of the NEON ld/st
Bob Wilson
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
Improve 64-subtraction of immediates when parts of the immediate can fit
Jim Grosbach
2010-07-14
Add missing address register update to t2LDM_RET instruction.
Bob Wilson
2010-07-14
A couple potential optimizations inspired by comment 4 in PR6773.
Eli Friedman
2010-07-14
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-14
The bits in the cmode field of 32-bit VMOV immediate instructions all depend
Bob Wilson
2010-07-14
Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.
Bob Wilson
2010-07-13
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-13
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-13
Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles).
Evan Cheng
2010-07-13
Move NEON "modified immediate" encode/decode into ARMAddressingModes.h to
Bob Wilson
2010-07-12
Remove some code that doesn't appear to do anything. All the ARM call
Bob Wilson
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-11
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.
Rafael Espindola
2010-07-11
Replace copyRegToReg with copyPhysReg for ARM.
Jakob Stoklund Olesen
2010-07-11
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-10
Add parentheses yet again to satisfy GCC's warnings.
Chandler Carruth
[prev]
[next]