Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
e56023a059e5fafa97f0df32c65cf31cfc33ba17
e56023a
IR: Give 'DI' prefix to debug info metadata
by Duncan P. N. Exon Smith
· 10 years ago
42eeb1d
CodeGen: Default overflow operations to expand so we don't have to assume targets are lying
by Jan Vesely
· 10 years ago
3cf9e97
[mips][microMIPSr6] Implement SUB and SUBU instructions
by Zoran Jovanovic
· 10 years ago
b26cc70
[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instructions
by Zoran Jovanovic
· 10 years ago
0e13ba8
Sparc: Prefer reg+reg address encoding when only one register used.
by James Y Knight
· 10 years ago
4389f0b
Relax assert to avoid spurious failures with /dev/null.
by Rafael Espindola
· 10 years ago
56d0e00
Mips fast-isel - handle functions which return i8 or i6 .
by Vasileios Kalintiris
· 10 years ago
e28f663
Don't constrain the section order in tests that don't depend on it.
by Rafael Espindola
· 10 years ago
b6d2c5a
[mips] Correct 128-bit shifts on 64-bit targets.
by Daniel Sanders
· 10 years ago
5be17c4
[mips] [IAS] Inline assemble-time shifting out of createLShiftOri. NFC.
by Toma Tabacu
· 10 years ago
fbb2bab
fixed 80-chars; NFC
by Elena Demikhovsky
· 10 years ago
5470fb0
Fixed masked gather/scatter switch-case
by Elena Demikhovsky
· 10 years ago
40048e7
[TableGen] Use range-based for loops. NFC.
by Craig Topper
· 10 years ago
ac9abe5
[TableGen] Fold a couple dyn_casts into the ifs that check their results. NFC
by Craig Topper
· 10 years ago
134e2e7
[TableGen] Replace some dyn_casts followed by an assert with just a regular cast which asserts internally. NFC
by Craig Topper
· 10 years ago
a2b90dc
fixed comments, blanks, nullptr; NFC
by Elena Demikhovsky
· 10 years ago
ed5293c
[TableGen] Use range-based for loops. NFC
by Craig Topper
· 10 years ago
af04903
Drop Dragonegg from the release export script
by Hans Wennborg
· 10 years ago
fe7b873
Use an "early return" idiom for the error case. NFC
by Filipe Cabecinhas
· 10 years ago
99ebc9e
Check that we have a valid PointerType element type before calling get()
by Filipe Cabecinhas
· 10 years ago
5c9b6db
Use the ArrayType member function for array element types.
by Filipe Cabecinhas
· 10 years ago
3d09e0e
Drop Dragonegg support from the release script
by Hans Wennborg
· 10 years ago
7b30f32
Turn an assert into report_fatal_error since it's reachable based on user input
by Filipe Cabecinhas
· 10 years ago
af40164
[Orc] It's not valid to pass a null resolver to addModuleSet. Use a no-op
by Lang Hames
· 10 years ago
3b4a565
Make sure that isValidElementType(Type) before calling {Array,Struct}Type::get(Type)
by Filipe Cabecinhas
· 10 years ago
2d6f83d
RegisterCoalescer: hide terminal rule option by default
by Matthias Braun
· 10 years ago
bccc647
test-release.sh: Drop some unused command-line options.
by Hans Wennborg
· 10 years ago
5acccb1
Map directly from signature symbol to group index. NFC.
by Rafael Espindola
· 10 years ago
f506831
Reuse a lookup in an assert.
by Eric Christopher
· 10 years ago
b892755
Remove redundant temporary std::vector.
by Rafael Espindola
· 10 years ago
9f7d138
ARM: fix peephole optimisation of TST
by Tim Northover
· 10 years ago
f75160b
Avoid one more walk over all sections. NFC.
by Rafael Espindola
· 10 years ago
63ca5d6
Style updates
by Andrew Kaylor
· 10 years ago
7aff721
Use a range loop. NFC.
by Rafael Espindola
· 10 years ago
0595a97
[WinEH] Split blocks at calls to llvm.eh.begincatch
by Andrew Kaylor
· 10 years ago
f23613a
Avoid an extra walk over the sections just to assign sections to groups.
by Rafael Espindola
· 10 years ago
642098a
Sparc: Add alternate aliases for conditional branch instructions.
by James Y Knight
· 10 years ago
9c5cacc
[SEH] Add an LLVM intrinsic for _exception_info
by Reid Kleckner
· 10 years ago
923bffd
Remove the GroupMapTy DenseMap. NFC.
by Rafael Espindola
· 10 years ago
959b276
transform fadd chains to increase parallelism
by Sanjay Patel
· 10 years ago
04877fa
[bpf] fix build
by Alexei Starovoitov
· 10 years ago
032f234
Use range loops. NFC.
by Rafael Espindola
· 10 years ago
7acbf56
Relax an assert when there's a type mismatch in forward references
by Filipe Cabecinhas
· 10 years ago
5052130
Avoid adding to SectionIndexMap sections that we never lookup. NFC.
by Rafael Espindola
· 10 years ago
b1e1aa0
Make getModRefInfo(Instruction *) not crash on certain types of instructions
by Daniel Berlin
· 10 years ago
3813ef6
Use a range loop. NFC.
by Rafael Espindola
· 10 years ago
f060668
[x86] remove RCPPS and RSQRTPS intrinsic instruction definitions
by Sanjay Patel
· 10 years ago
5d88757
Add a fixme to resetTargetOptions to explain why it needs to go away.
by Eric Christopher
· 10 years ago
a4944e5
Fix a [-Werror,-Winconsistent-missing-override] problem in the NVPTX overrides.
by Eric Christopher
· 10 years ago
53fec21
R600: Fix up for AsmPrinter's OutStreamer being a unique_ptr
by Tom Stellard
· 10 years ago
1630fbe
R600/SI: Add a lower case alias for subtarget feature: +DumpCode
by Tom Stellard
· 10 years ago
0292a66
[NVPTX] Handle addrspacecast constant expressions in aggregate initializers
by Justin Holewinski
· 10 years ago
e48ac32
[opaque pointer type] Encode the allocated type of an alloca rather than its pointer result type.
by David Blaikie
· 10 years ago
2a7841d
move IR-level optimization flags into their own struct
by Sanjay Patel
· 10 years ago
a34b8b2
Use a std::vector to record the offsets of the sections. NFC.
by Rafael Espindola
· 10 years ago
39dfabd
Avoid an extra loop for computing the section size. NFC.
by Rafael Espindola
· 10 years ago
83259d7
Fixed crash of variable shift inst on AVX2
by Elena Demikhovsky
· 10 years ago
8bec0f9
[mips] [IAS] Do not generate redundant ORi in createLShiftOri.
by Toma Tabacu
· 10 years ago
1f7a90d
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
by Sergey Dmitrouk
· 10 years ago
9924357
Use CIE version 4 for dwarf4.
by Rafael Espindola
· 10 years ago
515cc26
Revert "[DebugInfo] Add debug locations to constant SD nodes"
by Daniel Jasper
· 10 years ago
f9fc545
[mips] [IAS] Rename the createShiftOr function to createLShiftOri. NFC.
by Toma Tabacu
· 10 years ago
c3adf30
[mips] [IAS] Store the expandLoadImm destination register in a variable. NFC.
by Toma Tabacu
· 10 years ago
716c5d8
[DebugInfo] Add debug locations to constant SD nodes
by Sergey Dmitrouk
· 10 years ago
44a0c90
AVX-512: Added "pandn" intrinsics set by Asaf Badouh (asaf.badouh@intel.com)
by Elena Demikhovsky
· 10 years ago
8dfda01
Masked gather and scatter: Added code for SelectionDAG.
by Elena Demikhovsky
· 10 years ago
974d5d3
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
by David Blaikie
· 10 years ago
e1f835a
[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.
by Ahmed Bougacha
· 10 years ago
fef4836
DebugInfo: Support up to 2^16 arguments in a subprogram
by Duncan P. N. Exon Smith
· 10 years ago
0dff695
Cleanup, remove unused return value
by Matthias Braun
· 10 years ago
dac39b1
[MC] Split MCBinaryExpr::Shr into LShr and AShr.
by Ahmed Bougacha
· 10 years ago
07bcfe9
[MC] Move getBinOpPrecedence into AsmParser. NFC.
by Ahmed Bougacha
· 10 years ago
5d00427
Switch lowering: use uint32_t for weights everywhere
by Hans Wennborg
· 10 years ago
0b29dea
LTO: Add API to choose whether to embed uselists
by Duncan P. N. Exon Smith
· 10 years ago
b176a4f
Switch lowering: Take branch weight into account when ordering for fall-through
by Hans Wennborg
· 10 years ago
ae51ba7
LTO: Simplify code generator initialization
by Duncan P. N. Exon Smith
· 10 years ago
5d3a9d6
[docs] Fix the link to SanitizerCoverage docs.
by Alexey Samsonov
· 10 years ago
fd55d49
remove obsolete pattern matches for scalar SSE ops
by Sanjay Patel
· 10 years ago
e9e340e
LTO: Correct some doxygen comments about API availability
by Duncan P. N. Exon Smith
· 10 years ago
b8def5a
Use CIE version 1 for .eh_frame.
by Rafael Espindola
· 10 years ago
ae618e7
[AArch64] Also combine vector selects fed by non-i1 SETCCs.
by Ahmed Bougacha
· 10 years ago
8f16251
Add missing library dependency in libPDB.
by Pete Cooper
· 10 years ago
077908a
Allow building the gold plugin even if the gold binary is not found.
by Rafael Espindola
· 10 years ago
bc92b2c
[AArch64] Don't assert when combining (v3f32 select (setcc f64)).
by Ahmed Bougacha
· 10 years ago
dbaf039
Fixes a hang that can occur if a signal comes in during malloc calls.
by Chris Bieneman
· 10 years ago
445b1c7
Silence unused variable errors for no-asserts builds
by Bill Schmidt
· 10 years ago
84145dc
Switch lowering: order bit tests by branch weight.
by Hans Wennborg
· 10 years ago
d455682
[opaque pointer type] encode the pointee type of global variables
by David Blaikie
· 10 years ago
dcc4f72
[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computations
by Bill Schmidt
· 10 years ago
267cdc0
[llvm-symbolizer] Link DebugInfoPDB for the autoconf build
by Zachary Turner
· 10 years ago
95619d8
fix 80-cols; NFC
by Sanjay Patel
· 10 years ago
eebbed2
Fix build broken by incorrect class name.
by Zachary Turner
· 10 years ago
7b8e8e5
Make llvm-symbolizer work on Windows.
by Zachary Turner
· 10 years ago
d8caa1c
Make an RAII com initializer.
by Zachary Turner
· 10 years ago
4e9cdec
fix typos; NFC
by Sanjay Patel
· 10 years ago
b363a58
[mips] Correct bytes to bits in 2 comments. NFC.
by Toma Tabacu
· 10 years ago
f8ae1af
AVX-512: added calling conventions for i1 vectors.
by Elena Demikhovsky
· 10 years ago
2afd045
[Hexagon] Use constant extenders to fix up hardware loops
by Brendon Cahoon
· 10 years ago
af3ec2c
[mips] [IAS] Improve warning for using AT with .set noat.
by Toma Tabacu
· 10 years ago
659d53e
Reapply "[mips][FastISel] Implement shift ops for Mips fast-isel.""
by Vasileios Kalintiris
· 10 years ago
Next »