summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/StraightLineStrengthReduce
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1711-0/+832
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1711-832/+0
* [SLSR] use 'match' to simplify code; NFCSanjay Patel2018-10-231-0/+29
* [SLSR] auto-generate full test assertions; NFCSanjay Patel2018-10-231-52/+79
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-211-4/+4
* [SLSR] Call getPointerSizeInBits with the correct address space.Jingyue Wu2016-07-111-3/+20
* [SLSR] Fix crash on handling 128-bit integers.Jingyue Wu2016-07-092-32/+53
* [SeparateConstOffsetFromGEP] strengthen the inbounds attributeJingyue Wu2015-08-131-2/+2
* [NVPTX] enable SpeculativeExecution in NVPTXJingyue Wu2015-07-161-0/+71
* [SLSR] S's basis must have the same type as SJingyue Wu2015-06-281-0/+20
* AMDGPU: Fix some places missed in renameMatt Arsenault2015-06-193-2/+2
* SLSR: Pass address space to isLegalAddressingModeMatt Arsenault2015-06-112-0/+109
* [SLSR] handle (B | i) * SJingyue Wu2015-05-151-0/+23
* [SLSR] handles non-canonicalized Mul candidatesJingyue Wu2015-05-131-0/+21
* [NVPTX] run SeparateConstOffsetFromGEP before SLSRJingyue Wu2015-04-232-0/+76
* [SLSR] garbage-collect unused instructionsJingyue Wu2015-04-214-4/+4
* [NFC] [SLSR] clean up some testsJingyue Wu2015-04-153-83/+99
* [SLSR] handle candidate form (B + i * S)Jingyue Wu2015-04-153-3/+118
* [SLSR] consider &B[S << i] as &B[(1 << i) * S]Jingyue Wu2015-04-061-5/+5
* [SLSR] handles off bounds GEPsJingyue Wu2015-04-021-0/+25
* [SLSR] handle candidate form &B[i * S]Jingyue Wu2015-03-264-0/+143
* Add straight-line strength reduction to LLVMJingyue Wu2015-02-031-0/+119
OpenPOWER on IntegriCloud