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