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-04-17
Matt Arsenault
R600/SI: Fix zext from i1 to i64
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Adam Nemet
[ARM64] Fix "Cannot select" for vector ctpop
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Gerolf Hoflehner
Inline a function when the always_inline attribute
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Eric Christopher
Teach LLVMConfigVersion.cmake to behave as find_package...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Eric Christopher
Add support for a patch version to the cmake system.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jim Grosbach
[c++11] Tidy up AsmPrinter.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jim Grosbach
iterator_range for machine block terminators.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tom Stellard
Added new functionality to LLVM C API to use Diagnostic...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Aaron Ballman
Replacing a non-ASCII character in a comment with an...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Diego Novillo
Allow diagnostic handlers to check for optimization...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Konrad Anheim
Test commit - Added a new line
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Matheus Almeida
[mips] Use TwoOperandAliasConstraint for shift instruct...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Matheus Almeida
[mips] Add initial support for NaN2008 in the back...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
ARM64: silence sign-comparison warning.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
AArch64/ARM64: port some NEON tests to ARM64
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
AArch64/ARM64: produce correct relocation for condition...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Daniel Sanders
[mips] Indentation
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Daniel Sanders
[mips] Fix emission of '.option pic0' for MIPS-IV.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Daniel Sanders
[mips] Correct r206370 to account for non-Linux targets...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Kostya Serebryany
[asan] add two new hidden compile-time flags for asan...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
ARM64: specify triple so that Linux tests pass
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
AArch64/ARM64: add another set of tests from AArch64
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
AArch64/ARM64: port across stub handling for ELF C...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
ARM64: use 32-bit moves for constants where possible.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
ARM64: use the integrated assembler on ELF.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Matheus Almeida
[mips] Emit '.set nomicromips' before a function's...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Aaron Ballman
Fixing a compile error in debug versions of MSVC. It...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Chandler Carruth
[LCG] Stop playing fast and loose with reference member...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Chandler Carruth
[Allocator] Make BumpPtrAllocator movable and move...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Daniel Sanders
[mips] Correct callee saved list for the N32 ABI and...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Daniel Sanders
[mips] Add calling convention tests covering O32, N32...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Chandler Carruth
[Allocator] Nuke to useless functions. The implicit...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
ARM64: explicitly ask for Apple NEON syntax so test...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
ARM64: mark x7 as used when an i128 gets shunted onto...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Tim Northover
DAGCombiner: don't optimise non-existant litpool load
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Timur Iskhodzhanov
Simplify a static_assert so VS2013 can build it
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Saleem Abdulrasool
COFF: fix an off by one error
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Craig Topper
Convert SelectionDAG::getVTList to use ArrayRef
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Saleem Abdulrasool
COFF: add support for .file symbols
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Saleem Abdulrasool
tools: fix invalid printing, buffer overrun in llvm...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Saleem Abdulrasool
Target: whitespace
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Matt Arsenault
R600: Extend r600 sign_extend_inreg tests for EG
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Matt Arsenault
R600: Expand sign extension of vectors.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jim Grosbach
[ARM64,C++11] Tidy up branch relaxation a bit w/ c...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jim Grosbach
ARM64: Nuke some dead code.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jim Grosbach
[ARM64,C++11] Clean up the ARM64 LOH collection pass.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Matt Arsenault
R600/SI: Print code size along with used registers
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Matt Arsenault
R600/SI: Print more immediates in hex format
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Matt Arsenault
R600/SI: Cleanup parsing of register names.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Nick Lewycky
Make this test not match its own filename, when being...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Matt Arsenault
R600/SI: Fix loads of i1
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tobias Grosser
RegionInfo: Do not access a value that was just moved...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Chandler Carruth
[Allocator] Fold the two templated overloads into a...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Chandler Carruth
[Allocator] Remove a really problematic overload. This...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Akira Hatanaka
Make FastISel::SelectInstruction return before target...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Andrea Di Biagio
[X86] Improve the lowering of packed shifts by constant...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Quentin Colombet
[ARM64] Set default CPU to generic instead of cyclone.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Robert Lougher
Revert r191049/r191059 as it can produce wrong code...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
David Blaikie
Use unique_ptr to manage ownership of child Regions...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Julien Lerouge
Add lifetime markers for allocas created to hold byval...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Julien Lerouge
Split byval argument initialization so the memcpy(s...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Duncan P. N...
LTO: Add more loop simplification passes to LTO
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Duncan P. N...
verify-di: Add back braces for MSVC compatability
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Duncan P. N...
verify-di: Implement DebugInfoVerifier
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Duncan P. N...
verify-di: split out VerifierSupport
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
David Blaikie
Use unique_ptr to manage PassInfo instances in the...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
NAKAMURA Takumi
MipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMe...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
NAKAMURA Takumi
MipsAsmParser::ParseRegister(): Be responsible to delet...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: enable more AArch64 tests on ARM64.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: add missing pattern for extending load.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: only mangle MOVZ/MOVN during encoding...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: add support for large code-model jump...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: add patterns for various commutations...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: add half as a storage type on ARM64.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: copy patterns for fixed-point conversions
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
ARM64: add constraints to various FastISel operations
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
FastISel: constrain the RegClass of operands when emitt...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: add more arm64 lines to AArch64 regressi...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Tim Northover
AArch64/ARM64: add dp tests from AArch64
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
NAKAMURA Takumi
ARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Stepan Dyatkovskiy
Optional hash symbol feature support for ARM64
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Vladimir Medic
Current definition of subtract with immediate instructi...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
NAKAMURA Takumi
vect.omp.persistence.ll REQUIRES asserts due to -debug...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Chandler Carruth
[Allocator] Finally, finish nuking the redundant code...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Alexey Bataev
D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Chandler Carruth
[Allocator] Pass the size to the deallocation function...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
NAKAMURA Takumi
X86JITInfo: [x86] Rework r206240, X86CompilationCallbac...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Chandler Carruth
[Allocator] Fix r206256 which got the enabling case...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Nick Lewycky
Fix broken build of llvm using clang.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Chandler Carruth
[Allocator] MSVC apparantly has broken SFINAE context...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Nick Lewycky
Break PseudoSourceValue out of the Value hierarchy...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Nick Lewycky
Add a DenseMapInfo specialization for PointerUnion...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Chandler Carruth
[Allocator] Constrain the Deallocate templated overload...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
David Blaikie
Use unique_ptr to manage TypePromotionActions owned...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
David Blaikie
Use unique_ptr to manage ownership of GCFunctionInfos...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
David Blaikie
Use unique_ptr for the result of Registry entries.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
David Blaikie
Use unique_ptr to manage ownership of GCStrategy object...
commit
|
commitdiff
|
tree
|
snapshot
next