2015-03-18 |
Simon Pilgrim | [X86][SSE] Avoid scalarization of v2i64 vector shifts |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Colin LeMahieu | [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Rafael Espindola | Add a default implementation of createObjectStreamer. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | [Hexagon] Use pseudo-instructions for true/false predic... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | Revert "[Hexagon] Use pseudo-instructions for true... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Colin LeMahieu | [Objdump] Removing size limit on DumpBytes and changing... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Matthias Braun | TableGen: Fix register class lane masks being too conse... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Rafael Espindola | Handle X86::reloc_riprel_4byte in 32 bits mode. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | [Hexagon] Use pseudo-instructions for true/false predic... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sanjay Patel | Use utils/update_llc_test_checks.py to update all CHECKs |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | [Hexagon] Intrinsics for circular and bit-reversed... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sanjay Patel | fixed to test features, not CPU model |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | [Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sid Manning | Add support for .ifnes psuedo-op. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Yaron Keren | clang-format these lines to fix Visual C++ warning. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Daniel Jasper | Change test to accept an additional critical edge split. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
John Brawn | [ARM] Align stack objects passed to memory intrinsics |
commit | commitdiff | tree | snapshot |
2015-03-18 |
John Brawn | Add missing newline to end of test file. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Yaron Keren | Remove many superfluous SmallString::str() calls. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Kai Nacke | [mips] Add itineraries for ext and ins instructions. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
NAKAMURA Takumi | Split comma-separated \param(s). [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Alexei Starovoitov | [bpf] fix build |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Josh Magee | Add testcases for BEXTR. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | Missed testcase for r232577 |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Krzysztof Parzyszek | Generate bit manipulation instructions on Hexagon |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sanjoy Das | [SCEV] Make isImpliedCond smarter. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Sanjoy Das | [ConstantRange] Split makeICmpRegion in two. |
commit | commitdiff | tree | snapshot |
2015-03-18 |
David Majnemer | DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x) |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | COFF: Let globals with private linkage reside in their... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Krzysztof Parzyszek | Remove unneeded selection functions from HexagonISelDAG... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Duncan P. N... | docs: Update LangRef and SourceLevelDebugging |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Pirama Arumuga... | Fix bug while building FP16 constant vectors for AArch64 |
commit | commitdiff | tree | snapshot |
2015-03-17 |
NAKAMURA Takumi | Appease AArch64ISelLowering.cpp miscompiled by g++... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Kevin Enderby | Add the option -no-symbolic-operands to llvm-objdump... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Simon Pilgrim | XformToShuffleWithZero - Added clearer early outs and... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Krzysztof Parzyszek | Selection DAG preprocessing on Hexagon |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Yaron Keren | Remove StringRef->std::string->StringRef conversions. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Duncan P. N... | DebugInfo: Drop fake DW_TAG_expression |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Emit the offset directly instead of creating a dummy... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Kevin Enderby | Add the option, -no-leading-addr llvm-objdump used... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Sean Silva | [docs] Fix some malformed links. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | Revert "COFF: Let globals with private linkage reside... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Benjamin Kramer | Internalize BitcodeReader. Not used outside of BitcodeR... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | Revert "Address review comments" |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | Address review comments |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Majnemer | COFF: Let globals with private linkage reside in their... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Michael Zolotukhin | Try to fix a test broken by one of my previous commits. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Centralize the handling of unique ids for temporary... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Benjamin Kramer | Internalize llvm::AssemblyWriter. It's not used outside... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Michael Zolotukhin | TLI: Add addVectorizableFunctionsFromVecLib. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Michael Zolotukhin | LoopVectorize: teach loop vectorizer to vectorize calls. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Michael Zolotukhin | TTI: Honour cost model for estimating cost of vector... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Samuel Antao | Add assertion to detect invalid registers in the PowerP... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Michael Zolotukhin | TTI: Add getCallInstrCost. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Michael Zolotukhin | TLI: Add interface for querying whether a function... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Michael Zolotukhin | LoopVectorizer: Add TargetTransformInfo. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Kostya Serebryany | [asan] remove redundant ifndefs. NFC |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Yaron Keren | Remove LookupSymbol(StringRef) and optimize LookupSymbo... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Richard Barton | [ARM] Fix offset calculation in ARMBaseRegisterInfo... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Michael Liao | [SwitchLowering] Remove incoming values in the reverse... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Adam Nemet | [docs] Fix copy-and-paste bug in def-use example |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Blaikie | Fix GCC -Wparentheses warning (& reformat now that... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Duncan P. N... | Verifier: Set --verify-debug-info=true by default |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Kevin Enderby | Add the option, -dis-symname to llvm-objdump used with... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Dmitry Vyukov | asan: optimization experiments |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Reid Kleckner | Use an underlying enum type of unsigned to silence... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Daniel Sanders | [systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Shankar Easwaran | [Object][ELF] ELFEntityIterator : Add operators for... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Remove the error prone GetTempSymbol API. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Samuel Antao | Fix R0 use in PowerPC VSX store for FastIsel. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Convert the last 4 users of GetTempSymbol to createTemp... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Switch two simple uses of GetTempSymbol to createTempSy... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Use createTempSymbol to avoid collisions instead of... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Make EmitFunctionHeader a private helper. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Daniel Sanders | Re-commit: [hexagon] Distinguish the 'o', 'v', and... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Call EmitFunctionHeader just before EmitFunctionBody. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Convert the easy cases of GetTempSymbol to createTempSy... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Don't duplicate comment from the .h. NFC. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Move the EH symbol to the asm printer and use it for... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Toma Tabacu | [mips] [IAS] Add support for the XOR $reg,imm pseudo... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Remove dead code. NFC. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Rafael Espindola | Replace a use of GetTempSymbol with createTempSymbol. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Daniel Sanders | Fix r232466 by adding 'i' to the mappings for inline... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Renato Golin | [ARM] Add support for ARMV6K subtarget (LLVM) |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Daniel Sanders | [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Yaron Keren | Teach Twine to support SmallString. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
David Blaikie | Recommit simplification first attempted in r232309... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Ahmed Bougacha | [AArch64] Use intermediate step for concat_vectors... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Ahmed Bougacha | [AArch64] Factor out N->getOperand()s; format. NFCI. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Richard Smith | Fix ODR violations caused by putting anonymous namespac... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Shankar Easwaran | [Object][ELF] ELFEntityIterator : Add operators for... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Sanjoy Das | [IRCE] Re-commit tests cases. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Sanjoy Das | [IRCE] Add a -irce-print-range-checks option. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Duncan P. N... | MapMetadata: Allow unresolved metadata if it won't... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Sanjoy Das | [IRCE] Delete two tests. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Sanjoy Das | [IRCE] Add comments, NFC. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Sanjoy Das | [IRCE] Support half-range checks. |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Justin Bogner | llvm-cov: Warn instead of error if a .gcda has arcs... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Duncan P. N... | AsmWriter: Assert on unresolved metadata nodes |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Justin Bogner | GCOV: Make the exit block placement from r223193 optional |
commit | commitdiff | tree | snapshot |
next |