projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2014-07-21
Daniel Sanders
[mips] Try to fix the test/ExecutionEngine tests on...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Daniel Sanders
[mips] Do not emit '.module [no]oddspreg' unless we...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Chandler Carruth
FileCheck-ize a test.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Tim Northover
CodeGen: emit IR-level f16 conversion intrinsics as...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Chandler Carruth
[SDAG,cleanup] Switch the DAG combiner over to use...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Chandler Carruth
[SDAG] Rather than using a narrow test against the...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Andrea Di Biagio
[DAGCombiner] Improve the shuffle-vector folding logic.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Andrea Di Biagio
[DAG] Refactor some logic. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Gerolf Hoflehner
Fix for regression: [Bug 20369] wrong code at -O3 on...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Ulrich Weigand
[PowerPC] ELFv2 aggregate passing support
commit
|
commitdiff
|
tree
|
snapshot
2014-07-21
Ulrich Weigand
[PowerPC] ELFv2 explicit CFI for CR fields
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Ulrich Weigand
[PowerPC] ELFv2 dynamic loader support
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Ulrich Weigand
[PowerPC] ELFv2 stack space reduction
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Ulrich Weigand
[PowerPC] ELFv2 function call changes
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Hal Finkel
[LoopVectorize] Remove an unused private AA pointer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Ulrich Weigand
[MC] Pass MCSymbolData to needsRelocateWithSymbol
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Hal Finkel
[LoopVectorize] Use AA to partition potential dependenc...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Ulrich Weigand
[PowerPC] ELFv2 MC support for .localentry directive
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Ulrich Weigand
[PowerPC] ELFv2 MC support for .abiversion directive
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Ulrich Weigand
[PowerPC] Refactor byval handling in LowerFormalArgumen...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Ulrich Weigand
[PowerPC] Fix FrameIndex handling in SelectAddressRegImm
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Artyom Skrobov
Namespace cleanup (no functional change)
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
NAKAMURA Takumi
SIISelLowering.cpp: Define _USE_MATH_DEFINES to let...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
NAKAMURA Takumi
MachineRegionInfo.cpp: Another fix on MachineRegionInfo...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Manuel Jacob
Remove braces around single-statement block and rangify...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Manuel Jacob
[C++11] Add predecessors(BasicBlock *) / successors...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Matt Arsenault
R600: Add missing test for concat_vectors
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Matt Arsenault
R600: Remove unused function
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
Matt Arsenault
R600/SI: Remove dead code and add missing tests.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
NAKAMURA Takumi
Fix msc17 build. RegionInfo::RegionInfo::recalculate...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-20
NAKAMURA Takumi
Fix -Asserts build introduced since r213456.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
David Blaikie
Sure up ownership passing of the PBQPBuilder by passing...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Saleem Abdulrasool
MC: permit emitting a symbol value as section relative
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Matt Arsenault
Revert accidentally committed r213459
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Matt Arsenault
Fix build with GCC.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Matt Arsenault
XXX - Increase unroll threshold
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Matt Arsenault
R600/SI: implement range reduction for sin/cos
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Matt Arsenault
Templatify RegionInfo so it works on MachineBasicBlocks
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Matt Arsenault
R600: Implement a few simple TTI queries.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Hal Finkel
[LoopVectorize] Use CreateAligned(Load|Store)
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Hal Finkel
[LoopVectorize] Propagate known metadata to vectorized...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Andrea Di Biagio
[x86] Fix wrong shuffle mask in test 'combine-vec-shuff...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Hal Finkel
Handle AddrSpaceCast in stripAndAccumulateInBoundsConst...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
NAKAMURA Takumi
MergedLoadStoreMotion.cpp: Fix msc17 build. Member...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Hal Finkel
Make Value::isDereferenceablePointer handle offsets...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Saleem Abdulrasool
ARM: correct WoA __builtin_alloca handling on O0
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
David Blaikie
Remove uses of the redundant ".reset(nullptr)" of uniqu...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-19
Lang Hames
[MCJIT] Add a 'decodeAddend' method to RuntimeDyldMachO...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Revert "Reapply "DebugInfo: Ensure that all debug locat...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Fundamentally change the MipsSubtarget replacement...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
FrameLowering depends only upon the Subtarget, so only...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Hal Finkel
[PowerPC] 32-bit ELF PIC support
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
In preparation for replacing the whole subtarget on...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Make InstrInfo depend only upon the Subtarget getting...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
The subtarget in MipsTargetLowering isn't going to...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Avoid caching the relocation model on the subtarget...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Remove commented out code.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Clean up some style and formatting issues.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
David Blaikie
DebugInfo: Assert that all abstract scopes are subprogr...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Mark Heffernan
Fix build breakage introduced with r213412.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Mark Heffernan
Remove unroll pragma metadata after it is used.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Fix a couple of formatting and style issues.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Lang Hames
[MCJIT] [AArch64] Make sure to propegate ARM64_RELOC_AD...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Make non-module passes unconditionally added in the...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eli Bendersky
Add tests for atomic adds on floats.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tyler Nowicki
Rename DiagnosticInfoOptimizationWarning to DiagnosticI...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eli Bendersky
Use CHECK-LABEL where appropriate in this test.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Mark Heffernan
Add loop unrolling metadata descriptions to docs/LangRe...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Gerolf Hoflehner
MergedLoadStoreMotion pass
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
David Blaikie
Reapply "DebugInfo: Ensure that all debug location...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
David Peixotto
Fix build failure on windows
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
David Peixotto
MC: support different sized constants in constant pools
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Hal Finkel
Add a dereferenceable attribute
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Daniel Sanders
Add MIPS Technologies to the vendors in llvm::Triple.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
AArch64: implement efficient f16 bitcasts
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
NVPTX: support fpext/fptrunc to and from f16.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
R600: support fpext/fptrunc operations to and from...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
AArch64: support f16 extend/trunc operations.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
X86: support fpext/fptrunc operations to and from 16...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
ARM: support legalisation of "fptrunc ... to half"...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
CodeGen: soften f16 type by default instead of marking...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Renato Golin
Suppress 'not handled in switch' warning
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tilmann Scheller
[ARM] Add earlyclobber constraint to pre/post-indexed...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Renato Golin
Refactor ARM subarchitecture parsing
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Artyom Skrobov
extracting swapStruct into include/llvm/Support/MachO...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
R600: rename misleading fp16 test.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
R600: support f16 -> f64 conversion intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Tim Northover
NVPTX: support direct f16 <-> f64 conversions via intri...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Hal Finkel
Rename AlignAttribute to IntAttribute
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Matt Arsenault
R600: Implement TTI:getPopcntSupport
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jim Grosbach
X86: Constant fold converting vector setcc results...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Jim Grosbach
AArch64: Constant fold converting vector setcc results...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Michael J....
Revert "[x86] Fold extract_vector_elt of a load into...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Reset the Subtarget in the AsmPrinter for each machine...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-18
Eric Christopher
Avoid resetting the UseSoftFloat and FloatABIType on...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Lang Hames
[MCJIT] Fix the alignment requirements for ARM and...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Kevin Enderby
Tweak formating to match what clang-format would be...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Kevin Enderby
Add printing of Mach-O stabs in llvm-nm.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Reid Kleckner
Remove rules against std::function from the programmer...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-17
Nico Weber
ms inline asm: Don't add x86 segment registers to the...
commit
|
commitdiff
|
tree
|
snapshot
next