2015-10-28 |
Hal Finkel | [PowerPC] Recurse through constants when looking for... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Hal Finkel | [PowerPC] Don't return unsupported register classes... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Tim Northover | ARM: add watchOS default version support function. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Tim Northover | ARM: add support for WatchOS's compact unwind information. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Tim Northover | ARM: teach backend about WatchOS and TvOS libcalls. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Tim Northover | ARM: add backend support for the ABI used in WatchOS |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Tim Northover | ARM: support .watchos_version_min and .tvos_version_min. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Diego Novillo | SamplePGO - Add flag to check sampling coverage. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Hal Finkel | [PowerPC] Cleanly reject asm crbit constraint with... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Hal Finkel | Revert "r251451 - [AliasSetTracker] Use mod/ref informa... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Lang Hames | [Orc] Remove the 'takeOwnershipOfBuffers' kludge. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Sanjoy Das | [SCEV] Compute max backedge count for loops with "shift... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Sanjoy Das | [JumpThreading] Use dominating conditions to prove... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Lang Hames | [Orc] Require target support for host before running... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Hal Finkel | [PowerPC] Fix CodeGen/PowerPC/crbit-asm.ll test for -O1 |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Xinliang David Li | [PGO] RawProf Reader code cleanup |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Chris Bieneman | [CMake] Disable adding the test suite as a projects... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Cong Hou | [X86] A small fix in X86/X86TargetTransformInfo.cpp... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Igor Laevsky | [AliasAnalysis] Take into account readnone attribute... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
JF Bastien | WebAssembly: disable some loop-idiom recognition |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Diego Novillo | SamplePGO - Clear per-function data after applying... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Igor Laevsky | [AliasAnalysis] Take into account readonly attribute... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Chad Rosier | Reapply: [LIR] Add support for creating memsets from... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
James Molloy | [GlobalOpt] Add newlines to DEBUG messages |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Artyom Skrobov | [ARM] Allow SP in rGPR, starting from ARMv8 |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Benjamin Kramer | Put global classes into the appropriate namespace. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Chad Rosier | Revert "[LIR] Add support for creating memsets from... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Chad Rosier | [LIR] Add support for creating memsets from loops with... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Chad Rosier | Add newline to test. NFC. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Hrvoje Varga | [mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Vasileios Kalintiris | [Orc] Remove unnecessary semicolon. NFC. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
James Molloy | [GlobalsAA] An indirect global that is initialized... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
NAKAMURA Takumi | OrcJITTests: Prune unused libdeps. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
NAKAMURA Takumi | OrcJITTests: Update libdeps. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Craig Topper | [X86] Make some for loops over MVTs more explicit ... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Chen Li | Revert r251492 "[IndVarSimplify] Rewrite loop exit... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Craig Topper | Fix a -Wpessimizing-move warning. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Craig Topper | Use range-based for loops and use initializer list... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Chen Li | [IndVarSimplify] Rewrite loop exit values with their... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Xinliang David Li | [PGO] Indexed Prof Reader refactoring (NFC) |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Craig Topper | Remove templates from CostTableLookup functions. All... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Hal Finkel | [PowerPC] Replace cntlz[.] with cntlzw[.] |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Sanjoy Das | [ValueTracking] Expose `implies` via ValueTracking... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Sanjoy Das | [ValueTracking] Use !range metadata more aggressively... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Sanjoy Das | [SelectionDAG] Don't inspect !range metadata for extend... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Sanjoy Das | [GVN] Make a test case more robust |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Lang Hames | [Orc] Disable Orc C API unit tests on non-Darwin while... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Lang Hames | [Orc] Re-add C bindings for the Orc APIs, with a fix... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Matthias Braun | lit/TestRunner.py: Factor variable subsitution into... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Matthias Braun | lit/TestRunner.py: Factor out Substitution construction... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Matthias Braun | lit/TestRunner.py: Get execdir from test.getExecPath... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Matthias Braun | lit/TestRunner.py: Make parseIntegratedTestScriptComman... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Lang Hames | [Orc] Revert the C bindngs commit, r251472, while I... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Lang Hames | [Orc] Add experimental C bindings for Orc. |
commit | commitdiff | tree | snapshot |
2015-10-28 |
Dylan McKay | Add myself as the the code owner for the AVR backend |
commit | commitdiff | tree | snapshot |
2015-10-27 |
James Y Knight | Make the SelectionDAG graph printer use SDNode::Persist... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Peter Collingbourne | Bitcode: Fix more unsigned integer overflow bugs. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
David Majnemer | [SimplifyCFG] Don't DCE catchret because the successor... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Vedant Kumar | [Bitcode] Fix accidental syntax errors in compatibility... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Simon Pilgrim | [X86][AVX512] Test UNPCK with non-sequential scalars |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Vedant Kumar | [IR] Limit bits used for CallingConv::ID, update tests |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Hal Finkel | [AliasSetTracker] Use mod/ref information for UnknownInstr |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Sanjay Patel | Use the 'arcp' fast-math-flag when combining repeated... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
David Majnemer | [ScalarEvolutionExpander] PHI on a catchpad can be... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Jun Bum Lim | [AArch64]Merge halfword loads into a 32-bit load |
commit | commitdiff | tree | snapshot |
2015-10-27 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
NAKAMURA Takumi | Revert r251291, "Loop Vectorizer - skipping "bitcast... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Diego Novillo | Tidy a comment. NFC. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Cong Hou | Create a new interface addSuccessorWithoutWeight(MBB... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Charlie Turner | [SLP] Be more aggressive about reduction width selection. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Charlie Turner | [SLP] Try a bit harder to find reduction PHIs |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Charlie Turner | [SLP] Treat SelectInsts as reduction values. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Lang Hames | [Orc] Fix indentation. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Diego Novillo | Fix SamplePGO segfault when debug info is missing. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Reid Kleckner | [ms-inline-asm] Leave alignment in bytes if the native... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Rui Ueyama | Rename qsort -> multikey_qsort. NFC. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Ed Schouten | Prefer ranlib mode over ar mode. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Chris Bieneman | [CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Asaf Badouh | [X86][AVX512] [X86][AVX512] add convert float to half |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Charlie Turner | [ARM] Expand ROTL and ROTR of vector value types |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Mehdi Amini | Do not use "else" when both branches return (NFC) |
commit | commitdiff | tree | snapshot |
2015-10-27 |
David Majnemer | [ScalarEvolutionExpander] Properly insert no-op casts... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Michael Kuperstein | [X86] Make elfiamcu an OS, not an environment. |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Davide Italiano | [SimplifyLibCalls] Use range-based loop. No functional... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Craig Topper | Convert cost table lookup functions to return a pointer... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Chandler Carruth | [function-attrs] Refactor code to handle shorter code... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Sanjoy Das | [ValueTracking] Don't special case wrapped ConstantRang... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Sanjay Patel | [x86] replace integer logic ops with packed SSE FP... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Sanjoy Das | [SCEV] Refactor out ScalarEvolution::getDataLayout... |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Steve King | Fix llc crash processing S/UREM for -Oz builds caused... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Sanjay Patel | add FP logic test cases to show current codegen (PR22428) |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Daniel Sanders | [mips][ias] Fold needsExpansion() and expandInstruction... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Tim Northover | Switch ownership of miscellaneous ARM target to myself. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Chandler Carruth | [x86] Make the vselect-minmax test 2x to 3x faster... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Oleksiy Vyalov | Use Twin instead of std::to_string. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Ivan Krasin | Fix indents. It's a follow up to r251353. |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Alexey Samsonov | [LLVMSymbolize] Don't use LLVMSymbolizer::Options in... |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Sanjay Patel | reorganize logic; NFCI (retry r251349) |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Ivan Krasin | Move imported entities into DwarfCompilationUnit to... |
commit | commitdiff | tree | snapshot |
next |