Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / test /
2012-12-19 Craig TopperTeach SimplifySetCC that comparing AssertZext i1 agains...
2012-12-18 Shuxin Yangrdar://12801297
2012-12-18 Jakub StaszakReverse order of checking SSE level when calculating...
2012-12-18 Quentin ColombetDisable ARM partial flag dependency optimization at -Oz
2012-12-18 Andrew TrickMISched: add dependence to ExitSU to model live-out...
2012-12-18 Benjamin KramerLoopVectorize: Emit reductions as log2(vectorsize)...
2012-12-18 Hal FinkelCheck multiple register classes for inline asm tied...
2012-12-18 Nadav RotemRename the test so that we can add additional vectors...
2012-12-18 Nadav RotemSROA: Replace calls to getScalarSizeInBits to DataLayou...
2012-12-18 NAKAMURA Takumillvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Chandler CarruthAdd a triple to this test -- it has to be an ELF platfo...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-17 Chandler CarruthFix another SROA crasher, PR14601.
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Chandler CarruthTeach the rewriting of memcpy calls to support subvecto...
2012-12-17 Richard OsborneAdd instruction encodings for PEEK and ENDIN.
2012-12-17 Chandler CarruthFix a secondary bug I introduced while fixing the first...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings for ZEXT and SEXT.
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Craig TopperAdd rest of BMI/BMI2 instructions to the folding tables...
2012-12-17 Chandler CarruthFix the first part of PR14478: memset now works.
2012-12-16 Richard OsborneAdd tests for disassembly of 1r XCore instructions.
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-15 Benjamin KramerX86: Add a couple of target-specific dag combines that...
2012-12-15 Chandler CarruthAdd a corollary test for PR14572. We got this code...
2012-12-15 Chandler CarruthRelax an overly aggressive assert to fix PR14572.
2012-12-15 Reed KotlerThis code implements most of mips16 hardfloat as it...
2012-12-14 Kevin EnderbyMake sure the alternate PC+imm syntax of LDR instructio...
2012-12-14 Michael IlsemanAdd back FoldOpIntoPhi optimizations with fix. Included...
2012-12-14 Nadav RotemTypeLegalizer: Do not generate target specific nodes...
2012-12-14 Nadav RotemFix a crash in ValueTracking on vectors of pointers.
2012-12-14 Bill SchmidtThis patch removes some nondeterminism from direct...
2012-12-14 Shuxin Yangrdar://12753946
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-14 Evgeniy Stepanov[msan] Origin stores and loads do not need explicit...
2012-12-13 David BlaikieDebug Info: add support to mark member variables as...
2012-12-13 NAKAMURA TakumiRevert r170020, "Simplify negated bit test", for now.
2012-12-13 Akira Hatanaka[mips] Do not copy GOT address to register $gp if the...
2012-12-13 Eli BenderskyMake this Lit config file a bit slimmer
2012-12-13 Evan ChengFix a bug in DAGCombiner::MatchBSwapHWord. Make sure...
2012-12-13 Quentin ColombetTake into account minimize size attribute in the inliner.
2012-12-13 Nadav RotemTeach the cost model about the optimization in r169904...
2012-12-12 Jakub StaszakFix typo, which prevent test from being check.
2012-12-12 Jakub StaszakunHECKify test fixed by Jacob in r159003.
2012-12-12 David MajnemerSimplify negated bit test
2012-12-12 Evan ChengFix a logic bug in inline expansion of memcpy / memset...
2012-12-12 Jakub StaszakunHECKify test. It was fixed by Chris in 2009.
2012-12-12 Bill SchmidtThe ordering of two relocations on the same instruction...
2012-12-12 Jakub StaszakFix typo in test-case.
2012-12-12 Jakub StaszakFix typo.
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/atom-bypass-slow-division.ll...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/atom-bypass-slow-division.ll...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/store_op_load_fold.ll: Add explic...
2012-12-12 Manman RenDAGCombine: clamp hi bit in APInt::getBitsSet to avoid...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-12 Shuxin Yang- Fix a problematic way in creating all-the-1 APInt.
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...
2012-12-11 Nadav RotemPR14574. Fix a bug in the code that calculates the...
2012-12-11 Tom StellardAdd R600 backend
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-11 Nadav RotemLoop Vectorize: optimize the vectorization of trunc...
2012-12-11 NAKAMURA Takumillvm/test/TableGen: Remove XFAIL:vg_leak in dozen of...
2012-12-11 Hao Liurevert the test change
2012-12-11 Hao LiuA newbie try a test commit
2012-12-11 Nadav RotemFix PR14565. Don't if-convert loops that have switch...
2012-12-11 Chad RosierAdd a triple to this test.
2012-12-11 Chandler CarruthFix a miscompile in the DAG combiner. Previously, we...
2012-12-11 Paul Redmondmove X86-specific test
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-10 Eric ChristopherRefactor out the abbreviation handling into a separate...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-10 Arnold SchwaighoferOptimistically analyse Phi cycles
2012-12-10 Eli BenderskyAdd a test for explicitly exercising the mc-relax-all...
2012-12-10 Eric ChristopherUse the somewhat semantic term "split dwarf" it more...
2012-12-10 Nadav RotemAdd support for reverse induction variables. For example:
2012-12-10 Hal FinkelUse GetUnderlyingObjects in misched
2012-12-10 Craig TopperTeach DAG combine to handle vector add/sub with vectors...
2012-12-10 Chandler CarruthFix PR14548: SROA was crashing on a mixture of i1 and...
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-09 Benjamin KramerDrop the address space limit for tests in the makefile...
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Craig TopperTeach DAG combine to handle vector logical operations...
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-07 Nadav RotemWhen we use the BLEND instruction that uses the MSB...
2012-12-07 Matthew CurtisIn hexagon convertToHardwareLoop, don't deref end(...
2012-12-07 Nadav RotemX86: Prefer using VPSHUFD over VPERMIL because it has...
2012-12-07 Eli BenderskyAdd separate statistics for Data and Inst fragments...
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
2012-12-07 David TweedThe test unconditionally assumes a particular cpu has...
2012-12-07 Chandler CarruthAdd support to ValueTracking for determining that a...
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-12-06 Nadav RotemFix a bug in the code that merges consecutive stores...
next