summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-24
* Rename the variable to fix a warning. Thanks Andy Gibbs.Nadav Rotem2013-06-24
* NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...NAKAMURA Takumi2013-06-24
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-24
* Reapply 184685 after the SetVector iteration order fix.Arnold Schwaighofer2013-06-24
* LoopVectorize: Use SetVector for the access setArnold Schwaighofer2013-06-24
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-24
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-24
* [PowerPC] Support bd(n)zl and bd(n)zlrlUlrich Weigand2013-06-24
* [PowerPC] Support b(cond)l in the asm parserUlrich Weigand2013-06-24
* [PowerPC] Support blrl and variants in the asm parserUlrich Weigand2013-06-24
* This patch introduces RegisterOperand class into Mips FPU instruction defini...Vladimir Medic2013-06-24
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-24
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-24
* [APFloat] Removed a assert from significandParts() which says that one can on...Michael Gottesman2013-06-24
* [APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear ...Michael Gottesman2013-06-24
* ARM: check predicate bits for thumb instructionsAmaury de la Vieuville2013-06-24
* ARM: rGPR is meant to be unpredictable, not undefinedAmaury de la Vieuville2013-06-24
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-24
* ARM: fix IT decodingAmaury de la Vieuville2013-06-24
* ARM: enable decoding of pc-relative PLD/PLIAmaury de la Vieuville2013-06-24
* Add a flag to defer vectorization into a phase after the inliner and itsChandler Carruth2013-06-24
* Revert "LoopVectorize: Use the dependence test utility class"Arnold Schwaighofer2013-06-24
* [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.Michael Gottesman2013-06-24
* LoopVectorize: Use the dependence test utility classArnold Schwaighofer2013-06-24
* LoopVectorize: Add utility class for checking dependency among accessesArnold Schwaighofer2013-06-24
* LoopVectorize: Add utility class for building sets of dependent accessesArnold Schwaighofer2013-06-24
* SLP Vectorizer: Add support for vectorizing parts of the tree.Nadav Rotem2013-06-24
* Fix tail merging to assign the (more) correct BasicBlock when splitting.Andrew Trick2013-06-24
* SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...Nadav Rotem2013-06-23
* SLP Vectorizer: Erase instructions outside the vectorizeTree method.Nadav Rotem2013-06-23
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-23
* Add MI-Sched support for x86 macro fusion.Andrew Trick2013-06-23
* SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.Nadav Rotem2013-06-23
* SLP Vectorizer: Implement multi-block slp-vectorization.Nadav Rotem2013-06-22
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-22
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Revert "FunctionAttrs: Merge attributes once instead of doing it for every ar...Benjamin Kramer2013-06-22
* FunctionAttrs: Merge attributes once instead of doing it for every argument.Benjamin Kramer2013-06-22
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-22
* Prevent LiveRangeEdit from deleting bundled instructions.Andrew Trick2013-06-22
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-21
* [objc-arc-opts] Make IsTrackingImpreciseReleases a const method.Michael Gottesman2013-06-21
* Improve the time it takes to generating dwarf for assembly source filesKevin Enderby2013-06-21
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-21
* [objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrSt...Michael Gottesman2013-06-21
* [objc-arc-opts] Encapsulated PtrState.RRI.{Calls,ReverseInsertPts} into sever...Michael Gottesman2013-06-21
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-21
* [objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrSt...Michael Gottesman2013-06-21