Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
aa94b68e1bbbccdf6dba6568d012ec65ba507a14
aa94b68
[ArchiveWriter] Use EndianStream. No functional change intended.
by Benjamin Kramer
· 10 years ago
4bf8188
[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
by Benjamin Kramer
· 10 years ago
d510c10
[mips] [IAS] Add support for expanding LASym with a source register operand.
by Toma Tabacu
· 10 years ago
4dd3b87
Tweak wording of alignment static_assert messages.
by James Y Knight
· 10 years ago
279a212
[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.
by Toma Tabacu
· 10 years ago
87f93f5
[mips] [IAS] Fix LA with relative label operands.
by Toma Tabacu
· 10 years ago
d3b8136
[mips] [IAS] Add test for SW with relative label operands. NFC.
by Toma Tabacu
· 10 years ago
8e18efe
Remove empty directories left after r239657
by Alexander Kornienko
· 10 years ago
e7684db
[mips] [IAS] Fix LW with relative label operands.
by Toma Tabacu
· 10 years ago
a066970
AVX-512: cvtusi2ss/d intrinsics.
by Igor Breger
· 10 years ago
b7742df
[PM/AA] Suffix lots of member variables that directly use enumeration
by Chandler Carruth
· 10 years ago
2cdca0c4
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
by Chandler Carruth
· 10 years ago
4d7ed39
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
by Chandler Carruth
· 10 years ago
c179a41
[PM/AA] Split the location computation out of getArgLocation so the
by Chandler Carruth
· 10 years ago
e460807
Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."
by Matthias Braun
· 10 years ago
1c19be4
Try to fix the MSVC build.
by Rafael Espindola
· 10 years ago
360661f
[Hexagon] Adding MC ELF streamer and updating addend relocation test which shows correct ELF symbol.
by Colin LeMahieu
· 10 years ago
4a80b4b
Fix alignment issues in LLVM.
by James Y Knight
· 10 years ago
cc625c9
Handle forward referenced function when streaming bitcode.
by Rafael Espindola
· 10 years ago
485973a
Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.
by Rafael Espindola
· 10 years ago
4a4558e
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
by Rafael Espindola
· 10 years ago
3fea165
Rename and improve emitSectionOffset.
by Rafael Espindola
· 10 years ago
363eaff
Refactor RecurrenceInstDesc
by Tyler Nowicki
· 10 years ago
f0cbe32
Add some tests based on PR21711
by Sanjay Patel
· 10 years ago
20a6785
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
by Rafael Espindola
· 10 years ago
3bcfd46
[llvm-readobj] Print MIPS .reginfo section content
by Simon Atanasyan
· 10 years ago
e2d3e44
[X86][SSE] Vectorize v2i32 to v2f64 conversions
by Simon Pilgrim
· 10 years ago
50f4bcf
rename variables; NFC
by Sanjay Patel
· 10 years ago
489a03c
Reapply 239795 - [InstCombine] Propagate non-null facts to call parameters
by Philip Reames
· 10 years ago
2cd20fe
extract some code into a helper function for MergeConsecutiveStores(); NFCI
by Sanjay Patel
· 10 years ago
0c65062
Improve handling of end of file in the bitcode reader.
by Rafael Espindola
· 10 years ago
3f53fc8
Fix PR 23525 - Separate header mass propagation in irregular loops.
by Diego Novillo
· 10 years ago
bfbac55
[Statepoints] Test only change. Check that statepoint lowering didn't generate more than expected amount of spills.
by Igor Laevsky
· 10 years ago
944aaeb
VirtRegMap: Add undef flag when reading undefined subregisters.
by Matthias Braun
· 10 years ago
ff88142
TargetRegisterInfo: Make the concept of imprecise lane masks explicit
by Matthias Braun
· 10 years ago
8e206c1
[X86] Rename some frame lowering variables
by Reid Kleckner
· 10 years ago
d4364d8
Rename Reduction variables/structures to Recurrence.
by Tyler Nowicki
· 10 years ago
37c67e6
Have MachOObjectFile::isValidArch() accept armv7
by Frederic Riss
· 10 years ago
d8a0ff3
MIR Parser: Report an error when a machine function doesn't have a corresponding function.
by Alex Lorenz
· 10 years ago
0021a54
Add a test for padded bitcode files.
by Rafael Espindola
· 10 years ago
7ddee66
propagate IR-level fast-math-flags to DAG nodes, disabled by default
by Sanjay Patel
· 10 years ago
1b26bfb
Properly handle the mftb instruction.
by Kit Barton
· 10 years ago
69266c3
[Hexagon] Alphabetical ordering of functions, NFC.
by Colin LeMahieu
· 10 years ago
5202cab
Revert "Revert "Fix merges of non-zero vector stores""
by Matt Arsenault
· 10 years ago
ffb22b8
Clean up redundant copies of Triple objects. NFC
by Daniel Sanders
· 10 years ago
8a8bb45
[InstSimplify] Allow folding of fdiv X, X with just NaNs ignored
by Benjamin Kramer
· 10 years ago
cc73f10
Repair cmake libatomic check.
by James Y Knight
· 10 years ago
b17a563
[mips][ias] Expand on r238751 to cover as many relocs as possible.
by Daniel Sanders
· 10 years ago
7f5b833
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC.
by Daniel Sanders
· 10 years ago
db8ece3
Silence an MSVC warning about not all control paths returning a value; NFC.
by Aaron Ballman
· 10 years ago
0987211
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
e8601cf
[mips] [IAS] Refactor symbol-address loading code into a helper function. NFC.
by Toma Tabacu
· 10 years ago
a8cc0535
[llvm-mc] The object form of the GNU triple should be the same as the string form.
by Daniel Sanders
· 10 years ago
443838d
[MachineSink] Address post-commit review comments
by Arnaud A. de Grandmaison
· 10 years ago
7ae3494
[AVX512] add integer min/max intrinsics support.
by Asaf Badouh
· 10 years ago
4ec9824
Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now. Investigating.
by NAKAMURA Takumi
· 10 years ago
f55aecb
llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.
by NAKAMURA Takumi
· 10 years ago
05e61f7
X86: optimized i64 vector multiply with constant
by Elena Demikhovsky
· 10 years ago
f428f17
[TableGen] Remove unused method declaration. NFC
by Craig Topper
· 10 years ago
f8848a8
Revert 239795
by Philip Reames
· 10 years ago
819a6b7
[AArch64] Generalize extract-high DUP extension to MOVI/MVNI.
by Ahmed Bougacha
· 10 years ago
d4521f1
[AArch64] Robustize neon-2velem-high test. NFC.
by Ahmed Bougacha
· 10 years ago
9426133
Move logic from JumpThreading into LazyValue info to simplify caller.
by Philip Reames
· 10 years ago
5449852
modules: Add explicit dependency on intrinsics_gen
by Duncan P. N. Exon Smith
· 10 years ago
6025d73
[InstCombine] Propagate non-null facts to call parameters
by Philip Reames
· 10 years ago
2648710
modules: Mark CodeGen/DIEValues.def as a textual inclusion
by Duncan P. N. Exon Smith
· 10 years ago
4aee54e
modules: Move ProfileKinds to an anonymous namespace
by Duncan P. N. Exon Smith
· 10 years ago
00b6413
MIR Serialization: Print and parse simple machine function attributes.
by Alex Lorenz
· 10 years ago
b3607cd
MIR Serialization: move the MIR printer out of the MIR printing pass.
by Alex Lorenz
· 10 years ago
46446a5
[X86] Try to shorten dwarf CFI emission
by Reid Kleckner
· 10 years ago
0f80e47
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
by Adrian Prantl
· 10 years ago
034945e
MIR Serialization: Create dummy functions when the MIR file doesn't have LLVM IR.
by Alex Lorenz
· 10 years ago
185789e
MIR Serialization: Report an error when machine functions have the same name.
by Alex Lorenz
· 10 years ago
9784231
Add safestack attribute to LLVMAttribute enum and Go bindings. Correct
by Peter Collingbourne
· 10 years ago
0d6057a
[Hexagon] Using readobj rather than objdump.
by Colin LeMahieu
· 10 years ago
c134468
[Hexagon] PC-relative offsets are relative to packet start rather than the offset of the relocation. Set relocation addend and check it's correct in the ELF.
by Colin LeMahieu
· 10 years ago
b1ce237
[X86][SSE] Added tests for vector i8/i16 to f32/f64 conversions
by Simon Pilgrim
· 10 years ago
7ffec83
Protection against stack-based memory corruption errors using SafeStack
by Peter Collingbourne
· 10 years ago
3aef776
Don't indent inside a namespace. NFC.
by Rafael Espindola
· 10 years ago
132c354
Replace @ with the more common \. NFC.
by Rafael Espindola
· 10 years ago
9e26836
Don't repeat names in comments and start functions with a lower case letter.
by Rafael Espindola
· 10 years ago
a15d888
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
by Alex Lorenz
· 10 years ago
e99f30c
Remove duplicate conditional in if-stmt.
by Eric Christopher
· 10 years ago
1456b12
Cleanup the constructor of BitcodeReader. NFC.
by Rafael Espindola
· 10 years ago
0f73200
Add "REQUIRES: asserts" to test case that uses -debug-only
by Sanjoy Das
· 10 years ago
deca672
Unbreak docs build from r239740.
by Sanjoy Das
· 10 years ago
18a05df
Unbreak the build from r239740.
by Sanjoy Das
· 10 years ago
cf9ca4f
[Hexagon] Moving pass declarations out of header and in to implementation files. Removing unused function getSubtargetInfo from HexagonMCCodeEmitter.cpp Removing deletion of copy construction and assignment operator since parent already deletes it.
by Colin LeMahieu
· 10 years ago
8d5b285
[CodeGen] Add a pass to fold null checks into nearby memory operations.
by Sanjoy Das
· 10 years ago
a1e554d
[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
by Sanjoy Das
· 10 years ago
319c91b
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
by Sanjoy Das
· 10 years ago
1991e2a
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
by Sanjoy Das
· 10 years ago
36395e7
[NFC] Extract X86MCInstLower::LowerMachineOperand.
by Sanjoy Das
· 10 years ago
698a7e5
De-duplicate common expression, NFC.
by Yaron Keren
· 10 years ago
b4c2481
Rangify several for loops, NFC.
by Yaron Keren
· 10 years ago
2ecc72c
On behalf of Alexandros Lamprineas:
by Evgeny Astigeevich
· 10 years ago
4f9d346
[LinkerTest] Use LLVMDisposeMessage to free error string.
by Benjamin Kramer
· 10 years ago
1ec22e4
Avoid a "always true" warning from gcc.
by Rafael Espindola
· 10 years ago
99e760a
gold-plugin: save the .o when given -save-temps.
by Rafael Espindola
· 10 years ago
ad0b09d
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
Next »