Sign in
android
/
platform
/
external
/
llvm_35a
/
HEAD
1cd6a8b
Fix build system for rebase.
by Tim Murray
· 9 years ago
main
master
3878b1b
Merge remote-tracking branch 'upstream/master' into rebase
by Tim Murray
· 9 years ago
3fa0a85
[mips] Add instruction alias (sltu).
by Matheus Almeida
· 9 years ago
a8febf2
ELFObjectWriter: deduplicate suffices in strtab
by Hans Wennborg
· 9 years ago
b1c1b8a
ARM64: print fp immediates without using scientific notation.
by Tim Northover
· 9 years ago
83286f0
AArch64/ARM64: implement remaining TLS relocations (purely MC).
by Tim Northover
· 9 years ago
50de5e4
AArch64/ARM64: add specific diagnostic for MRS/MSR and enable tests.
by Tim Northover
· 9 years ago
52f60f8
AArch64/ARM64: accept and print floating-point immediate 0 as "#0.0"
by Tim Northover
· 9 years ago
c16fa88
IR: Alloca clones should remember inalloca state
by David Majnemer
· 9 years ago
c3a5ef5
[mips] Add instruction alias (dsll and dsrl).
by Matheus Almeida
· 9 years ago
3bdb901
Fix a use of uninitialized memory in SmallVector's move-assignment operator.
by Douglas Gregor
· 9 years ago
41fb117
Relax the test a bit.
by Rafael Espindola
· 9 years ago
bd24b33
R600/SI: Use VALU instructions for copying i1 values
by Tom Stellard
· 9 years ago
1d8e31f
R600/SI: Teach moveToVALU how to handle some SMRD instructions
by Tom Stellard
· 9 years ago
fa2e88d
[ARM64][fast-isel] Fast-isel doesn't know how to handle f128.
by Chad Rosier
· 9 years ago
3dbcd2e
Rename the test, it is testing the symver directive.
by Rafael Espindola
· 9 years ago
6c71a5f
[mips] Add instruction alias (sll and srl).
by Matheus Almeida
· 9 years ago
fbe7448
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
by Sasa Stankovic
· 9 years ago
99b44ba
[mips] Update tests with encoding information for slt, slti, sltiu and sltu.
by Matheus Almeida
· 9 years ago
d3f1202
R600: Remove unused function AMDGPUSubtarget::getDefaultSize()
by Tom Stellard
· 9 years ago
55f8c07
[asan] Disable asm instrumentation on unsupported platforms.
by Evgeniy Stepanov
· 9 years ago
ee053f4
ARM64: enable AArch64's basic-a64-instructions test
by Tim Northover
· 9 years ago
44a2f56
ARM64: print lsr instead of lsrv for variable shifts (etc)
by Tim Northover
· 9 years ago
7870967
ARM64: use 32-bit operations for uxtb & uxth
by Tim Northover
· 9 years ago
1636a5f
AArch64/ARM64: allow smaller granule relocations on MOVZ/MOVN
by Tim Northover
· 9 years ago
bfb7bc8
AArch64/ARM64: copy support for bCC instead of b.CC across.
by Tim Northover
· 9 years ago
36c7472
AArch64/ARM64: expunge CPSR from the sources
by Tim Northover
· 9 years ago
d805bf8
AArch64/ARM64: use HS instead of CS & LO instead of CC.
by Tim Northover
· 9 years ago
ff56f41
Grammar fix.
by Rafael Espindola
· 9 years ago
1c8add9
[mips][msa] Fix vector insertions where the index is variable
by Daniel Sanders
· 9 years ago
4e29e3a
ARM64: accept ELF-relocated load/store insts without a #.
by Tim Northover
· 9 years ago
cb87e23
ARM64: remove duplication by templating InstPrinter methods
by Tim Northover
· 9 years ago
00bdeb4
[mips] Add support for .cpload.
by Matheus Almeida
· 9 years ago
737de9d
[mips] Emit all three relocation operations for each relocation entry on Mips64 big-endian systems.
by Matheus Almeida
· 9 years ago
ebde5a5
ARM64: use hex immediates for movz/movk instructions
by Tim Northover
· 9 years ago
87476b6
ARM64: hexify printing various immediate operands
by Tim Northover
· 9 years ago
2a2cce7
ARM64: print canonical syntax for add/sub (imm) instructions.
by Tim Northover
· 9 years ago
491f476
[LCG] Add the really, *really* boring edge insertion case: adding an
by Chandler Carruth
· 9 years ago
0a78097
Fix multiline comment warning.
by Evgeniy Stepanov
· 9 years ago
d5acbbf
[ARM64] Simplify if condition.
by James Molloy
· 9 years ago
d98970d
[ARM64] Fix stupid copy-pasto in ARM64MCAsmInfo.cpp - aarch64_be -> arm64_be
by James Molloy
· 9 years ago
44ff92f
[ARM64] Try and make the ELF MCJIT *slightly* less broken for ARM64.
by James Molloy
· 9 years ago
c447bef
[ARM64] Ensure arm64_be is dealt with when emitting debug info.
by James Molloy
· 9 years ago
5f4aba6
raw_ostream::operator<<(StringRef): Avoid potential overflow in pointer arithmetic.
by NAKAMURA Takumi
· 9 years ago
5b188b1
ARM64: make sure FastISel uses a GPR64 source in 64-bit extensions.
by Tim Northover
· 9 years ago
6253c04
[LCG] Actually test the *basic* edge removal bits (IE, the non-SCC
by Chandler Carruth
· 9 years ago
28ea582
Add a <tuple> include to more files that aren't getting it transitively on MSVC.
by Benjamin Kramer
· 9 years ago
7ae9b5f
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introduced most of these recently.
by Craig Topper
· 9 years ago
ddbde80
ARM: support stack probe emission for Windows on ARM
by Saleem Abdulrasool
· 9 years ago
38dbc84
ConstantHoisting.cpp: Add <tuple> for std::tie, since r207593 removed FileSystem.h, it includes <tuple>.
by NAKAMURA Takumi
· 9 years ago
f3ce0c0
ARM: print COFF function header for Windows on ARM
by Saleem Abdulrasool
· 9 years ago
25d437f
[C++11] Use 'nullptr' in tablegen output files.
by Craig Topper
· 9 years ago
c6b0620
De-virtualize or remove some methods that have no overrides nor override anything. In some cases remove all together if there are no callers either.
by Craig Topper
· 9 years ago
38bd5c4
ARM: move llvm_unreachable use
by Saleem Abdulrasool
· 9 years ago
745fff8
ARM: partially handle 32-bit relocations for WoA
by Saleem Abdulrasool
· 9 years ago
c8556d7
Simplify getSymbolOffset.
by Rafael Espindola
· 9 years ago
91cc143
[ADT] Provide some helpful static_asserts for using operations of the
by Chandler Carruth
· 9 years ago
1ea8589
[DWARF parser] Cleanup code in DWARFDebugLine.
by Alexey Samsonov
· 9 years ago
9902128
Implement X86 code generation for musttail
by Reid Kleckner
· 9 years ago
fc288c8
Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique
by Reid Kleckner
· 9 years ago
d17f593
Another missing include for MSVC.
by Benjamin Kramer
· 9 years ago
62db473
Fix some 80 cols violations committed in r207539
by David Blaikie
· 9 years ago
ba88484
Try to fix the msvc build.
by Benjamin Kramer
· 9 years ago
7259f14
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
by Benjamin Kramer
· 9 years ago
c1ff2d3
R600: Remove duplicate setting of SELECT expansion.
by Tom Stellard
· 9 years ago
40e455d
R600/SI: Custom lower SI_IF and SI_ELSE to avoid machine verifier errors
by Tom Stellard
· 9 years ago
2a90e44
R600/SI: Only select SALU instructions in the entry or exit block
by Tom Stellard
· 9 years ago
19a970b
R600: optimize the UDIVREM 64 algorithm
by Tom Stellard
· 9 years ago
ea89cd8
R600: Implement iterative algorithm for udivrem
by Tom Stellard
· 9 years ago
dbe7f87
R600: Change UDIV/UREM to UDIVREM when legalizing types
by Tom Stellard
· 9 years ago
78fc9c5
R600: remove unused variable
by Tom Stellard
· 9 years ago
5253c5c
Tidy up.
by Jim Grosbach
· 9 years ago
550b9aa
Spelling.
by Jim Grosbach
· 9 years ago
f822dab
Tidy up whitespace.
by Jim Grosbach
· 9 years ago
2259a26
Also handle ConstantAggregateZero when optimizing vpermilvar*.
by Rafael Espindola
· 9 years ago
167cb01
Fix MSVC build broken by r207580
by David Blaikie
· 9 years ago
00121bb
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
by David Blaikie
· 9 years ago
2387e9e
[DWARF parser] Cleanup code in DWARFDebugLine.
by Alexey Samsonov
· 9 years ago
8263baf
Remove tabs.
by Rafael Espindola
· 9 years ago
984f2fc
Two fixes to the vpermilvar optimization.
by Rafael Espindola
· 9 years ago
6149bc1
[Windows] Fix assertion failure when passing 'nul' in input to clang.
by Andrea Di Biagio
· 9 years ago
55deff8
Fix vectorization remarks.
by Diego Novillo
· 9 years ago
bbea614
Continue slp vectorization even the BB already has vectorized store radar://16641956
by Yi Jiang
· 9 years ago
156cfdf
Add slp vectorization to LTO passes
by Yi Jiang
· 9 years ago
1363a77
Reapply r207271 without the testcase
by Adam Nemet
· 9 years ago
52c03fb
Add Simple return instruction to Mips fast-isel
by Reed Kotler
· 9 years ago
b58db22
[DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.
by Alexey Samsonov
· 9 years ago
f38f17c
SupportTest: Fix test names harder
by Duncan P. N. Exon Smith
· 9 years ago
67f5fca
BranchProb: Simplify printing code
by Duncan P. N. Exon Smith
· 9 years ago
a70510a
[mips] Remove two more redundant 'let Predicates = [HasStdEnc]' statements that were missed
by Daniel Sanders
· 9 years ago
d419606
Support: Remove out-of-date comments
by Duncan P. N. Exon Smith
· 9 years ago
31413d8
Support: More BlockFrequencyTest => BranchProbabilityTest
by Duncan P. N. Exon Smith
· 9 years ago
3dbface
Support: Fix test name
by Duncan P. N. Exon Smith
· 9 years ago
2c252dd
Support: BlockFrequencyTest => BranchProbabilityTest
by Duncan P. N. Exon Smith
· 9 years ago
8c4dcca
[mips] Remove more redundant 'let Predicates = [HasStdEnc]' statements
by Daniel Sanders
· 9 years ago
07f9612
blockfreq: Defer to BranchProbability::scale() (again)
by Duncan P. N. Exon Smith
· 9 years ago
18f4763
[mips] Remove redundant 'let Predicates = [HasStdEnc]' statements
by Daniel Sanders
· 9 years ago
6919443
blockfreq: Defer to BranchProbability::scale()
by Duncan P. N. Exon Smith
· 9 years ago
81566c5
blockfreq: Remove BlockMass*BlockMass
by Duncan P. N. Exon Smith
· 9 years ago
d699090
Support: remove unnecessary namespace
by Duncan P. N. Exon Smith
· 9 years ago
Next »