summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky2011-06-17
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-17
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-03
* FileCheckize and break dependence on coalescing order.Jakob Stoklund Olesen2011-05-04
* Explicitly request -join-physregs for some tests that depend on it.Jakob Stoklund Olesen2011-05-04
* Add 130690 back.Rafael Espindola2011-05-02
* Revert while I debug the tests that use march but not mtriple.Rafael Espindola2011-05-02
* Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...Rafael Espindola2011-05-02
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-01
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-30
* Enable CFI on OS X.Rafael Espindola2011-04-30
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-05
* Disable the PowerPC/Atomics-64 test.Jakob Stoklund Olesen2011-04-04
* Fix PowerPC tests to be register allocator independent.Jakob Stoklund Olesen2011-04-04
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-09
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov2010-12-18
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-06
* remove a pointless testcase.Chris Lattner2010-11-15
* remove some extraneous quotes to make the new instprinter match.Chris Lattner2010-11-15
* add some nounwind's.Chris Lattner2010-11-14
* Inline asm mult-alt constraint tests.John Thompson2010-11-02
* PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen2010-10-11
* force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.Chris Lattner2010-10-10
* fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner2010-10-10
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-27
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-02
* Consider this function:Bill Wendling2010-07-16
* Revert. This isn't the correct way to go.Bill Wendling2010-07-15
* Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling2010-07-15
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-06
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Eliminate the other half of the BRCOND optimization, and updateDan Gohman2010-06-24
* Eliminate the first have of the optimization which eliminates BRCONDDan Gohman2010-06-24
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-15
* Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng2010-05-28
* Only use clairvoyance when defining a register, and then only if it has one use.Jakob Stoklund Olesen2010-05-17
* Take allocation hints from copy instructions to/from physregs.Jakob Stoklund Olesen2010-05-13
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-12
* Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen2010-05-03
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* on darwin empty functions need to codegen into something of non-zero length,Chris Lattner2010-04-26
* Bill's change in r95336 broke empty aggregates embeddedChris Lattner2010-04-20
* Start function numbering at 0.Dan Gohman2010-04-17
* add newlines at the end of files.Chris Lattner2010-04-07
* Split big test into multiple directories to cater toDale Johannesen2010-04-07