summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [asan] Fix dynamic allocas unpoisoning on PowerPC64.Yury Gribov2015-12-041-2/+17
* Update isl to isl-0.15-142-gf101714Tobias Grosser2015-12-045-41/+98
* [PGO] Fix build failure with -fprofile-instr-generate Xinliang David Li2015-12-041-1/+1
* Fix an unused variable warning in released builds. While there use 'auto' to ...Craig Topper2015-12-041-3/+2
* [AST] ArrayRef-ize CompoundStmt::setStmts.Craig Topper2015-12-043-8/+9
* [analyzer] Support inlining lambda-converted blocks.Devin Coughlin2015-12-045-11/+142
* [PGO] Fix mips test failure with new test caseXinliang David Li2015-12-041-4/+19
* Revert "[BranchFolding] Merge MMOs during tail merge"Rafael Espindola2015-12-041-26/+16
* Don't assert if evaluation of an expression that we're syntactically requiredRichard Smith2015-12-042-1/+7
* Add a space char so step logging doesn't print things likeJason Molenda2015-12-041-1/+1
* Update for LLVM api change.Rafael Espindola2015-12-041-1/+2
* Move a call to getGlobalContext out of lib/LTO.Rafael Espindola2015-12-044-15/+7
* [Orc] Fix Kaleidoscope example for change in r254693.Lang Hames2015-12-041-1/+1
* [BranchFolding] Merge MMOs during tail mergeJunmo Park2015-12-041-16/+26
* [Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames2015-12-048-18/+18
* .gitignore: ignore vim swap filesSaleem Abdulrasool2015-12-041-0/+4
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-0410-212/+264
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-0410-322/+243
* IR: Use format_hex instead of handrolling the conversion. NFCJustin Bogner2015-12-041-47/+17
* Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland2015-12-0413-266/+47
* (no commit message)Junmo Park2015-12-041-1/+1
* Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible t...NAKAMURA Takumi2015-12-041-0/+2
* [ARM] When a bitcast is about to be turned into a VMOVDRR, try to combine itQuentin Colombet2015-12-042-0/+127
* ScheduleDAGInstrs: Rework schedule graph builder.Matthias Braun2015-12-0416-156/+279
* 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
OpenPOWER on IntegriCloud