Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
7b82808e13c883184639e81a26a837c6246eb57f
7b82808
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
by Daniel Sanders
· 10 years ago
c413998
Fix namespace indentation and missing blank lines before 'public:' in *MCAsmInfo.h. NFC.
by Daniel Sanders
· 10 years ago
17ed55c
[GlobalsAA] Disable globals-aa by default
by James Molloy
· 10 years ago
1b6640a
[mips][microMIPS] Implement CACHEE and PREFE instructions for microMIPS32r6
by Zoran Jovanovic
· 10 years ago
b57c2dc
[mips] Added support for various EVA ASE instructions.
by Daniel Sanders
· 10 years ago
5d1cac1
[CMake] Rename target->dest as per feedback from Chapuni on http://reviews.llvm.org/D12864
by Chris Bieneman
· 10 years ago
d7e1379
[PlaceSafepoints] Make the width of a counted loop settable.
by Sanjoy Das
· 10 years ago
270e6f8
[WebAssembly] Implement int64-to-int32 conversion.
by Dan Gohman
· 10 years ago
e2e1a3b
dsymutil: Remove the now obsolete RelocMgr argument from cloneDIE. (NFC)
by Adrian Prantl
· 10 years ago
97c9f0c
[llvm-cov] Disable name and path truncation
by Vedant Kumar
· 10 years ago
2ec309f
[CMake] Refactor and cleanup generating and installing symlinks to tools.
by Chris Bieneman
· 10 years ago
fee1f68
DwarfDebug: Emit dwo_id+dwo_name for DICompileUnits that provide a dwoId.
by Adrian Prantl
· 10 years ago
6602ba5
[opaque pointer types] Add an explicit value type to GlobalObject
by David Blaikie
· 10 years ago
a0f3964
RegisterPressure: constify getRegSetPressureAtPos()
by Matthias Braun
· 10 years ago
3beddee
[opaque pointer types] Switch a few cases of getElementType over, since I had them lying around anyway
by David Blaikie
· 10 years ago
7de9f7a
Make AsmPrinter::EmitJumpTableInfo virtual
by Dan Gohman
· 10 years ago
5ab5648
[CMake] Add llvm-ar subdirectory explicitly.
by Chris Bieneman
· 10 years ago
006c6c9
RegisterPressure: Simplify close{Top|Bottom}()
by Matthias Braun
· 10 years ago
ecc1d15
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing arguments at callsite
by Chen Li
· 10 years ago
2d35348
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space"
by David Blaikie
· 10 years ago
97095fc
[llvm-mc] Better error handling in ENOENT case + test.
by Davide Italiano
· 10 years ago
afca6b4
dsymutil: Factor out the DIE cloning into a DIECloner class. (NFC)
by Adrian Prantl
· 10 years ago
5ffe2ba
Improve ISel using across lane min/max reduction
by Jun Bum Lim
· 10 years ago
294cc52
[mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMemSimm9AsmOperand operands, NFC.
by Daniel Sanders
· 10 years ago
85e6f24
[MergeFuncs] Fix bug in merging GetElementPointers
by JF Bastien
· 10 years ago
e50e6f3
[ARM] Extract shifts out of multiply-by-constant
by John Brawn
· 10 years ago
74e437e
Reformat partially.
by NAKAMURA Takumi
· 10 years ago
c31dc2e
Reformat blank lines.
by NAKAMURA Takumi
· 10 years ago
42993b8
Revert part of r247553, "[CMake] Reformat CLANG_TEST_DEPS." It was accidental commit.
by NAKAMURA Takumi
· 10 years ago
9fb8295
[CMake] Reformat CLANG_TEST_DEPS.
by NAKAMURA Takumi
· 10 years ago
df5d27d
[mips] Remove redundant nested-name-specifier. NFC
by Simon Atanasyan
· 10 years ago
8620c3b
[mips] Save a copy of MipsABIInfo in the MipsTargetStreamer to escape a dangling pointer
by Simon Atanasyan
· 10 years ago
fadc359
Whitespace.
by NAKAMURA Takumi
· 10 years ago
8f188e0
GlobalsAAResult: Try to fix crash.
by NAKAMURA Takumi
· 10 years ago
6fa20dc
[TableGen] Use range-based for loops and make a helper function static. NFC
by Craig Topper
· 10 years ago
25e88be
[TableGen] Simplify some code by using StringRef::find instead of std::find. NFC
by Craig Topper
· 10 years ago
9bd7889
[TableGen] Use 'size_t' instead of 'unsigned' to better match the argument types of addAsmOperand. NFC
by Craig Topper
· 10 years ago
29f50e9
[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.
by Simon Pilgrim
· 10 years ago
848219c
[FunctionAttrs] Move the malloc-like test to a static helper function
by Chandler Carruth
· 10 years ago
1f97273
[FunctionAttrs] Factor the logic to test for a known non-null return out
by Chandler Carruth
· 10 years ago
b216356
AVX-512: Fixed a bug in OR/XOR operations for 512-bit FP values on KNL.
by Elena Demikhovsky
· 10 years ago
28b6c23
[FunctionAttrs] Make the per-function attribute inference a boring
by Chandler Carruth
· 10 years ago
821e7c7
[FunctionAttrs] Collect utility functions as static helpers rather than
by Chandler Carruth
· 10 years ago
69bfddd
Clean up doxygen comments in FunctionAttrs, promoting some non-doxygen
by Chandler Carruth
· 10 years ago
10b4880
Do some spring cleaning on FunctionAttrs.cpp with clang-format prior to
by Chandler Carruth
· 10 years ago
9214855
[llvm-mc] More meaningful error if input file doesn't exist.
by Davide Italiano
· 10 years ago
d8fd22b
[x86] enable machine combiner reassociations for 128-bit vector logical integer insts (2nd try)
by Sanjay Patel
· 10 years ago
3034c71
[CodeGen] Fix AtomicExpand invalidation issue caused by r247429.
by Ahmed Bougacha
· 10 years ago
b43332c
[X86] Renamed lowerVectorShuffleAsUnpack NFCI.
by Simon Pilgrim
· 10 years ago
0f17418
Don't use bashism/kshism of test ==. From Kamil Rytarowski.
by Joerg Sonnenberger
· 10 years ago
9114b92
[X86] Moved lowerVectorShuffleWithUNPCK earlier to make reuse easier. NFCI.
by Simon Pilgrim
· 10 years ago
1b1bacb
[X86] Added i1 vector sextload tests
by Simon Pilgrim
· 10 years ago
21e0b1f
[X86][FMA] Refreshed fma tests
by Simon Pilgrim
· 10 years ago
69f08e5
revert r247506; need to verify changes in existing tests
by Sanjay Patel
· 10 years ago
e6c453b
[x86] enable machine combiner reassociations for 128-bit vector logical integer insts
by Sanjay Patel
· 10 years ago
427fe35
Fixed unused variable warning.
by Simon Pilgrim
· 10 years ago
231ed70
[InstCombine] CVTPH2PS Vector Demanded Elements + Constant Folding
by Simon Pilgrim
· 10 years ago
9029773
[X86][SSE] Use general sext IR for (v)pmovsx stack folding tests
by Simon Pilgrim
· 10 years ago
e73e5b4
[PM] Port SROA to the new pass manager.
by Chandler Carruth
· 10 years ago
e5c2842
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan.
by Larisse Voufo
· 10 years ago
767c34a
Fix typos.
by Bruce Mitchener
· 10 years ago
6adacc9
Move asserts from PHINode::addIncoming to PHINode::setIncoming*
by Hal Finkel
· 10 years ago
0a0a960
dsymutil: Factor out the relocation handling into a RelocationManager (NFC)
by Adrian Prantl
· 10 years ago
830d0f8
[MC] Fix style bugs introduced in r247471. Reported by Rafael Espindola.
by Davide Italiano
· 10 years ago
125be70
[MC] Don't crash on division by zero.
by Davide Italiano
· 10 years ago
7ba3323
Add a non-exiting diagnostic handler for LTO.
by Yunzhong Gao
· 10 years ago
4d5d1dc
typo; NFC
by Sanjay Patel
· 10 years ago
8e2b613
Use function attribute "stackrealign" to decide whether stack
by Akira Hatanaka
· 10 years ago
d917fe0
[CMake] [Darwin] Need to set lto_library on CMAKE_MODULE_LINKER_FLAGS as well
by Chris Bieneman
· 10 years ago
4c53124
[X86] Make sure startproc/endproc are paired
by David Majnemer
· 10 years ago
8ae5f64
[IR] Print the label operands of a catchpad like an invoke
by Reid Kleckner
· 10 years ago
74869be
[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.
by Ahmed Bougacha
· 10 years ago
f3d2de3
[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.
by Ahmed Bougacha
· 10 years ago
dee68c8
[PR24785] Appease MSC18 to tweak optimizations.
by NAKAMURA Takumi
· 10 years ago
18320e5
[libFuzzer] mention more trophies
by Kostya Serebryany
· 10 years ago
5ab98c2
[mips] Add missing disassembler tests for MIPS64-MIPS64R5.
by Daniel Sanders
· 10 years ago
79f7553
[mips] Add missing MIPS32 - MIPS32R5 disassembler tests.
by Daniel Sanders
· 10 years ago
b43119d
[mips] Attempt to fix llvm-s390x-linux1
by Daniel Sanders
· 10 years ago
8aa6e22
[mips] Add missing MIPS-IV disassembler tests.
by Daniel Sanders
· 10 years ago
335f5c3
[mips] Add missing MIPS-III disassembler tests.
by Daniel Sanders
· 10 years ago
7f81eab
Tweak 2 x86 gold tests so they can run on non-x86 platforms
by Arnaud A. de Grandmaison
· 10 years ago
5694c5f
[mips] Add missing MIPS-II disassembler tests.
by Daniel Sanders
· 10 years ago
05d48de
Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32.
by Yaron Keren
· 10 years ago
f9c4a2d
Re-commit r247405: [mips] Add missing MIPS-I disassembler tests.
by Daniel Sanders
· 10 years ago
0207031
Revert r247405: [mips] Add missing MIPS-I disassembler tests.
by Daniel Sanders
· 10 years ago
2d14cb6
[mips] Add missing MIPS-I disassembler tests.
by Daniel Sanders
· 10 years ago
595af7e
PPCFrameLowering::emitEpilogue(): Avoid manipulating MBBI on iterator end.
by NAKAMURA Takumi
· 10 years ago
1512548
Fix llvm/test/tools/gold/X86/bad-alias.ll.
by NAKAMURA Takumi
· 10 years ago
5f69f9f
[dsymutil] Discard useless location attributes.
by Frederic Riss
· 10 years ago
5571e77
[dsymutil] Rename some variables NFC.
by Frederic Riss
· 10 years ago
7f52e5c
Fix the gold test cases after alias changes
by David Blaikie
· 10 years ago
21f77df
[opaque pointer type] Add textual IR support for explicit type parameter for global aliases
by David Blaikie
· 10 years ago
a6f58ad
[modules] Move ConvertUTF.h to a separate submodule that doesn't require C++.
by Richard Smith
· 10 years ago
385beeb
Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC.
by Cong Hou
· 10 years ago
812e1e4
AsmWriter: Avoid O(N^2) processing of metadata
by Duncan P. N. Exon Smith
· 10 years ago
5db3146
Revert "[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing arguments at callsite"
by Mehdi Amini
· 10 years ago
8a15ef5
[libFuzzer] perform fewer crossover operations compared to plain mutations
by Kostya Serebryany
· 10 years ago
fbf4869
Add .exe check to Execute to fix clang-modernize tests broken in r247358
by Reid Kleckner
· 10 years ago
4f84072
[modules] Add another .def file to our list of textual headers.
by Richard Smith
· 10 years ago
f84a11c
ScanDirForExecutable on Windows fails to find executables with the "exe" extension in name
by Reid Kleckner
· 10 years ago
Next »