summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-28
* [NVPTX] Add support for vectorized function return valuesJustin Holewinski2013-06-28
* [NVPTX] Clean up handling of formal arguments and enable generation of vector...Justin Holewinski2013-06-28
* [NVPTX] Add infrastructure for vector loads/stores of parametersJustin Holewinski2013-06-28
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-28
* LoopVectorize: Pull dyn_cast into setDebugLocFromInstArnold Schwaighofer2013-06-28
* LoopVectorize: Use static function instead of DebugLocSetter classArnold Schwaighofer2013-06-28
* R600: Add local memory support via LDSTom Stellard2013-06-28
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-28
* R600: Add ALUInst bit to tablegen definitions v2Tom Stellard2013-06-28
* ARM: ensure fixed-point conversions have sane typesTim Northover2013-06-28
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-28
* Improve comment.Rafael Espindola2013-06-28
* Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...Alexey Samsonov2013-06-28
* Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-28
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-28
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-28
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-28
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-28
* Fix using arg_end() - arg_begin() instead of arg_size()Matt Arsenault2013-06-28
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-27
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-27
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-27
* LoopVectorize: Cache edge masks created during if-conversionArnold Schwaighofer2013-06-27
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-27
* Get rid of the unused class member.Nadav Rotem2013-06-27
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-27
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-27
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-27
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-27
* Remove unused variable.Benjamin Kramer2013-06-27
* Don't cast away constness.Benjamin Kramer2013-06-27
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-27
* [SystemZ] Allow immediate moves to be rematerializedRichard Sandiford2013-06-27
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-27
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-27
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* No need to use a Set when a vector would do.Nadav Rotem2013-06-27
* SLP: When searching for vectorization opportunities scan the blocks in post-o...Nadav Rotem2013-06-26
* SLP: Dont erase instructions during vectorization because it prevents the out...Nadav Rotem2013-06-26
* In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa...Michael Gottesman2013-06-26
* [APFloat] Convert all references to fcNormal to references to isFiniteNonZero().Michael Gottesman2013-06-26
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-26
* Fix a crash bug in dumping options with groupsReid Kleckner2013-06-26
* Clarify and doxygen-ify commentsStephen Lin2013-06-26
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-26
* ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...Stephen Lin2013-06-26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-26