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
/
test
/
CodeGen
/
ARM
Age
Commit message (
Expand
)
Author
2011-05-04
This test fails on ARM. The test shouldn't explicitly specify alignment (and ...
Galina Kistanova
2011-05-04
Do not emit location expression size twice.
Devang Patel
2011-05-03
Fix a bunch of ARM tests to be register allocation independent.
Jakob Stoklund Olesen
2011-05-03
Make the test less likely to fail with minor changes.
Evan Cheng
2011-05-03
Remove test for iOS divmod function, since that is disabled for now.
Bob Wilson
2011-05-03
Add a few ARM coprocessor intrinsics. Testcases included
Bruno Cardoso Lopes
2011-05-03
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-04-30
Weekly fix of register allocation dependent unit tests.
Jakob Stoklund Olesen
2011-04-29
Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...
Eli Friedman
2011-04-29
Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...
Eli Friedman
2011-04-29
Fix run-line, again. :(
Eli Friedman
2011-04-29
Re-committing r130454, which does not in fact break anything.
Eli Friedman
2011-04-29
Add trunc->branch support, this won't help with clang's i8->i1 truncations
Eric Christopher
2011-04-28
Revert r130454; apparently this doesn't actually work.
Eli Friedman
2011-04-28
Fix runline.
Eli Friedman
2011-04-28
Fix a rather obscure crash caused by ARM fast-isel generating code which rede...
Eli Friedman
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
If converter was being too cute. It look for root BBs (which don't have
Evan Cheng
2011-04-27
Also add <imp-def> operands for defined and dead super-registers when rewriting.
Jakob Stoklund Olesen
2011-04-26
Be careful about scheduling nodes above previous calls. It increase usages of
Evan Cheng
2011-04-26
This test should be in MC. It breaks with changes to scheduling / register al...
Evan Cheng
2011-04-26
don't emit the symbol name twice for local bss and common
Chris Lattner
2011-04-25
Make this test disable fast isel as it's not needed.
Eric Christopher
2011-04-25
Make tests more useful.
Benjamin Kramer
2011-04-23
Thumb2 and ARM add/subtract with carry fixes.
Andrew Trick
2011-04-21
Fix DWARF description of Q registers.
Devang Patel
2011-04-21
Fix DWARF description of S registers.
Devang Patel
2011-04-21
Test case for r129922
Devang Patel
2011-04-20
Remove -use-divmod-libcall. Let targets opt in when they are available.
Evan Cheng
2011-04-20
Rewrite the expander for umulo/smulo to remember to sign extend the input
Eric Christopher
2011-04-19
CodeGen: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
This patch combines several changes from Evan Cheng for rdar://8659675.
Bob Wilson
2011-04-19
Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
Bob Wilson
2011-04-19
Avoid some 's' 16-bit instruction which partially update CPSR
Bob Wilson
2011-04-19
Avoid write-after-write issue hazards for Cortex-A9.
Bob Wilson
2011-04-19
Tighten test case a bit.
Jakob Stoklund Olesen
2011-04-19
Make tests register allocation independent again.
Jakob Stoklund Olesen
2011-04-19
Do not lose mem_operands while lowering VLD / VST intrinsics.
Evan Cheng
2011-04-18
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-16
Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...
Evan Cheng
2011-04-15
Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generate
Cameron Zwarich
2011-04-15
The AND instruction leaves the V flag unmodified, so it falls victim to the same
Cameron Zwarich
2011-04-15
Add missing register forms of instructions to the ARM CMP-folding code. This
Cameron Zwarich
2011-04-15
Fix another fcopysign lowering bug. If src is f64 and destination is f32, don't
Evan Cheng
2011-04-13
Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>.
Cameron Zwarich
2011-04-13
Fix an obvious problem with an alignment computation. AsmPrinter actually does
Cameron Zwarich
2011-04-13
If a global variable has a specified alignment that is less than the preferred
Cameron Zwarich
2011-04-13
Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...
Andrew Trick
2011-04-13
Temporarily revert r129408 to see if it brings the bots back.
Eric Christopher
2011-04-12
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
[prev]
[next]