Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
4d0731f50589c740744edcbc8af5250988c3e0ef
4d0731f
Use std::is_sorted instead of manual loops. NFC
by Craig Topper
· 10 years ago
2e0fe4b
Use range-based for loop. NFC
by Craig Topper
· 10 years ago
4d34e54
[TableGen] Replace a logically negated xor of bools with just an equality comparison for readability. NFC
by Craig Topper
· 10 years ago
9bb66bd
[TableGen] Use std::find_if and a lambda instead of manual loops.
by Craig Topper
· 10 years ago
8dd99ee
[TableGen] Fix a bug introduced in r256627. If the switch was not emitted we still emitted a closing curly brace.
by Craig Topper
· 10 years ago
4d0e405
[TableGen] Use range-based for loops. NFC
by Craig Topper
· 10 years ago
0620569
[PGO] simple refactoring (NFC)
by Xinliang David Li
· 10 years ago
baea3c8
WinEHPrepare.cpp: Suppress a warning for -Asserts. [-Wunused-variable]
by NAKAMURA Takumi
· 10 years ago
a035c6c
[Verifier] Add braces to satisfy buildbots. NFC
by Joseph Tremoulet
· 10 years ago
4505d54
[WinEH] Verify catchswitch handlers
by Joseph Tremoulet
· 10 years ago
3c6a15b
[WinEH] Tighten parentPad verifier checks
by Joseph Tremoulet
· 10 years ago
d5ab13d
[WinEH] Update catchrets with cloned successors
by Joseph Tremoulet
· 10 years ago
8e6708e
Correct misleading formatting of several ifs followed by two statements without braces.
by Yaron Keren
· 10 years ago
71d29c1
[WinEH] Add additional verification
by David Majnemer
· 10 years ago
19d1ebc
[X86] Add intrinsics for reading and writing to the flags register
by David Majnemer
· 10 years ago
e193ff3
[LibCallSimplifier] propagate FMF when shrinking binary calls
by Sanjay Patel
· 10 years ago
31e470b
[X86] Remove a return after llvm_unreachable.
by Craig Topper
· 10 years ago
8cb3fe2
[X86] Move shuffle decoding for constant pool into the X86CodeGen library to remove a layering violation in the Util library.
by Craig Topper
· 10 years ago
2e3f468
[LibCallSimplifier] propagate FMF when shrinking unary calls
by Sanjay Patel
· 10 years ago
36bfd30
change function names to avoid accidentally matching the substring
by Sanjay Patel
· 10 years ago
f6e2baf
add 'fast' attribute to calls to show that the flag isn't being propagated
by Sanjay Patel
· 10 years ago
6622d8b
Variable names start with an upper case letter; NFC
by Sanjay Patel
· 10 years ago
ad8bf7c
fix formatting; NFC
by Sanjay Patel
· 10 years ago
3f79d59
add FMF for CreateCall variant
by Sanjay Patel
· 10 years ago
6edca69
[AVX512] add PSRLQ and PSRLD Intrinsic
by Michael Zuckerman
· 10 years ago
4f73c42
[X86] Avoid folding scalar loads into unary sse intrinsics
by Michael Kuperstein
· 10 years ago
7b8bd88
[X86][PKU] Add {RD,WR}PKRU intrinsics
by Asaf Badouh
· 10 years ago
5ef1349
[TableGen] Modify the AsmMatcherEmitter to only apply the table growth from r252440 to the Hexagon target.
by Craig Topper
· 10 years ago
1159059
[TableGen] Use range-based for loops. NFC
by Craig Topper
· 10 years ago
f2f39d6
[PGO]: Implement Func PGO name string compression
by Xinliang David Li
· 10 years ago
ee721e9
[TableGen] Move determination of IsIsolatedToken into the tokenizer instead of trying to search characters around the token. No functional change intended. Verified for in-tree targets.
by Craig Topper
· 10 years ago
3c4b3a5
Revert "Revert "[ptr-traits] Implement the base pointer traits using the actual""
by Chandler Carruth
· 10 years ago
08e3bf9
[ValueTracking] fix bug computing isKnownToBeAPowerOfTwo() with arithmetic shift right (PR25900)
by Sanjay Patel
· 10 years ago
04e6782
[ThinLTO] Rename variables used in metadata linking (NFC)
by Teresa Johnson
· 10 years ago
ba0fc20
Ensure MDNode used as key in metadata linking map cannot be RAUWed
by Teresa Johnson
· 10 years ago
6e19816
[ThinLTO] Check MDNode values saved for metadata linking (NFC)
by Teresa Johnson
· 10 years ago
8a487cd
fix formatting; NFC
by Sanjay Patel
· 10 years ago
eec5b82
Revert "[ptr-traits] Implement the base pointer traits using the actual"
by Tobias Grosser
· 10 years ago
db4180c
[TableGen] Remove unnecessary conversion from StringRef to std::string when outputting to a raw_ostream. NFC
by Craig Topper
· 10 years ago
e18e2bb
[TableGen] Remove raw_string_ostream by just emitting the header for the switch the first time we emit a case. If the header was never emitted just print the default at the end. NFC
by Craig Topper
· 10 years ago
65438a7
[TableGen] Use range-based for loops. NFC
by Craig Topper
· 10 years ago
e6b5023
[TableGen] Move more things that come from variant into the AsmVariantInfo class so we can reduce some parameters. NFC
by Craig Topper
· 10 years ago
a1a9b68
[TableGen] Use 'size_t' instead of 'unsigned' to better match the argument types of addAsmOperand. Simplify some code by using StringRef::find instead of std::find. These were previously done in r247527 and r247528, but another commit seems to have erased them. NFC
by Craig Topper
· 10 years ago
13e79a4
[ptr-traits] Implement the base pointer traits using the actual
by Chandler Carruth
· 10 years ago
c1527e6
[ptr-traits] Refactor how PointerIntPair does its pointer manipulation
by Chandler Carruth
· 10 years ago
140bb2d
[ptr-traits] Add one more #include necessary to do strict alignment
by Chandler Carruth
· 10 years ago
8a32dc4
Rename MDValue* to Metadata* (NFC)
by Teresa Johnson
· 10 years ago
1ae1fbe
[RS4GC] Use DenseMap::count() instead of DenseMap::find()/DenseMap::end(). NFC.
by Manuel Jacob
· 10 years ago
5ba53aa
don't repeat function names in comments; NFC
by Sanjay Patel
· 10 years ago
b9a849e
use auto with dyn_casted values; NFC
by Sanjay Patel
· 10 years ago
df4a54a
[PlaceSafepoints] Assert that the gc.safepoint_poll function is present in the module.
by Manuel Jacob
· 10 years ago
733af2e
use auto with dyn_casted values; NFC
by Sanjay Patel
· 10 years ago
960b34e
fix formatting; NFC
by Sanjay Patel
· 10 years ago
3bb8804
use range-based for-loops; NFCI
by Sanjay Patel
· 10 years ago
f2dffb3
use range-based for-loop; NFCI
by Sanjay Patel
· 10 years ago
8b2e79c
Add command line options to force function/loop alignments.
by Chad Rosier
· 10 years ago
71bc3dc
don't repeat function names in comments; NFC
by Sanjay Patel
· 10 years ago
7a39479
[JumpThreading] Fix opcode bonus in getJumpThreadDuplicationCost()
by Geoff Berry
· 10 years ago
c32ece6
use range-based for-loops; NFCI
by Sanjay Patel
· 10 years ago
d70fde5
[MemoryBuiltins] Delete dead code [NFC]
by Philip Reames
· 10 years ago
982aa42
[AVX512] add PSRLW Intrinsic
by Michael Zuckerman
· 10 years ago
ec0fb28
[llvm-objdump] Mark noreturn function as such.
by Davide Italiano
· 10 years ago
48d1be1
[AVX512] add PSRLW Intrinsic
by Michael Zuckerman
· 10 years ago
df1cf99
[ADT] Teach alignment helpers to work correctly for abstract classes.
by Chandler Carruth
· 10 years ago
a202d8e
[ptr-traits] Provide a real MCFragment address for the sentinel instead
by Chandler Carruth
· 10 years ago
5bfe3bb
[ptr-traits] Sink several in-body method definitions to be out-of-line
by Chandler Carruth
· 10 years ago
f79435e
[ptr-traits] Sink a constructor definition to the .cpp file and add
by Chandler Carruth
· 10 years ago
39ec439
[ptr-traits] Add a bunch of includes to provide complete types that are
by Chandler Carruth
· 10 years ago
24cdab7
[ptr-traits] Split the MCFragment type hierarchy out of the MCAssembler
by Chandler Carruth
· 10 years ago
0d55429
[MC] Fix the comment header for this header file. It was just copy/pasted.
by Chandler Carruth
· 10 years ago
cf09bdf
De-virtualize mnemonicIsValid and remove from the base class. It's not called by any common code.
by Craig Topper
· 10 years ago
3058f6e
[TableGen] Remove MnemonicContainsDot from AsmParser. It isn't used. NFC
by Craig Topper
· 10 years ago
04efc66
[X86] Remove declaration of ATTAsmParser. Its equivalent to the DefaultAsmParser. NFC
by Craig Topper
· 10 years ago
98a6307
[TableGen] Add missing space to output.
by Craig Topper
· 10 years ago
300c966
[TableGen] Use range-based for loops. NFC
by Craig Topper
· 10 years ago
b905a6b
[TrailingObjects] Dynamically realign under-aligned trailing objects.
by James Y Knight
· 10 years ago
c1b2710
Fix gold test after r256465.
by James Y Knight
· 10 years ago
9bdbabc
[ptr-traits] Merge the MetadataTracking helpers into the Metadata header.
by Chandler Carruth
· 10 years ago
5c35f96
[ADT] Run clang-format over another file before I try to enhance it so
by Chandler Carruth
· 10 years ago
1093924
[ADT] Use a nonce type with at least 4 byte alignment.
by Chandler Carruth
· 10 years ago
8d5b76e
Accept dwarf version 5 for CIE versions.
by Eric Christopher
· 10 years ago
1714cbd
[Thumb] Fix assembler error 'cannot honor width suffix pop {lr}'
by Artyom Skrobov
· 10 years ago
a506342
[x86] lower calls to fmin and llvm.minnum.* using minss/minsd/minps/minpd (PR24475)
by Sanjay Patel
· 10 years ago
0651a40
Refactor inline costs analysis by removing the InlineCostAnalysis class
by Easwaran Raman
· 10 years ago
912373d
[RS4GC] Fix rematerialization of bitcast of bitcast.
by Manuel Jacob
· 10 years ago
84f6bad
Implemented cost model for masked gather and scatter operations
by Elena Demikhovsky
· 10 years ago
d0dc794
[ADT] Don't use a fixture just to get a nonce type for this unittest.
by Chandler Carruth
· 10 years ago
9baeb40
As a prelude to the rest of DWARF5 being supported go ahead and accept
by Eric Christopher
· 10 years ago
0fd19a0
[ADT] Run clang-format over more code, fixing numerous formatting oddities.
by Chandler Carruth
· 10 years ago
63021c4
[ADT] Run clang-format over PointerUnion.h and clean up its comments. NFC.
by Chandler Carruth
· 10 years ago
aa64145
[vim] Add token type to Vim syntax file.
by Manuel Jacob
· 10 years ago
5fb72b3
[x86] lower calls to fmax and llvm.maxnum.* using maxps/maxpd (PR24475)
by Sanjay Patel
· 10 years ago
3e50893
Specify triple so 'make check' passes on darwin x86-64
by Sanjay Patel
· 10 years ago
4c32013
tidy up; NFC
by Sanjay Patel
· 10 years ago
d1070bb
Support clrex instruction on ARMv6k. Patch by Andrew Turner.
by Roman Divacky
· 10 years ago
7e27586
Refactor: Simplify boolean conditional return statements in lib/Transforms/ObjCARC
by Alexander Kornienko
· 10 years ago
0062f39
Refactor: Simplify boolean conditional return statements in llvm/lib/Support
by Alexander Kornienko
· 10 years ago
651ff52
[X86] Better support for the MCU psABI (LLVM part)
by Michael Kuperstein
· 10 years ago
058ac9c
Refactor: Simplify boolean conditional return statements in lib/Target/PowerPC
by Alexander Kornienko
· 10 years ago
199a132
[X86][AVX512] Lower broadcast sub vector to vector inrtrinsics
by Asaf Badouh
· 10 years ago
Next »