Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
1b9706b8c64114217e49981e4f3d26ccb148fabe
1b9706b
[AArch64][FastISel] Fix kill flags for integer extends.
by Juergen Ributzka
· 11 years ago
d0995fb
[SwitchLowering] Fix the "fixPhis" function.
by Juergen Ributzka
· 11 years ago
1a66dc7
[X86] Fix pattern match for 32-to-64-bit zext in the presence of AssertSext
by Michael Kuperstein
· 11 years ago
b3da08d
Copy externally_initialized in GlobalVariable::copyAttributesFrom.
by Rafael Espindola
· 11 years ago
26e0544
[NVPTX] Add an NVPTX-specific TargetTransformInfo
by Jingyue Wu
· 11 years ago
d342c4c
Misc style fixes. NFC.
by Rafael Espindola
· 11 years ago
2d26874
Fix extra semicolon warning. NFC.
by Vasileios Kalintiris
· 11 years ago
c63c935
[mips][microMIPS] Fix issue with delay slot filler and microMIPS
by Zoran Jovanovic
· 11 years ago
d2c5947
Fix variable names and comment style. NFC.
by Rafael Espindola
· 11 years ago
62c2faa
[mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534.
by Daniel Sanders
· 11 years ago
d8d51ff
Mark test using python as REQUIRES: python27.
by Manuel Klimek
· 11 years ago
75318bc
[CMake] llvm-c-test: Use libLLVM.so if it is available.
by NAKAMURA Takumi
· 11 years ago
5f3f254
[CMake] Let llvm-shlib work on Linux with --whole-archive.
by NAKAMURA Takumi
· 11 years ago
c305163
[CMake] Move llvm-shlib in prior to other tools.
by NAKAMURA Takumi
· 11 years ago
e1e1392
[CMake] llvm-shlib: Add possibly missing BitReader and MCDisassembler for llvm-c.
by NAKAMURA Takumi
· 11 years ago
79da624
R600/SI: Fix broken check prefixes in test
by Matt Arsenault
· 11 years ago
bbfcec1
Transforms: address some late comments
by Saleem Abdulrasool
· 11 years ago
8724a6d
Transforms: sort source files in build
by Saleem Abdulrasool
· 11 years ago
d913458
SelectionDAG: Assert if we truncate SDNode's NumOperands or NumValues
by David Majnemer
· 11 years ago
bcdc476
[Reassociate] Better preserve NSW/NUW flags. Part of PR12985.
by Chad Rosier
· 11 years ago
6faf6b1
Transforms: use typedef rather than using aliases
by Saleem Abdulrasool
· 11 years ago
3fc63a6
Remove unused variable.
by Rafael Espindola
· 11 years ago
35c1630
Transform: add SymbolRewriter pass
by Saleem Abdulrasool
· 11 years ago
0493682
Fix style.
by Michael J. Spencer
· 11 years ago
4d84fe9
R600: Remove unused define
by Matt Arsenault
· 11 years ago
3d8a2f0
Don't redeclare a pure virtual method.
by Rafael Espindola
· 11 years ago
0cb5820
Use StringRefMemoryObject in llvm-mc. NFC.
by Rafael Espindola
· 11 years ago
fe2b8b1
[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit structs...
by Daniel Sanders
· 11 years ago
93f761e
[CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built as SHARED. Users of LLVMSupport won't inherit ${system_libs}.
by NAKAMURA Takumi
· 11 years ago
b3963d6
Pass PRIVATE to target_link_libraries if using shared libraries.
by Rafael Espindola
· 11 years ago
01657f3
[mips] Removed the remainder of MipsCC. NFC.
by Daniel Sanders
· 11 years ago
46c0982
[mips] Remove MipsCC::reservedArgArea() in favour of MipsABIInfo::GetCalleeAllocdArgSizeInBytes(). NFC.
by Daniel Sanders
· 11 years ago
490119e
MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17.
by NAKAMURA Takumi
· 11 years ago
7ad3ceb
llvm/test/tools/llvm-symbolizer/ppc64.test: Avoid subshell.
by NAKAMURA Takumi
· 11 years ago
6b84694
[mips] Move MipsCCState to a separate file and clang-formatted it.
by Daniel Sanders
· 11 years ago
7fc57f4
[mips] Fix unused variable warnings introduced in r221521
by Daniel Sanders
· 11 years ago
605a80b
[mips] Remove remaining use of MipsCC::intArgRegs() in favour of MipsABIInfo::GetByValArgRegs() and MipsABIInfo::GetVarArgRegs()
by Daniel Sanders
· 11 years ago
73bbfc5
[mips] Remove MipsCC::getRegVT(). NFC
by Daniel Sanders
· 11 years ago
b4b8239
[mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOperands. NFC
by Daniel Sanders
· 11 years ago
e40a531
[mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated code. NFC
by Daniel Sanders
· 11 years ago
37dbb74
[mips] Removed IsVarArg from MipsISelLowering::analyzeCallOperands(). NFC.
by Daniel Sanders
· 11 years ago
222fcc5
llvm-symbolizer: teach it about PowerPC64 ELF function descriptors
by Jay Foad
· 11 years ago
3f2ffe0
SCCP: overdefined calls cannot become constant
by David Majnemer
· 11 years ago
893f22f
Add Position-independent Code model Module API.
by Justin Hibbits
· 11 years ago
75da31f
[AArch64] Keep flags on condition vreg when instantiating a CB branch.
by Ahmed Bougacha
· 11 years ago
3f40213
Use a StringRefMemoryObject. NFC.
by Rafael Espindola
· 11 years ago
751848b
Use StringRefMemoryObject. NFC.
by Rafael Espindola
· 11 years ago
bb642c4
LoopVectorize: Don't assume pointees are sized
by David Majnemer
· 11 years ago
9806641
InstCombine: Rely on cmpxchg's return code when it's strong
by David Majnemer
· 11 years ago
7d60fe0
Remove unused variable. NFC.
by Rafael Espindola
· 11 years ago
cce2cdd
Don't repeat names in comments. NFC.
by Rafael Espindola
· 11 years ago
848edb1
[ELF][yaml2obj] Handle additional MIPS specific st_other field flags
by Simon Atanasyan
· 11 years ago
8e617cc
Factor out call to push_back. NFC.
by Rafael Espindola
· 11 years ago
de3d506
[X86][SSE] Vector integer/float conversion memory folding (cvttps2dq / cvttpd2dq)
by Simon Pilgrim
· 11 years ago
112aabe
[X86] Add VFMADDSUB cases for the 213->231 custom inserter.
by Ahmed Bougacha
· 11 years ago
f44d4cd
[X86] Add missing FMA3 VFMADDSUB in the emitter.
by Ahmed Bougacha
· 11 years ago
c4e8fb9
Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSize
by David Majnemer
· 11 years ago
8b6319b
[X86] Split FMA4 RM tests into a separate file. NFC.
by Ahmed Bougacha
· 11 years ago
d8eb4f1
Base check on the section name, not the variable name.
by Rafael Espindola
· 11 years ago
0ea3b24
[RegAlloc] Remove reference to the trivial spiller in test case.
by Lang Hames
· 11 years ago
4e2cbd5
[RegAlloc] Kill off the trivial spiller - nobody is using it any more.
by Lang Hames
· 11 years ago
14f5cb6
Indentation fixes
by Michael Liao
· 11 years ago
2dc0735
Try to appease MSVC buildbots after r221466.
by Frederic Riss
· 11 years ago
3b80486
Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler and
by Kevin Enderby
· 11 years ago
6df2a3b
Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDescriptor.
by Frederic Riss
· 11 years ago
d67fc42
[Hexagon] Adding basic Hexagon ELF object emitter.
by Colin LeMahieu
· 11 years ago
9b644c8
Clean up NVPTXLowerStructArgs.cpp. NFC
by Eli Bendersky
· 11 years ago
0d9e067
[mips] Removed IsSoftFloat from MipsISelLowering::analyzeCallOperands(). NFC
by Daniel Sanders
· 11 years ago
e15b20e
[Reassociate] Don't reassociate when mixing regular and fast-math FP
by Chad Rosier
· 11 years ago
20e3be7
[mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::AnalyzeFormalArguments()
by Daniel Sanders
· 11 years ago
4396b44
Use FileCheck in a few tests.
by Rafael Espindola
· 11 years ago
eed9590
Compute the correct jump table entries on 32 bit windows.
by Rafael Espindola
· 11 years ago
f0f66a2
[X86] When commuting SSE immediate blend, make sure that the new blend mask is a valid imm8.
by Andrea Di Biagio
· 11 years ago
22cfcb2
Fixing some -Wcast-qual warnings; NFC.
by Aaron Ballman
· 11 years ago
7f22a20
[mips] Tolerate the use of the %z inline asm operand modifier with non-immediates.
by Toma Tabacu
· 11 years ago
2b8f969
[mips] Add the following MIPS options that control gp-relative addressing of
by Sasa Stankovic
· 11 years ago
ea60f51
[mips] Improve error/warning messages and testing for the .cpload assembler directive.
by Toma Tabacu
· 11 years ago
10f28ec
[JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips stub functions, and ARM target in general)
by Daniel Sanders
· 11 years ago
42b17f9
Object, COFF: Infer symbol sizes from adjacent symbols
by David Majnemer
· 11 years ago
a67e169
X86, MC: Tidy up some whitespace in GetRelocType
by David Majnemer
· 11 years ago
03e3dfd
GCOV: Make sure that function idents in the .gcda and .gcno match
by Justin Bogner
· 11 years ago
58de709
Add three other sections when L symbols are allowed.
by Rafael Espindola
· 11 years ago
e1f22e3
Allow L symbols in no_dead_strip sections.
by Rafael Espindola
· 11 years ago
d465ece
[X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into the
by Quentin Colombet
· 11 years ago
4ebcbd0
Remove unnecessary .c_str() when implicitly converting to Twine
by Matt Arsenault
· 11 years ago
6c100e7
[Docs][JIT] Update the clang++ invocation lines in the kaleidoscope docs.
by Lang Hames
· 11 years ago
5940390
[mips64] Fix MIPS64 exception personality encoding
by Petar Jovanovic
· 11 years ago
3f1d66f
[X86][SSE] Vector integer to float conversion memory folding
by Simon Pilgrim
· 11 years ago
3911374
[docs] Document usage of Inputs/ for extra test files.
by Sean Silva
· 11 years ago
212f3ab
[Linker] Add some test coverage for llvm.ident merging
by Sean Silva
· 11 years ago
9f59bc4
Fix heap-use-after-free bug in expandSDiv when the operands are
by Michael Ilseman
· 11 years ago
36c4749
Remove obsolete ARM intrinsics vclz and vcnt
by Steven Wu
· 11 years ago
5563be0
Add accessor to get 'visibility' part of st_other field
by Simon Atanasyan
· 11 years ago
65c7979
Fix test breakage from r221386
by Derek Schuff
· 11 years ago
ecb144e
R600/SI: Fix omod display for VOP3b
by Matt Arsenault
· 11 years ago
07ffcb1
[x86 fast-isel] Materialize allocas with the correct-sized lea for ILP32
by Derek Schuff
· 11 years ago
e7a8e29
R600/SI: Add testcase I forgot to commit from months ago
by Matt Arsenault
· 11 years ago
d858637
R600/SI: Move all rsrc building functions to SIISelLowering
by Matt Arsenault
· 11 years ago
12bd9f1
R600/SI: Remove SI_ADDR64_RSRC
by Matt Arsenault
· 11 years ago
e459c0b
[NVPTX] Add NVPTXLowerStructArgs pass
by Justin Holewinski
· 11 years ago
Next »