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