2015-12-12 |
Hal Finkel | [PowerPC] OutStreamer cleanup in PPCAsmPrinter |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Chen Li | [X86ISelLowering] Add additional support for multiplica... |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Hal Finkel | Fix test/CodeGen/PowerPC/ppc-shrink-wrapping.ll after... |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Sanjay Patel | [InstCombine] allow any pair of bitcasts to be combined |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Hal Finkel | [PowerPC] Add Branch Hints for Highly-Biased Branches |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Derek Schuff | [WebAssembly] Update test expectations |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Chen Li | Revert rL255391: [X86ISelLowering] Add additional suppo... |
commit | commitdiff | tree | snapshot |
2015-12-12 |
Sanjay Patel | use FileCheck for better checking |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Derek Schuff | [WebAssembly] Implement prolog/epilog insertion and... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Chen Li | [X86ISelLowering] Add additional support for multiplica... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Diego Novillo | SamplePGO - Reduce memory utilization by 10x. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Matt Arsenault | SelectionDAG: Match min/max if the scalar operation... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Hal Finkel | Revert r248483, r242546, r242545, and r242409 - absdiff... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Rafael Espindola | Avoid buffered reads of /dev/urandom |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Davide Italiano | [llvm-objdump/MachODump] Reduce code duplication. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Sanjay Patel | Add tests for bitcast-bitcast sequences for all scalar... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Xinliang David Li | [PGO] Revert r255365: solution incomplete, not handling... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Xinliang David Li | [PGO] Stop using invalid char in instr variable names. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Matthias Braun | CodeGen: Redo analyzePhysRegs() and computeRegisterLive... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Matt Arsenault | Start replacing vector_extract/vector_insert with extra... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Derek Schuff | [WebAssembly] Fix ADJCALLSTACKDOWN/UP use/defs |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Chad Rosier | Revert r255247, r255265, and r255286 due to serious... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Manman Ren | CXX_FAST_TLS calling convention: target independent... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Sanjay Patel | fix typos; NFC |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Frederic Riss | [dsymutil] Ignore absolute symbols in the debug map |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Hal Finkel | AlignmentFromAssumptions and SLPVectorizer preserves... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Hal Finkel | [TableGen] Correct Namespace lookup with AltNames in... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Artur Pilipenko | PruneEH pass incorrectly reports that a change was... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
James Molloy | [Mem2Reg] Respect optnone |
commit | commitdiff | tree | snapshot |
2015-12-11 |
James Molloy | [InstCombine] Make MatchBSwap also match bit reversals |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Maxim Ostapenko | Revert previous test commit. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Maxim Ostapenko | This is a test commit to check my commit access works. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Xinliang David Li | [PGO] Read VP raw data without depending on the Value... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Hans Wennborg | Fix build after r255319. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Eric Christopher | Fix a spurious if. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Akira Hatanaka | [LazyValueInfo] Stop inserting overdefined values into... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Kyle Butt | [PPC]: Peephole optimize small accesss to aligned globals. |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Hans Wennborg | Check in the script for building Win snapshots |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Vedant Kumar | [ProfileData] clang-format TextInstrProfReader::hasForm... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Cong Hou | [X86][SSE] Update the cost table for integer-integer... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Xinliang David Li | Format fix (NFC) |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Eric Christopher | s/need/needs |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Eric Christopher | Fix (bitcast (fabs x)), (bitcast (fneg x)) and (bitcast... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Eric Christopher | Attempt to fix the ReST compilation to html of the... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Eric Christopher | More non-ascii quote characters. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Eric Christopher | Clarify some of the wording on adding a new subcomponen... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Eric Christopher | Fix non-ascii quotes. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Eric Christopher | Add C API guidelines to the developer policy to match... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Kyle Butt | PPC: Teach FMA mutate to respect register classes. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Chris Bieneman | [CMake] Add LLVM_BUILD_INSTRUMENTED option to enable... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Mike Aizatsky | [LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
JF Bastien | EarlyCSE: add tests |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Xinliang David Li | Add a forward declaration (NFC) |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Cong Hou | Delete a duplicate branch in IfConversion.cpp. NFC. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Simon Pilgrim | [DAGCombiner] Fix PR25763 - vector comparison constant... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Chad Rosier | [DSE] Disable non-local DSE to see if the bots go green. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Rafael Espindola | Fix another case where the linkage was not set. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Rong Xu | [PGO] Use %t as the temporary profdata filename in... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Duncan P. N... | Verifier: Avoid quadratic checking of aggregates for... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Chad Rosier | [DeadStoreElimination] Use range-based loops. NFC. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Nathan Slingerland | [ProfileData] Add unit test infrastructure for sample... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Pirama Arumuga... | Fix fptosi, fptoui from f16 vectors to i8, i16 vectors |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Sanjay Patel | [InstCombine] fold bitcasts around an extractelement... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Teresa Johnson | [ThinLTO] Debug message cleanup (NFC) |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Rafael Espindola | Avoid undefined behavior when vector is empty. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Sanjay Patel | remove duplicated comments and don't repeat function... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Teresa Johnson | [ThinLTO] Release files in gold plugin during combined... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Tighten up several CHECK tests. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Rafael Espindola | Slit lib/Linker in two. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Make WebAssemblyStoreResults only return... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Fix WebAssemblyPeephole to set Changed... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Declare that WebAssemblyPeephole does... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Remove an unneeded getAnalysisUsage override. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Chad Rosier | [DeadStoreElimination] Add support for non-local DSE. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Nemanja Ivanovic | Bitcasts between FP and INT values using direct moves |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Amjad Aboud | Macro debug info support in LLVM IR |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Silviu Baranga | [LLE] Use the PredicatedScalarEvolution interface to... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Jonas Paulsson | [PostRA scheduling] Allow a target to do scheduling... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Akira Hatanaka | Revert r255137. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Sanjoy Das | Add arg_begin() and arg_end() to CallInst and InvokeIns... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Craig Topper | [X86] Fix a couple cases were bitwise and logical opera... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Alexey Bataev | [OPENMP] Make -fopenmp to turn on OpenMP support by... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Implement mixed-type ISD::FCOPYSIGN. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Implement fma. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Tom Stellard | AMDGPU/SI: Fix warning introduced by r255204 |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Tom Stellard | AMDGPU/SI: Emit constant arrays in the .text section |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Tom Stellard | AMDGPU/SI: Add support for sgpr and vgpr inline assembl... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Fix legalization of f32->f64 EXTLOAD. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Derek Schuff | [WebAssembly] Update known test failures |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Matthias Braun | RegisterPressure: Factor out liveness dead-def detectio... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Also legalize sign_extend_inreg of i32... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Derek Schuff | [WebAssembly] Update test failure expectations |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | PeepholeOptimizer: Ignore dead implicit defs |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Fix legalization of shift operators with... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Fix copy+pastos. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
Dan Gohman | [WebAssembly] Implement anyext. |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Quentin Colombet | [X86] Enable shrink-wrapping by default, but keep it... |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Sanjay Patel | use range-based for loops; NFCI |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Rafael Espindola | Synchronize the logic for deciding to link a gv. |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Rong Xu | [PGO] Rename the profdata filename to avoid the conflic... |
commit | commitdiff | tree | snapshot |
next |