summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix typo in test-case.Jakub Staszak2012-12-12
* Fix typo.Jakub Staszak2012-12-12
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-12
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-12
* llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...NAKAMURA Takumi2012-12-12
* llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...NAKAMURA Takumi2012-12-12
* llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/NAKAMURA Takumi2012-12-12
* llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.NAKAMURA Takumi2012-12-12
* DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertionManman Ren2012-12-12
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-12
* - Fix a problematic way in creating all-the-1 APInt.Shuxin Yang2012-12-12
* Added a slew of SimplifyInstruction floating-point optimizations, many of whi...Michael Ilseman2012-12-12
* PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...Nadav Rotem2012-12-11
* Add R600 backendTom Stellard2012-12-11
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...Nadav Rotem2012-12-11
* llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...NAKAMURA Takumi2012-12-11
* revert the test changeHao Liu2012-12-11
* A newbie try a test commitHao Liu2012-12-11
* Fix PR14565. Don't if-convert loops that have switch statements in them.Nadav Rotem2012-12-11
* Add a triple to this test.Chad Rosier2012-12-11
* Fix a miscompile in the DAG combiner. Previously, we would incorrectlyChandler Carruth2012-12-11
* move X86-specific testPaul Redmond2012-12-11
* Fall back to the selection dag isel to select tail calls.Chad Rosier2012-12-11
* Refactor out the abbreviation handling into a separate class thatEric Christopher2012-12-10
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Optimistically analyse Phi cyclesArnold Schwaighofer2012-12-10
* Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky2012-12-10
* Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher2012-12-10
* Add support for reverse induction variables. For example:Nadav Rotem2012-12-10
* Use GetUnderlyingObjects in mischedHal Finkel2012-12-10
* Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper2012-12-10
* 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