aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-06-281-2/+3
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-286-3/+69
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-285-13/+26
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-282-2/+46
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-281-2/+0
* Add flag to lli to enable debugging of IR when used with MCJIT.Daniel Malea2013-06-284-3/+19
* Add missing header for DebugIRDaniel Malea2013-06-281-0/+99
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-282-158/+493
* 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-282-0/+45
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-282-1/+17
* Stylistic cleanups, no functional change.Jakob Stoklund Olesen2013-06-281-10/+7
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-283-23/+61
* 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-282-1/+25
* [NVPTX] Calling conventions fixJustin Holewinski2013-06-286-64/+103
* [NVPTX] Add support for cttz/ctlz/ctpopJustin Holewinski2013-06-285-0/+188
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-289-953/+1133
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-2817-905/+1287
* [NVPTX] Add support for vectorized function return valuesJustin Holewinski2013-06-282-27/+147
* [NVPTX] Clean up handling of formal arguments and enable generation of vector...Justin Holewinski2013-06-282-118/+204
* [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-283-15/+81
* LoopVectorize: Pull dyn_cast into setDebugLocFromInstArnold Schwaighofer2013-06-281-6/+5
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-282-2/+2
* LoopVectorize: Use static function instead of DebugLocSetter classArnold Schwaighofer2013-06-281-52/+30
* R600: Add local memory support via LDSTom Stellard2013-06-2818-24/+336
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-288-3/+88
* R600: Add ALUInst bit to tablegen definitions v2Tom Stellard2013-06-284-4/+8
* ARM: ensure fixed-point conversions have sane typesTim Northover2013-06-283-5/+118
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-283-24/+24
* llvm-symbolizer: don't leave dangling pointers after flushing LLVMSymbolizer....Alexey Samsonov2013-06-282-0/+5
* llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov2013-06-282-3/+6
* llvm-symbolizer: make name demangling a public static method of LLVMSymbolizerAlexey Samsonov2013-06-282-9/+11
* 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
* llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov2013-06-287-44/+143
* Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-281-0/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-06-2817-35/+78
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-282-2/+14
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-283-241/+235
* Convert tests to FileCheckMatt Arsenault2013-06-284-7/+14
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-282-4/+3
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-282-1/+166
* Fix using arg_end() - arg_begin() instead of arg_size()Matt Arsenault2013-06-281-3/+3
* Fix typoMatt Arsenault2013-06-281-1/+1