summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly2013-01-10
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-09
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-09
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09
* add -march to the testNadav Rotem2013-01-09
* Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* ARM Cost Model: Add a basic vectorization unrolling test.Nadav Rotem2013-01-09
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-09
* Specify complete triple for fp128 tests.Tim Northover2013-01-08
* This patch produces the correct addend value forJack Carter2013-01-08
* This patch produces the correct pointer size Jack Carter2013-01-08
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-08
* Make sure we don't emit instructions before a landingpad instruction.Bill Wendling2013-01-08
* Add the C testcase to this file.Eric Christopher2013-01-08
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-08
* Mark artificial types as such in the annotated debug output.David Blaikie2013-01-08
* LoopVectorizer: Add support for floating point reductionsNadav Rotem2013-01-07
* Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky2013-01-07
* LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem2013-01-07
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* This change is to implement following rules:Shuxin Yang2013-01-07
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-07
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-07
* Make test/DebugInfo/member-pointers.ll portable by removing the TargetDataDavid Blaikie2013-01-07
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-07
* Fix a mistaken commit that included some debugging code.David Tweed2013-01-07
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-07
* Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga2013-01-07
* Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth2013-01-07
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-07
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-06
* Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng2013-01-06
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-06
* [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer2013-01-06
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-06
* Include access modifiers in subprogram metadata IR comment.David Blaikie2013-01-05
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-05
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-05
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-05
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-05
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-05