oota-llvm.git
2015-11-23 Xinliang David Li[PGO] In llvm-profdata text dump, add comment lines...
2015-11-23 Krzysztof ParzyszekRevert r253923.
2015-11-23 Andy AyersfindDeadCallerSavedReg needs to pay attention to callin...
2015-11-23 Dan Gohman[WebAssembly] Don't special-case call operand order.
2015-11-23 Rafael EspindolaDon't create implicit comdats.
2015-11-23 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-23 Dan Gohman[WebAssembly] Suffix output operands with '='.
2015-11-23 Nathan Slingerland[Support] Add optional argument to SaturatingAdd()...
2015-11-23 Sanjoy Das[RuntimeDyld] Don't allocate unnecessary stub buffer...
2015-11-23 Sanjoy Das[RuntimeDyld] Add bounds checking to SectionEntry:...
2015-11-23 Sanjoy Das[RuntimeDyld] Add accessors to `SectionEntry`; NFC
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
2015-11-23 Dan Gohman[WebAssembly] Model the return value of store instructi...
2015-11-23 Chad Rosier[LIR] Put includes in correct order. NFC.
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-23 Diego NovilloSamplePGO - Add coverage tracking for samples.
2015-11-23 Andrew Kaylor[WinEH] Fix a case where GVN could incorrectly PRE...
2015-11-23 Dan Gohman[WebAssembly] Don't use set_local instructions explicitly.
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-23 Andrew Kaylor[WinEH] Fix problem where CodeGenPrepare incorrectly...
2015-11-23 Dan Gohman[WebAssembly] Always print loop end labels
2015-11-23 Xinliang David Li[PGO] Introduce alignment macro for instr-prof control...
2015-11-23 Dan Gohman[WebAssembly] Remove incomplete MCCodeEmitter bits.
2015-11-23 Teresa JohnsonRemove unused function parameter (NFC)
2015-11-23 Paul RobinsonAdd Windows error code and tidy formatting for system...
2015-11-23 Xinliang David LiFix comment not allowed in C90
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-23 Diego NovilloSamplePGO - Clear coverage tracking when clearing per...
2015-11-23 Dan Gohman[WebAssembly] Use dominator information to improve...
2015-11-23 Daniel Sanders[mips] .ent and .end should also set the type and size...
2015-11-23 Nathan Slingerland[Support] Fix SaturatingMultiply<T>() to be correct...
2015-11-23 Diego NovilloSamplePGO - Use newly introduced local variable. NFC.
2015-11-23 Krzysztof Parzyszek[Hexagon] Update instruction formats
2015-11-23 Martell MaloneARM: address WoA division overflow crash
2015-11-23 Craig Topper[TableGen] Use std::remove_if instead of manually coded...
2015-11-23 Craig Topper[TableGen] Use empty() instead of checking if size...
2015-11-23 Craig Topper[Mips] Remove an unnecessary wrapping of a predicate...
2015-11-23 Xinliang David LiMove two Value Profiler data structs to InstrProfData...
2015-11-23 Xinliang David Li[PGO] Fix remaining bugs in ProfData template file...
2015-11-23 Davide Italiano[Analysis/CallGraph] Switch dump() definitions over...
2015-11-23 Davide Italiano[LoopStrengthReduce] Mark dump() definitions as LLVM_DU...
2015-11-23 Mehdi AminiAdd const qualifier for FunctionInfoIndex in ModuleLink...
2015-11-23 Mehdi AminiAdd const qualifier on FunctionInfoIndex::hasExportedFu...
2015-11-22 Craig TopperRevert a portion of r253836 that seems to have broke...
2015-11-22 Sanjoy Das[SCEV] Use C++11'isms
2015-11-22 Craig Topper[TableGen] Use range-based for loops. NFC
2015-11-22 Craig Topper[TableGen] Use std::fill instead of a manually coded...
2015-11-22 David BlaikieFurther simplify from r253832 with some unique_ptr...
2015-11-22 David BlaikieFurther simplify from r253832, removing unnecessary...
2015-11-22 Craig Topper[TableGen] Use std::any_of and std::find instead of...
2015-11-22 Simon Pilgrim[X86][FMA] Regenerate tests.
2015-11-22 Benjamin Kramer[MDBuilder] Simplify code using initializer lists....
2015-11-22 Benjamin Kramer[SCEV] Simplify code. NFC.
2015-11-22 Simon Pilgrim[X86][AVX] Added load splat tests.
2015-11-22 Simon PilgrimRemove duplicate getValueType() calls. NFCI.
2015-11-22 Krzysztof ParzyszekRevert r253810. The builds should be fine now.
2015-11-22 Simon Pilgrim[Utils] Updated shuffle fuzz script to generate more...
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-22 Elena DemikhovskyAVX-512: Optimized INSERT_SUBVECTOR for i1 vector types
2015-11-22 Xinliang David Li[PGO] move names of runtime sections definitions to...
2015-11-22 NAKAMURA TakumiTemporary fix broken build.ninja after r253790.
2015-11-22 Xinliang David Li[PGO] move raw magic and version def to InstrProfData.inc
2015-11-22 Davide Italiano[llvm-rtdyld] Refactor to reduce indentation.
2015-11-22 Xinliang David Li[PGO] InstrProf Template file documentation change
2015-11-22 Xinliang David Li[PGO] Move Value Profile Kind to InstrProfData.inc
2015-11-22 Xinliang David Li[PGO] Define value profiling updater API signature...
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-22 Xinliang David Li[PGO] Move Raw Header def into template file InstrProfD...
2015-11-22 Sanjay Patelfix formatting; NFC
2015-11-21 Sanjoy Das[SCEVExpander] Use C++isms; NFC
2015-11-21 Krzysztof ParzyszekNow fix errors in NDEBUG build.
2015-11-21 Krzysztof ParzyszekFix warnings in NDEBUG build
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-21 Simon Pilgrim[MachineInstrBuilder] Support for adding a ConstantPool...
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Craig TopperUse modulo operator instead of multiplying result of...
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Sanjay Pateluse ternary ops; NFC
2015-11-21 Sanjay Patelremove unnecessary temp variables; NFC
2015-11-21 Sanjay Patelfix typo; NFC
2015-11-21 Sanjay Patelmove a single test case to where most other instcombine...
2015-11-21 Simon Pilgrim[X86][SSE] Added SSE2 PSUBUS tests
2015-11-21 Simon Pilgrim[X86][SSE] Regenerate TRUNC-SEXT tests
2015-11-21 Simon Pilgrim[X86][SSE] Regenerate MINMAX tests
2015-11-21 Simon Pilgrim[X86][SSE] Regenerate PSUBUS tests
2015-11-21 Jonas Paulsson[DAGCombiner] Bugfix for lost chain depenedency.
2015-11-21 Simon Pilgrim[X86][AVX] Regenerate AVX splat tests
2015-11-21 Simon Pilgrim[X86][AVX512] Added AVX512 VMOVLHPS/VMOVHLPS shuffle...
2015-11-21 Simon Pilgrim[X86][SSE] Legal XMM Register Class ordering for SSE1
2015-11-21 Sanjoy Das[docs] Minor fixes to the operand bundle section
2015-11-21 Yaron KerenUnbreak build on OpenBSD by not adding -Wl,-z,defs...
2015-11-21 Weiming Zhao[SimplifyLibCalls] Removed some TODOs which are already...
2015-11-21 Davide Italiano[llvm-rtdyld] Fail early if we can't load dynamic libra...
2015-11-21 Davide Italiano[llvm-rtdyld] Turn assertion into errors, it seems...
2015-11-21 Davide Italiano[llvm-rtdyld] Improve error handling, use Error().
2015-11-21 Teresa JohnsonMove new assert to correct location
2015-11-21 Kostya Serebryany[libFuzzer] don't crash when reporting a leak in test_s...
2015-11-21 Davide Italiano[llvm-rtdyld] Use report_fatal_error().
2015-11-21 Matthias BraunARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC
next