summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LLDB JIT needs android vector passing rules.Stephen Hines2015-12-042-9/+94
* raw_ostream: << operator for callables with raw_ostream argumentMatthias Braun2015-12-045-140/+126
* X86InstrInfo::copyPhysReg: workaround reg livenessJF Bastien2015-12-043-10/+57
* IR: Update a comment and a bool that've been out of date since 2012Justin Bogner2015-12-041-3/+2
* [PGO] Unify VP data format between raw and indexed profile (runtime)Xinliang David Li2015-12-042-59/+299
* [PGO] Unify VP data format between raw and indexed profile (Reader)Xinliang David Li2015-12-042-40/+22
* Fix function-alias.ll test on non-X86 targets.Evgeniy Stepanov2015-12-041-2/+0
* Simplify the error handling in llvm-lto a bit.Rafael Espindola2015-12-041-36/+37
* Emit function alias to data as a function symbol.Evgeniy Stepanov2015-12-042-0/+17
* Don't shadow a variable in the outer scope. Use canonical form of theJoerg Sonnenberger2015-12-041-3/+3
* [Docs] Sanitizer docs migrated from code.google.com to github.com.Alexey Samsonov2015-12-044-9/+4
* Don't punish vectorized arithmetic instruction whose type will be split to mu...Cong Hou2015-12-042-6/+2
* [PowerPC] Fix calculating address of arguments on stack for variadic funcPetar Jovanovic2015-12-043-32/+43
* [llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland2015-12-0413-47/+266
* [CodeGen] Minor correction to comment on PhysRegInfo.Kevin B. Smith2015-12-041-1/+1
* Simplify since this function never fails.Rafael Espindola2015-12-032-11/+3
* Add a newline at the end of this fileEnrico Granata2015-12-031-1/+1
* CodeGen peephole: fold redundant phys reg copiesJF Bastien2015-12-032-12/+322
* AsmPrinter: Simplify emitting FP elements in sequential data. NFCJustin Bogner2015-12-031-26/+15
* PR25731: namespace alias declarations can appear at block scope; ensure that weRichard Smith2015-12-033-11/+34
* [WebAssembly] Fix dominance check for PHIs in the StoreResult passDan Gohman2015-12-033-16/+69
* Revert "raw_ostream: << operator for callables with raw_stream argument"Matthias Braun2015-12-036-89/+140
* [CMake] CMake calls to set_property with APPEND string need to have a leading...Chris Bieneman2015-12-031-1/+1
* [CMake] Fixing botsChris Bieneman2015-12-031-1/+1
* [CMake] set_target_properties doesn't append link flagsChris Bieneman2015-12-031-1/+1
* [CMake] set_target_properties doesn't append link flagsChris Bieneman2015-12-031-3/+3
* [Analysis] Become aware of MSVC's new/delete functionsDavid Majnemer2015-12-033-2/+114
* raw_ostream: << operator for callables with raw_stream argumentMatthias Braun2015-12-036-140/+89
* [llvm-objdump] Use report_fatal_error() if we can't find a target.Davide Italiano2015-12-031-8/+2
* [X86] Part 1 to fix x86-64 fp128 calling convention.Chih-Hung Hsieh2015-12-0315-77/+298
* [Hexagon] Adding shuffling resources for HVX instructions and tests for instr...Colin LeMahieu2015-12-0311-7/+1320
* [RuntimeDyld] DenseMap -> std::unordered_mapKeno Fischer2015-12-032-3/+4
* Fix pass_object_size test on Windows.George Burgess IV2015-12-031-3/+3
* Fix style by sorting switch-cases.Rui Ueyama2015-12-031-8/+8
* Remove redundant namespace specifiers.Rui Ueyama2015-12-031-5/+4
* Interface to attach maximum function count from PGO to module as module flags.Easwaran Raman2015-12-032-0/+23
* Add tests for `&enable_if_function` diagnostics.George Burgess IV2015-12-033-1/+25
* [X86] Put no-op ADJCALLSTACK markers around all dynamic loweringsReid Kleckner2015-12-034-48/+78
* [CMake] Support externalizing debug info on DarwinChris Bieneman2015-12-032-0/+27
* [CMake] Removing an unnecessary layer of variable indirectionChris Bieneman2015-12-031-1/+1
* [CMake] Removing an unnecessary layer of variable indirectionChris Bieneman2015-12-031-1/+1
* Move branch folding test to a better location.Andrew Kaylor2015-12-031-1/+0
* [analyzer] Suppress stack address escape on CK_CopyAndAutoreleaseBlockObject.Devin Coughlin2015-12-032-4/+13
* Fix in-memory section loading for JIT-ed code.Oleksiy Vyalov2015-12-031-0/+1
* Replace DYNA_* names with KMP_* namesJonathan Peyton2015-12-035-213/+213
* Fix buildbot failuresAndrew Kaylor2015-12-031-0/+1
* Fixed header determination logic. Was missing extensionless headers in covera...John Thompson2015-12-031-1/+1
* Update .gitignore to include __pycache__ directories.Zachary Turner2015-12-031-0/+1
* Un XFAIL some tests that are now passing on Windows.Zachary Turner2015-12-032-2/+0
* Add tests for pass_object_size.George Burgess IV2015-12-034-0/+554
OpenPOWER on IntegriCloud