Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
b2eadc30faac1757112b2e6ce676afc6dfa6cf4f
b2eadc3
[X86] Make X86MCCodeEmitter::DetermineREXPrefix locate operands more like how VEX prefix handling does.
by Craig Topper
· 10 years ago
60cefca
[X86] Permit reading of the FLAGS register without it being previously defined
by David Majnemer
· 10 years ago
0da6ab9
[X86] Remove assertion I accidentally left in.
by Craig Topper
· 10 years ago
4a0b203
[X86] Be more structured about how we capture the register number when it is encoded in bits 7:4 of the immediate.
by Craig Topper
· 10 years ago
cffb9b9
[SCEV] Minor naming, braces cleanup; NFC
by Sanjoy Das
· 10 years ago
a28c17a
[X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes respectively should reduce size tiny bit. NFC
by Craig Topper
· 10 years ago
a0358fa
AMDGPU: Fix bug 26659.
by Matt Arsenault
· 10 years ago
3c8187f
AMDGPU: Cleanup suggested in bug 23960
by Matt Arsenault
· 10 years ago
16d6cd4
Bug 20810: Use report_fatal_error instead of unreachable
by Matt Arsenault
· 10 years ago
43d3a16
Add a comment with a rational for the unusual code structure
by Sanjoy Das
· 10 years ago
3ee664b
Qualify getRangeForAffineAR with this-> for MSVC
by Sanjoy Das
· 10 years ago
f3d2924
Attempt to fix ASAN failure in a MemorySSA test.
by George Burgess IV
· 10 years ago
67499b4
Perturb code in an attempt to appease MSVC
by Sanjoy Das
· 10 years ago
29fa150
More code permutation to appease MSVC
by Sanjoy Das
· 10 years ago
29ae4c5
Remove "auto" to appease the MSVC bots
by Sanjoy Das
· 10 years ago
543afc9
DAGCombiner: Make sure an integer is being truncated
by Matt Arsenault
· 10 years ago
a7693ee
revert r262424 because there's a *clang test* for AArch64 that checks -O3 asm output
by Sanjay Patel
· 10 years ago
dee2eab
Fix SHARED_LIBS build
by Daniel Berlin
· 10 years ago
1c60097
[SCEV] Make getRange smarter around selects
by Sanjoy Das
· 10 years ago
a06e68c
[SCEV] Extract out a getRangeForAffineAR; NFC
by Sanjoy Das
· 10 years ago
d702b73
[CMake] Add convenience target llvm-test-depends to build test dependencies.
by Chris Bieneman
· 10 years ago
c26136b
[CMake] Add distribution target that is the "just-build" side of install-distribution
by Chris Bieneman
· 10 years ago
0cd6df9
[InstCombine] convert 'isPositive' and 'isNegative' vector comparisons to shifts (PR26701)
by Sanjay Patel
· 10 years ago
3ff7d10
Perform InstructioinCombiningPass before SampleProfile pass.
by Dehao Chen
· 10 years ago
66bb64f
[libFuzzer] deprecate exit_on_first flag
by Kostya Serebryany
· 10 years ago
7ade1db
llvm-dwp: Add missing copyright notice to llvm-dwp.cpp
by David Blaikie
· 10 years ago
7a1dcf9
[libFuzzer] add generic signal handlers so that libFuzzer can report at least something if ASan is not handlig the signals for us. Remove abort_on_timeout flag.
by Kostya Serebryany
· 10 years ago
912e484
[X86][SSE41] Added missing fast-isel intrinsics tests
by Simon Pilgrim
· 10 years ago
71381ae
[NFC] Convert tabs to spaces.
by Colin LeMahieu
· 10 years ago
c778e43
[X86][XOP] Regenerated intrinsics tests
by Simon Pilgrim
· 10 years ago
eb51cac
AArch64: Reenable CompleteModel for A53, A57 and Kryo models
by Matthias Braun
· 10 years ago
b03901e
[X86][AVX2] Regenerated 256-bit vector / 64-bit element permute tests
by Simon Pilgrim
· 10 years ago
9645a0d
Fix typo. NFC.
by Tim Northover
· 10 years ago
8c0b039
[X86][AVX2] Regenerated horizontal add/sub tests
by Simon Pilgrim
· 10 years ago
7339de5
[X86][AVX2] Regenerated intrinsics tests
by Simon Pilgrim
· 10 years ago
9371f40
[Hexagon] Modifying r262258 to only be in effect in the hand assembler path, not the integrated assembler.
by Colin LeMahieu
· 10 years ago
3b1588a
TableGen: Display helpfull message for incomplete models.
by Matthias Braun
· 10 years ago
b6e5058
[X86][AVX] Fixed triple/arch clash in test case
by Simon Pilgrim
· 10 years ago
d06f393
DAGCombiner: Turn truncate of a bitcasted vector to an extract
by Matt Arsenault
· 10 years ago
b2d0b15
Add LLVMBuild for ObjectYAML.
by Rafael Espindola
· 10 years ago
c9b39e6
Revert "llvm-dwp: Keep ObjectFiles alive until object emission their contents can be referenced directly rather than copied"
by David Blaikie
· 10 years ago
e0accec
[lanai] Add ELF enum value and relocations.
by Jacques Pienaar
· 10 years ago
083208e
AArch64: Add missing schedinfo, check completeness for cyclone
by Matthias Braun
· 10 years ago
35cace5
[Power9] Implement new vector compare, extract, insert instructions
by Kit Barton
· 10 years ago
d648055
[x86] use getBitcast()
by Sanjay Patel
· 10 years ago
d93c639
Fix some warnings a bit harder/different
by David Blaikie
· 10 years ago
6475ea0
llvm-dwp: Keep ObjectFiles alive until object emission their contents can be referenced directly rather than copied
by David Blaikie
· 10 years ago
5e5cb03
Revert "[AArch64] Fix isLegalAddImmediate() to return true for valid negative values."
by Geoff Berry
· 10 years ago
6e09ce7
Revert "[mips] Promote the result of SETCC nodes to GPR width."
by Vasileios Kalintiris
· 10 years ago
609592b
New file to track implementation status of new POWER9 instructions
by Kit Barton
· 10 years ago
eab2869
TableGen: Check scheduling models for completeness
by Matthias Braun
· 10 years ago
279476d
TableGen: Add hasNoSchedulingInfo to instructions
by Matthias Braun
· 10 years ago
47e3ade
[NVPTX] Annotate param loads/stores as mayLoad/mayStore.
by Justin Lebar
· 10 years ago
13864a0
[NVPTX] Remove workaround for tablegen crash in NVPTXInstrInfo.td.
by Justin Lebar
· 10 years ago
ecaa1e7
Fix -Wnon-virtual-dtor warnings
by Reid Kleckner
· 10 years ago
2b8030c
Fix an issue where fast math flags were dropped during scalarization.
by Owen Anderson
· 10 years ago
2a43630
[SCEV] Minor cleanup: rename method, C++11'ify; NFC
by Sanjoy Das
· 10 years ago
e2c35f6
[NVPTX] Use different, convergent MIs for convergent calls.
by Justin Lebar
· 10 years ago
eb3a3d7
[NVPTX] Nix hack used to emit '{' and '}' for NVPTX calls.
by Justin Lebar
· 10 years ago
a3948bb
[NVPTX] Reformat NVPTXInstrInfo.td, and add additional comments.
by Justin Lebar
· 10 years ago
17ddccf
[X86] Elide references to _chkstk for dynamic allocas
by David Majnemer
· 10 years ago
18903ff
Move ObjectYAML code to a new library.
by Rafael Espindola
· 10 years ago
6ff7d90
fix function names; NFC
by Sanjay Patel
· 10 years ago
d724de3
[Verifier] Don't abort on invalid cleanuprets
by David Majnemer
· 10 years ago
88e8baf
Fix breakage caused by r262360.
by Easwaran Raman
· 10 years ago
1627603
Add the beginnings of an update API for preserving MemorySSA
by Daniel Berlin
· 10 years ago
b9c4474
[DebugInfo] Dump CIE augmentation data as a list of hex bytes
by Simon Atanasyan
· 10 years ago
1283c1d
Metadata support for profile summary.
by Easwaran Raman
· 10 years ago
8ba165a
DAGCombiner: Turn extract of bitcasted integer into truncate
by Matt Arsenault
· 10 years ago
9a6db34
Add isScalarInteger helper to EVT/MVT
by Matt Arsenault
· 10 years ago
5bbcde0
AMDGPU/SI: Implement DS_PERMUTE/DS_BPERMUTE Instruction Definitions and Intrinsics
by Changpeng Fang
· 10 years ago
8ca4294
[libFuzzer] remove FuzzerSanitizerOptions.cpp
by Kostya Serebryany
· 10 years ago
3827ef7
[LLVM][AVX512] PSRL{DI|QI} Change imm8 to int
by Michael Zuckerman
· 10 years ago
b4e63ec
[X86] Check that attribute parameters match for tail calls (PR26590)
by Hans Wennborg
· 10 years ago
449d0dc
fix documentation comments; NFC
by Sanjay Patel
· 10 years ago
7a9adc7
Revert "calculate builtin_object_size if argument is a removable pointer"
by Petar Jovanovic
· 10 years ago
9079741
function names start with a lowercase letter; NFC
by Sanjay Patel
· 10 years ago
b7b6e74
[AMDGPU] Remove unused disassembler code.
by Nikolay Haustov
· 10 years ago
93ed620
Refactor duplicated code for linking with pthread.
by Rafael Espindola
· 10 years ago
5d03751
[AMDGPU] Fix build warnings.
by Nikolay Haustov
· 10 years ago
71c0d4c
calculate builtin_object_size if argument is a removable pointer
by Petar Jovanovic
· 10 years ago
d129fa6
[AMDGPU] Disassembler code refactored + error messages.
by Nikolay Haustov
· 10 years ago
3a3e8dd
[LTO] Fix error reporting from lto_module_create_in_local_context()
by Petr Pavlu
· 10 years ago
b8e07ee
[AVX512][PSRAQ][PSRAD] Change imm8 to int.
by Michael Zuckerman
· 10 years ago
45aa3f2
Disallow generating vzeroupper before return instruction (iret) in interrupt handler function.
by Amjad Aboud
· 10 years ago
940260b
[MC][YAML] Rangify the loop. NFC
by Simon Atanasyan
· 10 years ago
ef35f84
[mips] Promote the result of SETCC nodes to GPR width.
by Vasileios Kalintiris
· 10 years ago
344528b
[TableGen] AsmMatcher: Skip optional operands in the midle of instruction if it is not present
by Nikolay Haustov
· 10 years ago
f97e952
AsmParser: Fix nested .irp/.irpc
by Nikolay Haustov
· 10 years ago
2cf7ebb
[X86] Centralize the masking of TSFlags with FormMask into a variable earlier so we can stop masking in multiple places. NFC
by Craig Topper
· 10 years ago
936373d
[X86] Localize a temporary variable into the cases its need in. NFC
by Craig Topper
· 10 years ago
2c8955f
[X86] Be consistent about using pre/post increment/decrement in nearby code. NFC
by Craig Topper
· 10 years ago
7e17931
[X86] Combine some initialization code with variable declaration and comments. NFC
by Craig Topper
· 10 years ago
ffd2af7
LegalizeDAG: Use correct ptr type when expanding unaligned load/store
by Matt Arsenault
· 10 years ago
7ff5c71
AMDGPU: Don't emit build_pair during udivrem legalization
by Matt Arsenault
· 10 years ago
c8a36ae
AMDGPU: Don't use estimated stack size when we know the real stack size
by Matt Arsenault
· 10 years ago
12cb9f0
AMDGPU: Set HasExtractBitInsn
by Matt Arsenault
· 10 years ago
dcae508
[WinEH] Allocate the registration node before the catch objects
by David Majnemer
· 10 years ago
a34c14c
[Verifier] Diagnose when unwinding out of cycles of blocks
by David Majnemer
· 10 years ago
510e40f
[LLE] Add testcase for the fix in r262267
by Adam Nemet
· 10 years ago
Next »