Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Update to LLVM 4.0 #165

Closed
wants to merge 8,005 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
8005 commits
Select commit Hold shift + click to select a range
b15738d
[Orc][RPC] Add an APICalls utility for grouping RPC funtions for regi…
lhames Jan 8, 2017
5bf195e
[Orc][RPC] Fix typo.
lhames Jan 8, 2017
f1eea39
[AVX-512] Remove redundant patterns that select unaligned moves with …
topperc Jan 8, 2017
93f6323
[CostModel][X86] Moved legal uniform shift costs earlier.
RKSimon Jan 8, 2017
35f85cb
[CostModel][X86] Fixed vXi8 uniform shift costs.
RKSimon Jan 8, 2017
f204b67
[x86] fix usage of stale operands when lowering select
rotateright Jan 8, 2017
ed44aa9
Fix line endings and strip trailing whitespace.
RKSimon Jan 8, 2017
cab7013
unittest: remove extraneous ';'
compnerd Jan 8, 2017
6c12575
Strip trailing whitespace.
RKSimon Jan 8, 2017
8204fd7
llvm-objdump: speed up -objc-meta-data
compnerd Jan 8, 2017
c103185
[Orc][RPC] Lock the pending results data structure when installing ne…
lhames Jan 8, 2017
fd00f62
[SCCP] Unknown instructions are sent to overdefined anyway. NFCI.
dcci Jan 8, 2017
3137125
[X86] Add avx512bw and avx512dq command lines to the vector compare r…
topperc Jan 8, 2017
c489a86
[AVX-512] If avx512dq is available use vpmovm2d/vpmovm2q instead of v…
topperc Jan 8, 2017
2ab4f6e
[LCSSA] Fix some typos. NFCI.
dcci Jan 8, 2017
7b2b2ad
[MemDep] NFC walk invariant.group graph only down
prazek Jan 8, 2017
8839e0c
CommandLine option: Relax the assertion introduced in r290467 to allo…
joker-eph Jan 8, 2017
d9a8ccc
Define sys::path::convert_to_slash
rui314 Jan 9, 2017
3612268
[AVX-512] Add patterns to use a zero masked VPTERNLOG instruction for…
topperc Jan 9, 2017
ca3a0c9
[AVX-512] Change another pattern that was using BLENDM to use masked …
topperc Jan 9, 2017
66e9c6a
NewGVN: Change a std::vector to SmallVector and cleanup naming.
dberlin Jan 9, 2017
b393b33
NewGVN: Fix PR 31573, a failure to verify memory congruency due to
dberlin Jan 9, 2017
d584d64
Remove unused method in LoopVectorize.cpp.
JonPsson Jan 9, 2017
a72cf11
[WebAssembly] Fix the opcode values for i64.eq and i64.ne.
Jan 9, 2017
f7babeb
[PM] Teach SCEV to invalidate itself when its dependencies become
chandlerc Jan 9, 2017
0f4cbb9
RuntimeDyldELF: don't create thunk if not needed
eleviant Jan 9, 2017
1148d63
Fix MSVC build failure introduced in r291431
labath Jan 9, 2017
9be988a
RuntimeDyldELF: add missing test cases for AArch64
eleviant Jan 9, 2017
26c3968
[SelectionDAG] Fix in legalization of UMAX/SMAX/UMIN/SMIN. Solves PR3…
bjope Jan 9, 2017
7f03185
Some formatting in TargetMachineC. NFC
deadalnix Jan 9, 2017
a2d2e19
[IR] Adding const_value_op_iterator for IR/User.h
Jan 9, 2017
077d763
[X86][AVX512DQ] Added AVX512DQ to 128/256 bit vector shift tests
RKSimon Jan 9, 2017
8b3491b
[X86][AVX512DQ] Enable v16i16 vector shifts to use an extend+shift+tr…
RKSimon Jan 9, 2017
3f06747
fix comment typos; NFC
rotateright Jan 9, 2017
9c61a35
[X86][AVX512] Enable v16i8/v32i8 vector shifts to use an extend+shift…
RKSimon Jan 9, 2017
e2818e5
In the below scenario, we must be able to skip the a DBG_VALUE instru…
Jan 9, 2017
6c04c05
Intrinsic::Bitreverse is safe to speculate
trentxintong Jan 9, 2017
155581a
Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")
arsenm Jan 9, 2017
f7c0d40
AMDGPU: Add Assert[SZ]Ext during argument load creation
arsenm Jan 9, 2017
0a3fcf0
[LV] Fix-up external IV users after updating dominator tree
mssimpso Jan 9, 2017
99555b7
[InstCombine] remove unnecessary attribute comments from test files; NFC
rotateright Jan 9, 2017
fdda3fb
[InstCombine] regenerate checks; NFC
rotateright Jan 9, 2017
d7c9322
Fix function regex in update_tests so it can handle {}'s in function …
dberlin Jan 9, 2017
edac66f
[ValueTracking] regenerate checks; NFC
rotateright Jan 9, 2017
fe1696d
[InstCombine] regenerate checks; NFC
rotateright Jan 9, 2017
b7b948c
[ObjectYAML] Support for DWARF line tables
Jan 9, 2017
67c28b0
Revert "[ObjectYAML] Support for DWARF line tables"
Jan 9, 2017
65d1e15
[InstCombine] add test to show missed fold using llvm.assume; NFC
rotateright Jan 9, 2017
b28d4b4
X86-specific path: Implemented the fusing of MUL+ADDSUB to FMADDSUB.
Jan 9, 2017
dcfedc3
Revert r291092 because it introduces a crash.
mkuperst Jan 9, 2017
e84b43f
TarWriter: Set "00" to Ustar version field.
rui314 Jan 9, 2017
4da3b92
MachineInstr: Print name for subreg index in SUBREG_TO_REG
MatzeB Jan 9, 2017
b4ff498
Drive by typo fix
MatzeB Jan 9, 2017
33887e3
PeepholeOptimizer: Do not replace SubregToReg(bitcast like)
MatzeB Jan 9, 2017
cf230cb
Support outputting to /dev/null.
espindola Jan 9, 2017
3cb206f
[SimplifyLibCalls] pow(x, -0.5) -> 1.0 / sqrt(x).
dcci Jan 9, 2017
73d98ca
Refactor inline threshold update code.
Jan 9, 2017
8b06cd9
[X86][AVX512VL] Added AVX512VL to 128/256 bit vector shift tests
RKSimon Jan 9, 2017
2a668d8
[NVPTX] Fix some Clang-tidy modernize and Include What You Use warnin…
EugeneZelenko Jan 9, 2017
7f31bf6
TarWriter: Fix a bug in Ustar header.
rui314 Jan 9, 2017
3494169
[WebAssembly] Add return type annotations in fast isel.
Jan 9, 2017
0b4654f
Commit a test for match-full-lines.
jyknight Jan 9, 2017
48a2a27
Lift the 10-type limit for AlignedCharArrayUnion
scallanan Jan 9, 2017
178be5d
Fix MSVC build of AlignedCharArrayUnion
rnk Jan 10, 2017
e444a76
Revert the attempt to optimize the constexpr functions. MSVC does not…
rnk Jan 10, 2017
2683e96
Add an assert for hasLoopInvariantOperands
trentxintong Jan 10, 2017
39ed1db
[ThinLTO] Hash more part of the config to build cache entries
joker-eph Jan 10, 2017
edab602
Try once again to fix the MSVC build of AlignedCharArrayUnion
rnk Jan 10, 2017
0a5dcd6
[CodeGen] Implement the SUnit::print() method
Jan 10, 2017
6e1f066
[XRay] Implement `llvm-xray convert` -- trace file conversion
deanberris Jan 10, 2017
b2ae9e2
[StructurizeCfg] Update dominator info.
spavloff Jan 10, 2017
5b82745
[XRay] Don't include <unistd.h> unnecessarily
deanberris Jan 10, 2017
fba0f6d
Fix a typo and also test a new machine for commit. NFC.
trentxintong Jan 10, 2017
5165d0d
[XRay] Fixup includes for modules build
deanberris Jan 10, 2017
1cc2072
[DAGCombiner] Remove code for optimizing select (xor Cond, 0), X, Y -…
topperc Jan 10, 2017
0a38cc6
[X86] When lowering uniform shifts, use X86ISD::VZEXT instead of usin…
topperc Jan 10, 2017
9213bb6
[XRay] Use regular expression for finding symbols
deanberris Jan 10, 2017
e820923
[ObjectYAML] Support for DWARF line tables
Jan 10, 2017
2d73738
Revert "[ObjectYAML] Support for DWARF line tables"
Jan 10, 2017
1d928ef
AMD family 17h (znver1) enablement
topperc Jan 10, 2017
6c9c3a7
[ObjectYAML] Support for DWARF line tables
Jan 10, 2017
19d53d6
[ObjectYAML] Missed one mixup in the debug_line test
Jan 10, 2017
7b6c6fb
[DAGCombiner] Merge together duplicate checks for folding fold (selec…
topperc Jan 10, 2017
00ad914
[mips] Honour -mno-odd-spreg for vector splat
Jan 10, 2017
2d0a1dd
RuntimeDyldELF: implement R_AARCH64_PREL64 reloc
eleviant Jan 10, 2017
3c45ea4
Revert "[mips] Honour -mno-odd-spreg for vector splat"
Jan 10, 2017
c6676d8
[mips] Honour -mno-odd-spreg for vector splat (again)
Jan 10, 2017
961fc84
[mips] Fix Mips MSA instrinsics
Jan 10, 2017
33d492e
[AArch64] Add support for lowering bitreverse to the rbit instruction.
Jan 10, 2017
b614cd3
[SimplifyLibCalls] Propagate fast math flags while optimizing pow().
dcci Jan 10, 2017
70dde8f
LangRef: Note that calls also support fast math flags
arsenm Jan 10, 2017
2ce7031
[X86][AVX512]Improving shuffle lowering by using AVX-512 EXPAND* inst…
michaelz-eng Jan 10, 2017
16ed161
[CostModel][X86] Add AVX512VL vector shift cost tests.
RKSimon Jan 10, 2017
da59cd0
AMDGPU: Add tests for HasMultipleConditionRegisters
arsenm Jan 10, 2017
ef64b17
[ARM] Remove rbit intrinsics and autoupgrade to generic bitreverse.
Jan 10, 2017
2cf892f
[PGO] Turn off comdat renaming in IR PGO by default
xur-llvm Jan 10, 2017
c7eb5df
[LV] Don't panic when encountering the IV of an outer loop.
mkuperst Jan 10, 2017
8548be3
[CMake] Handle common options for runtimes build
petrhosek Jan 10, 2017
71b8698
[llvm-config] Canonicalize CMake booleans to 0/1
mgorny Jan 10, 2017
d833349
Fix memory leak in a unit test.
rui314 Jan 10, 2017
d9df13b
DebugInfo: support for DW_FORM_implicit_const
Jan 10, 2017
ce89bf1
Correct object file for implicit const test
Jan 10, 2017
aca5f16
[WebAssembly] Only RAUW a constant once in FixFunctionBitcasts
dschuff Jan 10, 2017
fa5aafa
DAG: Avoid OOB when legalizing vector indexing
arsenm Jan 10, 2017
043e934
Make the test accept different OpCode values since it doesn't really …
dyung Jan 10, 2017
054b604
Add the 'googlemock' component of Google Test to LLVM's unittest libr…
chandlerc Jan 10, 2017
d8c5040
Remove unused CONVERT_RNDSAT intrinsics
arsenm Jan 10, 2017
ada6595
CodeGen: Allow small copyable blocks to "break" the CFG.
Jan 10, 2017
3aa9c7e
InstCombine: fdiv -x, -y -> fdiv x, y
arsenm Jan 10, 2017
b5f78ed
InstCombine: Set operands instead of creating new call
arsenm Jan 10, 2017
7b68503
Move the section name from GlobalObject to the LLVMContext
rnk Jan 10, 2017
2fa5ad0
[loop-unroll] Factor out code to update LoopInfo (NFC).
fhahn Jan 10, 2017
1639229
AMDGPU: Constant fold when immediate is materialized
arsenm Jan 10, 2017
eb75eea
[AArch64] Consider all vector types for FeatureSlowMisaligned128Store
Jan 10, 2017
9975cec
[NVPTX] Add CHECK-LABEL where appropriate to fast-math.ll test.
Jan 10, 2017
e9bf848
[TM] Restore default TargetOptions in TargetMachine::resetTargetOptions.
Jan 10, 2017
108d72a
[loop-unroll] Properly populate LoopInfo for loops cloned in LoopUnro…
fhahn Jan 10, 2017
e9fdb8b
[InstCombine] add a wrapper for a common pair of transforms; NFCI
rotateright Jan 10, 2017
de4116d
Revert "[PGO] Turn off comdat renaming in IR PGO by default"
xur-llvm Jan 10, 2017
53dcfdf
AMDGPU/EG,CM: Add fp16 conversion instructions
jvesely Jan 11, 2017
a618f4d
[gmock] Teach gmock ElementsAre and BeginEndDistanceIs matchers to
chandlerc Jan 11, 2017
1f4353f
InstSimplify: Eliminate fabs on known positive
arsenm Jan 11, 2017
70b1ff1
Add better documentation for iterator facade subclasses.
Jan 11, 2017
e85dd39
[CodeView] Add TypeDatabase class.
Jan 11, 2017
eb6ab04
[CodeView/PDB] Rename a bunch of files.
Jan 11, 2017
7249f50
[RegBankSelect] Improve the output of the debug messages.
Jan 11, 2017
b8cd3bb
[X86] Dont run combineSetCCAtomicArith() when the cmp has multiple uses
zmodem Jan 11, 2017
bfe8722
Remove unused field.
Jan 11, 2017
5499c1d
InstSimplify: Refactor function to use more switches
arsenm Jan 11, 2017
91424c3
tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r…
chapuni Jan 11, 2017
5811c15
Re-commit r289955: [X86] Fold (setcc (cmp (atomic_load_add x, -C) C),…
zmodem Jan 11, 2017
bdf370d
[Target] Fix some Clang-tidy modernize and Include What You Use warni…
EugeneZelenko Jan 11, 2017
a40945e
DAGCombiner: Add hasOneUse checks to fadd/fma combine
arsenm Jan 11, 2017
f7b662a
[DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor AllOnes), N…
topperc Jan 11, 2017
a162766
[LICM] Report successful hoist/sink/promotion
anemet Jan 11, 2017
468290d
Fix typo in comment
anemet Jan 11, 2017
f5fda30
[LICM] Report failing to hoist a load with an invariant address
anemet Jan 11, 2017
3d79242
[LICM] Report failing to hoist conditionally-executed loads
anemet Jan 11, 2017
bd496c7
Revert r291645 "[DAGCombiner] Teach DAG combiner to fold (vselect (N0…
topperc Jan 11, 2017
d27a39a
[PM] Rewrite the loop pass manager to use a worklist and augmented run
chandlerc Jan 11, 2017
14cdbca
[XRay] Define the library for XRay trace logs
deanberris Jan 11, 2017
6c0548a
[PM] Try to appease MSVC by explicitly disambiguating a member name as
chandlerc Jan 11, 2017
7e0a3f9
[PM] Another attempt to satisfy MSVC.
chandlerc Jan 11, 2017
c3bb9ef
[PM] Pull a lambda out of an argument into a named variable to try and
chandlerc Jan 11, 2017
9c6b24c
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Jan 11, 2017
208cabd
[X86] fixing failed test in commit: r291657
Jan 11, 2017
3cf3d08
[X86] Fix PR30926 - Add patterns for (v)cvtsi2s{s,d} and (v)cvtsd2s{s,d}
Jan 11, 2017
6b834bb
[PM] Take more drastic measures to work around MSVC's failure on this
chandlerc Jan 11, 2017
c68d25f
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
chandlerc Jan 11, 2017
4f06332
Fix line endings
RKSimon Jan 11, 2017
b237097
[X86][AVX512BW] Vectorize v64i8 vector shifts
RKSimon Jan 11, 2017
79fab99
Fix unused variable warning
RKSimon Jan 11, 2017
e8d33c0
[AMDGPU] Assembler: SDWA/DPP should not accept scalar registers and i…
SamWot Jan 11, 2017
7449a16
X86 CodeGen: Optimized pattern for truncate with unsigned saturation.
Jan 11, 2017
a6e44bd
Make processing @llvm.assume more efficient - Add affected values to …
Jan 11, 2017
ac6bde2
[SystemZ] Improve isFoldableMemAccessOffset().
JonPsson Jan 11, 2017
bdfaae1
[lib/Object] - Introduce Decompressor class.
Jan 11, 2017
de8188f
[ARM] Fix test CodeGen/ARM/fpcmp_ueq.ll broken by rL290616
Jan 11, 2017
8e9ce78
[MemDep] NFC variable name change
prazek Jan 11, 2017
62a30b4
Remove trailing whitespace. NFCI.
RKSimon Jan 11, 2017
bc6b23e
build_llvm_package.bat: Add note about what SWIG version to use
zmodem Jan 11, 2017
52a39de
Revert rL291205 because it breaks Chrome tests under CFI.
Jan 11, 2017
8ae3333
GlobalISel: only print debug info with -debug. NFC.
TNorthover Jan 11, 2017
a9a480e
Remove all variants of DWARFDie::getAttributeValueAs...() that had pa…
Jan 11, 2017
9056d41
[X86][XOP] Add vpermil2ps target shuffle -> insertps combine test
RKSimon Jan 11, 2017
83229ee
[lib/Object] Unbreak build with -Werror (unused variable). NFCI.
dcci Jan 11, 2017
8672808
[SLP] Remove bogus assert.
mkuperst Jan 11, 2017
1f1e5c2
[ARM] More aggressive matching for vpadd and vpaddl.
Jan 11, 2017
ae69f7d
Make some operator bools explicit for sanity/safety.
dwblaikie Jan 11, 2017
0aa7497
Revert "CodeGen: Allow small copyable blocks to "break" the CFG."
Jan 11, 2017
6d80fe7
Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"
xur-llvm Jan 11, 2017
0696390
NewGVN: Refactor performCongruenceFinding and split out congruence cl…
dberlin Jan 11, 2017
42f1f6e
NewGVN: Fix PR31594, by tracking the store count of congruence
dberlin Jan 11, 2017
1d8008b
Re-apply r291205, "LowerTypeTests: Split the pass in two: a resolutio…
pcc Jan 11, 2017
08108a2
[SCEV] Make howFarToZero use a simpler formula for max backedge-taken…
Jan 11, 2017
1404fc0
[SCEV] Make howFarToZero max backedge-taken count check for precondit…
Jan 11, 2017
799d7f0
LowerTypeTests: Represent the memory region size with the constant si…
pcc Jan 11, 2017
5c32548
Add test that verifies we don't peel loops in optsize functions. NFC.
mkuperst Jan 11, 2017
459fccc
[NewGVN] Strengthen a couple of assertions.
dcci Jan 11, 2017
4214b41
[NewGVN] Parenthesise assertion condition (-Wparenthesis).
dcci Jan 11, 2017
c6b1aed
AMDGPU: Fix folding immediates into mac src2
arsenm Jan 11, 2017
c38c135
Revert "[NewGVN] Strengthen a couple of assertions."
dcci Jan 11, 2017
8181d20
Use EXPECT_EQ instead of ASSERT_EQ in a unit test.
rui314 Jan 11, 2017
cfd8739
[asan] Set alignment of __asan_global_* globals to sizeof(GlobalStruct)
kubamracek Jan 11, 2017
8c7e984
AMDGPU: Fix breaking VOP3 v_add_i32s
arsenm Jan 11, 2017
fac5124
AMDGPU: Fix sext_inreg for i1 in i16
arsenm Jan 11, 2017
bdb13d2
Add -Wl,-color-diagnostics if a linker supports the option.
rui314 Jan 11, 2017
f1e95d3
AMDGPU: Fix shrinking of addc/subb.
arsenm Jan 11, 2017
7371eca
X86: Remove dead code. NFC.
pcc Jan 11, 2017
4509ae4
[CodeView] Finish decoupling TypeDatabase from TypeDumper.
Jan 11, 2017
c082fcc
[NewGVN] Fixup store count for the `initial` congruency class.
dcci Jan 11, 2017
8694e2f
AMDGPU: Pull fneg/fabs out of a select
arsenm Jan 11, 2017
bcf34bb
AMDGPU: Fold fneg into fadd
arsenm Jan 12, 2017
ef33822
AMDGPU: Fold fneg into fmul
arsenm Jan 12, 2017
94bf68d
AMDGPU: Fold fneg into fma or fmad
arsenm Jan 12, 2017
5bd1c1d
Make a test actually test what it set out to test.
chandlerc Jan 12, 2017
ea5c0e9
[AVX-512] Add more varied avx512 feature command lines to the avx512-…
topperc Jan 12, 2017
f160ecc
[X86][AVX512] Fix PR31515 - Do not flip vselect condition if it's not…
Jan 12, 2017
49cfd1f
[AVX-512] Improve lowering of sign_extend of v4i1 to v4i32 and v2i1 t…
topperc Jan 12, 2017
4a4c1fc
[AVX-512] Improve lowering of zero_extend of v4i1 to v4i32 and v2i1 t…
topperc Jan 12, 2017
3517370
AMDGPU: Fix sub_oneuse being marked commutative
arsenm Jan 12, 2017
c4416a6
[XRay] Implement the `llvm-xray account` subcommand
deanberris Jan 12, 2017
182166e
[XRay] Include <numeric> for std::accumulate.
deanberris Jan 12, 2017
e821446
Fix windows buildbots building llvm-xray
RKSimon Jan 12, 2017
dfe0691
Wdocumentation fix
RKSimon Jan 12, 2017
4e1eef1
[Devirtualization] MemDep returns non-local !invariant.group dependen…
prazek Jan 12, 2017
6e712a2
[globalisel] Initialize RegisterBanks with static data.
dsandersllvm Jan 12, 2017
8c4ff10
[DebugInfo] Added DI macro creation API to DIBuilder.
Jan 12, 2017
819f312
[globalisel] Move as much RegisterBank initialization to the construc…
dsandersllvm Jan 12, 2017
4afed5d
TTI: Add comment clarifying the meaning of MemIntrinsicInfo::PtrVal.
Jan 12, 2017
28fbf6c
Fix some -Wsign-compare warnings by making some integer literals expl…
dwblaikie Jan 12, 2017
e652041
AMDGPU: Fold fneg into fp_extend
arsenm Jan 12, 2017
cca494f
AMDGPU: Fold fneg into fp_round
arsenm Jan 12, 2017
bd87073
AMDGPU: Fold fneg into rcp
arsenm Jan 12, 2017
e3ada07
Bump year to 2017 in LICENSE.txt
zmodem Jan 12, 2017
49dd8fc
AMDGPU: Fold fneg into fmul_legacy
arsenm Jan 12, 2017
972c418
[DebugInfo] Add const to DILocation variable declaration; NFC.
Jan 12, 2017
fa3329a
Avoid std::errc::protocol_* to appease mingw
zmodem Jan 12, 2017
c61d8bc
[DebugInfo] DILocation variable declaration should be const; NFC.
Jan 12, 2017
13f3144
ARM: slightly more table driven libcall setup
compnerd Jan 12, 2017
9db1ec3
AMDGPU: Fold free fneg into sin
arsenm Jan 12, 2017
cd00258
AMDGPU: Skip fneg/select combine if it can fold into other
arsenm Jan 12, 2017
ac2f8ae
[X86] Update LLC tests for slow division bypassing (NFC)
Jan 12, 2017
7246950
[X86] Tune bypassing of slow division for Intel CPUs
Jan 12, 2017
19b8606
[X86] Rename tests for bypassing slow division (NFC)
Jan 12, 2017
eea6148
[llvm-config] Fix obviously wrong code in parsing DyLib components.
Kariddi Jan 12, 2017
7257b8b
[X86] Modify BypassSlowDivision tests to match their new names (NFC)
Jan 12, 2017
7b4bd48
[X86] Replace AND+IMM64 with SRL/SHL
Jan 12, 2017
8d5c625
[SCEV] Simplify SolveLinEquationWithOverflow a bit.
Jan 12, 2017
cecc543
[DebugInfo] Handle same locations in DILocation::getMergedLocation
Jan 12, 2017
79af005
[DebugInfo] Remove redundant check in SimplifyCFG; NFC.
Jan 12, 2017
cbdbf82
Creating release_40 branch off revision 291814
zmodem Jan 12, 2017
6282d47
Drop 'svn' suffix from version.
zmodem Jan 12, 2017
9377809
ReleaseNotes: remove 'if you're reading on trunk' warning
zmodem Jan 12, 2017
0b45bfe
Merging r291863:
zmodem Jan 13, 2017
ea937a7
Merging r291875:
zmodem Jan 13, 2017
d7e6789
Mention invariant.group in ReleaseNotes
prazek Jan 14, 2017
9f6ca5d
Mention ThinLTO in ReleaseNotes
prazek Jan 15, 2017
eb0fbb2
Merging r292242:
zmodem Jan 17, 2017
36d5330
Drop 'if you're using released version' warning
zmodem Jan 17, 2017
449b4c3
Merging r292255:
zmodem Jan 17, 2017
64b987e
Merging r291968 and r291979:
zmodem Jan 18, 2017
7b75ec8
Merging r292133:
zmodem Jan 18, 2017
c329efb
Merging r291966:
zmodem Jan 18, 2017
c37b5f4
Merge remote-tracking branch 'upstream/release_40'
Jan 18, 2017
a117f99
[emscripten] Fix test which failed due to DCE
Jan 19, 2017
941cac6
[emscripten] Use 'GetStructTypeOrNull' when iterating GEP operand types
Jan 19, 2017
0c0c905
[emscripten] Recognize invariant intrinsics which are now overloaded
Jan 19, 2017
c58ae26
[emscripten] Delete all of the Makefiles
Jan 19, 2017
1d467b2
[emscripten] Increment GEP type iterator alongside operand iterator
Jan 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .arcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"project_id" : "llvm",
"conduit_uri" : "https://reviews.llvm.org/"
}
6 changes: 5 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ CheckOptions:
- key: readability-identifier-naming.EnumCase
value: CamelCase
- key: readability-identifier-naming.FunctionCase
value: lowerCase
value: camelBack
- key: readability-identifier-naming.MemberCase
value: CamelCase
- key: readability-identifier-naming.ParameterCase
value: CamelCase
- key: readability-identifier-naming.UnionCase
value: CamelCase
- key: readability-identifier-naming.VariableCase
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ tools/lld
tools/llgo
# Polly, which is tracked independently.
tools/polly
# avrlit, which is tracked independently.
tools/avrlit
# Sphinx build tree, if building in-source dir.
docs/_build
# VSCode config files.
.vscode

#==============================================================================#
# Files created in tree by the Go bindings.
Expand Down
Loading