aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-10Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper
2012-12-10Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth
2012-12-09LoopVectorize: support vectorizing intrinsic callsPaul Redmond
2012-12-09Drop the address space limit for tests in the makefile build.Benjamin Kramer
2012-12-09- Re-enable population count loop idiom recognization Shuxin Yang
2012-12-08Teach DAG combine to handle vector logical operations with vectors of all 1s ...Craig Topper
2012-12-08Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth
2012-12-07When we use the BLEND instruction that uses the MSB as a mask, we can removeNadav Rotem
2012-12-07In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis
2012-12-07X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.Nadav Rotem
2012-12-07Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky
2012-12-07Added Mapping Symbols for ARM ELFTim Northover
2012-12-07The test unconditionally assumes a particular cpu has a backend build in the ...David Tweed
2012-12-07Add support to ValueTracking for determining that a pointer is non-nullChandler Carruth
2012-12-06Fix typos in CHECK lines.Dmitri Gribenko
2012-12-06Fix a bug in the code that merges consecutive stores. Previously we did notNadav Rotem
2012-12-06[msan] Do not store origin for clean values.Evgeniy Stepanov
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-06Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper
2012-12-06Properly fix the tes.Evan Cheng
2012-12-06llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...NAKAMURA Takumi
2012-12-06[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier
2012-12-06Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng
2012-12-05PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith
2012-12-05PR10867. lit would interpretRichard Smith
2012-12-05RegisterPressureTracker: fix findUseBetween to handle DebugValueAndrew Trick
2012-12-05RegisterPresssureTracker: Track live physical register by unit.Andrew Trick
2012-12-05Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem
2012-12-05Correct ARM NOP encodingDavid Sehr
2012-12-05[NVPTX] Fix crash with unnamed struct argumentsJustin Holewinski
2012-12-05Add dump of Win64 EH unwind data.Michael J. Spencer
2012-12-05Test commit.David Sehr
2012-12-05Use multiclass to define store instructions with base+immediate offsetJyotsna Verma
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby
2012-12-05[msan] Instrument bswap intrinsic.Evgeniy Stepanov
2012-12-05[msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov
2012-12-05Simplified BLEND pattern matching for shuffles.Elena Demikhovsky
2012-12-05fix a typoShuxin Yang
2012-12-05Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng
2012-12-04ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng
2012-12-04Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem
2012-12-04 For rdar://12329730, last piece.Shuxin Yang
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie
2012-12-04Fix NOP encodingDavid Sehr
2012-12-04Add support for reduction variables when IF-conversion is enabled. Nadav Rotem
2012-12-04A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-04Improve MSan tests.Evgeniy Stepanov
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling