Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
a562871c6749db0e6448426882c40bc4e1346e52
a562871
Omit DW_AT_frame_base under -gmlt for size
by David Blaikie
· 11 years ago
3713288
Describe the -gmlt optimization committed in the previous revision.
by David Blaikie
· 11 years ago
a5a4f87
Omit all the extra static attributes on subprograms in -gmlt
by David Blaikie
· 11 years ago
2ee31bc
Fix an it's vs. its typo.
by Hans Wennborg
· 11 years ago
bd2b96a
R600: Better fix for bug 20982
by Matt Arsenault
· 11 years ago
9b676fd
[x86] Extend this test to cover SSE4.1. Nothing interesting here, but
by Chandler Carruth
· 11 years ago
fb2832f
Try to fix i686-cygming bots.
by Peter Collingbourne
· 11 years ago
76f0a92
Use cast<> instead of unchecked dyn_cast<>
by Matt Arsenault
· 11 years ago
b7fe581
Fix sphinx warning.
by Peter Collingbourne
· 11 years ago
394be6c
LTO: introduce object file-based on-disk module format.
by Peter Collingbourne
· 11 years ago
65edced
[ARM] Do not perform a tail call when the caller returns several values.
by Quentin Colombet
· 11 years ago
e3d674f
llvm-cov: Simplify FunctionInstantiationSetCollector (NFC)
by Justin Bogner
· 11 years ago
5052940
Restore "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"
by Robin Morisset
· 11 years ago
c21e4e1
Reverting NFC changes from r218050. Instead, the warning was disabled for GCC in r218059, so these changes are no longer required.
by Aaron Ballman
· 11 years ago
d80c086
[MCJIT] Fix a debugging-output formatting bug in RuntimeDyld.
by Lang Hames
· 11 years ago
7458ce3
Revert part of r218041.
by Frederic Riss
· 11 years ago
335a2eb
Disable GCC's -Woverloaded-virtual in the configure+make build. Clang's is better.
by David Blaikie
· 11 years ago
e08e525
R600: Bug 20982 - Avoid undefined left shift of negative value
by Matt Arsenault
· 11 years ago
262d57d
[SKX] Deriving rmb multiclasses from general one (avx512_icmp_packed_rmb and avx512_icmp_cc_rmb).
by Robert Khasanov
· 11 years ago
cf5bea8
Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImpl from the base class. NFC.
by Aaron Ballman
· 11 years ago
6c0e053
Alternative (to r216344) fix of gcc -Wpedantic.
by Patrik Hagglund
· 11 years ago
0a8f3af
Always emit DW_AT_declaration attribute when the variable isn't a definition.
by Frederic Riss
· 11 years ago
344b668
Fix DWARFUnitSection::getUnitForOffset().
by Frederic Riss
· 11 years ago
72f0d95
[x86] Use PALIGNR for v4i32 and v2i64 blends when appropriate.
by Chandler Carruth
· 11 years ago
088aa09
[x86] Add an SSSE3 run and check mode to the 128-bit v2 tests of the new
by Chandler Carruth
· 11 years ago
b2f2aa9
[mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::AnalyzeCallReturn().
by Daniel Sanders
· 11 years ago
f789dac
Revert "[FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ."
by Juergen Ributzka
· 11 years ago
ef48b51
Fix previous commit: [FastISel][AArch64] Simplify XALU multiplies.
by Juergen Ributzka
· 11 years ago
e7fba00
[FastISel][AArch64] Simplify XALU multiplies.
by Juergen Ributzka
· 11 years ago
4b6f00a
[FastISel][AArch64] Followup commit for 218031 to handle negative offsets too.
by Juergen Ributzka
· 11 years ago
22b557d
[FastISel][AArch64] Try to fold the offset into the add instruction when simplifying a memory address.
by Juergen Ributzka
· 11 years ago
ffbd487
[FastISel][AArch64] Fold 'AND' instruction during the address computation.
by Juergen Ributzka
· 11 years ago
49ab1a4
[x86] Add an SSSE3 run to the v4 shuffle test.
by Chandler Carruth
· 11 years ago
9c00ddb
ARM: prevent crash on ELF directives on COFF
by Saleem Abdulrasool
· 11 years ago
3ff7684
[x86] Initial step of teaching the new vector shuffle lowering about
by Chandler Carruth
· 11 years ago
5bf6559
ARM: use a more precise check for MachO
by Saleem Abdulrasool
· 11 years ago
710fc31
[FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ.
by Juergen Ributzka
· 11 years ago
12a9dbd
Add file to CMake build as well.
by Eric Christopher
· 11 years ago
757c90d
Add a new pass FunctionTargetTransformInfo. This pass serves as a
by Eric Christopher
· 11 years ago
6693d0d
Fix FastISel bug in boolean returns for PowerPC.
by Samuel Antao
· 11 years ago
0c3b56b
Remove unnecessary blank space (test commit)
by Samuel Antao
· 11 years ago
52675f3
Reapply fix in r217988 (reverted in r217989) and remove the alternative fix committed in r217987.
by David Blaikie
· 11 years ago
f8b9ec9
Revert "Fix -Wnon-virtual-dtor warning introduced in r217982."
by David Blaikie
· 11 years ago
be048a0
Fix -Wnon-virtual-dtor warning introduced in r217982.
by David Blaikie
· 11 years ago
0a1dc0d
Fixing the sanitizer build failure:
by Chris Bieneman
· 11 years ago
7516444
[FastISel][AArch64] Custom lower sdiv by power-of-2.
by Juergen Ributzka
· 11 years ago
69e88e8
[llvm-objdump] clean up test cases now that build bots are green
by Nick Kledzik
· 11 years ago
5fbcc30
llvm-cov: Push some more debug output into the View (NFC)
by Justin Bogner
· 11 years ago
6ba12f9
Fixing a build error.
by Chris Bieneman
· 11 years ago
14f9a54
Refactoring SimplifyLibCalls to remove static initializers and generally cleaning up the code.
by Chris Bieneman
· 11 years ago
2bfef92
Internalize common symbols when we can.
by Rafael Espindola
· 11 years ago
580875d
[FastISel][AArch64] Simplify mul to shift when possible.
by Juergen Ributzka
· 11 years ago
dc4eb3d
Exclude known and bugzilled failures from UBSan bootstrap
by Alexey Samsonov
· 11 years ago
46d6fd2
[FastISel][AArch64] Fold mul into add/sub and logical operations.
by Juergen Ributzka
· 11 years ago
5461af9
[FastISel][AArch64] Fold mul into the address computation of memory operations.
by Juergen Ributzka
· 11 years ago
b3edb56
llvm-cov: Rework the API for getting the coverage of a file (NFC)
by Justin Bogner
· 11 years ago
e5d8abe
Fixup for r217830. Don't do left shifts on negative values
by Alexey Samsonov
· 11 years ago
e2ff4e4
Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"
by Robin Morisset
· 11 years ago
07c9ae5
[FastISel][AArch64] Fold compare with zero and branch into CBZ and CBNZ.
by Juergen Ributzka
· 11 years ago
5607f8d
Another required re-setting for MCStreamer::reset().
by Yaron Keren
· 11 years ago
4ad9b91
R600/SI: Remove assert
by Matt Arsenault
· 11 years ago
3143460
R600/SI: Rough first implementation of shouldClusterLoads
by Matt Arsenault
· 11 years ago
8df2cae
Fix float division-by-zero in R600 scheduler.
by Alexey Samsonov
· 11 years ago
17e0ee5
[FastISel][AArch64] Improve branch selection to support all FP conditions.
by Juergen Ributzka
· 11 years ago
30486fa
[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors
by Robin Morisset
· 11 years ago
5076362
R600/SI: Change formatting of printed FP immediates
by Matt Arsenault
· 11 years ago
c6b1a7e
[IndVarSimplify] Partially revert r217953 to see if this fixes the bots.
by Chad Rosier
· 11 years ago
0a277ea
LineIterator: Provide a variant that keeps blank lines
by Justin Bogner
· 11 years ago
27608d8
R600/SI: Remove promotion of instructions to e64 forms.
by Matt Arsenault
· 11 years ago
c5f6b53
[IndVarSimplify] Widen loop compare instructions.
by Chad Rosier
· 11 years ago
a34cab9
[InstCombine] Fix wrong folding of constant comparison involving ahsr and negative quantities (PR20945).
by Andrea Di Biagio
· 11 years ago
2ca5f03
Add DIBuilder functions to build RAUWable DIVariables and DIFunctions.
by Frederic Riss
· 11 years ago
c63035a
Add and update reset() and doInitialization() methods to MC* and passes.
by Yaron Keren
· 11 years ago
4378ff0
[mips] Add assembler support for the .set nodsp directive.
by Toma Tabacu
· 11 years ago
217ab20
llvm-cov: Fix a typo
by Justin Bogner
· 11 years ago
780f7e2
[x32] Fix function indirect calls
by Pavel Chupin
· 11 years ago
cc0c4e7
Add move constructors/assignment to make MSVC happy after r217940
by Justin Bogner
· 11 years ago
d1b4e60
llvm-cov: Distinguish expansion/instantiation from SourceCoverageView
by Justin Bogner
· 11 years ago
d5f7353
InstSimplify: Don't allow (x srem y) urem y -> x srem y
by David Majnemer
· 11 years ago
27e656c
InstSimplify: ((X % Y) % Y) -> (X % Y)
by David Majnemer
· 11 years ago
22d885d
[Object] keep trailing '\0' out of StringRef when parsing mach-o bindings
by Nick Kledzik
· 11 years ago
11903b5
| -> || No functional change.
by Richard Trieu
· 11 years ago
290c772
Fix identify_magic() with mach-o stub dylibs.
by Nick Kledzik
· 11 years ago
2b90611
[llvm-objdump] properly use c_str() with format("%s"). Improve getLibraryShortNameByIndex() error handling.
by Nick Kledzik
· 11 years ago
5c16c4e
[X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass
by Robin Morisset
· 11 years ago
9fe79b4
[CodeGenPrepare][AddressingModeMatcher] The promotion mechanism was expecting
by Quentin Colombet
· 11 years ago
ce90652
[llvm-objdump] improve error reporting of bad mach-o ordinals
by Nick Kledzik
· 11 years ago
ca7da16
This add a reset method for WinCOFFObjectWriter, like other MC* classes.
by Yaron Keren
· 11 years ago
a0b4148
tweak test case for debugging bot
by Nick Kledzik
· 11 years ago
374e06b
Add back a fallback case for targets that do not or cannot implement getNoopForMachoTarget().
by Owen Anderson
· 11 years ago
fdedee2
Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files.
by Kevin Enderby
· 11 years ago
3959d43
Fix typo
by Matt Arsenault
· 11 years ago
15b49e1
Add a missing return to operator=
by Reid Kleckner
· 11 years ago
61e184d
Fix move-only type issues in Interpreter with MSVC
by Reid Kleckner
· 11 years ago
763d8b2
[TableGen] Fully resolve class-instance values before defs in multiclasses
by Adam Nemet
· 11 years ago
7cb345e
[X86] Improve comment
by Adam Nemet
· 11 years ago
9753aab
ARM load/store optimizer: Don't materialize a new base register with
by Moritz Roth
· 11 years ago
8be86aa
Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move ctors.
by Benjamin Kramer
· 11 years ago
a9478c4
Interpreter: Hack around a series of bugs in MSVC 2012 that copies around this
by Benjamin Kramer
· 11 years ago
cdb6326
[mips] Improve the error messages given by MipsAsmParser.
by Toma Tabacu
· 11 years ago
Next »