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-02-07
Simon Pilgrim
[X86][AVX] Added missing stack folding support + test...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Benjamin Kramer
LoopIdiom: Use utility functions.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Joerg Sonnenberger
Avoid integer overflows around realloc calls resulting...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Simon Pilgrim
[X86][SSE] Added missing stack folding tests for (v...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Benjamin Kramer
ValueTracking: Make isBytewiseValue simpler and more...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Bjorn Steinbrink
Properly update AA metadata when performing call slot...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Jonathan Roelofs
Fix docs typo regarding lit.local.cfg files
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Ahmed Bougacha
[BasicAA] Try to disambiguate GEPs through arrays of...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Benjamin Kramer
SCEV: Compress disposition pairs.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Benjamin Kramer
SmallVector: Move emplace_back to SmallVectorImpl.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Simon Pilgrim
[X86] Force fp stack folding tests to keep to specific...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Simon Pilgrim
[X86][AVX2] More AVX2 integer stack folding tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Andrea Di Biagio
Fix typos; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Benjamin Kramer
Move DebugLocs around instead of copying.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
David Majnemer
MC: Emit COFF section flags in the "proper" order
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Chandler Carruth
Consistently use override rather than virtual.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Hal Finkel
[PowerPC] Handle loop predecessor invokes
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Bruce Mitchener
Add more DWARF 5 language constants.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Zachary Turner
Change RHS-style decltype to LHS-style decltype<declval()>.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Zachary Turner
Resubmit unittests for DebugInfoPDB.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Sean Silva
[docs][LLVM-style RTTI] Add a mention of multiple inher...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Duncan P. N...
Support: Fix tests for VirtualityString
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Duncan P. N...
Support: Add dwarf::getVirtuality()
commit
|
commitdiff
|
tree
|
snapshot
2015-02-07
Duncan P. N...
Support: Use Dwarf.def for DW_VIRTUALITY, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
Support: Add dwarf::getAttributeEncoding()
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
Support: Rewrite AttributeEncodingString(), NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
Support: Stop stringifying DW_ATE_{lo,hi}_user
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Hal Finkel
[PowerPC] Fixup incomplete revert of test/CodeGen/Power...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Lang Hames
[Orc] Add a Kaleidoscope/Orc tutorial demonstrating...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Kevin Enderby
Add code to llvm-objdump so the -section option with...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Ahmed Bougacha
[AArch64] Use the source location of the IR branch...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Simon Pilgrim
[X86][AVX2] Begun adding AVX2 integer stack folding...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Hal Finkel
Revert "r227976 - [PowerPC] Yet another approach to...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Lang Hames
[Orc] Add a Kaleidoscope/Orc tutorial demonstrating...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
Support: Add dwarf::getLanguage()
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
Support: Rewrite dwarf::LanguageString(), NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Lang Hames
[Orc] Add a Kaleidoscope tutorial for Orc demonstrating...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
IR: Allow 32-bits for lines in debug location
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Lang Hames
[Orc] Add more missing headers.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Sanjay Patel
use local variables; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
Support: Stop stringifying DW_LANG_{lo,hi}_user
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
AsmParser: Use DW_TAG_hi_user instead of magic constant...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
AsmWriter: Extract writeTag(), NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Duncan P. N...
AsmWriter: Extract writeMetadataAsOperand(), NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Evgeniy Stepanov
[msan] Fix "missing origin" in atomic store.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Cameron Esfahani
Test commit to see if it triggers an email to llvm...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Zachary Turner
Try to fix Makefile build for LLVMDebugInfoPDB.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Zachary Turner
Resubmit "Create lib/DebugInfo/PDB" (r228428)
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Michael Zolotukhin
Use estimated number of optimized insns in unroll-thres...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Michael Zolotukhin
[InstSimplify] Add SimplifyFPBinOp function.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Zachary Turner
Revert "Create lib/DebugInfo/PDB."
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Kostya Serebryany
[fuzzer] move default sanitizer options to a separate...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Zachary Turner
Create lib/DebugInfo/PDB.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Lang Hames
[Orc] Move SectionMemoryManager's implementation from...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Lang Hames
[Orc] Add some missing headers.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Lang Hames
[Orc] Fix syntax error in LazyEmittingLayer::removeModu...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Quentin Colombet
[LiveIntervalAnalysis] Speed up creation of live ranges...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Adam Nemet
[LV] Move addRuntimeCheck to LoopAccessAnalysis
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Reid Kleckner
Don't dllexport declarations
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Benjamin Kramer
Make helper functions/classes/globals static. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Matthias Braun
InstCombine: Combine select sequences into a single...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Matthias Braun
LiveInterval: Fix SubRange memory leak.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Daniel Sanders
[mips] Fix FileCheck prefixes with whitespace between...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Benjamin Kramer
Value: Remove superfluous typedefs and deprecated metho...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Benjamin Kramer
AArch64PromoteConstant: Modernize and resolve some...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Benjamin Kramer
IRCE: Demote template to ArrayRef and SmallVector to...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Chad Rosier
Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Rafael Espindola
Correcting keyword highlighting in llvm-mode.el.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Peter Zotov
[OCaml] Add Llvm.build_empty_phi.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Arnaud A. de...
[PBQP] Fix comment wording. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Craig Topper
[X86] Add assembler and disassembler test cases for...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Craig Topper
[X86] Remove a ton of duplicate test cases for the...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Michel Danzer
R600/SI: Amend a test to ensure WQM is enabled for...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Michel Danzer
R600/SI: Don't enable WQM for V_INTERP_* instructions v2
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Michel Danzer
R600/SI: Also enable WQM for image opcodes which calcul...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-06
Ramkumar Ramachandra
Introduce print-memderefs to test isDereferenceablePointer
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Matthias Braun
AArch64: Make test more robust.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Matthias Braun
X86: Test cleanup
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Daniel Jasper
Small cleanup of MachineLICM.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Colin LeMahieu
[Hexagon] Renaming v4 compare-and-jump instructions.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Colin LeMahieu
[Hexagon] Deleting unused patterns.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Colin LeMahieu
[Hexagon] Simplifying and formatting several patterns...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Ahmed Bougacha
[BasicAA] Add datalayouts to make some tests more usefu...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Colin LeMahieu
[Hexagon] Factoring a class out of some store patterns...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Colin LeMahieu
[Hexagon] Factoring out a class for immediate transfers...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Justin Bogner
InstrProf: Avoid using std::to_string
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Alexey Samsonov
[ASan] Enable -asan-stack-dynamic-alloca by default.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Eric Christopher
Remove the use of getSubtarget in the creation of the X86
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Eric Christopher
Use cached subtargets inside X86FixupLEAs.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Eric Christopher
Migrate the X86 AsmPrinter away from using the subtarge...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Sylvestre Ledru
Fix an incorrect identifier
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Colin LeMahieu
[Hexagon] Renaming Y2_barrier. Fixing issues where...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Hal Finkel
[PowerPC] Prepare loops for pre-increment loads/stores
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Hal Finkel
[PowerPC] Generate pre-increment floating-point ld...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Colin LeMahieu
[Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Ahmed Bougacha
[CodeGen] Add hook/combine to form vector extloads...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Ahmed Bougacha
[CodeGen] Add isLoadExtLegalOrCustom helper to TargetLo...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Andrew Trick
X86 ABI fix for return values > 24 bytes.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Colin LeMahieu
[Hexagon] Renaming A2_addi and formatting.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-05
Sanjay Patel
move fold comments to the corresponding fold; NFC
commit
|
commitdiff
|
tree
|
snapshot
next