index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-18
blockfreq: Rewrite BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
4
-5
/
+979
2014-04-18
R600/SI: Match sign_extend_inreg to s_sext_i32_i8 and s_sext_i32_i16
Matt Arsenault
4
-16
/
+63
2014-04-18
PMBuilder: Expose an option to disable tail calls
Duncan P. N. Exon Smith
1
-1
/
+3
2014-04-18
R600/SI: Use SReg_64 instead of VSrc_64 when selecting BUILD_PAIR
Tom Stellard
1
-1
/
+1
2014-04-17
[ARM64,C++11] Range'ify another loop.
Jim Grosbach
1
-9
/
+7
2014-04-17
Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
3
-11
/
+16
2014-04-17
remove some dead code
Nuno Lopes
6
-49
/
+0
2014-04-17
Start pushing changes for Mips Fast-Isel
Reed Kotler
4
-0
/
+53
2014-04-17
R600: Add comment clariying use of sext for result of MUL_U24
Tom Stellard
1
-0
/
+2
2014-04-17
R600/SI: Stop using i128 as the resource descriptor type
Tom Stellard
6
-66
/
+44
2014-04-17
R600/SI: Change default register class for i32 to SReg_32
Tom Stellard
1
-1
/
+1
2014-04-17
R600/SI: Teach SIInstrInfo::moveToVALU() how to handle PHI instructions
Tom Stellard
1
-3
/
+15
2014-04-17
R600/SI: Legalize operands after changing dst reg in FixSGPRCopies
Tom Stellard
1
-2
/
+4
2014-04-17
Improve ARM64 vector creation
Louis Gerbarg
2
-2
/
+5
2014-04-17
ARM64: [su]xtw use W regs as inputs, not X regs.
Jim Grosbach
1
-4
/
+8
2014-04-17
ManagedStatic is never built with a null constructor, remove support for it.
David Blaikie
1
-2
/
+3
2014-04-17
ARM64: switch to IR-based atomic operations.
Tim Northover
4
-812
/
+91
2014-04-17
ARM64: add acquire/release versions of the existing atomic intrinsics.
Tim Northover
4
-4
/
+112
2014-04-17
Reverse 206485.
Gerolf Hoflehner
1
-8
/
+2
2014-04-17
[stack protector] Make the StackProtector pass respect ssp-buffer-size.
Josh Magee
1
-3
/
+3
2014-04-17
Atomics: promote ARM's IR-based atomics pass to CodeGen.
Tim Northover
8
-120
/
+137
2014-04-17
R600/SI: f64 frint is legal on CI
Matt Arsenault
2
-2
/
+4
2014-04-17
[AArch64] Implement the getCSRFirstUseCost API, mirroring that in ARM64.
Chad Rosier
1
-0
/
+7
2014-04-17
Inliner::OptimizationRemark: Fix crash in clang/test/Frontend/optimization-re...
NAKAMURA Takumi
1
-1
/
+4
2014-04-17
[LCG] Just move the allocator (now that we can) when moving a call
Chandler Carruth
1
-28
/
+14
2014-04-17
[LCG] Remove the Module reference member which we weren't using for
Chandler Carruth
1
-3
/
+3
2014-04-17
[X86] Add disassembler support for the 0x0f 0x7f form of movq %mm, %mm.
Craig Topper
1
-0
/
+5
2014-04-17
MC: rework static_assert to be MSVC compatible
Saleem Abdulrasool
1
-4
/
+2
2014-04-17
R600/SI: Fix zext from i1 to i64
Matt Arsenault
1
-2
/
+6
2014-04-17
[ARM64] Fix "Cannot select" for vector ctpop
Adam Nemet
1
-0
/
+4
2014-04-17
Inline a function when the always_inline attribute
Gerolf Hoflehner
1
-2
/
+8
2014-04-16
[c++11] Tidy up AsmPrinter.cpp.
Jim Grosbach
1
-95
/
+77
2014-04-16
Added new functionality to LLVM C API to use DiagnosticInfo to handle errors
Tom Stellard
1
-0
/
+44
2014-04-16
Replacing a non-ASCII character in a comment with an ASCII character. Fixes a...
Aaron Ballman
1
-1
/
+1
2014-04-16
Allow diagnostic handlers to check for optimization remarks.
Diego Novillo
1
-2
/
+11
2014-04-16
[mips] Use TwoOperandAliasConstraint for shift instructions.
Matheus Almeida
1
-2
/
+6
2014-04-16
[mips] Add initial support for NaN2008 in the back-end.
Matheus Almeida
7
-11
/
+78
2014-04-16
ARM64: silence sign-comparison warning.
Tim Northover
1
-1
/
+1
2014-04-16
AArch64/ARM64: produce correct relocation for conditional branches.
Tim Northover
1
-1
/
+5
2014-04-16
[mips] Indentation
Daniel Sanders
1
-4
/
+3
2014-04-16
[mips] Fix emission of '.option pic0' for MIPS-IV.
Daniel Sanders
1
-4
/
+11
2014-04-16
[mips] Correct r206370 to account for non-Linux targets using the small data ...
Daniel Sanders
1
-0
/
+2
2014-04-16
[asan] add two new hidden compile-time flags for asan: asan-instrumentation-w...
Kostya Serebryany
1
-27
/
+56
2014-04-16
AArch64/ARM64: port across stub handling for ELF C++ exceptions.
Tim Northover
2
-4
/
+36
2014-04-16
ARM64: use 32-bit moves for constants where possible.
Tim Northover
2
-8
/
+24
2014-04-16
ARM64: use the integrated assembler on ELF.
Tim Northover
1
-0
/
+2
2014-04-16
[mips] Emit '.set nomicromips' before a function's entry label
Matheus Almeida
1
-3
/
+2
2014-04-16
Fixing a compile error in debug versions of MSVC. It seems that the range-bas...
Aaron Ballman
1
-1
/
+2
2014-04-16
[mips] Correct callee saved list for the N32 ABI and enable test
Daniel Sanders
1
-2
/
+2
2014-04-16
ARM64: mark x7 as used when an i128 gets shunted onto the stack.
Tim Northover
1
-1
/
+1
[next]