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-18
Duncan P. N...
blockfreq: Rewrite BlockFrequencyInfoImpl
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Matt Arsenault
R600/SI: Match sign_extend_inreg to s_sext_i32_i8 and...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Paul Robinson
Fix example for VS2012.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Duncan P. N...
PMBuilder: Expose an option to disable tail calls
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Tom Stellard
R600/SI: Use SReg_64 instead of VSrc_64 when selecting...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Jim Grosbach
[ARM64,C++11] Range'ify another loop.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Diego Novillo
Fix bug 19437 - Only add discriminators for DWARF 4...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Nuno Lopes
remove some dead code
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Reed Kotler
Start pushing changes for Mips Fast-Isel
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Louis Gerbarg
Make test/CodeGen/ARM64/vector-insertion.ll explicitly...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Tom Stellard
R600: Add comment clariying use of sext for result...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Tom Stellard
R600/SI: Stop using i128 as the resource descriptor...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Tom Stellard
R600/SI: Change default register class for i32 to SReg_32
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Tom Stellard
R600/SI: Teach SIInstrInfo::moveToVALU() how to handle...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Tom Stellard
R600/SI: Legalize operands after changing dst reg in...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Louis Gerbarg
Improve ARM64 vector creation
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Jim Grosbach
ARM64: [su]xtw use W regs as inputs, not X regs.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
David Blaikie
ManagedStatic is never built with a null constructor...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Tim Northover
ARM64: switch to IR-based atomic operations.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Tim Northover
ARM64: add acquire/release versions of the existing...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Gerolf Hoflehner
Reverse 206485.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Josh Magee
[stack protector] Make the StackProtector pass respect...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Tim Northover
Atomics: promote ARM's IR-based atomics pass to CodeGen.
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Duncan P. N...
C++11: Compatibility with (C++03 => MSVC)
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Duncan P. N...
C++11: Document some limitations imposed by MSVC
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Matt Arsenault
R600/SI: f64 frint is legal on CI
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Chad Rosier
[AArch64] Implement the getCSRFirstUseCost API, mirrori...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
NAKAMURA Takumi
Inliner::OptimizationRemark: Fix crash in clang/test...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Chandler Carruth
[LCG] Remove a dead declaration. This stopped being...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Chandler Carruth
[LCG] Move the call graph node class into the graph...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Chandler Carruth
Make the User::value_op_iterator a random access iterat...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Chandler Carruth
[LCG] Just move the allocator (now that we can) when...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Chandler Carruth
[LCG] Remove the Module reference member which we weren...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Chandler Carruth
[Allocator] Make SpecificBumpPtrAllocator also movable...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Craig Topper
[X86] Add disassembler support for the 0x0f 0x7f form...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Saleem Abdulrasool
objdump: identify WoA WinCOFF/ARM correctly
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Saleem Abdulrasool
MC: rework static_assert to be MSVC compatible
commit
|
commitdiff
|
tree
|
snapshot
2014-04-17
Justin Bogner
Support: Move OnDiskHashTable from clang to llvm
commit
|
commitdiff
|
tree
|
snapshot
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
next