summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Fix use_iterator crash in ObjCArc from r203364Duncan P. N. Exon Smith2014-03-18
* Tolerate unmangled names in sample profiles.Diego Novillo2014-03-18
* Use range metadata instead of introducing selects.Dan Gohman2014-03-17
* llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message c...NAKAMURA Takumi2014-03-15
* Use DiagnosticInfo facility.Diego Novillo2014-03-14
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Fix a bug in InstCombine where we would incorrectly attempt to construct aOwen Anderson2014-03-13
* CodeGenPrep: sink extends of illegal types into use block.Manuel Jacob2014-03-13
* Fix PR18800. llvm intrinsic memcpy takes 5 arguments void @llvm.memcpy.p0i8.p...Karthik Bhat2014-03-13
* This test need the X86 backend, move it to the X86 sub directory.Rafael Espindola2014-03-12
* PR17473:Michael Zolotukhin2014-03-12
* Resubmit "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."Raul E. Silvera2014-03-12
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* Allow switch-to-lookup table for tables with holes by adding bitmask checkHans Wennborg2014-03-12
* Revert r203488 and r203520.Evan Cheng2014-03-12
* Fix crash in PRE.Erik Verbruggen2014-03-11
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* GVN: merge overflow intrinsics with non-overflow instructions.Erik Verbruggen2014-03-11
* Use discriminator information in sample profiles.Diego Novillo2014-03-10
* MemCpyOpt: When merging memsets also merge the trivial case of two memsets wi...Benjamin Kramer2014-03-10
* For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng2014-03-10
* Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."NAKAMURA Takumi2014-03-09
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-09
* CodeGenPrep: sink extends of illegal types into use block.Tim Northover2014-03-07
* InstCombine: form shuffles from wider range of insert/extractelementsTim Northover2014-03-07
* Allow constant folding of round function whenever feasibleKarthik Bhat2014-03-07
* Allow constant folding of copysignKarthik Bhat2014-03-06
* Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera2014-03-06
* LoopVectorizer: Preserve fast-math flagsArnold Schwaighofer2014-03-05
* ConstantFolding: Also fold the vector overloads of our math intrinsics.Benjamin Kramer2014-03-05
* Trivial test commit.Raul E. Silvera2014-03-05
* Allow constant folding of fma and fmuladdMatt Arsenault2014-03-05
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-03
* Add a debug info code generation level to the compile unit metadataEric Christopher2014-02-27
* Fix broken FileCheck prefixesNico Rieck2014-02-26
* GlobalOpt: Apply fastcc to internal x86_thiscallcc functionsReid Kleckner2014-02-26
* Fix broken FileCheck prefixNico Rieck2014-02-26
* Fix PR18165: LSR must avoid scaling factors that exceed the limit on truncate...Andrew Trick2014-02-26
* [SROA] Use the correct index integer size in GEPs through non-defaultChandler Carruth2014-02-26
* [SROA] Teach SROA how to handle pointers from address spaces other thanChandler Carruth2014-02-26
* [SROA] Split the alignment computation complete for the memcpy rewritingChandler Carruth2014-02-26
* [SROA] Fix PR18615 with some long overdue simplifications to the boundsChandler Carruth2014-02-26
* [SROA] Fix another instability in SROA with respect to the sliceChandler Carruth2014-02-25
* SLPVectorizer: Try vectorizing 'splat' storesArnold Schwaighofer2014-02-24
* Make sure that value handle users see the transformation of an indirect call ...Nick Lewycky2014-02-20
* X86: move test requiring X86TargetLowering info into its own directoryTim Northover2014-02-19
* Try addding datalayout in case that's what Hexagon doesn't like.Tim Northover2014-02-19
* X86 CodeGenPrep: sink shufflevectors before shiftsTim Northover2014-02-19
* fix for null VectorizedValue assertion in the SLP Vectorizer (in function vec...Gerolf Hoflehner2014-02-17
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-16