Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
7e6843cbd6895104c6ecda6d760447733fd988d0
7e6843c
Expand Phabricator docs slightly
by Scott Douglass
· 10 years ago
2ae3081
AVX-512: Implemented missing encoding for FMA scalar instructions
by Igor Breger
· 10 years ago
456ac28
Fix non-target-specific test not to use the x86 triple.
by Michael Kuperstein
· 10 years ago
df3edb6
Return ErrorOr from getSection.
by Rafael Espindola
· 10 years ago
37cb5f1
[DWARF] Fix debug info generation for function static variables, typedefs, and records
by Michael Kuperstein
· 10 years ago
5020a91
[X86] Avoid over-relaxation of 8-bit immediates in integer arithmetic instructions.
by Michael Kuperstein
· 10 years ago
275fa93
Revert part of r241149, "Fix PR23872: Integrated assembler error message when using .type directive with @ in AArch32 assembly."
by NAKAMURA Takumi
· 10 years ago
627c534
[mips][microMIPS] Implement SLL and NOP instructions
by Zoran Jovanovic
· 10 years ago
9f9bf86
Fix PR23872: Integrated assembler error message when using .type directive with @ in AArch32 assembly.
by Gabor Ballabas
· 10 years ago
787b9b4
[LoopUnroll] Use undef for phis with no value live
by David Majnemer
· 10 years ago
284c49c
[SCCP] Turn loads of null into undef instead of zero initialized values
by David Majnemer
· 10 years ago
4015c5e
[NaryReassociate] enhances nsw by leveraging @llvm.assume
by Jingyue Wu
· 10 years ago
60085fb
Getting started docs: https, and check signature
by JF Bastien
· 10 years ago
327cfdf
[SanitizerCoverage] Don't add instrumentation to unreachable blocks.
by Alexey Samsonov
· 10 years ago
8043a59
Fix several typos in LangRef.rst related to loop unrolling metadata.
by Mark Heffernan
· 10 years ago
34c6bb0
[SEH] Add new intrinsics for recovering and restoring parent frames
by Reid Kleckner
· 10 years ago
b5778f2
[IRBuilder] Delete unused constructor and SetInsertPoint overload.
by Alexey Samsonov
· 10 years ago
838b35d
Fix memory leak in unittest added in r241101.
by Alexey Samsonov
· 10 years ago
5ca5b0d
[Cloning] Teach CloneModule about personality functions
by David Majnemer
· 10 years ago
10a3a33
[NVPTX] cleanups and refacotring in NVPTXFrameLowering.cpp
by Jingyue Wu
· 10 years ago
e1e95c1
[FaultMaps] Let the frontend pre-select implicit null check candidates.
by Sanjoy Das
· 10 years ago
8cdbab9
Pack MCSymbol::HasName in to a spare bit in the section/fragment union.
by Pete Cooper
· 10 years ago
28a8318
Use ErrorOr in getRelocationAdress.
by Rafael Espindola
· 10 years ago
d231306
Implement containsSymbol with other lower level methods.
by Rafael Espindola
· 10 years ago
ce77289
Modified a comment about the reason for the patch (removed commented code).
by Nemanja Ivanovic
· 10 years ago
4a04da3
Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.
by Rafael Espindola
· 10 years ago
482f870
Fixes a bug with __builtin_vsx_lxvdw4x on Little Endian systems
by Nemanja Ivanovic
· 10 years ago
60e53b2
Use range loops. NFC.
by Rafael Espindola
· 10 years ago
6e0583f
Use range loop.
by Rafael Espindola
· 10 years ago
fd8c985
COFF: Do not assign linker-weak symbols to selectany comdat sections.
by Peter Collingbourne
· 10 years ago
528f964
[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug location.
by Alexey Samsonov
· 10 years ago
a70c93c
Use range loop.
by Rafael Espindola
· 10 years ago
75cacfb
[NVPTX] Fix issue introduced in D10321
by Jingyue Wu
· 10 years ago
c408bc8
Fix a fixme and make DICompileUnit a distinct node. Tested via clang.
by Adrian Prantl
· 10 years ago
eceef38
Fix compilation failure introduced in r241093.
by Alex Lorenz
· 10 years ago
4641077
Add a test of an elf file with an invalid section index.
by Rafael Espindola
· 10 years ago
73d2cc5
MIR Serialization: Serialize MBB successors.
by Alex Lorenz
· 10 years ago
ba4660c
MIR Printer: extract the code that prints MBB references into a new method. NFC.
by Alex Lorenz
· 10 years ago
403c331
MIR Parser: refactor error reporting for machine instruction parser errors. NFC.
by Alex Lorenz
· 10 years ago
939f023
MIR Parser: make the machine instruction parsing interface more consistent. NFC.
by Alex Lorenz
· 10 years ago
8f1e30d
Force relocation mode to be default, regardless of what is passed to the backend.
by Samuel Antao
· 10 years ago
171129e
[CMake] Make the CMake files (LLVMConfig.cmake and LLVMExports.cmake)
by Dan Liew
· 10 years ago
1991c59
MIR Parser: adopt the 'maybeLex...' pattern. NFC.
by Alex Lorenz
· 10 years ago
5601e30
use range-based for loops; NFCI
by Sanjay Patel
· 10 years ago
28bec63
Fix the name of the iterator functions to match the coding standards.
by Rafael Espindola
· 10 years ago
e8ff062
Report an error on invalid sh_entsize.
by Rafael Espindola
· 10 years ago
f8b3b92
[X86] Fix a bug in WIN_FTOL_32/64 handling.
by Michael Kuperstein
· 10 years ago
e143a3a
[mips] [IAS] Add support for the .module softfloat/hardfloat directives.
by Toma Tabacu
· 10 years ago
dcec526
[mips] [IAS] Make .module directives change AssemblerOptions->front().
by Toma Tabacu
· 10 years ago
b0f7871
Reverting r241058 because it's causing buildbot failures.
by Ranjeet Singh
· 10 years ago
a5106ca
There are a few places where subtarget features are still
by Ranjeet Singh
· 10 years ago
427ea8e
Correct a typo for a LoopVectorize test
by David Majnemer
· 10 years ago
5dee8da
[mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.
by Toma Tabacu
· 10 years ago
501cad9
[X86] Add FXSR intrinsics
by Michael Kuperstein
· 10 years ago
d6751a8
ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation]
by NAKAMURA Takumi
· 10 years ago
f8a35ff
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
06bc362
Drop the OS from the WebAssembly target triple for now.
by Dan Gohman
· 10 years ago
09912eb9
Move function to the only file that uses it.
by Rafael Espindola
· 10 years ago
9f2f3bb
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
85cd16c
Debug info: Add dwarf backend support for DIModule.
by Adrian Prantl
· 10 years ago
7ede964
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
3bd8f12
Fix LastArchType to point to the new last arch.
by Dan Gohman
· 10 years ago
de4d844
Cleanup getRelocationAddend.
by Rafael Espindola
· 10 years ago
1a5b04c
RegisterCoalescer: Cleanup empty subranges after shrinkToUses()
by Matthias Braun
· 10 years ago
7ce02c1
llvm-bcanalyzer: Add a field that was missed in r241016.
by Adrian Prantl
· 10 years ago
13b58ec
Object/COFF: Define coff_symbol_generic.
by Rui Ueyama
· 10 years ago
2edab1a
Use asserts for checks that should never fail.
by Rafael Espindola
· 10 years ago
a743413
[WebAssembly] Initial WebAssembly backend
by Dan Gohman
· 10 years ago
ff67629
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
10e9fb1
lto: Clean up C libLTO interfaces pertaining to linker flags.
by Peter Collingbourne
· 10 years ago
7177647
Add a DIModule metadata node to the IR.
by Adrian Prantl
· 10 years ago
88f33c9
bcanalyzer: Rewrite all the METADATA_ codes
by Duncan P. N. Exon Smith
· 10 years ago
70dde5f
bcanalyzer: Use a macro to decode bitcodes, NFC
by Duncan P. N. Exon Smith
· 10 years ago
fce3cfb
Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager"
by Ben Langmuir
· 10 years ago
a6367d9
Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup.
by Peter Collingbourne
· 10 years ago
b370959
[FaultMaps][Docs] Document the ImplicitNullChecks pass.
by Sanjoy Das
· 10 years ago
cb936df
Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager"
by Ben Langmuir
· 10 years ago
d5c333b
Use gethostuuid() on Mac to identify hosts for LockFileManager
by Ben Langmuir
· 10 years ago
9cbdfb5
ARM: add correct kill flags when combining stm instructions
by Tim Northover
· 10 years ago
7839b00
X86: Rework inline asm integer register specification.
by Matthias Braun
· 10 years ago
93dd711
[LoopSimplify] Set proper debug location in loop backedge blocks.
by Alexey Samsonov
· 10 years ago
35f25f9
[FaultMaps] Fix test case.
by Sanjoy Das
· 10 years ago
3d176ae
Convert obj->getSymbolName to sym->getName.
by Rafael Espindola
· 10 years ago
4c81aa2
[DAGCombiner] Fix & simplify constant folding of sext/zext.
by Pawel Bylica
· 10 years ago
17d7215
[MMI] Use TinyPtrVector instead of PointerUnion with vector.
by Benjamin Kramer
· 10 years ago
a8db479
Tidy comment.
by Diego Novillo
· 10 years ago
40a45a2
Fix bug #23967. The gtest and gtest_main targets were exported into the
by Dan Liew
· 10 years ago
5d01714
Simplify .gitignore: projects/* => projects/*/
by Duncan P. N. Exon Smith
· 10 years ago
4081538
Clean up unique lock files on signal and always release the lock
by Ben Langmuir
· 10 years ago
1a4def3
MIR Serialization: Serialize the register mask machine operands.
by Alex Lorenz
· 10 years ago
59a20ec
[SymbolSize] Skip sorting by index, just assign by index.
by Benjamin Kramer
· 10 years ago
4c6f0a7
Upgrade JIT listeners for changes in the libObject API.
by Benjamin Kramer
· 10 years ago
032d56b
Move delinearization from SCEVAddRecExpr to ScalarEvolution
by Tobias Grosser
· 10 years ago
9a6c902
Factor out the checking of string tables.
by Rafael Espindola
· 10 years ago
528a204
Add a testcase for an invalid file.
by Rafael Espindola
· 10 years ago
db89b93
Convert an assert that can fail into error checking.
by Rafael Espindola
· 10 years ago
e8f07a7
Remove Elf_Sym_Iter.
by Rafael Espindola
· 10 years ago
546178b
AVX-512: all forms of SCATTER instruction on SKX,
by Elena Demikhovsky
· 10 years ago
23fd3d6
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
by Javed Absar
· 10 years ago
263dd53
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
by Javed Absar
· 10 years ago
Next »