summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-28
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* Remove unused memberDavid Blaikie2013-06-28
* Eliminate an assortment of undefined behavior.Jakob Stoklund Olesen2013-06-28
* LoopVectorizer: Refactor the code that checks if it is safe to predicate blo...Nadav Rotem2013-06-28
* R600/SI: Add processor types for each CIK variantTom Stellard2013-06-28
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-28
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-28
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-28
* Add missing header for DebugIRDaniel Malea2013-06-28
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-28
* Fix an off-by-one error. Also make the code a little more explicit in what itChad Rosier2013-06-28
* DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'David Blaikie2013-06-28
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-28
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-28
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-28
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-28
* Stylistic cleanups, no functional change.Jakob Stoklund Olesen2013-06-28
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* Remove unused variables.Eric Christopher2013-06-28
* [NVPTX] Select -1 instead of 1 when anyextend'ing i1 typesJustin Holewinski2013-06-28
* [NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flagsJustin Holewinski2013-06-28
* [NVPTX] Calling conventions fixJustin Holewinski2013-06-28
* [NVPTX] Add support for cttz/ctlz/ctpopJustin Holewinski2013-06-28
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-28
* [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