Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
78709b8c2e2dae65fc343d1c665b785c254f9499
78709b8
Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less efficient, its unclear the few places that were using the _32 version were doing so for efficiency.
by Craig Topper
· 10 years ago
2b95044
Merge utohex_buffer into utohexstr, it's only caller. Also change utohexstr to use the std::string constructor that takes a start and end pointer. This saves a call to strlen. NFC
by Craig Topper
· 10 years ago
8ae9283
add helper function for minnum/maxnum ; NFC
by Sanjay Patel
· 10 years ago
1b85558
use range-based for loop; NFC
by Sanjay Patel
· 10 years ago
8f8429c
fix formatting; NFC
by Sanjay Patel
· 10 years ago
0714d26
simplify; NFC
by Sanjay Patel
· 10 years ago
54543ac
clean up; NFC
by Sanjay Patel
· 10 years ago
43b517f
WebAssembly: more failures are gone
by JF Bastien
· 10 years ago
632c586
WebAssembly: update expected failures
by JF Bastien
· 10 years ago
79c213f
[dsymutil] Fix FileCheck command.
by Frederic Riss
· 10 years ago
99a0712
[dsymutil] Fix handling of common symbols.
by Frederic Riss
· 10 years ago
c5413fc
[dsymutil] Allow debug map mappings with no object file address. NFC
by Frederic Riss
· 10 years ago
a750479
[SelectionDAG] Eliminate exponential behavior in WalkChainUsers
by Tim Shen
· 10 years ago
ac8a991
No need to use utostr/utohexstr when writing into a raw_ostream. NFC
by Craig Topper
· 10 years ago
fef23f4
Shrink character buffer size in raw_ostream::write_hex to 16 characters intead of 20 as that's the largest string a 64-bit hex value can be.
by Craig Topper
· 10 years ago
ff0b4a2
Use std::end instead of repeating buffer sizes.
by Craig Topper
· 10 years ago
9576999
Convert int to Twine instead of using utostr since it was already being added to a Twine. NFC
by Craig Topper
· 10 years ago
e3e4ffd
[doc] improve the doc for CUDA
by Jingyue Wu
· 10 years ago
a2b61fb
[WebAssembly] Fix uses of FrameIndex as store values
by Derek Schuff
· 10 years ago
cdfe27d
WebAssembly: don't optimize frameindex store
by JF Bastien
· 10 years ago
5ca4b7c
WebAssembly NFC: fix build warning
by JF Bastien
· 10 years ago
729a217
[BasicAA] NFC - revised comment for function adjustToPointerSize()
by Gerolf Hoflehner
· 10 years ago
86f53ba
[BasicAA] Fix for missing must alias (D16343)
by Gerolf Hoflehner
· 10 years ago
8326b16
[BasicAA] Update on r259290 - added missing cast
by Gerolf Hoflehner
· 10 years ago
084a86c
AMDGPU: Fix emitting invalid workitem intrinsics for HSA
by Matt Arsenault
· 10 years ago
9a30bf4
AMDGPU: Stop checking intrinsics not used by HSA for dispatch-ptr
by Matt Arsenault
· 10 years ago
0f1831a
InstCombine: fabs(x) * fabs(x) -> x * x
by Matt Arsenault
· 10 years ago
af25d01
[WebAssembly] Refine block placement to insert blocks between trees.
by Dan Gohman
· 10 years ago
27e98d1
AMDGPU: Add new amdgcn workitem intrinsics
by Matt Arsenault
· 10 years ago
b7fdaea
Remove references to *.h.in files and some autoconf hackery
by Justin Bogner
· 10 years ago
53a4064
Remove *.h.in - these were only used by the autoconf build system
by Justin Bogner
· 10 years ago
f6d75ee
[BasicAA] NFC - utility function for two's complement wrap-around
by Gerolf Hoflehner
· 10 years ago
958f45c
Further reduce test time
by Xinliang David Li
· 10 years ago
5e08bd3
Avoid overly large SmallPtrSet/SmallSet
by Matthias Braun
· 10 years ago
96c7162
Use Support/DataTypes.h instead of cstdint
by Matthias Braun
· 10 years ago
af1aa14
[docs] Remove references to autotools build.
by Alexey Samsonov
· 10 years ago
b31edea
[CUDA] Die if we ask the NVPTX backend to emit a global ctor/dtor.
by Justin Lebar
· 10 years ago
41a66df
[CodeView] Properly handle empty line tables
by David Majnemer
· 10 years ago
77c763c
[Objective-C] Support a new special module flag.
by Manman Ren
· 10 years ago
c98cfb2
[llvm-nm] Add a comment to explain why we initialize MC.
by Davide Italiano
· 10 years ago
58b3c64
[libFuzzer] add -timeout_exitcode option
by Kostya Serebryany
· 10 years ago
2801207
function names start with a lower case letter ; NFC
by Sanjay Patel
· 10 years ago
fb614ec
[libFuzzer] re-enable test for -abort_on_timeout=1, this time protecting from ASAN_OPTIONS set outside
by Kostya Serebryany
· 10 years ago
62d6190
fix formatting; NFC
by Sanjay Patel
· 10 years ago
d7541ec
Fix typo in LoopSimplifyCFG
by Fiona Glaser
· 10 years ago
0c94d7d
[Profiling] Add a -sparse mode to llvm-profdata merge
by Vedant Kumar
· 10 years ago
2e10304
Fix the MSVC build by moving static asserts into constructors
by Reid Kleckner
· 10 years ago
e985243
Add LoopSimplifyCFG pass
by Fiona Glaser
· 10 years ago
7448ec5
Need #include <cstdint> for uint64_t
by Matthias Braun
· 10 years ago
62c2e3c
Need #include <climit> for CHAR_BIT
by Matthias Braun
· 10 years ago
d127388
Improve test speed/trial 2
by Xinliang David Li
· 10 years ago
1a0e291
AttributeSetImpl: Summarize existing function attributes in a bitset.
by Matthias Braun
· 10 years ago
a5c14e4
AttributeSetNode: Summarize existing attributes in a bitset.
by Matthias Braun
· 10 years ago
1626c62
Revert 259242, 259243 -- irrelvante changes pulled in
by Xinliang David Li
· 10 years ago
0964903
Use range for loop
by Xinliang David Li
· 10 years ago
fd32fbe
Improve test speed (interchange loop, reducing padding)
by Xinliang David Li
· 10 years ago
5530798
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
b17df8b
[InstCombine] avoid an insertelement transformation that induces the opposite extractelement fold (PR26354)
by Sanjay Patel
· 10 years ago
3a1ed8c
Unbreak windows buildbots
by David Majnemer
· 10 years ago
5c900cb
[CodeView] Implement .cv_inline_linetable
by David Majnemer
· 10 years ago
b226159
ARM: don't mangle DAG constant if it has more than one use
by Tim Northover
· 10 years ago
a42f385
[WebAssembly] Update test expectations
by Derek Schuff
· 10 years ago
f36f66f
[WebAssembly] Support frame pointer
by Derek Schuff
· 10 years ago
cda3a83
[X86] Add missing "CHECK" colon in r259065 test.
by Ahmed Bougacha
· 10 years ago
b5d1bc2
[codeview] Begin to add support for inlined call sites
by Reid Kleckner
· 10 years ago
0b7532c
Fix the build
by David Majnemer
· 10 years ago
c8d11e8
Temporarily revert "[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten."
by Jonas Paulsson
· 10 years ago
fd50cfc
[SLP] Fix printing of debug statement (NFC)
by Matthew Simpson
· 10 years ago
9a08fab
[RS4GC] Address post-commit review on r259208 from David
by Sanjoy Das
· 10 years ago
a46730f
[RS4GC] Remove unnecessary const_cast; NFC
by Sanjoy Das
· 10 years ago
a36c533
[RS4GC] Minor local cleanup to StabilizeOrder; NFC
by Sanjoy Das
· 10 years ago
78ee0ee
[CodeView] Fix dumping the is_stmt bit from the line table
by Reid Kleckner
· 10 years ago
f3d1bcf
[RS4GC] Remove unnecessary redirections from tests; NFC
by Sanjoy Das
· 10 years ago
194a874
[RS4GC] Add some missing tests and CHECK: lines
by Sanjoy Das
· 10 years ago
8922077
[mips] Absolute value macro expansion
by Zoran Jovanovic
· 10 years ago
72374d2
[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten.
by Jonas Paulsson
· 10 years ago
1848185
[IR] Move definitions of users of Use::set to Value.h
by Benjamin Kramer
· 10 years ago
9bffff5
[IR] Shuffle the code for getSequentialElementType to type.h to avoid circular header dependencies.
by Benjamin Kramer
· 10 years ago
73895c4
[ARM] Emit trap instruction using .inst directive
by Alexandros Lamprineas
· 10 years ago
3d679fa
AMDGPU: Remove 24-bit intrinsics
by Matt Arsenault
· 10 years ago
ca9ee43
Minor bugfix in AAResults::getModRefInfo.
by George Burgess IV
· 10 years ago
f704e77
Refactor common code for PPC fast isel load immediate selection.
by Eric Christopher
· 10 years ago
d1416a5
Since LI/LIS sign extend the constant passed into the instruction we should
by Eric Christopher
· 10 years ago
f25be92
Fix up conditional formatting.
by Eric Christopher
· 10 years ago
0dc389d
[llvm-bcanalyzer] Dump bitcode wrapper header
by Akira Hatanaka
· 10 years ago
707c12c
[WinEH] Don't perform state stores in cleanups
by David Majnemer
· 10 years ago
13a0516
SmallPtrSetTest: More checks for the swap() testing
by Matthias Braun
· 10 years ago
2f0c787
SmallPtrSetTest: Check that iterators are still valid after erase()
by Matthias Braun
· 10 years ago
208a5cc2
Revert "Reapply commit r258404 with fix"
by David Majnemer
· 10 years ago
70c5668
Fix some -Wstring-conversion warnings
by David Blaikie
· 10 years ago
e0561f3
[GVN] Add clarifying assert [NFCI]
by Philip Reames
· 10 years ago
7d3e903
Minor code cleanup. NFC.
by Junmo Park
· 10 years ago
3ea0d92
[AArch64] Fix i64 nontemporal high-half extraction.
by Ahmed Bougacha
· 10 years ago
79cc2ba
[RS4GC] Minor cleanups enabled by the previous change; NFC
by Sanjoy Das
· 10 years ago
e601fa2
[RS4GC] Delete code that is dead due to r259129; NFC
by Sanjoy Das
· 10 years ago
1689efb
Reland "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
403c3ea
[RS4GC] Clamp UseDeoptBundles to true and update tests
by Sanjoy Das
· 10 years ago
ae8e139
Revert "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
99d459d
[RS4GC] Port three tests to the deopt bundles directory
by Sanjoy Das
· 10 years ago
cb176fd
Add missing raw_ostream include
by Reid Kleckner
· 10 years ago
Next »