aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* We preserve the CFG and some of the analysis passes.Nadav Rotem2013-06-291-0/+3
* Update docs.Nadav Rotem2013-06-291-3/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-06-292-5/+11
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-281-2/+2
* InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)David Majnemer2013-06-281-2/+72
* Fix extra whitespace / formattingMatt Arsenault2013-06-281-3/+0
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-281-0/+12
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-281-24/+142
* Fix broken asserts that never fire.Richard Trieu2013-06-281-2/+2
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-281-4/+2
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-1/+1
* Remove unused memberDavid Blaikie2013-06-281-4/+0
* Eliminate an assortment of undefined behavior.Jakob Stoklund Olesen2013-06-281-1/+5
* LoopVectorizer: Refactor the code that checks if it is safe to predicate blo...Nadav Rotem2013-06-281-87/+30
* R600/SI: Add processor types for each CIK variantTom Stellard2013-06-281-0/+3
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-283-3/+28
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-285-13/+26
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-281-2/+2
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-281-2/+0
* Add missing header for DebugIRDaniel Malea2013-06-281-0/+99
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-281-153/+463
* Fix an off-by-one error. Also make the code a little more explicit in what itChad Rosier2013-06-281-3/+4
* DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'David Blaikie2013-06-281-1/+2
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-282-18/+12
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-282-12/+13
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-281-0/+5
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-281-1/+2
* Stylistic cleanups, no functional change.Jakob Stoklund Olesen2013-06-281-10/+7
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-281-23/+35
* Remove unused variables.Eric Christopher2013-06-281-4/+0
* [NVPTX] Select -1 instead of 1 when anyextend'ing i1 typesJustin Holewinski2013-06-281-3/+3
* [NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flagsJustin Holewinski2013-06-281-1/+12
* [NVPTX] Calling conventions fixJustin Holewinski2013-06-281-24/+40
* [NVPTX] Add support for cttz/ctlz/ctpopJustin Holewinski2013-06-282-0/+74
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-288-949/+1129
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-2810-859/+1243
* [NVPTX] Add support for vectorized function return valuesJustin Holewinski2013-06-281-27/+137
* [NVPTX] Clean up handling of formal arguments and enable generation of vector...Justin Holewinski2013-06-281-114/+202
* [NVPTX] Add infrastructure for vector loads/stores of parametersJustin Holewinski2013-06-283-0/+155
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-282-12/+45
* LoopVectorize: Pull dyn_cast into setDebugLocFromInstArnold Schwaighofer2013-06-281-6/+5
* LoopVectorize: Use static function instead of DebugLocSetter classArnold Schwaighofer2013-06-281-52/+30
* R600: Add local memory support via LDSTom Stellard2013-06-2817-24/+254
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-287-3/+64
* R600: Add ALUInst bit to tablegen definitions v2Tom Stellard2013-06-284-4/+8
* ARM: ensure fixed-point conversions have sane typesTim Northover2013-06-281-5/+36
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-281-4/+4
* Improve comment.Rafael Espindola2013-06-281-4/+3
* Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...Alexey Samsonov2013-06-281-2/+7
* Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-281-0/+1