aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Line endings.Matt Beaumont-Gay2012-08-011-139/+139
* fix 'make check' when ocamlopt returns the compiler path with CFLAGS (and the...Nuno Lopes2012-08-011-1/+1
* Added FMA functionality to X86 target.Elena Demikhovsky2012-08-013-22/+165
* Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky2012-08-011-0/+21
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-311-1/+1
* Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka2012-07-311-2/+4
* Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka2012-07-311-10/+5
* When store nodes or memcpy nodes are created to copy the function callAkira Hatanaka2012-07-311-1/+3
* [x86 frame lowering] In 32-bit mode, use ESI as the base pointer.Chad Rosier2012-07-311-2/+2
* Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka2012-07-312-12/+12
* MachineSink: Sort the successors before trying to find SuccToSinkTo.Manman Ren2012-07-311-0/+54
* Clear kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen2012-07-311-0/+46
* Reverse order of the two branches at end of a basic block if it is profitable.Manman Ren2012-07-311-0/+104
* Keep empty assembly macro argument values in the middle of the list.Jim Grosbach2012-07-301-0/+12
* Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...Pete Cooper2012-07-301-0/+16
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-301-0/+44
* When constant folding GEP expressions, keep the address space information of ...Nadav Rotem2012-07-301-0/+10
* Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren2012-07-296-61/+54
* Add testcases for GlobalOpt changes in r160693 and r160757.Nick Lewycky2012-07-291-3/+33
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-282-4/+4
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-07-286-50/+57
* X86 Peephole: fix PR13475 in optimizeCompare.Manman Ren2012-07-281-0/+16
* Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher2012-07-2710-23/+47
* Teach CodeGenPrep to look past bitcast when it's duplicating return instructionEvan Cheng2012-07-271-0/+87
* Add <imp-def> of super-register when lowering SUBREG_TO_REG.Jakob Stoklund Olesen2012-07-271-1/+1
* fix PR13390: do not loop forever with self-referencing self instructionsNuno Lopes2012-07-271-0/+19
* fix infinite loop in instcombine in the presence of a (malformed) self-refere...Nuno Lopes2012-07-271-0/+17
* Simplify demanded bits of select sources where the condition is a constant ve...Pete Cooper2012-07-261-0/+19
* Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...Pete Cooper2012-07-261-0/+28
* Eliminate a batch of uses of sub_ss and sub_sd in the X86 target.Jakob Stoklund Olesen2012-07-261-1/+1
* Stop reassociate from looking through expressions of arbitrary complexity. ThisDuncan Sands2012-07-262-0/+37
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-264-36/+36
* Fix call setup for PIC.Akira Hatanaka2012-07-264-51/+32
* Update testing case for Atom when disabling rematerialization inManman Ren2012-07-251-1/+97
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-251-31/+0
* Disable rematerialization in TwoAddressInstructionPass.Manman Ren2012-07-253-5/+6
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-251-0/+31
* When a return struct pointer is passed in registers, the called has nothingRafael Espindola2012-07-251-13/+40
* Don't perform an overaligned load in this test, since that's undefinedDuncan Sands2012-07-251-1/+1
* When folding a load from a global constant, if the load started in the middleDuncan Sands2012-07-251-0/+12
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-254-61/+61
* Add a cpu to the test. Should fix the atom bot.Rafael Espindola2012-07-241-1/+1
* Add a triple to the test.Rafael Espindola2012-07-241-1/+1
* In order to correctly compileRafael Espindola2012-07-241-0/+19
* ELF does not imply GNU/Linux. Do not assume GNU conventions just because weDavid Chisnall2012-07-241-0/+20
* teach objectsize about strdup() and strndup()Nuno Lopes2012-07-241-0/+48
* Teach globalopt to not nuke all stores to globals. Keep them around of theyNick Lewycky2012-07-242-1/+20
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-233-0/+51
* An objc_retain can serve as a may-use for a different pointer.Dan Gohman2012-07-231-0/+24
* Fix a typo (the the => the)Sylvestre Ledru2012-07-232-2/+2