summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* [arm-fast-isel] Add support for shl, lshr, and ashr.Jush Lu2012-08-03
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka2012-08-02
* llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure this is testing without +avx.NAKAMURA Takumi2012-08-02
* llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Rewrite expressions to pass regardle...NAKAMURA Takumi2012-08-02
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Line endings.Matt Beaumont-Gay2012-08-01
* Added FMA functionality to X86 target.Elena Demikhovsky2012-08-01
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-31
* Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka2012-07-31
* Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka2012-07-31
* When store nodes or memcpy nodes are created to copy the function callAkira Hatanaka2012-07-31
* [x86 frame lowering] In 32-bit mode, use ESI as the base pointer.Chad Rosier2012-07-31
* Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka2012-07-31
* MachineSink: Sort the successors before trying to find SuccToSinkTo.Manman Ren2012-07-31
* Clear kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-07-31
* Reverse order of the two branches at end of a basic block if it is profitable.Manman Ren2012-07-31
* Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...Pete Cooper2012-07-30
* Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren2012-07-29
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-28
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-28
* X86 Peephole: fix PR13475 in optimizeCompare.Manman Ren2012-07-28
* Teach CodeGenPrep to look past bitcast when it's duplicating return instructionEvan Cheng2012-07-27
* Add <imp-def> of super-register when lowering SUBREG_TO_REG.Jakob Stoklund Olesen2012-07-27
* Eliminate a batch of uses of sub_ss and sub_sd in the X86 target.Jakob Stoklund Olesen2012-07-26
* Fix call setup for PIC.Akira Hatanaka2012-07-26
* Update testing case for Atom when disabling rematerialization inManman Ren2012-07-25
* Disable rematerialization in TwoAddressInstructionPass.Manman Ren2012-07-25
* When a return struct pointer is passed in registers, the called has nothingRafael Espindola2012-07-25
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-25
* Add a cpu to the test. Should fix the atom bot.Rafael Espindola2012-07-24
* Add a triple to the test.Rafael Espindola2012-07-24
* In order to correctly compileRafael Espindola2012-07-24
* ELF does not imply GNU/Linux. Do not assume GNU conventions just because weDavid Chisnall2012-07-24
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-23
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Fixed DAGCombine optimizations which generate select_cc for targetsNadav Rotem2012-07-23
* Fix Mips long branch pass.Akira Hatanaka2012-07-21
* Avoid folding loads that are unsafe to move.Jakob Stoklund Olesen2012-07-20
* Split loop exiting edges more aggressively.Jakob Stoklund Olesen2012-07-20
* Fix remaining lit tests which were failing when run on an AtomPreston Gurd2012-07-19
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-19
* X86: remove redundant cmp against zero.Manman Ren2012-07-18
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-18
* Fix a somewhat nasty crasher in PR13378. This crashes inside ofChandler Carruth2012-07-18
* test commitVictor Oliveira2012-07-18
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-18
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-18
* Add test case for r160387Evan Cheng2012-07-17