build: Shared libraries shouldn't used RPATH on Darwin, only main executables
[oota-llvm.git] / test / CodeGen /
2010-12-07 Evan ChengFix a bad prologue / epilogue codegen bug where the...
2010-12-07 Bruno Cardoso LopesMatch a pattern generated by a dag combiner opt where:
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaUpdate test for the extra =.
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-12-05 Chris Lattnerfix the rest of the linux miscompares :)
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris Lattnerrelax this to handle linux defaulting to -static.
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-05 Chris Lattnermerge some tests into select.ll and make them more...
2010-12-05 Chris Lattnerrename test
2010-12-05 Chris Lattnerremove two tests that aren't really testing anything.
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-02 Devang PatelHide tests, that check .loc, .file in output assembly...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Evan ChengFix test.
2010-12-01 Evan ChengFix and re-enable tail call optimization of expanded...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-12-01 Evan ChengSpeculatively disable x86 portion of r120501 to appease...
2010-12-01 Jason W KimARM/MC/ELF relocation "hello world" for movw/movt.
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Eric ChristopherNot all platforms use _<func>. Duh.
2010-11-30 Eric ChristopherRewrite mwait and monitor support and custom lower...
2010-11-30 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Evan ChengMark Darwin call instructions as using "r7" to prevent...
2010-11-29 Benjamin KramerAdd missing colon.
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-11-29 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Kalle RaiskilaHandle lshr for i128 correctly on SPU also when
2010-11-29 Kalle RaiskilaEnable PostRA scheduling for SPU.
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-27 Rafael EspindolaLower TLS_addr32 and TLS_addr64.
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Chris Lattnerfilecheckize
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-22 Kalle RaiskilaFix a bug with extractelement on SPU.
2010-11-22 Benjamin KramerImplement the "if (X == 6 || X == 4)" -> "if ((X|2...
2010-11-21 Wesley PeckImplement branch analysis in the MBlaze backend.
2010-11-20 Andrew TrickRemoving the useless test that I added recently. It...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-19 Mon P WangMake isScalarToVector to return false if the node is...
2010-11-18 Tanya LattnerFix bug in DAGCombiner for ARM that was trying to do...
2010-11-18 Duncan SandsThe DAGCombiner was threading select over pairs of...
2010-11-18 Eric ChristopherRewrite stack callee saved spills and restores to use...
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-18 Dale JohannesenDo not throw away alignment when generating the DAG for
2010-11-18 John ThompsonFixed to use input redirection for source - to eliminat...
2010-11-17 John ThompsonBug 8621 fix - pointer cast stripped from inline asm...
2010-11-17 Dale JohannesenThese tests are looking for library function names...
2010-11-17 Bob WilsonChange ARMGlobalMerge to keep BSS globals in separate...
2010-11-17 Bob WilsonFix ARMGlobalMerge pass to check if globals are entirel...
2010-11-17 Bob WilsonChange the symbol for merged globals from "merged"...
2010-11-17 Bob WilsonFix the ARMGlobalMerge pass to look at variable sizes...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-11-16 Jakob Stoklund OlesenFix PR8612 in the standard spiller, take two.
2010-11-15 Jakob Stoklund OlesenRevert "Fix PR8612 in the standard spiller as well."
2010-11-15 Eric ChristopherRecommit this change and remove the failing part of...
2010-11-15 Jakob Stoklund OlesenFix PR8612 in the standard spiller as well.
2010-11-15 Jakob Stoklund OlesenWhen spilling a register defined by an early clobber...
2010-11-15 Chris Lattnerremove a pointless testcase.
2010-11-15 Chris Lattnerremove some extraneous quotes to make the new instprint...
2010-11-14 Chris Lattneradd some nounwind's.
2010-11-13 Peter CollingbourneRecognise 32-bit ror-based bswap implementation used...
2010-11-13 Evan ChengAdd conditional move of large immediate.
2010-11-13 Evan ChengFix an obvious typo which inverted an immediate.
2010-11-13 Eric ChristopherThis should be still failing, but is. Disable it with the
2010-11-12 Evan ChengAdd conditional mvn instructions.
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-12 Andrew TrickEmacs auto-fill bug.
2010-11-12 Andrew TrickTest case for PR8287: SD scheduling time. Fixed in...
2010-11-12 Kalle RaiskilaFix memory access lowering on SPU, adding
2010-11-12 Bruno Cardoso LopesEnable mips32 mul instruction. Patch by Akira Hatanaka...
2010-11-11 Dan GohmanRemove the memmove->memcpy optimization from CodeGen...
2010-11-10 Bruno Cardoso LopesAdd a test to the previous added clo instruction. Patch...
2010-11-09 Bob WilsonDo not use MEMBARRIER_MCR for any Thumb code.
2010-11-09 Duncan SandsTestcase for PR8211 (llc crash at -O0).
2010-11-09 Dan GohmanFix DAGCombiner to avoid folding a sext-in-reg or simil...
2010-11-09 Dan GohmanDelete an extraneous svn:executable property.
2010-11-09 Dale JohannesenFix an inline asm pasto from 117667; was preventing
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-08 Dale JohannesenRevert 118422 in search of bot verdancy.
2010-11-08 Jason W KimSupport -mcpu=cortex-a8 in ARM attributes - Has Fixme...
2010-11-06 Chris Lattnergo to great lengths to work around a GAS bug my previou...
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
2010-11-04 Duncan SandsWhen passing a huge parameter using the byval mechanism...
2010-11-04 Evan ChengFix @llvm.prefetch isel. Selecting between pld / pldw...
2010-11-03 Owen AndersonCovert VORRIMM to be produced via early target-specific...
next