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
/
PowerPC
Age
Commit message (
Expand
)
Author
2011-10-29
Merging r143247:
Bill Wendling
2011-09-26
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-14
Remove ancient debug info constructs from test cases, they are not relevant t...
Devang Patel
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-08-31
Update more tests to the new EH scheme.
Bill Wendling
2011-08-30
Set CR1EQ only when lowering vararg floating arguments (not any vararg
Roman Divacky
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-18
FileCheck-ize a couple tests.
Eli Friedman
2011-07-11
test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See al...
NAKAMURA Takumi
2011-06-28
Implement ISD::VAARG lowering on PPC32.
Roman Divacky
2011-06-20
Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow
Roman Divacky
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-17
Fix a few places where 32bit instructions/registerset were used on PPC64.
Roman Divacky
2011-06-17
remove parser support for the obsolete "multiple return values" syntax, which
Chris Lattner
2011-06-17
Remove support for using "foo" as symbols instead of %"foo". This is ancient
Chris Lattner
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-03
Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
Roman Divacky
2011-05-04
FileCheckize and break dependence on coalescing order.
Jakob Stoklund Olesen
2011-05-04
Explicitly request -join-physregs for some tests that depend on it.
Jakob Stoklund Olesen
2011-05-02
Add 130690 back.
Rafael Espindola
2011-05-02
Revert while I debug the tests that use march but not mtriple.
Rafael Espindola
2011-05-02
Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...
Rafael Espindola
2011-05-01
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-04-30
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
Enable CFI on OS X.
Rafael Espindola
2011-04-05
These tests no longer require linear scan because reserved register coalescin...
Jakob Stoklund Olesen
2011-04-04
Disable the PowerPC/Atomics-64 test.
Jakob Stoklund Olesen
2011-04-04
Fix PowerPC tests to be register allocator independent.
Jakob Stoklund Olesen
2011-03-09
Fix mistyped CHECK lines.
Benjamin Kramer
2011-03-04
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-03
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
2010-12-18
Restore the behavior of frame lowering before my refactoring.
Anton Korobeynikov
2010-12-06
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-11-15
remove a pointless testcase.
Chris Lattner
2010-11-15
remove some extraneous quotes to make the new instprinter match.
Chris Lattner
2010-11-14
add some nounwind's.
Chris Lattner
2010-11-02
Inline asm mult-alt constraint tests.
John Thompson
2010-10-11
PowerPC varargs functions store live-in registers on the stack. Make sure we use
Jakob Stoklund Olesen
2010-10-10
force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.
Chris Lattner
2010-10-10
fix the expansion of va_arg instruction on PPC to know the arg
Chris Lattner
2010-09-27
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-08-02
PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.
Eli Friedman
2010-07-16
Consider this function:
Bill Wendling
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-06
Fix up -fstack-protector on linux to use the segment
Eric Christopher
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-06-24
Eliminate the other half of the BRCOND optimization, and update
Dan Gohman
2010-06-24
Eliminate the first have of the optimization which eliminates BRCOND
Dan Gohman
2010-06-15
Remove the local register allocator.
Jakob Stoklund Olesen
[next]