Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
53ee51fb151a83cb4166ea29fea407972dd56c9c
53ee51f
Use armv6k default for FreeBSD/ARM
by Ed Maste
· 11 years ago
3503655
Add a test for hoisting instructions with metadata out of then/else blocks
by Bjorn Steinbrink
· 11 years ago
e549e39
When merging two common GlobalValues, keep the largest.
by Rafael Espindola
· 11 years ago
06a533c
Make this input file pass the verifier.
by Rafael Espindola
· 11 years ago
7b1723d
Move some logic to ModuleLinker::shouldLinkFromSource. NFC.
by Rafael Espindola
· 11 years ago
beab873
ScalarOpts/LLVMBuild.txt: Prune unused dependency to IPA.
by NAKAMURA Takumi
· 11 years ago
1c47815
ScalarOpts/LLVMBuild.txt: Reorder.
by NAKAMURA Takumi
· 11 years ago
38f37ee
LLVMProfileData: Update LLVMBuild.txt corresponding to r217437.
by NAKAMURA Takumi
· 11 years ago
c787184
Fix a use of an undefined value (the linkage).
by Rafael Espindola
· 11 years ago
ec8b573
Prefer common over weak linkage when linking.
by Rafael Espindola
· 11 years ago
efed46f
Simplify ModuleLinker::getLinkageResult. NFC.
by Rafael Espindola
· 11 years ago
b3fa7e41
[mips] Add assembler support for .set mips0 directive.
by Toma Tabacu
· 11 years ago
40c949a
Re-factor sample profile reader into lib/ProfileData.
by Diego Novillo
· 11 years ago
0525381
[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSizeInBytes()
by Daniel Sanders
· 11 years ago
586994a
[x32] Emit callq for CALLpcrel32
by Pavel Chupin
· 11 years ago
9242b13
[mips] Don't cache IsO32 and IsFP64 in MipsTargetLowering::MipsCC
by Daniel Sanders
· 11 years ago
4faf24b
llvm-objdump: don't crash when __compact_unwind has no relocs.
by Tim Northover
· 11 years ago
f29c581
[mips] Add assembler support for .set push/pop directive.
by Toma Tabacu
· 11 years ago
ccfbbac
ARM: Negative offset support problem
by Renato Golin
· 11 years ago
ff6eb4f
llvm-cov: Use ArrayRef::slice (NFC)
by Justin Bogner
· 11 years ago
3008bee
[MachineSinking] Conservatively clear kill flags after coalescing.
by Patrik Hagglund
· 11 years ago
39d5e80
llvm-cov: Combine two types that were nearly identical (NFC)
by Justin Bogner
· 11 years ago
74a6025
llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC)
by Justin Bogner
· 11 years ago
0868329
Set trunc store action to Expand for all X86 targets.
by Bob Wilson
· 11 years ago
0acb489
llvm-cov: Try to appease MSVC after r217404
by Justin Bogner
· 11 years ago
c5bdff0
Fix type error in insertvalue example in LangRef. %agg1 is of type {i32,
by Dan Liew
· 11 years ago
78834e5
llvm-cov: Use ErrorOr rather than an error_code* (NFC)
by Justin Bogner
· 11 years ago
4cd5353
Fast-ISel: Remove dead code after falling back from selecting call instructions (PR20863)
by Hans Wennborg
· 11 years ago
50a5cda
Group unsafe fmul math folds together for easier reading. No functional change.
by Sanjay Patel
· 11 years ago
69062a3
llvm-cov: Remove dead code
by Justin Bogner
· 11 years ago
beeca54
Don't static_cast invalid pointers
by Hal Finkel
· 11 years ago
e769dc3
Be more careful in parsing Module::ModFlagBehavior value
by Alexey Samsonov
· 11 years ago
16ee570
Fix the FIXME that was just added in r217390 - remove a bunch of redundant fold permutations.
by Sanjay Patel
· 11 years ago
f6ab875
group unsafe math folds together for easier reading
by Sanjay Patel
· 11 years ago
c3c0c6d
[AArch64] Enabled AA support for Cortex-A57.
by Chad Rosier
· 11 years ago
13ea374
R600/SI: Fix assertion from copying a TargetGlobalAddress
by Matt Arsenault
· 11 years ago
ef4bb30
R600/SI: Replace LDS atomics with no return versions
by Matt Arsenault
· 11 years ago
f1cd7ce
R600/SI: Add InstrMapping for noret atomics.
by Matt Arsenault
· 11 years ago
b30d031
[AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
by Chad Rosier
· 11 years ago
1ef487d
[AArch64] Enabled AA support for Cortex-A53.
by Chad Rosier
· 11 years ago
b0ef014
Add .clang-tidy configuration file to provide LLVM-optimized defaults for
by Alexander Kornienko
· 11 years ago
27ebc7c
Spelling correction
by Sid Manning
· 11 years ago
feae667
Add a comment to getNewAlignmentDiff.
by Andrew Trick
· 11 years ago
5f36b46
Make use @llvm.assume for loop guards in ScalarEvolution
by Hal Finkel
· 11 years ago
1c0c67a
Check for all known bits on ret in InstCombine
by Hal Finkel
· 11 years ago
3ef1aae
Make use of @llvm.assume from LazyValueInfo
by Hal Finkel
· 11 years ago
1d6c2d7
Add an AlignmentFromAssumptions Pass
by Hal Finkel
· 11 years ago
83d886d
Add additional patterns for @llvm.assume in ValueTracking
by Hal Finkel
· 11 years ago
851b04c
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
by Hal Finkel
· 11 years ago
22f8dcb
DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors on this.
by David Blaikie
· 11 years ago
3d03d60
Add functions for finding ephemeral values
by Hal Finkel
· 11 years ago
3666e7f
Add an Assumption-Tracking Pass
by Hal Finkel
· 11 years ago
8ceea90
[x86] Revert my over-eager commit in r217332.
by Chandler Carruth
· 11 years ago
e328c5e
[x86] Tweak the rules surrounding 0,0 and 1,1 v2f64 shuffles and add
by Chandler Carruth
· 11 years ago
3f09227
Try to unflake AllocatorTest.TestAlignmentPastSlab
by Hans Wennborg
· 11 years ago
4f24001
BumpPtrAllocator: do the size check without moving any pointers
by Hans Wennborg
· 11 years ago
e3fc1d8
[MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed in
by Lang Hames
· 11 years ago
f0ad482
[MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
by Lang Hames
· 11 years ago
277bb8d
[MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnaligned methods.
by Lang Hames
· 11 years ago
324a7cd
R600/SI: Fix register class for some 64-bit atomics
by Matt Arsenault
· 11 years ago
6a712e7
R600/SI: Relax a few tests to help enable scheduler
by Matt Arsenault
· 11 years ago
360ed46
R600/SI: Fix broken check lines.
by Matt Arsenault
· 11 years ago
5f61134
MC: correct DWARF line info for PE/COFF
by Saleem Abdulrasool
· 11 years ago
7cd7154
[x86] Fix a pretty horrible bug and inconsistency in the x86 asm
by Chandler Carruth
· 11 years ago
05ad067
Check whether the iterator p == the end iterator before trying to dereference it. This is a speculative fix for a failure found on the valgrind buildbot triggered by a clang test.
by Nick Lewycky
· 11 years ago
14b2112
Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cpp
by Alexey Samsonov
· 11 years ago
1bd9f9b
[docs] Document what "NFC" means in a commit message.
by Sean Silva
· 11 years ago
9a833c5
[MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.
by Lang Hames
· 11 years ago
469c73b
[x86] Fix an embarressing bug in the INSERTPS formation code. The mask
by Chandler Carruth
· 11 years ago
cbbae7f
[inline asm] Add a check in InlineAsm::ConstraintInfo::Parse to make sure '{'
by Akira Hatanaka
· 11 years ago
52af82d
Allow vector fsub ops with constants to get the same optimizations as scalars.
by Sanjay Patel
· 11 years ago
e8b19ac
Fix pr20078.
by Rafael Espindola
· 11 years ago
ea38850
Restore the ability to check if LLVMCreateObjectFile was successful
by Bjorn Steinbrink
· 11 years ago
2d1c285
clean up; NFC
by Sanjay Patel
· 11 years ago
54543af
[DWARF parser] Fix nasty memory corruption in .dwo files handling.
by Alexey Samsonov
· 11 years ago
1455ac7
The gold tests also require ppc to be compiled in.
by Rafael Espindola
· 11 years ago
eaa85e2
Revert "Disable the fix for pr20793 because of a gnu ld bug."
by Rafael Espindola
· 11 years ago
9f1eb4d
[MCJIT] Const-ify the symbol lookup operations on RuntimeDyld.
by Lang Hames
· 11 years ago
1774832
Set the parent pointer of cloned DBG_VALUE instructions correctly.
by Adrian Prantl
· 11 years ago
babb451
[mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParser. No functional changes.
by Toma Tabacu
· 11 years ago
89a7e3e
R600/SI: Use same complex patterns for DS atomics
by Matt Arsenault
· 11 years ago
353cf20
[mips] Marked the Trap-on-Condition instructions as Mips II
by Daniel Sanders
· 11 years ago
f47b551
[mips] Rename data members and member functions in MipsAssemblerOptions.
by Toma Tabacu
· 11 years ago
286f644
R600: Fix FROUND
by Jan Vesely
· 11 years ago
eb1fef0e
R600/SI: Fix bug in SIInstrInfo::legalizeOpWithMove()
by Tom Stellard
· 11 years ago
7cda2d0
R600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of 64-bit operations
by Tom Stellard
· 11 years ago
c1c5dcf
[x86] Factor out the zero vector insertion logic in the new vector
by Chandler Carruth
· 11 years ago
4b5f105
ARM: cover all sub-architecture enumerators to keep compiler happy.
by Tim Northover
· 11 years ago
94f5d44
[dwarfdump] Dump DW_AT_(decl|call)_line attribute values as decimal values.
by Frederic Riss
· 11 years ago
eeb0520
Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"
by Frederic Riss
· 11 years ago
e80ca34
Removed white-space
by Matthew Gardiner
· 11 years ago
a1fddc5
Adding kalimba variants as Triple sub-architectures. Reviewed in:
by Matthew Gardiner
· 11 years ago
163462e
InstCombine: Remove a special case pattern
by David Majnemer
· 11 years ago
0452bfd
Minor typo.
by Andrew Trick
· 11 years ago
7da07d7
MC: correct DWARF header for PE/COFF assembly input
by Saleem Abdulrasool
· 11 years ago
b20b9bf
[AArch64] Add pass to enable additional comparison optimizations by CSE.
by Jiangning Liu
· 11 years ago
7935e70
[CMake] Add -fno-sanitize=function to UBSan bootstrap
by Alexey Samsonov
· 11 years ago
6cf4a0f
Disable the fix for pr20793 because of a gnu ld bug.
by Rafael Espindola
· 11 years ago
27589ac
Refactor to avoid code duplication. NFC.
by Rafael Espindola
· 11 years ago
295a008
Fix pr20793.
by Rafael Espindola
· 11 years ago
Next »