Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
2c4507e850d353433a525fb763df05dd8a407173
2c4507e
Move yet another test that requires ARM to an ARM test directory.
by NAKAMURA Takumi
· 11 years ago
ec8a856
Move tests that require ARM to an ARM test directory.
by Jim Grosbach
· 11 years ago
9ea770d
Fix use_iterator crash in ObjCArc from r203364
by Duncan P. N. Exon Smith
· 11 years ago
6d1980d
C++ style comments
by Jim Grosbach
· 11 years ago
c18837f
Tidy up. Update per naming conventions.
by Jim Grosbach
· 11 years ago
e133cd2
MachO: Emit a version-min load command when possible.
by Jim Grosbach
· 11 years ago
d55fc3f
Darwin: Add assembler directives to create version-min load commands.
by Jim Grosbach
· 11 years ago
802d815
MachO: Comment fields in the version_min load command.
by Jim Grosbach
· 11 years ago
3c1eb99
[LV] While I'm here, use range based for loops which are so much cleaner
by Chandler Carruth
· 11 years ago
633eb08
[LV] The actual change I intended to commit in r204148. Sorry for the noise.
by Chandler Carruth
· 11 years ago
a22773c
[LV] Replace some dead code with an assert. When I first ported this
by Chandler Carruth
· 11 years ago
18d3426
More header and forward declaration cleanup.
by Eric Christopher
· 11 years ago
a673745
Add back the headers we're getting via (likely) transitive includes.
by Eric Christopher
· 11 years ago
4af106a
Add back r203962, r204028 and r204059.
by Rafael Espindola
· 11 years ago
7f22dc9
Fix for coding style.
by Eric Christopher
· 11 years ago
994c303
Remove a bunch of unnecessary includes and forward declarations.
by Eric Christopher
· 11 years ago
523f800
X86 memcpy lowering: use "rep movs" even when esi is used as base pointer
by Hans Wennborg
· 11 years ago
172c318
Use early returns to reduce nesting.
by Rui Ueyama
· 11 years ago
50e4d56
Fix test lsr-normalization.ll broken in r204161.
by Michael Zolotukhin
· 11 years ago
370981a
Add support for scalarizing/splitting vector bswap.
by Raul E. Silvera
· 11 years ago
e1ea4fa
Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
by Adrian Prantl
· 11 years ago
13ca05e
Add stride normalization to SCEV Normalize/Denormalize transformation.
by Michael Zolotukhin
· 11 years ago
6077ca9
[DAGCombiner] teach how to simplify xor/and/or nodes according to the following rules:
by Andrea Di Biagio
· 11 years ago
7e18b99
X86: Use enums for memory operand decoding instead of integer literals.
by Manuel Jacob
· 11 years ago
3da5629
Enable CFI on Hexagon.
by Krzysztof Parzyszek
· 11 years ago
d4585b9
Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.
by Bill Schmidt
· 11 years ago
610469f
[msan] Origin tracking with history.
by Evgeniy Stepanov
· 11 years ago
c605296
Tolerate unmangled names in sample profiles.
by Diego Novillo
· 11 years ago
8a99824
Revert r203962 and two revisions depending on it: r204028 and r204059.
by Alexander Kornienko
· 11 years ago
f48cfdd
Add IAS/EHABI changes to release notes
by Renato Golin
· 11 years ago
99ffa5c
DebugIRTests: Fixup for r204130.
by NAKAMURA Takumi
· 11 years ago
f7a8108
[msan] Kill -msan-store-clean-origin flag.
by Evgeniy Stepanov
· 11 years ago
0864947
[C++11] Change DebugInfoFinder to use range-based loops
by Alon Mishne
· 11 years ago
fabbbc9
[msan] Remove unused code.
by Evgeniy Stepanov
· 11 years ago
a9d93e3
[C++11] Mark the target fast isel classes as 'final' so that the compiler can de-virtualize some of the internal calls.
by Craig Topper
· 11 years ago
5b64579
[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it work with range-based for loops.
by Alexey Samsonov
· 11 years ago
3bdef4b
CodeGen/R600/v_cndmask.ll: Relax an expression to unbreak msvcrt.
by NAKAMURA Takumi
· 11 years ago
27c2eb2
DebugInfo/lto-comp-dir.ll: Tweak for dos path.
by NAKAMURA Takumi
· 11 years ago
96be424
ARM: add an assertion
by Saleem Abdulrasool
· 11 years ago
ff5abbb
DwarfDebug: Only unique retained types instead of all types.
by Adrian Prantl
· 11 years ago
5e8144d
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
by Adrian Prantl
· 11 years ago
4d82ca7
Replace unnecessary #include directive with forward declarations.
by Adrian Prantl
· 11 years ago
635ed6d
Add explanatory comment.
by Eric Christopher
· 11 years ago
b005e96
Shorten DotDebugLocEntry to just DebugLocEntry and reformat.
by Eric Christopher
· 11 years ago
c5b39af
DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers where opcodes are never used anyway
by David Blaikie
· 11 years ago
9c1e56a
DebugInfo: Implement debug_line.dwo for file names used in type units during -gsplit-dwarf
by David Blaikie
· 11 years ago
cdbfefb
DebugInfo: Flag test as requiring object emission support
by David Blaikie
· 11 years ago
2a12c4e
DebugInfo: Do not rely on the compilation dir (index 0) for files in line tables shared between compilation units
by David Blaikie
· 11 years ago
1881227
DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
by David Blaikie
· 11 years ago
2879a6c
DebugInfo: Move line table zero-directory-index (compilation dir) handling into MCDwarf
by David Blaikie
· 11 years ago
9f44c11
Make methods static
by Matt Arsenault
· 11 years ago
43873d4
Use range metadata instead of introducing selects.
by Dan Gohman
· 11 years ago
92fca73
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
by Owen Anderson
· 11 years ago
7ad87e4
Really REALLY finish adding const to the MachineRegisterInfo iterator range methods.
by Owen Anderson
· 11 years ago
c153e49
Making a guess to fix the test case with r204056 to get the build bot working.
by Kevin Enderby
· 11 years ago
2683baa
R600: Match sign_extend_inreg to BFE instructions
by Matt Arsenault
· 11 years ago
94bdb45
Make DAGCombiner work on vector bitshifts with constant splat vectors.
by Matt Arsenault
· 11 years ago
63d93fa
Add one more const marker that I missed.
by Owen Anderson
· 11 years ago
daeeb37
DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
by David Blaikie
· 11 years ago
03a3f64
Mark MachineRegisterInfo's iterator range methods as const.
by Owen Anderson
· 11 years ago
3645c32
Add iterator range definitions for the MachineRegisterInfo iterators.
by Owen Anderson
· 11 years ago
131ab02
[X86] Fix unused variable warning with NDEBUG from r204058
by Adam Nemet
· 11 years ago
1e4d7d7
MC: change runtime check to an assertion
by Saleem Abdulrasool
· 11 years ago
5b5e5ab
ARM IAS: support .thumb_set
by Saleem Abdulrasool
· 11 years ago
8c8fe42
[VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16
by Adam Nemet
· 11 years ago
ad52f4f
R600/SI: Fix implementation of isInlineConstant() used by the verifier
by Tom Stellard
· 11 years ago
eb78760
R600/SI: Use correct dest register class for V_READFIRSTLANE_B32
by Tom Stellard
· 11 years ago
27b614f
R600/SI: Add generic checks to SIInstrInfo::verifyInstruction()
by Tom Stellard
· 11 years ago
bbbc2b1
Consistent use of the noduplicate attribute.
by Eli Bendersky
· 11 years ago
133aacf
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
by Alexey Samsonov
· 11 years ago
6e3acef
llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat.
by NAKAMURA Takumi
· 11 years ago
9fdf9d2
Consider the base pointer for setting the symbol type.
by Rafael Espindola
· 11 years ago
fd69cf9
DebugInfo: Improve reuse of file table entries in asm debug info
by David Blaikie
· 11 years ago
6a6b6f5
Test case
by David Blaikie
· 11 years ago
f6c2ab8
Deleted copy-constructor/copy-assignment broke a buildbot. Removing while I
by Lang Hames
· 11 years ago
717b36b
llvm-readobj: Print referred symbol name for CLR token definition
by Nico Rieck
· 11 years ago
23653b1
llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLI
by Nico Rieck
· 11 years ago
960c80d
Rename PBQP RegAllocSolver local variables to conform to LLVM coding style.
by Lang Hames
· 11 years ago
3dd951e
[X86] New and improved VZeroUpperInserter optimization.
by Lang Hames
· 11 years ago
7f0871c
Untabify.
by NAKAMURA Takumi
· 11 years ago
8142bc1
Add FIXMEs to use DIScopeRef instead of DIScope for LTO type uniqueing.
by Manman Ren
· 11 years ago
7d5c4cb
[CMake][cygming] Disable --out-implib from executables.
by NAKAMURA Takumi
· 11 years ago
72ca6ef
Remove named Twine.
by David Blaikie
· 11 years ago
d5452e3
Use a fixed subtarget for test so atom scheduling can't change the addresses this test relies on.
by Benjamin Kramer
· 11 years ago
3c143dd
Remove some dead assignements found by scan-build
by Arnaud A. de Grandmaison
· 11 years ago
571832b
Make some assertions on constant expressions static.
by Benjamin Kramer
· 11 years ago
80d3b1e
PointerIntPair: Avoid an (academic) case of undefined behavior in the DenseMapInfo specialization.
by Benjamin Kramer
· 11 years ago
1402941
LSR: Compress a pair (and get rid of the DenseMapInfo for it).
by Benjamin Kramer
· 11 years ago
8a8f5c3
Replace ValueTypes.h with MachineValueType.h if possible.
by Patrik Hagglund
· 12 years ago
c0a42c2
Support: Make error_category's constructor public
by Justin Bogner
· 12 years ago
8e85e50
llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message catalog in ENOENT. It is locale-dependent on Windows.
by NAKAMURA Takumi
· 12 years ago
5d45272
SampleProfile.cpp: Fix take #2. The issue was abuse of StringRef here.
by NAKAMURA Takumi
· 12 years ago
ba3fc12
SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twine was too short.
by NAKAMURA Takumi
· 12 years ago
2345166
R600: Remove unnecessary attempt to zext a pointer.
by Matt Arsenault
· 12 years ago
2cf43de
R600: Code cleanup.
by Matt Arsenault
· 12 years ago
7aa478d
Object/COFF: change data type of SymbolNumber from int16 to uint16.
by Rui Ueyama
· 12 years ago
1d8c02b
Debug info: Unique types before emitting them to DWARF, where applicable.
by Adrian Prantl
· 12 years ago
7e1a383
Debug Info: Fix LTO type uniquing for C++ member declarations based on the ODR.
by Adrian Prantl
· 12 years ago
2110a0d
Re-add checks that were in this testcase before it was converted to dwarfdump.
by Adrian Prantl
· 12 years ago
be4056d
typo
by Adrian Prantl
· 12 years ago
Next »