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
Age
Commit message (
Expand
)
Author
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-20
Fix SCEV denormalization of expressions where the exit value from
Dan Gohman
2010-07-20
update tests for smarter BIC usage
Jim Grosbach
2010-07-20
The same problem was being tracked in PR7652.
Duncan Sands
2010-07-20
Fix PR7174, a couple o Mips fixes:
Bruno Cardoso Lopes
2010-07-20
Fix Mips PR7473. Patch by stetorvs@gmail.com
Bruno Cardoso Lopes
2010-07-19
After a custom inserter, in a block which has constant instructions,
Dan Gohman
2010-07-19
Remove r108639 now that it is handled by InstCombine instead.
Owen Anderson
2010-07-18
Add a testcase for r108639.
Owen Anderson
2010-07-17
Add combiner patterns to more effectively utilize the BFI (bitfield insert)
Jim Grosbach
2010-07-16
Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction
Jim Grosbach
2010-07-16
Consider this function:
Bill Wendling
2010-07-16
Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
Jakob Stoklund Olesen
2010-07-16
Feed the right output into FileCheck.
Benjamin Kramer
2010-07-16
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
Add forgotten test case.
Jakob Stoklund Olesen
2010-07-16
Use the source-order scheduler instead of the "fast" scheduler at -O0,
Dan Gohman
2010-07-16
The SelectionDAGBuilder's handling of debug info, on rare
Dale Johannesen
2010-07-15
Revert. This isn't the correct way to go.
Bill Wendling
2010-07-15
Handle code gen for the unreachable instruction if it's the only instruction in
Bill Wendling
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-15
fix the definitions of ConstTextCoalSection/ConstDataCoalSection
Chris Lattner
2010-07-15
Fix crash reported in PR7653.
Devang Patel
2010-07-15
Watch out for a constant offset cancelling out a base register, forming
Dan Gohman
2010-07-14
Make it a .ll test case.
Devang Patel
2010-07-14
Improve 64-subtraction of immediates when parts of the immediate can fit
Jim Grosbach
2010-07-14
Delete fast-isel's trivial load optimization; it breaks debugging because
Dan Gohman
2010-07-14
Fix test to appease the buildbots.
Bob Wilson
2010-07-14
Fix for PR7193 was overly conservative. The only case where sibcall callee
Evan Cheng
2010-07-14
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-14
Re-enable the test with fix.
Evan Cheng
2010-07-14
temporarily disable to test to fix buildbots.
Chris Lattner
2010-07-14
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
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
In inline asm treat indirect 'X' constraint as 'm'.
Dale Johannesen
2010-07-13
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-13
-enable-unsafe-fp-math should not imply -enable-finite-only-fp-math.
Evan Cheng
2010-07-13
Fix PR number.
Dale Johannesen
2010-07-12
Apply the SSE dependence idiom for SSE unary operations to
Dan Gohman
2010-07-11
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-11
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-10
Fix this test.
Dan Gohman
2010-07-10
FileCheckize inline asm FP stack tests
Jakob Stoklund Olesen
2010-07-10
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-09
Fix a few tests
Jakob Stoklund Olesen
2010-07-09
In the presence of variable sized objects, allocate an emergency spill slot.
Jim Grosbach
2010-07-09
Add a target triple.
Dan Gohman
2010-07-09
Fix MachineLICM to actually visit inner loops.
Dan Gohman
[prev]
[next]