aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Added Mapping Symbols for ARM ELFTim Northover2012-12-0711-19/+274
* The test unconditionally assumes a particular cpu has a backend build in the ...David Tweed2012-12-072-0/+6
* Add support to ValueTracking for determining that a pointer is non-nullChandler Carruth2012-12-071-0/+40
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-064-5/+5
* Fix a bug in the code that merges consecutive stores. Previously we did notNadav Rotem2012-12-061-0/+23
* [msan] Do not store origin for clean values.Evgeniy Stepanov2012-12-061-0/+26
* Handle non-default array bounds.Bill Wendling2012-12-061-0/+48
* Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper2012-12-061-1/+4
* Properly fix the tes.Evan Cheng2012-12-061-2/+1
* llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...NAKAMURA Takumi2012-12-061-1/+1
* [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier2012-12-061-3/+94
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-061-0/+27
* PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith2012-12-051-0/+1
* PR10867. lit would interpretRichard Smith2012-12-051-0/+9
* RegisterPressureTracker: fix findUseBetween to handle DebugValueAndrew Trick2012-12-051-0/+49
* RegisterPresssureTracker: Track live physical register by unit.Andrew Trick2012-12-051-0/+30
* Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem2012-12-056-9/+9
* Correct ARM NOP encodingDavid Sehr2012-12-051-1/+1
* [NVPTX] Fix crash with unnamed struct argumentsJustin Holewinski2012-12-051-0/+5
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-051-0/+106
* Test commit.David Sehr2012-12-051-1/+1
* Use multiclass to define store instructions with base+immediate offsetJyotsna Verma2012-12-052-4/+3
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-052-0/+15
* [msan] Instrument bswap intrinsic.Evgeniy Stepanov2012-12-051-0/+16
* [msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov2012-12-051-0/+3
* Simplified BLEND pattern matching for shuffles.Elena Demikhovsky2012-12-052-6/+53
* fix a typoShuxin Yang2012-12-051-1/+1
* Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng2012-12-051-3/+97
* ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng2012-12-041-0/+191
* Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem2012-12-041-0/+38
* For rdar://12329730, last piece.Shuxin Yang2012-12-043-4/+20
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-0418-19/+21
* Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie2012-12-041-0/+28
* Add support for reduction variables when IF-conversion is enabled. Nadav Rotem2012-12-041-0/+48
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-041-1/+1
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-042-0/+53
* Improve MSan tests.Evgeniy Stepanov2012-12-041-54/+60
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-0416-14/+150
* Add the last part that is needed for vectorization of if-converted code.Nadav Rotem2012-12-041-0/+60
* rdar://12329730 (2nd part, revised)Shuxin Yang2012-12-041-1/+1
* ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...Alexey Samsonov2012-12-041-0/+61
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-041-0/+48
* rdar://12329730 (2nd part)Shuxin Yang2012-12-043-4/+80
* Simplify this test a bit because DWARF emission/dumping on some platformsEli Bendersky2012-12-031-6/+4
* Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky2012-12-031-0/+74
* Allow merging multiple store sequences on the same chain.Nadav Rotem2012-12-021-0/+31
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-022-1/+9
* Fix an invalid regex in the testEli Bendersky2012-12-021-1/+1
* Support referencing variables defined on the same line.Eli Bendersky2012-12-011-0/+16
* SROA: Avoid struct and array types early to avoid creating an overly large in...Benjamin Kramer2012-12-011-0/+13