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 |
2015-03-16 |
Peter Collingbourne | LowerBitSets: do not use private aliases at all on... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Rafael Espindola | Pass in a "const Triple &T" instead of a raw StringRef. |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Rafael Espindola | Remove unused argument. NFC. |
commit | commitdiff | tree | snapshot |
2015-03-16 |
David Blaikie | Add testing for mismatched explicit type on a gep opera... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
David Blaikie | Add testing for mismatched explicit type on a load... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Rafael Espindola | There is only one Asm streamer, there is no need for... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Justin Bogner | InstrProf: Fix CoverageMappingReader on big endian |
commit | commitdiff | tree | snapshot |
2015-03-16 |
David Majnemer | CodeGen: @llvm.eh.typeid.for replaced @llvm.eh.typeid... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
David Blaikie | Test bitcode parsing error-handling for incorrect expli... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Duncan P. N... | Verifier: Don't call debug info verifier if the module... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Duncan P. N... | AsmWriter: Handle broken metadata nodes |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Duncan P. N... | DebugInfo: Fix testcases that fail -verify-debug-info... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Duncan P. N... | Verifier: Simplify logic in processCallInst(), NFC |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Duncan P. N... | IR: Take advantage of -verify checks for MDExpression |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Duncan P. N... | DebugInfo: Simplify logic in DIType::Verify(), NFC |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Duncan P. N... | Verifier: Remove unnecessary double-checks |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Kevin Enderby | Add the options, -dylibs-used and -dylib-id to llvm... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Rafael Espindola | Don't repeat names in comments. Remove unused default... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Duncan P. N... | AsmParser: Stop requiring 'name:' when it's not printed |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Sanjay Patel | fixed to test feature, not CPU |
commit | commitdiff | tree | snapshot |
2015-03-16 |
David Blaikie | Remove dead file (was only used by the C backend) |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Joerg Sonnenberger | Tom is also responsible for the 3.6 branch. |
commit | commitdiff | tree | snapshot |
next |