Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
95f4d65d4f6b7cb8ad1209f4ad744218fc840e10
95f4d65
[mips] $s8 is an alias for $fp in all ABI's, not just N32/N64.
by Daniel Sanders
· 11 years ago
d431e0a
[mips] Move the CHECK lines in mips*-register-names.s to make it more obvious which CHECK matches with which insn
by Daniel Sanders
· 11 years ago
47d533f
Add tests for r204790
by Timur Iskhodzhanov
· 11 years ago
d4c442f
Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all
by Timur Iskhodzhanov
· 11 years ago
c61ec18
Use -LABEL checks in the COFF debug info tests
by Timur Iskhodzhanov
· 11 years ago
72db10a
Revert "Prevent alias from pointing to weak aliases."
by Rafael Espindola
· 11 years ago
360ee97
[PowerPC] Generate logical vector VSX instructions
by Hal Finkel
· 11 years ago
33845aa
Prevent alias from pointing to weak aliases.
by Rafael Espindola
· 11 years ago
577708b
DebugInfo: Add fission-related sections to COFF
by David Blaikie
· 11 years ago
3008f80
Correctly detect if a symbol uses a reserved section index or not.
by Rafael Espindola
· 11 years ago
596516b
[X86] Add broadcast instructions to the table used by ExeDepsFix pass.
by Quentin Colombet
· 11 years ago
81c66bc
Create .symtab_shndxr only when needed.
by Rafael Espindola
· 11 years ago
6a0f060
[PowerPC] Select between VSX A-type and M-type FMA instructions just before RA
by Hal Finkel
· 11 years ago
99ab079
llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating.
by NAKAMURA Takumi
· 11 years ago
78f7e6f
Use Endian.h to simplify this code a bit.
by Rafael Espindola
· 11 years ago
fe07617
[configure/make] Propagate names of build host tools when making BuildTools
by Meador Inge
· 11 years ago
63dfd62
[Constant Hoisting] Make the constant candidate map local to the collectConstantCandidates method.
by Juergen Ributzka
· 11 years ago
7e77dab
[PowerPC] Correct commutable indices for VSX FMA instructions
by Hal Finkel
· 11 years ago
fba0a05
[PowerPC] Add a TableGen relation for A-type and M-type VSX FMA instructions
by Hal Finkel
· 11 years ago
ab5382f
R600: Move computeMaskedBitsForTargetNode out of AMDILISelLowering.cpp
by Matt Arsenault
· 11 years ago
27e1ca8
blockfreq: Implement Pass::releaseMemory()
by Duncan P. N. Exon Smith
· 11 years ago
8451e1b
blockfreq: Use const in MachineBlockFrequencyInfo
by Duncan P. N. Exon Smith
· 11 years ago
feaa463
[X86TTI] Make constant base pointers for getElementPtr opaque.
by Juergen Ributzka
· 11 years ago
e987eb1
[Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation.
by Juergen Ributzka
· 11 years ago
6ac0491
[DAG] Keep the opaque constant flag when performing unary constant folding operations.
by Juergen Ributzka
· 11 years ago
6f4f46c
[X86] Generate VPSHUFB for in-place v16i16 shuffles
by Adam Nemet
· 11 years ago
9526911
[X86] Factor out new helper getPSHUFB
by Adam Nemet
· 11 years ago
67cb554
[InstCombine] Don't fold bitcast into store if it would need addrspacecast
by Richard Osborne
· 11 years ago
902c799
Reuse earlier variables to make it clear the types involved in the cast.
by Richard Osborne
· 11 years ago
33ffbdf
Add missing slash to make the doxygen output less confusing.
by Benjamin Kramer
· 11 years ago
0227461
R600: Add failing testcase for <3 x i32> stores.
by Matt Arsenault
· 11 years ago
c1c74fb
ScalarEvolution: Compute exit counts for loops with a power-of-2 step.
by Benjamin Kramer
· 11 years ago
71a8d2b
Fix creating illegal setcc cond codes.
by Matt Arsenault
· 11 years ago
ffa7f42
[msan] Relax the test some more.
by Evgeniy Stepanov
· 11 years ago
0b9bcfa
[msan] Make some tests less strict.
by Evgeniy Stepanov
· 11 years ago
2cf1cdf
Fix these tests on windows.
by Rafael Espindola
· 11 years ago
8003996
[msan] More precise instrumentation of select IR.
by Evgeniy Stepanov
· 11 years ago
3527e5f
[mips] '.set at=$0' should be equivalent to '.set noat'
by Daniel Sanders
· 11 years ago
3ec862b
Fix AVX2 Gather execution domains.
by Cameron McInally
· 11 years ago
c7e1663
[mips] Correct testcase for .set at=$reg and emit the new warnings for numeric registers too.
by Daniel Sanders
· 11 years ago
c141b33
[mips] Fix assembler temporary expansion and add associated warnings about the use of $at.
by Daniel Sanders
· 11 years ago
6e2aab6
Remove cmake module support for Visual C++ 2010 (MSVC10)
by Yaron Keren
· 11 years ago
c5f5d0d
Simplify loop that worked around bugs in old GCC/Xcode.
by Erik Verbruggen
· 11 years ago
d8ceb27
Disable Visual C++ warning 4722 about aborting a destructor,
by Yaron Keren
· 11 years ago
4fd5cd0
WinCOFF: Add support for -fdata-sections
by David Majnemer
· 11 years ago
9d5961d
DebugInfo: Add GNU_addr_base and GNU_ranges_base only when there are addresses or ranges
by David Blaikie
· 11 years ago
f50e709
test: fix CHECK lines
by Saleem Abdulrasool
· 11 years ago
f5bf687
SLP vectorizer: Don't hoist vector extracts of phis.
by Andrew Trick
· 11 years ago
b13d54f
DebugInfo: Support debug_loc under fission
by David Blaikie
· 11 years ago
6cfebbd
DebugInfo: Remove unnecessary zero-size check
by David Blaikie
· 11 years ago
9306564
Support: Functions for consuming endian specific data from a buffer.
by Justin Bogner
· 11 years ago
692d183
Register Allocator: check other options before using a CSR for the first time.
by Manman Ren
· 11 years ago
4a88cd0
Fix crashes when assembler directives are used that are not
by Kevin Enderby
· 11 years ago
66124f9
Register Allocator: refactoring (no functionality change).
by Manman Ren
· 11 years ago
0f53443
DebugInfo: Simplify debug loc list handling by keeping separate lists
by David Blaikie
· 11 years ago
7385c32
DwarfDebug: Simplify debug_loc merging
by David Blaikie
· 11 years ago
1b14452
Get rid of an unnecessary use of the * and & operators.
by Adrian Prantl
· 11 years ago
882d89e
DebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUs
by David Blaikie
· 11 years ago
2563e20
Support: Document Endian.h functions
by Justin Bogner
· 11 years ago
f4ec188
DebugInfo: Implement relative addressing for DW_AT_ranges under fission
by David Blaikie
· 11 years ago
05e62b5
DebugInfo: Don't emit relocations to abbreviations in debug_info.dwo
by David Blaikie
· 11 years ago
f2c696a
DwarfDebug: Remove an unused parameter
by David Blaikie
· 11 years ago
e130844
R600: Don't viewCFG() under DEBUG() except on failure.
by Matt Arsenault
· 11 years ago
fcd547c
Remove unused parameter
by David Blaikie
· 11 years ago
add2e2e
R600/SI: Fix extra mov from legalizing 64-bit SALU ops.
by Matt Arsenault
· 11 years ago
3a96e61
R600/SI: Sub-optimial fix for 64-bit immediates with SALU ops.
by Matt Arsenault
· 11 years ago
db18071
R600/SI: Fix 64-bit bit ops that require the VALU.
by Matt Arsenault
· 11 years ago
d816eda
In Release modes, Visual Studio complains that the Operator destructor in User.cpp
by Yaron Keren
· 11 years ago
6c199d8
R600: Implement isNarrowingProfitable.
by Matt Arsenault
· 11 years ago
03cd663
R600/SI: Move splitting 64-bit immediates to separate function.
by Matt Arsenault
· 11 years ago
9f00cd9
Adding some very nascent information about the clang tablegen backends, with a promise to add more information later.
by Aaron Ballman
· 11 years ago
47eac58
[PowerPC] Generate little-endian object files
by Ulrich Weigand
· 11 years ago
4768df0
[X86][ISelDAG] Add missing fallback patterns for avx2 broadcast instructions.
by Quentin Colombet
· 11 years ago
875870f
R600/SI: Fix 64-bit private loads.
by Matt Arsenault
· 11 years ago
657c472
VS integration installer: set SUCCESS=1 if we find VS 2013
by Hans Wennborg
· 11 years ago
b6f02c1
Add test to test/CodeGen/NVPTX for "alloca buffer" arguments.
by Eli Bendersky
· 11 years ago
a1b54dd
[X86] Fix non-determinism in LowerVectorAllZeroTest
by Adam Nemet
· 11 years ago
8ce101e
[mips] Add error message when trying to use $at in '.set noat' mode.
by Daniel Sanders
· 11 years ago
2685aa8
Removes the NVPTXSplitBBatBar pass.
by Eli Bendersky
· 11 years ago
4ddee6a
R600/SI: Fix warning with gcc 4.8.2
by Tom Stellard
· 11 years ago
65b5e9b
R600/SI: Promote fp64 SELECT to i64
by Tom Stellard
· 11 years ago
b15ac1b
SelectionDAG: Allow promotion of SELECT nodes from float to int types
by Tom Stellard
· 11 years ago
9958475
R600: Reorganize tablegen instruction definitions
by Tom Stellard
· 11 years ago
04c252c
[PPC64LE] ELFv2 ABI updates for the .opd section
by Will Schmidt
· 11 years ago
7500207
[mips] Add regression tests for parenthetic expressions in MIPS assembly.
by Daniel Sanders
· 11 years ago
eaae583
[mips] Allow dsubu to take an immediate as an alias for dsubiu.
by Daniel Sanders
· 11 years ago
38a80e9
[PowerPC] Mark many instructions as commutative
by Hal Finkel
· 11 years ago
67db74e
[mips] Implement shorthand add / sub forms for MIPS.
by Daniel Sanders
· 11 years ago
b8cb709
[NVPTX] Add isel patterns for addrspacecast
by Justin Holewinski
· 11 years ago
72270aa
Update release notes with EHABI current behaviour
by Renato Golin
· 11 years ago
2393d22
[PowerPC] Don't schedule VSX copy legalization unless VSX is enabled
by Hal Finkel
· 11 years ago
7244814
[PowerPC] Update comment re: VSX copy-instruction selection
by Hal Finkel
· 11 years ago
2236f93
Teach llvm-readobj to print human friendly description of reserved sections.
by Rafael Espindola
· 11 years ago
07707e8
Allow constant folding of ceil function whenever feasible
by Karthik Bhat
· 11 years ago
0259b8e
Add back tests that were reverted in r204203.
by Rafael Espindola
· 11 years ago
0bce334
Propagate section from base to derived symbol.
by Rafael Espindola
· 11 years ago
b83e788
InstrProf: Silence spurious warnings in GCC 4.8
by Duncan P. N. Exon Smith
· 11 years ago
12da52f
SupportTests.LockFileManagerTest: Add assertions for Win32.
by NAKAMURA Takumi
· 11 years ago
b0c513b
ARM: no need to update SplatBits as it is not used
by Arnaud A. de Grandmaison
· 11 years ago
f5afb78
llvm-profdata: Check for bad data in the show command
by Justin Bogner
· 11 years ago
Next »