Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
346e51ed36d3cf8a86ac380b313843e564c6c61b
346e51e
Fixing test failure on Windows bot
by Chris Bieneman
· 9 years ago
279b28e
clang-format SimplifyCFG.cpp.
by Dehao Chen
· 9 years ago
c8ee6f3
AMDGPU: Fix incorrect simm check
by Jan Vesely
· 9 years ago
fa30381
When looking for a spill slot in reg scavenger, find one that matches RC
by Krzysztof Parzyszek
· 9 years ago
7521162
[X86][SSE2] Added fast-isel tests to sync with clang/test/CodeGen/sse2-builtins.c
by Simon Pilgrim
· 9 years ago
de2a437
[AArch64] Minor refactoring. NFC.
by Chad Rosier
· 9 years ago
7d1364e
clean up; NFCI
by Sanjay Patel
· 9 years ago
17e3d06
pdbdump: Print out section offsets in the publics stream.
by Rui Ueyama
· 9 years ago
bbc289f
Delete dead code. Reloc::Default is the default.
by Rafael Espindola
· 9 years ago
7ec0ea1
Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64
by Chris Bieneman
· 9 years ago
76e32df
AMDGPU: Error if branch distance exceeds limit
by Matt Arsenault
· 9 years ago
3cd52ae
AMDGPU: Other sizes of popcnt are fast
by Matt Arsenault
· 9 years ago
a9355d3
Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"
by Hans Wennborg
· 9 years ago
5d9f8fb
AMDGPU: Fix assert when erroring on a call
by Matt Arsenault
· 9 years ago
c023b23
Trivial cleanups.
by Rafael Espindola
· 9 years ago
41cf920
AMDGPU: Handle alloca promoting with null operands
by Matt Arsenault
· 9 years ago
c33f9cd
AMDGPU: Fix a few slightly broken tests
by Matt Arsenault
· 9 years ago
39107cc
AMDGPU: Don't run passes that aren't useful
by Matt Arsenault
· 9 years ago
71a492e
AMDGPU: Fix assert on ttmp registers
by Matt Arsenault
· 9 years ago
d77d4c0
[PM] Port per-function SCCP to the new pass manager.
by Davide Italiano
· 9 years ago
8b8fb6b
[Hexagon] Recognize "q" and "v" in inline-asm as register constraints
by Krzysztof Parzyszek
· 9 years ago
da38a6d
[WebAssembly] Don't expand divisions by constants.
by Dan Gohman
· 9 years ago
7cea10a
[X86][SSE42] Added fast-isel tests to sync with clang/test/CodeGen/sse42-builtins.c
by Simon Pilgrim
· 9 years ago
d6f9ab1
[X86][SSE41] Sync with clang/test/CodeGen/sse41-builtins.c
by Simon Pilgrim
· 9 years ago
5137cfa
[SystemZ] Fix register ordering for BinaryRRF instructions
by Bryan Chan
· 9 years ago
ddbf920
[X86][SSE3] Sync with clang/test/CodeGen/sse3-builtins.c
by Simon Pilgrim
· 9 years ago
ae88dc4
White space cleanup.
by Rafael Espindola
· 9 years ago
3b69c0e
Removing an unused variable introduced in r269911; NFC.
by Aaron Ballman
· 9 years ago
8d706cc
Try again to fix pdbdump-headers.test on big-endian hosts after r269861.
by Daniel Sanders
· 9 years ago
1db659e
Add new flag and intrinsic support for MWAITX and MONITORX instructions
by Ashutosh Nema
· 9 years ago
2dc6371
Don't pass a Reloc::Model to MC.
by Rafael Espindola
· 9 years ago
9c1a0c9
[VectorUtils] Fix nasty use-after-free
by James Molloy
· 9 years ago
f313ca4
[AVR] Remove the 'AVRConfig.h' header
by Dylan McKay
· 9 years ago
d097069
[X86][SSSE3] Sync with clang/test/CodeGen/ssse3-builtins.c
by Simon Pilgrim
· 9 years ago
adac53f
[X86][SSE4A] Sync with clang/test/CodeGen/sse4a-builtins.c
by Simon Pilgrim
· 9 years ago
ea9e0d4
[AVR] Add missing CMake dependencies
by Dylan McKay
· 9 years ago
af29269
[AVR] Fix a few compile errors
by Dylan McKay
· 9 years ago
2366631
[PATCH] [mips] Restrict the creation of compact branches
by Simon Dardis
· 9 years ago
adcd739
Attempt to fix pdbdump-headers.test on big-endian hosts after r269861.
by Daniel Sanders
· 9 years ago
c0a6ad4
Revert "[mips] Restrict the creation of compact branches"
by Simon Dardis
· 9 years ago
6a867d0
[AVR] Convert C style comments to C++
by Dylan McKay
· 9 years ago
79149b9
[mips] Restrict the creation of compact branches
by Simon Dardis
· 9 years ago
06dac21
[Sparc] Add Soft Float support
by Chris Dewhurst
· 9 years ago
24466cd
[Coverage] Ensure that coverage mapping data has an expected alignment in 'covmapping' files.
by Igor Kudrin
· 9 years ago
4e48490
[AVX512] Strengthen type constraints on my rounding mode inputs and some immediate inputs.
by Craig Topper
· 9 years ago
87b374b
[AVX512] Strengthen type checks on the X86ISD::SELECT node. Saves over 800 bytes in the DAG isel table by removing type checks for the condition operand which is always a vector or scalar of i1 matching the the number of elements in the other operands.
by Craig Topper
· 9 years ago
d20d564
Strengthen type assertion for ISD::VSELECT ensuring that the condition has the name number of elements as the destination type.
by Craig Topper
· 9 years ago
4b34e97
[mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions and add CodeGen support
by Zlatko Buljan
· 9 years ago
1c01e2d
[RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_error.
by Lang Hames
· 9 years ago
f673dcd
[X86] Remove GCC builtin from add/sub/mul/div ss/sd intrinsics. These haven't been used as builtins in clang for a long time.
by Craig Topper
· 9 years ago
36f243d
Delete default in fully covered switch.
by Rafael Espindola
· 9 years ago
214e8d3
Don't pass relocation-model= to tests that don't need it.
by Rafael Espindola
· 9 years ago
6f44b1d
[codeview] Move Symbol / Type enum defs into CodeView.h
by Zachary Turner
· 9 years ago
60ce11f
[codeview] Some cleanup of Symbol Records.
by Zachary Turner
· 9 years ago
f84af69
llvm-dwp: remove some unused error handling
by David Blaikie
· 9 years ago
8e5ffc9
Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64 structs"
by Zachary Turner
· 9 years ago
34ab13f
llvm-dwp: Move error handling code closer to use
by David Blaikie
· 9 years ago
51510ad
[WebAssembly] Rename $discard to $drop in the assembly output.
by Dan Gohman
· 9 years ago
dce33b5
pdbdump: Print out more strcutures.
by Rui Ueyama
· 9 years ago
329de21
[DwarfDebug] Make tuning predicates private, should be used only in ctor.
by Paul Robinson
· 9 years ago
e6b948e
docs: Update and clean up BitCodeFormat.rst.
by Peter Collingbourne
· 9 years ago
b9fa981
[WebAssembly] Model the stack evaluation order more precisely.
by Dan Gohman
· 9 years ago
c27d8b4
Delete deprecated function.
by Rafael Espindola
· 9 years ago
7fdce00
llvm-dwp: Add error handling for multiple type sections in a dwp file.
by David Blaikie
· 9 years ago
d640f91
Fixing a test case that I broke by fixing r269846
by Chris Bieneman
· 9 years ago
47ad42e
[Object] Move isNotObjectErrorInvalidFileType out of header.
by Lang Hames
· 9 years ago
9c81a3f
[PM] Port DSE to the new pass manager
by Justin Bogner
· 9 years ago
20b603a
[obj2yaml][yaml2obj] Fixing dyld_info_command mappings
by Chris Bieneman
· 9 years ago
b04144c
[obj2yaml] [yaml2obj] Support MachO section and section_64 structs
by Chris Bieneman
· 9 years ago
79f152a
Remove unnecessary header include.
by Lang Hames
· 9 years ago
e5abbb2
[WebAssembly] Don't stackify calls past stack pointer modifications.
by Dan Gohman
· 9 years ago
888bd0b
Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag
by Adrian Prantl
· 9 years ago
3c661ab
minor cleanup /NFC
by Xinliang David Li
· 9 years ago
fc99ce0
Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"
by Hans Wennborg
· 9 years ago
cbc09f7
[codeview] Macroify definition of bitwise operators for flags enums.
by Zachary Turner
· 9 years ago
e448e72
[InstCombine] add another test for wrong icmp constant (PR27792)
by Sanjay Patel
· 9 years ago
f9336ec
[WebAssembly] Stackify induction variable increment instructions.
by Dan Gohman
· 9 years ago
5bf7d99
Simple refactoring /NFC
by Xinliang David Li
· 9 years ago
547f114
X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions
by Hans Wennborg
· 9 years ago
c8f8f9c
Debug Info: Don't emit bitfields in the DWARF4 format when tuning for GDB.
by Adrian Prantl
· 9 years ago
cd41a78
Fix an assert in SelectionDAGBuilder when processing inline asm
by Renato Golin
· 9 years ago
0865cea
Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structures""
by Chris Bieneman
· 9 years ago
293233a
llvm-dwp: Simplify duplicate DWO ID error handling
by David Blaikie
· 9 years ago
bd9d3e0
[InstCombine] add test for wrong icmp constant (PR27792)
by Sanjay Patel
· 9 years ago
809c94d
[LCSSA] Use llvm::any_of instead of std::size_of.
by Davide Italiano
· 9 years ago
4e35fa5
[ThinLTO] Use semicolon to separate path prefix replacement
by Reid Kleckner
· 9 years ago
0353bb1
[InstCombine] fix constant to be signed for signed comparisons
by Sanjay Patel
· 9 years ago
8ae1501
Delete unused defaults.
by Rafael Espindola
· 9 years ago
09ba7ec
Don't repeat name in comment.
by Rafael Espindola
· 9 years ago
b4edd72
[Guards] Add branch metadata when lowering
by Sanjoy Das
· 9 years ago
2848e3c
[SCEV] Be more aggressive in proving NUW
by Sanjoy Das
· 9 years ago
923a9ba
Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures"
by Chris Bieneman
· 9 years ago
77be094
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
by Kevin Enderby
· 9 years ago
d307f96
Fix Clang-tidy modernize-use-bool-literals in generated Target code; other minor fixes; other minor fixes.
by Eugene Zelenko
· 9 years ago
4a038a7
[obj2yaml] [yaml2obj] Support for MachO load command structures
by Chris Bieneman
· 9 years ago
87749e8
[codeview] Test serialization of all known type records
by Reid Kleckner
· 9 years ago
8a4e293
[ThinLTO] Force disable test on Windows via REQUIRES shell
by Teresa Johnson
· 9 years ago
6a70b9b
Simplify handling of hidden stub.
by Rafael Espindola
· 9 years ago
825210f
[ThinLTO] XFAIL path manipulation test on Windows
by Teresa Johnson
· 9 years ago
a486381
[ThinLTO] Option to control path of distributed backend files
by Teresa Johnson
· 9 years ago
Next »