aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LoopVectorize: Cache edge masks created during if-conversionArnold Schwaighofer2013-06-272-0/+258
* Remove unnecessary conditional checks.Chad Rosier2013-06-271-20/+18
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-273-20/+9
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-274-22/+108
* [Support/Registry.h] Include llvm/Support/Compiler.h.Argyrios Kyrtzidis2013-06-271-0/+2
* Get rid of the unused class member.Nadav Rotem2013-06-271-3/+2
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-272-0/+62
* R600: Remove alu-split.ll testTom Stellard2013-06-271-851/+0
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-272-8/+56
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-275-8/+21
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-277-5/+36
* Remove unused variable.Benjamin Kramer2013-06-271-2/+0
* Don't cast away constness.Benjamin Kramer2013-06-271-1/+2
* [SystemZ] Fix some embarrassing test typosRichard Sandiford2013-06-2714-30/+30
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-274-4/+36
* [SystemZ] Allow immediate moves to be rematerializedRichard Sandiford2013-06-278-39/+94
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-2713-9/+1910
* Add more owners to CODE_OWNERS.TXT (Kostya Serebryany: AddressSanitizer and T...Kostya Serebryany2013-06-271-0/+8
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-271-3/+3
* Add CXXFLAGS back to the Link command.Bob Wilson2013-06-271-1/+2
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-274-12/+20
* Fix spelling.Arnold Schwaighofer2013-06-271-1/+1
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-272-1/+59
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-271-0/+304
* Added support for the Builtin attribute.Michael Gottesman2013-06-2715-23/+154
* No need to use a Set when a vector would do.Nadav Rotem2013-06-271-3/+3
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-271-8/+0
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-261-0/+307
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-261-0/+303
* SLP: When searching for vectorization opportunities scan the blocks in post-o...Nadav Rotem2013-06-261-2/+4
* SLP: Dont erase instructions during vectorization because it prevents the out...Nadav Rotem2013-06-261-2/+0
* In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa...Michael Gottesman2013-06-262-5/+5
* [APFloat] Convert all references to fcNormal to references to isFiniteNonZero().Michael Gottesman2013-06-261-30/+30
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-264-8/+8
* Fix a crash bug in dumping options with groupsReid Kleckner2013-06-261-4/+6
* Clarify and doxygen-ify commentsStephen Lin2013-06-262-16/+20
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-265-17/+20
* ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...Stephen Lin2013-06-263-4/+23
* Debug Info: clean up usage of Verify.Manman Ren2013-06-264-8/+8
* Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegsStephen Lin2013-06-261-7/+5
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-264-11/+11
* [mips] Do not emit ".option pic0" if target is mips64.Akira Hatanaka2013-06-262-1/+3
* [mips] Improve code generation for constant multiplication using shifts, adds...Akira Hatanaka2013-06-262-0/+103
* [APFloat] Removed debugging cruft that snuck in.Michael Gottesman2013-06-261-4/+0
* The SLP Vectorizer works across basic blocks. Update the docs.Nadav Rotem2013-06-261-9/+7
* Use enums instead of raw octal values.Rafael Espindola2013-06-263-4/+8
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-262-1/+10
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-269-11/+41
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-262-5/+93
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-268-36/+100