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