projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2013-10-24
Tom Stellard
Inliner: Handle readonly attribute per argument when...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Renato Golin
I had to move and remove
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Tim Northover
ARM: Mark double-precision instructions as such
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Renato Golin
Fix broken builds by moving test to x86 dir
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
John Thompson
Reverting my r193344 checkin due to build breakage.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Renato Golin
Mark vector loops as already vectorized
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
John Thompson
Added std::string as a built-in type for mapping.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Tim Northover
ARM: add a couple more NEON predicates.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Tim Northover
ARM: mark various aliases with their architecture requi...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Zoran Jovanovic
Added tests for microMIPS relocations 1.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Tim Northover
ARM: Use non-VFP softcalls on embedded Darwinish targets
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Yaron Keren
Replaced non-ASCII character.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Chandler Carruth
Revert part of r193291, restoring the deletion of loade...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Tim Northover
ARM: fix assert on unpredictable POP instruction.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Yaron Keren
Added test for -elf configuration, to see that _alloca...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Job Noorman
Make sure SP is always aligned on a 2 byte boundary
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Nuno Lopes
fix PR17635: false positive with packed structures
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Amara Emerson
[AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Zonr Chang
Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Elena Demikhovsky
AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Craig Topper
Replace sse41/sse42 with sse4.1/sse4.2 in test command...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Craig Topper
Add non-AVX tests for AES intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Craig Topper
Add tests for SSE intrinsics in non-avx mode by copying...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Juergen Ributzka
Fix a bug in LinearFunctionTestReplace that created...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Yuchen Wu
Fixed llvm-cov to count edges instead of blocks.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Andrew Trick
Clarify comments in genLoopLimit.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Andrew Kaylor
Optimizing MCJIT module state tracking
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Yaron Keren
(this is a corrected patch)
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Manman Ren
Debug Info: code clean up.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Manman Ren
Debug Info: code clean up.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Manman Ren
Debug Info: code clean up.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Manman Ren
Debug Info: code clean up.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Rafael Espindola
Actually switch the default to use multiprocessing
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Daniel Dunbar
[lit] Stop hacking the GIL check interval.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Daniel Dunbar
[lit] Use multiprocessing based parallelism by default...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Manman Ren
Remove {} from one-line block.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Rafael Espindola
Revert "Calling _chkstk is required on ELF as well...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Yuchen Wu
Fixed doxygen comment to match Module.cpp
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Rafael Espindola
Reduce casting and use a fully covered switch.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Benjamin Kramer
X86: Custom lower sext v16i8 to v16i16, and the corresp...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Yuchen Wu
Fixed comment typo in GCOVProfiling.cpp
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Yuchen Wu
Use a map instead of vector to store line counts.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Yaron Keren
Calling _chkstk is required on ELF as well as COFF...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Benjamin Kramer
X86: Custom lower zext v16i8 to v16i16.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Michael Liao
Fix PR17631
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
NAKAMURA Takumi
Add llvm-c-test to check-llvm.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
NAKAMURA Takumi
llvm/tools/llvm-c-test should be built also on msvc.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
NAKAMURA Takumi
llvm-c/Target.h: Tweak "inline" for msvc to use __inlin...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
NAKAMURA Takumi
llvm-c/lto.h: Avoid use of bool.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
NAKAMURA Takumi
llvm-c-test: Make them C89-compliant.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
NAKAMURA Takumi
include/llvm-c: Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Jim Grosbach
X86: Make concat_vectors combine a bit more conservative.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Shuxin Yang
Use address-taken to disambiguate global variable and...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Benjamin Kramer
Mark zero-argument functions explicitly in C headers.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Zoran Jovanovic
Support for microMIPS relocations 1.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Anders Waldenborg
Fix cmake dependency on llvm-c-test in test
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Matheus Almeida
[mips][msa] Direct Object Emission support for the...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Daniel Sanders
[mips][msa] Added support for matching fexp2 from norma...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Artyom Skrobov
Make ARM hint ranges consistent, and add tests for...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Anders Waldenborg
Fix check for supported targets in llvm-c lit.local.cfg
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Anders Waldenborg
Add llvm-c-test tool for testing llvm-c
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Tom Stellard
R600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Yuchen Wu
Test commit. Added whitespace in GCOV.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Tom Stellard
R600/SI: fix MIMG writemask adjustement
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Tom Stellard
R600: Fix handling of vector kernel arguments
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Tom Stellard
SelectionDAG: Pass along the original argument/element...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Tom Stellard
R600/SI: Add support for i64 bitwise or
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Tom Stellard
R600/SI: Use S_LOAD_DWORD instructions for v8i32 and...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
David Blaikie
MC: Support multiple sections with the same name in...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Quentin Colombet
[X86][FastISel] Add a comment to help understanding...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Matt Arsenault
R600/SI: Don't assert on SCC usage
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Manman Ren
Debug Info: code clean up.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
David Blaikie
Whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
David Blaikie
DIEHashing: Provide an assert for unreachable functiona...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Bob Wilson
llvm-cov: Use uint32_t for loop variables to be more...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Bob Wilson
llvm-cov: fix a typo and rename a variable.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Tim Northover
ARM: provide diagnostics on more writeback LDM/STM...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Tom Stellard
R600/SI: Use llvm_unreachable() for an always false...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Tom Stellard
R600/SI: Fix warning on non-asserts build
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Tom Stellard
R600: Simplify handling of private address space
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Tom Stellard
R600: Remove unused InstrInfo::getMovImmInstr() function
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Manman Ren
Simplify testing case (Thanks Rafael for the testing...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
David Blaikie
DWARF type hashing: pointers to members
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Bob Wilson
Fix llvm-cov counts to be 64-bit integers to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Benjamin Kramer
Speling fixes.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Alp Toker
Fix the -Werror -Wpedantic clang selfhost build
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Matheus Almeida
[mips][msa] Direct Object Emission support for conditio...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Elena Demikhovsky
AVX-512: aligned / unaligned load and store for 512...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Bill Wendling
Add testcase for PR3168. It was fixed over time.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Wan Xiaofei
Using FoldingSet in SelectionDAG::getVTList.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Anders Waldenborg
llvm-c: Add LLVMPrintTypeToString
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Bob Wilson
Change llvm-cov output formatting to be more similar...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Andrew Trick
Clarify SCEV comments.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Craig Topper
Replace (V)MOVZDI2PDIrr/rm instructions with patterns...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Jim Grosbach
ARM: Thumb2 copy for GPRPair needs to use thumb instruc...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Jim Grosbach
ARM: Clean up copyPhysReg() a bit.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Manman Ren
TBAA: fix PR17620.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Eric Christopher
Formatting/whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Bob Wilson
Move the printing of llvm-cov information out from...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-21
Adrian Prantl
fix two typos.
commit
|
commitdiff
|
tree
|
snapshot
next