summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* [AArch64] Implement FrameAddr and ReturnAddrWeiming Zhao2013-10-29
* [ARM] Make sure HasCRC is initialized to false in Subtarget.Amara Emerson2013-10-29
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-29
* R600: Expand vector FSQRT opsTom Stellard2013-10-29
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-29
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-29
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-29
* The asm printer has a mangler. Don't keep a second pointer to it.Rafael Espindola2013-10-29
* Quick-fix DebugInfo build on WindowsTimur Iskhodzhanov2013-10-29
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* Fix misapplied patch in r193597Anders Waldenborg2013-10-29
* llvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store}Inst tooAnders Waldenborg2013-10-29
* AArch64: add 'a' inline asm operand modifierTim Northover2013-10-29
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Fix "existant" typosAlp Toker2013-10-29
* Clean up.Richard Smith2013-10-29
* DWARFFormValue.cpp: Appease gcc to give explicit constructors.NAKAMURA Takumi2013-10-29
* ARM cost model: Unaligned vectorized double stores are expensiveArnold Schwaighofer2013-10-29
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-29
* SLPVectorizer: Use vector type for vectorized memory operationsArnold Schwaighofer2013-10-29
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* Debug Info: use createAndAddDIE to wrap around "new DIE" in DwarfDebug.Manman Ren2013-10-29
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-29
* Debug Info: add a helper function createAndAddDIE.Manman Ren2013-10-29
* Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.Alexey Samsonov2013-10-28
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-28
* DWARF parser: since DWARF4, DW_AT_high_pc may be a constant representing func...Alexey Samsonov2013-10-28
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-28
* [mips] Simplify LowerFormalArguments using getRegClassFor.Akira Hatanaka2013-10-28
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-28
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* simplify ConstantRange::getSetSize()Nuno Lopes2013-10-28
* [SystemZ] Set usaAA to trueRichard Sandiford2013-10-28
* [DAGCombiner] Respect volatility when checking for aliasesRichard Sandiford2013-10-28
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-28
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-28
* Prune utf8 chars in comments.NAKAMURA Takumi2013-10-28
* Prune trailing linefeeds.NAKAMURA Takumi2013-10-28
* Target/R600: Un-tab-ify.NAKAMURA Takumi2013-10-28
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-27
* NVPTX: Remove unused globals.Benjamin Kramer2013-10-27
* Hexagon: Remove global state.Benjamin Kramer2013-10-27
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-27
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Quick look-up for block in loop.Wan Xiaofei2013-10-26
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-25
* Fix LSR: don't normalize quadratic recurrences.Andrew Trick2013-10-25