[llvm-c] Simplify signature of LLVMGetTargetFromName
[oota-llvm.git] / test / Analysis /
2013-11-12 Sebastian Popimprove dependence analysis testcases
2013-11-12 Sebastian Popdelinearization of arrays
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-11-01 Hal FinkelConsider (x == -1) unlikely in BranchProbabilityInfo
2013-10-28 Benjamin KramerSCEV: Make the final add of an inbounds GEP nuw if...
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Benjamin KramerX86: Custom lower sext v16i8 to v16i16, and the corresp...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-22 Manman RenSimplify testing case (Thanks Rafael for the testing...
2013-10-22 Manman RenTBAA: fix PR17620.
2013-10-21 Matt ArsenaultFix creating bitcasts between address spaces in SCEV.
2013-10-18 Andrew TrickSCEV should use NSW to get trip count for positive...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-09-30 Matt ArsenaultUse CHECK-LABEL
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-19 Yi JiangX86 horizontal vector reduction cost model
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-08-26 Matt ArsenaultFix lint assert on integer vector division
2013-08-22 Bill WendlingFileCheck-ize tests.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-05 Bill WendlingFileCheckize some of the testcases.
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-07-08 Hal FinkelAdd the nearbyint -> FNEARBYINT mapping to BasicTargetT...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-06-28 Jakob Stoklund OlesenMinimize precision loss when computing cyclic probabili...
2013-06-28 Preston Briggsgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2013-06-27 Nadav RotemCostModel: improve the cost model for load/store of...
2013-06-25 Jakob Stoklund OlesenPrint block frequencies in decimal form.
2013-06-25 Arnold SchwaighoferX86 cost model: Vectorizing integer division is a bad...
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2013-05-31 Andrew TrickUnit test for SCEV fix r182989, PR16130.
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-06 Tim NorthoverAArch64: use MCJIT by default and enable related tests.
2013-05-06 Matt ArsenaultFix unchecked uses of DominatorTree in MemoryDependence...
2013-05-03 Tobias GrosserRegionInfo: Do not crash if unreachable block is found
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-25 Arnold SchwaighoferARM cost model: Integer div and rem is lowered to a...
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-04-17 Arnold SchwaighoferX86 cost model: Exit before calling getSimpleVT on...
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
2013-04-11 Manman RenAliasing rules for struct-path aware TBAA.
2013-04-08 Arnold SchwaighoferX86 cost model: Model cost for uitofp and sitofp on...
2013-04-07 Arnold SchwaighoferTargetLowering: Fix getTypeConversion handling of exten...
2013-04-04 Arnold SchwaighoferX86 cost model: Differentiate cost for vector shifts...
2013-04-03 Arnold SchwaighoferX86 cost model: Vector shifts are expensive in most...
2013-04-01 Benjamin KramerX86TTI: Add accurate costs for itofp operations, based...
2013-03-26 Andrew TrickFix SCEV forgetMemoizedResults should search and destro...
2013-03-25 Jyotsna VermaDisable profiling tests for Hexagon since it doesn...
2013-03-22 Manman RenSupport in AAEvaluator to print alias queries of loads...
2013-03-20 Michael LiaoCorrect cost model for vector shift on AVX2
2013-03-19 Nadav RotemOptimize sext <4 x i8> and <4 x i16> to <4 x i64>.
2013-03-19 Renato GolinImprove long vector sext/zext lowering on ARM
2013-03-18 Arnold SchwaighoferARM cost model: Make some vector integer to float casts...
2013-03-18 Arnold SchwaighoferARM cost model: Correct cost for some cheap float to...
2013-03-15 Arnold SchwaighoferARM cost model: Fix costs for some vector selects
2013-03-15 Arnold SchwaighoferARM cost model: Fix cost of fptrunc and fpext instructions
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-12 Arnold SchwaighoferARM cost model: Increase the cost for vector casts...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-02 Arnold SchwaighoferX86 cost model: Adjust cost for custom lowered vector...
2013-02-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-18 Tim NorthoverAArch64: adjust tests which rely on a default JIT
2013-02-12 Arnold SchwaighoferARM cost model: Add vector reverse shuffle costs
2013-02-08 Bill SchmidtRefine fix to bug 15041.
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-07 Arnold SchwaighoferARM cost model: Add costs for vector selects
2013-02-05 Arnold SchwaighoferARM cost model: Cost for scalar integer casts and float...
2013-02-04 Arnold SchwaighoferARM cost model: Penalize insertelement into D subregisters
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoAdd a check to the test Analysis/ScalarEvolution/2010...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-23 Nadav RotemWe are not ready to estimate the cost of integer expans...
2012-12-21 Nadav RotemImprove the X86 cost model for loads and stores.
2012-12-18 Jakub StaszakReverse order of checking SSE level when calculating...
2012-12-10 Arnold SchwaighoferOptimistically analyse Phi cycles
2012-12-05 Nadav RotemCost Model: change the default cost of control flow...
2012-11-30 Preston BriggsModified dump() to provide a little
2012-11-27 Preston BriggsModified depends() to recognize that when all levels...
2012-11-27 Preston BriggsModify depends(Src, Dst, PossiblyLoopIndependent).
2012-11-21 Preston BriggsCorrects a problem where we reply exclusively of GEPs...
2012-11-17 Hal FinkelPhi speculation improvement for BasicAA
2012-11-13 Benjamin KramerDependenceAnalysis: Print all dependency pairs when...
2012-11-06 Nadav RotemCostModel: add another known vector trunc optimization.
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-05 Nadav RotemCostModel: Add tables for the common x86 compares.
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Nadav RotemCost Model: Normalize the insert/extract index when...
next