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
2011-09-01
Thumb2 assembly parsing and encoding for ADD(immediate).
Jim Grosbach
2011-08-31
Fixup for functions that return a bool.
Chad Rosier
2011-08-31
Static relocation model Thumb jump table interworking.
Jim Grosbach
2011-08-31
The asm parser currently selects the wrong encoding for non-conditional Thumb...
Owen Anderson
2011-08-31
Thumb2 t2Bcc should encode as t2B when condition is 'always'.
Jim Grosbach
2011-08-31
Move more code around and duplicate AVX patterns: MOVHPS and MOVLPS
Bruno Cardoso Lopes
2011-08-31
Move MOVAPS,MOVUPS patterns close to the instructions definition
Bruno Cardoso Lopes
2011-08-31
Remove "_Int" forms of MOVUPSmr and MOVAPSmr
Bruno Cardoso Lopes
2011-08-31
Fix encoding for tBcc with immediate offset operand.
Owen Anderson
2011-08-31
When performing instruction selection for LDR_PRE_IMM/LDRB_PRE_IMM, we still ...
Owen Anderson
2011-08-31
Remove FIXME. Thumb2 MOV instruction will use separate custom tricks.
Jim Grosbach
2011-08-31
Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead...
Owen Anderson
2011-08-31
tBcc is OK to be predicated in Thumb2 outside of IT blocks (obviously).
Jim Grosbach
2011-08-31
Thumb2 parsing and encoding for ADC(register).
Jim Grosbach
2011-08-31
64-bit atomic cmpxchg for ARM.
Eli Friedman
2011-08-31
Fix typo. Patch by Liu.
Akira Hatanaka
2011-08-31
Tweak Thumb1 ADD encoding selection a bit.
Jim Grosbach
2011-08-31
Put VMOVS widening under a command line option, off by default.
Jakob Stoklund Olesen
2011-08-31
Spelling and grammar fixes to problems found by Duncan.
Rafael Espindola
2011-08-31
Make sure we don't crash when -miphoneos-version-min is specified on x86. Ho...
Eli Friedman
2011-08-31
Rework this conditional a bit.
Eric Christopher
2011-08-31
- Move all MOVSS and MOVSD patterns close to their definitions
Bruno Cardoso Lopes
2011-08-31
Remove unnecessary AVX checks
Bruno Cardoso Lopes
2011-08-31
Teach more places to use VMOVAPS,VMOVUPS instead of MOVAPS,MOVUPS,
Bruno Cardoso Lopes
2011-08-31
Fix (movhps load) lowering / pattern to match more cases. rdar://10050549
Evan Cheng
2011-08-31
Some minor cleanups for r138845.
Eli Friedman
2011-08-31
Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.
Eli Friedman
2011-08-30
Fix issues with disassembly of IT instructions involving condition codes othe...
Owen Anderson
2011-08-30
Fix encoding of CBZ/CBNZ Thumb2 instructions with immediate offsets rather th...
Owen Anderson
2011-08-30
Fix encoding of PC-relative Thumb1 LDR's when using immediate offsets instead...
Owen Anderson
2011-08-30
Fix encoding of Thumb1 B instructions with immediate offsets, which is necess...
Owen Anderson
2011-08-30
Clean up whitespace.
Owen Anderson
2011-08-30
Fix off-by-one error Benjamin noticed.
Bill Wendling
2011-08-30
Enable compact unwind info by default. This only applies to Darwin when CFI is
Bill Wendling
2011-08-30
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-08-30
Adds support for variable sized allocas. For a variable sized alloca,
Rafael Espindola
2011-08-30
Adds a SelectionDAG node X86SegAlloca which will be custom lowered
Rafael Espindola
2011-08-30
Emit segmented-stack specific code into function prologues for
Rafael Espindola
2011-08-30
Command line option to enable support for segmented stacks:
Rafael Espindola
2011-08-30
Follow up to r138791.
Evan Cheng
2011-08-30
Set CR1EQ only when lowering vararg floating arguments (not any vararg
Roman Divacky
2011-08-30
Fix typos in SPUMCTargetDesc.h
James Molloy
2011-08-30
Fix typo in BlackfinFrameLowering.h
James Molloy
2011-08-30
Fix typo in MSP430MCTargetDesc.h.
James Molloy
2011-08-30
Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)
James Molloy
2011-08-30
Change ARM / Thumb2 addc / adde and subc / sube modeling to use physical
Evan Cheng
2011-08-29
Revert 138781. It's not playing nicely with the immediate forms for ADC.
Jim Grosbach
2011-08-29
Thumb2 assembler aliases for ADC/SBC w/o the .w suffix.
Jim Grosbach
2011-08-29
Add missing encoding information for some of the GPR<->FP register moves.
Owen Anderson
2011-08-29
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
[prev]
[next]