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-03-27
Reid Kleckner
inalloca: Fix incorrect example IR and remove LangRef...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Lang Hames
Remove forward declaration for Target class - Target...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Quentin Colombet
[X86][Vectorizer Cost Model] Correct vectorization...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Rafael Espindola
Correctly propagates st_size.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Jim Grosbach
add 'requires asserts' to test that needs it
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Justin Bogner
llvm-cov: When reading strings in gcov data, skip leadi...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-27
Jim Grosbach
X86: Correct vectorization cost model for v8f32->v8i8.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Nick Lewycky
Treat lifetime.start'd memory like we treat freshly...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Eric Christopher
Reorder arguments on test command line to make it easie...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hal Finkel
[PowerPC] Generate VSX permutations for v2[fi]64 vectors
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Justin Bogner
llvm-cov: Move XFAIL after the body of the test
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Justin Bogner
llvm-cov: Disable test on big endian machines
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Reid Kleckner
CloneFunction: Clone all attributes, including the CC
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Ekaterina Romanova
This is a fix for PR# 19051. I noticed code gen differe...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Manman Ren
Add comments. Addressing review comments from Evan...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Justin Bogner
llvm-cov: Handle functions with no line number
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Kevin Enderby
Fix a problem with the ARM assembler incorrectly matching a
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Eli Bendersky
Add a unit test for Invoke iteration, similar to the...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Arnold Schwaighofer
PR15967 Fix in basicaa for faulty returning no alias.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Lang Hames
Simplify PBQP graph removeAdjEdgeId implementation.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Eli Bendersky
Fix bot breakage in InstructionsTest.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Eli Bendersky
Fix problem with r204836
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hal Finkel
[PowerPC] VSX loads and stores support unaligned access
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Kevin Enderby
Fix the ARM VST4 (single 4-element structure from one...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Lang Hames
Remove PBQP-cost dimension sanity assertion in PBQP...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hal Finkel
[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Lang Hames
Change the PBQP graph adjacency list structure from...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Matt Arsenault
R600: Add a testcase for sext_in_reg I missed.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hal Finkel
[PowerPC] Remove some dead VSX v4f32 store patterns
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hal Finkel
[PowerPC] Use VSX vector load/stores for v2[fi]64
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Juergen Ributzka
[MCJIT] Check if there have been errors during RuntimeD...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Eli Bendersky
Enable range-for iteration over call/invoke arguments.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Eli Bendersky
Add args() iteartor adapter to Function, for range...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Jim Grosbach
Fix for incorrect address sinking in the presence of...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hans Wennborg
Revert "X86 memcpy lowering: use "rep movs" even when...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hal Finkel
[PowerPC] Add v2i64 as a legal VSX type
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Matheus Almeida
[mips] Use TwoOperandAliasConstraint for ArithLogicR...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Matheus Almeida
[mips] Add support to the '.dword' directive.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Joerg Sonnenberger
Clarify that select is only non-branching on the IR...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Matheus Almeida
[mips] Rename function in MipsAsmParser.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Matheus Almeida
[mips] Add support to '.set mips64'.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Christian Pirker
AArch64_BE Elf support for MC-JIT runtime dynamic linker
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Matheus Almeida
[mips] Add support to '.set mips64r2'.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Christian Pirker
AArch64_BE function argument passing for ARM ABI
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Tim Northover
ARM: add intrinsics for the v8 ldaex/stlex
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Joerg Sonnenberger
Clarify llvm.clear_cache description.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Matheus Almeida
[mips] Hoist common functionality into a new function.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Renato Golin
Change @llvm.clear_cache default to call rt-lib
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Daniel Sanders
[mips] The decision to use MO_GOT_PAGE and MO_GOT_OFST...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Cameron McInally
Fix AVX512 Gather and Scatter execution domains.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Matheus Almeida
[mips] Add support for '.option pic2'.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Renato Golin
Add @llvm.clear_cache builtin
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hal Finkel
[PowerPC] Lower VSELECT using xxsel when VSX is available
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Daniel Sanders
[mips] Add tests for t0-t3 for N32/N64
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Daniel Sanders
[mips] The register names depend on the ABI being N32...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Timur Iskhodzhanov
Follow-up to r204790: don't try to emit line tables...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Daniel Sanders
[mips] $s8 is an alias for $fp in all ABI's, not just...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Daniel Sanders
[mips] Move the CHECK lines in mips*-register-names...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Timur Iskhodzhanov
Add tests for r204790
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Timur Iskhodzhanov
Fix PR19239 - Add support for generating debug info...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Timur Iskhodzhanov
Use -LABEL checks in the COFF debug info tests
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Rafael Espindola
Revert "Prevent alias from pointing to weak aliases."
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Hal Finkel
[PowerPC] Generate logical vector VSX instructions
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Rafael Espindola
Prevent alias from pointing to weak aliases.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
David Blaikie
DebugInfo: Add fission-related sections to COFF
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Rafael Espindola
Correctly detect if a symbol uses a reserved section...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Quentin Colombet
[X86] Add broadcast instructions to the table used...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Rafael Espindola
Create .symtab_shndxr only when needed.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Hal Finkel
[PowerPC] Select between VSX A-type and M-type FMA...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
NAKAMURA Takumi
llvm/test/DebugInfo/empty.ll: Suppress crash for target...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Rafael Espindola
Use Endian.h to simplify this code a bit.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Meador Inge
[configure/make] Propagate names of build host tools...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Juergen Ributzka
[Constant Hoisting] Make the constant candidate map...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Hal Finkel
[PowerPC] Correct commutable indices for VSX FMA instru...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Hal Finkel
[PowerPC] Add a TableGen relation for A-type and M...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Matt Arsenault
R600: Move computeMaskedBitsForTargetNode out of AMDILI...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Duncan P. N...
blockfreq: Implement Pass::releaseMemory()
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Duncan P. N...
blockfreq: Use const in MachineBlockFrequencyInfo
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Juergen Ributzka
[X86TTI] Make constant base pointers for getElementPtr...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Juergen Ributzka
[Stackmaps][X86TTI] Fix think-o in getIntImmCost calcul...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Juergen Ributzka
[DAG] Keep the opaque constant flag when performing...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Adam Nemet
[X86] Generate VPSHUFB for in-place v16i16 shuffles
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Adam Nemet
[X86] Factor out new helper getPSHUFB
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Richard Osborne
[InstCombine] Don't fold bitcast into store if it would...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Richard Osborne
Reuse earlier variables to make it clear the types...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Benjamin Kramer
Add missing slash to make the doxygen output less confu...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Matt Arsenault
R600: Add failing testcase for <3 x i32> stores.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Benjamin Kramer
ScalarEvolution: Compute exit counts for loops with...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Matt Arsenault
Fix creating illegal setcc cond codes.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Evgeniy Stepanov
[msan] Relax the test some more.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Evgeniy Stepanov
[msan] Make some tests less strict.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Rafael Espindola
Fix these tests on windows.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Evgeniy Stepanov
[msan] More precise instrumentation of select IR.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Daniel Sanders
[mips] '.set at=$0' should be equivalent to '.set noat'
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Cameron McInally
Fix AVX2 Gather execution domains.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Daniel Sanders
[mips] Correct testcase for .set at=$reg and emit the...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Daniel Sanders
[mips] Fix assembler temporary expansion and add associ...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Yaron Keren
Remove cmake module support for Visual C++ 2010 (MSVC10)
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Erik Verbruggen
Simplify loop that worked around bugs in old GCC/Xcode.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Yaron Keren
Disable Visual C++ warning 4722 about aborting a destru...
commit
|
commitdiff
|
tree
|
snapshot
next