Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
e0d89ff76414a1369c54fbd261308e1c313548d7
e0d89ff
Include Threading.h instead of forward declaring a function.
by Zachary Turner
· 11 years ago
4110a7a
Add StringMap::insert(pair) consistent with the standard associative container concept.
by David Blaikie
· 11 years ago
594f05c
Since we're using DW_AT_string rather than DW_AT_strp for debug_info
by Eric Christopher
· 11 years ago
edd372a
Fix up a few formatting issues.
by Eric Christopher
· 11 years ago
d308c35
Remove an incorrect fixme.
by Rafael Espindola
· 11 years ago
d06976a
Fix typos
by Alp Toker
· 11 years ago
f21de94
Support: Add llvm::sys::fs::copy_file
by Justin Bogner
· 11 years ago
581d5d5
Remove bogus configure check
by David Greene
· 11 years ago
30db0c2
Add option to keep flavor out of the install directory
by David Greene
· 11 years ago
5b45c5d
Turn of -Werror by default
by David Greene
· 11 years ago
74fc19e
Fix this test a little harder - use llc_dwarf to make sure we don't
by Eric Christopher
· 11 years ago
580a14f
Remove unused includes following r211294
by Alp Toker
· 11 years ago
01ccb9c
Use the c++ APIs.
by Rafael Espindola
· 11 years ago
cadf0f6
Relax this test a bit, we don't need the full contents of the
by Eric Christopher
· 11 years ago
f25c201
Remove use of removed function, llvm_stop_multithreading
by David Blaikie
· 11 years ago
9022b9a
Remove circular header reference in Threading.h/Mutex.h
by David Blaikie
· 11 years ago
ab19aae
Fix build on non-Windows platforms.
by Zachary Turner
· 11 years ago
a4d0ff9
Remove support for LLVM runtime multi-threading.
by Zachary Turner
· 11 years ago
6072096
DebugInfo: Fission: Ensure the address pool entries for location lists are emitted.
by David Blaikie
· 11 years ago
36a3211
MCNullStreamer: assign file IDs to resolve crashes and errors
by Alp Toker
· 11 years ago
e4d0a5e
[ValueTracking] Extend range metadata to call/invoke
by Jingyue Wu
· 11 years ago
b7509c6
Tests for r211273
by Oliver Stannard
· 11 years ago
761f331
Kill the LLVM global lock.
by Zachary Turner
· 11 years ago
591f9ee
Emit DWARF info for all code section in an assembly file
by Oliver Stannard
· 11 years ago
bb804ee
Emit DWARF3 call frame information when DWARF3+ debug info is requested
by Oliver Stannard
· 11 years ago
7e40983
[mips] Implementation of dli.
by Matheus Almeida
· 11 years ago
2710772
[mips] Small update to the logic behind the expansion of assembly pseudo instructions.
by Matheus Almeida
· 11 years ago
dc9bdcc
Updated comments as suggested by Rafael. Thanks.
by Dinesh Dwivedi
· 11 years ago
85386a3
Added instruction combine to transform few more negative values addition to subtraction (Part 1)
by Dinesh Dwivedi
· 11 years ago
cfdf805
[X86] Teach how to combine horizontal binop even in the presence of undefs.
by Andrea Di Biagio
· 11 years ago
8317509
Refactored and updated SimplifyUsingDistributiveLaws() to
by Dinesh Dwivedi
· 11 years ago
c28beb2
CommandLine: bail out when options get multiply registered
by Alp Toker
· 11 years ago
ba928e2
Remove OwningPtr.h and associated tests
by Alp Toker
· 11 years ago
6c2e887
InstCombine: Stop two transforms dueling
by David Majnemer
· 11 years ago
179bb4e
Move -dwarf-version to an MC level command line option so it's
by Eric Christopher
· 11 years ago
054bd5d
Remove unnecessary include.
by Eric Christopher
· 11 years ago
e793899
80-column fixups.
by Eric Christopher
· 11 years ago
bd01df2
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert.
by Craig Topper
· 11 years ago
64429ce
R600: Add a few tests I forgot to add.
by Matt Arsenault
· 11 years ago
fe3a219
Move optimization of some cases of (A & C1)|(B & C2) from instcombine to instsimplify. Patch by Rahul Jain, plus some last minute changes by me -- you can blame me for any bugs.
by Nick Lewycky
· 11 years ago
650b6ea
Make instsimplify's analysis of icmp eq/ne use computeKnownBits to determine whether the icmp is always true or false. Patch by Suyog Sarda!
by Nick Lewycky
· 11 years ago
bdb4aca
Remove redundant code in InstCombineShift, no functionality change because instsimplify already does this and instcombine calls instsimplify a few lines above. Patch by Suyog Sarda!
by Nick Lewycky
· 11 years ago
f9ec8fe
MS asm: Properly handle quoted symbol names
by David Majnemer
· 11 years ago
d9b3543
R600/SI: Add intrinsics for various math instructions.
by Matt Arsenault
· 11 years ago
dd8406a
Fix breakage from r211244 by using LLVM_EXPLICIT to avoid using explicit operators under MSVC where they're not supported.
by David Blaikie
· 11 years ago
1260b84
PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad OR-result.
by Nikola Smiljanic
· 11 years ago
887a5c7
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
by Eric Christopher
· 11 years ago
2ea6d93
Use stdint macros for specifying size of constants
by Matt Arsenault
· 11 years ago
fb2b9fb
Teach llvm-size to know about Mach-O universal files (aka fat files) and
by Kevin Enderby
· 11 years ago
ce09bda
R600: Handle fnearbyint
by Matt Arsenault
· 11 years ago
f286d63
R600/SI: add gather4 and getlod intrinsics (v3)
by Marek Olsak
· 11 years ago
311ea12
Use LL suffix for literal that should be 64-bits.
by Matt Arsenault
· 11 years ago
6c59006
Add a symbols() range and use a range loop.
by Rafael Espindola
· 11 years ago
d8fc64e
Simplify code.
by Rafael Espindola
· 11 years ago
8890694
MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment
by Saleem Abdulrasool
· 11 years ago
791ff5a
MCAsmParser: full support for gas' '.if{cond} expression' directives
by Saleem Abdulrasool
· 11 years ago
1f502bd
Replace Execution Engine's mutex with std::recursive_mutex.
by Zachary Turner
· 11 years ago
b279154
Revert a C API difference that I incorrectly introduced.
by Rafael Espindola
· 11 years ago
fff95d5
Make getBaseObject static.
by Rafael Espindola
· 11 years ago
d681e31
Change IRObjectFile to parse the bitcode lazily.
by Rafael Espindola
· 11 years ago
cc21bbd
Remove BitcodeReader::setBufferOwned.
by Rafael Espindola
· 11 years ago
ec2d823
Simply test for available locations in optimization remarks.
by Diego Novillo
· 11 years ago
ffbd906
[PowerPC] Remove unnecessary load of r12 in indirect call
by Ulrich Weigand
· 11 years ago
75b56dc
Update to the latest registered ELF e_machine names and values.
by Rafael Espindola
· 11 years ago
8dfacbc
Run clang-format in a small chunk of code I am about to change.
by Rafael Espindola
· 11 years ago
8252de6
ProfileData: Fix copy-paste type in RawInstrProfReader
by Justin Bogner
· 11 years ago
de04c48
[ARM] [MC] Refactor the constant pool classes
by Weiming Zhao
· 11 years ago
7ec69f6
ADT: correct typo in comment
by Ed Maste
· 11 years ago
52b6c2d
R600: Expand vector fceil
by Jan Vesely
· 11 years ago
0c57bab
[PowerPC] Simplify and improve loading into TOC register
by Ulrich Weigand
· 11 years ago
4380c61
Work around ridiculous warning.
by Matt Arsenault
· 11 years ago
496e7ea
[PowerPC] Add back test case for absolute calls (removed in r211174)
by Ulrich Weigand
· 11 years ago
5d5ddf9
Add a triple so that right syntax is choosen on mac osx systems
by Arnold Schwaighofer
· 11 years ago
2b6e6fc
R600/SI: Add intrinsics for brev instructions
by Matt Arsenault
· 11 years ago
795ae86
R600/SI: Prettier operand printing for 64-bit ops.
by Matt Arsenault
· 11 years ago
95f1fa7
[mips] SYNC $stype instruction was added in Mips32
by Matheus Almeida
· 11 years ago
a841620
Fix a memory leak in the error path.
by Rafael Espindola
· 11 years ago
debd831
R600: Implement f64 ftrunc, ffloor and fceil.
by Matt Arsenault
· 11 years ago
a5395c0
R600: Custom lower f64 frint for pre-CI
by Matt Arsenault
· 11 years ago
f7aa5f9
R600/SI: Temporary fix for f64 fneg
by Matt Arsenault
· 11 years ago
3de1bed
R600/SI: Comparisons set vcc.
by Matt Arsenault
· 11 years ago
f1b790f
[X86] AVX512: Add non-temporal stores
by Adam Nemet
· 11 years ago
7fc6959
[X86] AVX512: Specify compressed displacement for vmovntdqa
by Adam Nemet
· 11 years ago
336da8c
[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
by Ulrich Weigand
· 11 years ago
aa6a13a
Do not XFAIL test/tools/llvm-cov tests on powerpc64le
by Ulrich Weigand
· 11 years ago
b7074b8
[PowerPC] Fix emitting instruction pairs on LE
by Ulrich Weigand
· 11 years ago
3fbbe94
Support LE in RelocVisitor::visitELF_PPC64_*
by Ulrich Weigand
· 11 years ago
c39b18b
[mips] Fix expansion of memory operation if destination register is not a GPR.
by Matheus Almeida
· 11 years ago
cacc062
[mips] Report correct location when "erroring" about the use of $at when it's not available.
by Matheus Almeida
· 11 years ago
f3a4a4b
[mips][mips64r6] Add BLTC and BLTUC instructions
by Zoran Jovanovic
· 11 years ago
7047ad9
[mips] Access $at only if necessary.
by Matheus Almeida
· 11 years ago
c52345c
Add pattern for unsigned v4i32->v4f64 convert on AVX512.
by Cameron McInally
· 11 years ago
20887ff
[mips] Update MipsAsmParser so that it's possible to handle immediates that start with the binary operator NOT (~).
by Matheus Almeida
· 11 years ago
86f9d29
[mips] Implement alias for 'and' and 'or' instructions for all ISAs.
by Matheus Almeida
· 11 years ago
dd9e510
[mips] Remove the last usage of parseRegister from MipsAsmParser.
by Matheus Almeida
· 11 years ago
c32d52d
R600: Implement 64bit SRA
by Jan Vesely
· 11 years ago
2d06e73
R600: Implement 64bit SRL
by Jan Vesely
· 11 years ago
a64058f
R600: Implement 64bit SHL
by Jan Vesely
· 11 years ago
fc72762
[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
by Evgeniy Stepanov
· 11 years ago
5393254
DAG: move sret demotion into most basic LowerCallTo implementation.
by Tim Northover
· 11 years ago
Next »