Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Update to release_36@228965 #35

Closed
wants to merge 10,000 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
f3e42b3
Bitcode: Range-based for, NFC
dexonsmith Jan 12, 2015
442539c
Bitcode: Range-based for, NFC
dexonsmith Jan 12, 2015
0c3289e
Bitcode: Add abbreviation for METADATA_NAME
dexonsmith Jan 12, 2015
e73fc94
Bitcode: Range-based for, NFC
dexonsmith Jan 12, 2015
8afb6d0
Debug Info: Implement DwarfUnit::addRegisterOpPiece() using DwarfExpr…
adrian-prantl Jan 12, 2015
c815f15
[X86][SSE] Minor regression fix for r225551
RKSimon Jan 12, 2015
3d6fed1
Untwine this expression. Thanks to David for noticing!
adrian-prantl Jan 12, 2015
5e3ba22
IR: Fix unit test memory leak reported by ASan
dexonsmith Jan 12, 2015
bb71589
IR: Remove incorrect comment, NFC
dexonsmith Jan 12, 2015
21c4458
[PM] Sink the reference vs. value decision for IR units out of the
chandlerc Jan 12, 2015
34ae4e7
Debug Info: Add a virtual destructor to DwarfExpression.
adrian-prantl Jan 12, 2015
2f95648
Run clang-format on the parts of AsmPrinterDwarf where it improves the
adrian-prantl Jan 12, 2015
80840b5
IR: Unbreak the MSVC build after r225689
dexonsmith Jan 12, 2015
549b6db
R600/SI: Remove redundant setting expand on f64 vectors
arsenm Jan 12, 2015
1ec250a
musttail: Only set the inreg flag for fastcall and vectorcall
rnk Jan 12, 2015
0ec7e83
remove extra semicolon
adrian-prantl Jan 12, 2015
df545e8
Make DwarfExpression store the AsmPrinter instead of the TargetMachine.
adrian-prantl Jan 12, 2015
120c186
IR: Split out writeMDTuple(), NFC
dexonsmith Jan 12, 2015
7521234
Debug Info: Move support for constants into DwarfExpression.
adrian-prantl Jan 13, 2015
ab860e7
Release tag script: add -dry-run flag
zmodem Jan 13, 2015
589d1a1
Release tag script: add -revision option
zmodem Jan 13, 2015
7472c76
Release merge script: don't actually commit the merge
zmodem Jan 13, 2015
4fef722
IR: Fix an inverted assertion when replacing resolved operands
dexonsmith Jan 13, 2015
ccd4840
Grammar and spelling.
echristo Jan 13, 2015
4795235
Revert "IR: Fix an inverted assertion when replacing resolved operands"
dexonsmith Jan 13, 2015
9136fdd
[PM] Re-clang-format much of this code as the code has changed some and
chandlerc Jan 13, 2015
29ad750
Combine fcmp + select to fminnum / fmaxnum if no nans and legal
arsenm Jan 13, 2015
698be08
IR: Remove an invalid assertion when replacing resolved operands
dexonsmith Jan 13, 2015
221a707
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
rnk Jan 13, 2015
3535251
Phabricator calls it "subscriber" not "cc"
Jan 13, 2015
6e4bbf0
IR: Use unique_ptr, NFC
dexonsmith Jan 13, 2015
2b390f4
[PM] Fix another place where I was using an overly generic T&& for the
chandlerc Jan 13, 2015
d8f69a7
Rename llvm.recoverframeallocation to llvm.framerecover
rnk Jan 13, 2015
97c66ef
fix typo; NFC
rotateright Jan 13, 2015
cd7eb37
Disable a warning for self move since the test is checking for this b…
Weverything Jan 13, 2015
6b1894a
[PM] Fold all three analysis managers into a single AnalysisManager
chandlerc Jan 13, 2015
3423a7b
ARM: prepare prefix parsing for improved AAELF support
compnerd Jan 13, 2015
2bcc808
Standardize {pred,succ,use,user}_empty()
artagnon Jan 13, 2015
65535d3
fix {typo, build failure} in r225760
artagnon Jan 13, 2015
24dbb79
Peephole opt needs optimizeSelect() to keep track of newly created MIs
joker-eph Jan 13, 2015
16a6d38
IR/MetadataTest.cpp: Appease msc17 to avoid initializer list.
chapuni Jan 13, 2015
464a522
[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.
whitequark Jan 13, 2015
44ce0c8
Update release notes wrt OCaml bindings.
whitequark Jan 13, 2015
92602ea
[PM] Refactor the new pass manager to use a single template to implement
chandlerc Jan 13, 2015
0ef3c5a
[PM] Remove the 'AnalysisManagerT' type parameter from numerous layers
chandlerc Jan 13, 2015
f416c10
[PM] In the PassManager template, remove a pointless indirection through
chandlerc Jan 13, 2015
5b23df7
SLPVectorizer: Cache results from memory alias checking.
eeckstein Jan 13, 2015
17486ba
[OCaml] Allow out-of-tree builds of LLVM bindings.
whitequark Jan 13, 2015
df70ab2
Silence warnings about unknown pragmas for compilers that are not Cla…
AaronBallman Jan 13, 2015
046c3e8
Revert "SLPVectorizer: Cache results from memory alias checking."
eeckstein Jan 13, 2015
9dd21f4
Added TLI hook for isFPExtFree. Some of the FMA combine heuristics ar…
Jan 13, 2015
102e66e
Added a Mips lld milestone to the release notes for the 3.6 release.
dsandersllvm Jan 13, 2015
abdc028
[mips][microMIPS] Fix issue with 16b instructions in jr instruction d…
Jan 13, 2015
a950d7c
[PowerPC] Add DWARF numbers for CA (XER), etc.
Jan 13, 2015
a82e676
[PowerPC] Split the blr definition into BLR and BLR8
Jan 13, 2015
5e50885
[StackMaps] Allow the target to pre-process the live-out mask
Jan 13, 2015
b41c7e5
[StackMaps] Mark in CallLoweringInfo when lowering a patchpoint
Jan 13, 2015
0ca9b79
[StackMaps] Use CurrentFnSymForSize
Jan 13, 2015
232f393
[PowerPC] Add StackMap/PatchPoint support
Jan 13, 2015
6365882
[PowerPC] Add missing override keyword
Jan 13, 2015
3d6977a
Update multiline.ll testcase to handle (ppc64le) .localentry directive
willschm Jan 13, 2015
ea55ece
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Jan 13, 2015
0ba9a7e
Add link to Go bindings documentation.
pcc Jan 13, 2015
33943f8
Running clang-format on CommandLine.h and CommandLine.cpp.
Jan 13, 2015
5a4c26e
Use the integrated assembler as default on PowerPC
uweigand Jan 13, 2015
81d2500
Use the integrated assembler as default on SystemZ
uweigand Jan 13, 2015
88e1d95
Fix non-determinism issue in SLP
Jan 13, 2015
9e495c5
R600: Make cttz / ctlz cheap to speculate
arsenm Jan 13, 2015
d640962
IR: Add MDLocation class
dexonsmith Jan 13, 2015
186399b
IR: Fix GCC error from MDLocation::getInlinedAt()
dexonsmith Jan 13, 2015
8603a3d
R600: Implement getRsqrtEstimate
arsenm Jan 13, 2015
7c06364
R600: Implement getRecipEstimate
arsenm Jan 13, 2015
3b0fe4e
AsmParser/Bitcode: Add support for MDLocation
dexonsmith Jan 13, 2015
6dc4b28
[PM] Sink the convenience typedefs after the class template they are
chandlerc Jan 13, 2015
1223276
DAGCombiner: simplify by using condition variables; NFC
MatzeB Jan 13, 2015
cebcef6
[AVX512] Add pretty-printing of shuffle mask for unpacks
anemet Jan 13, 2015
293f71d
[AVX512] Unpack support in new shuffle lowering
anemet Jan 13, 2015
f38f71d
Fix function names in tests from r225838.
anemet Jan 13, 2015
3c95d9c
[PM] Push the debug option for the new pass manager into the opt tool
chandlerc Jan 13, 2015
a28a251
[PM] Remove the defunt CGSCC-specific debug flag.
chandlerc Jan 13, 2015
d90e506
R600/SI: Add pattern for bitcasting fp immediates to integers
tstellarAMD Jan 13, 2015
7841554
Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegi…
adrian-prantl Jan 13, 2015
82df5a6
Document, cleanup, and clang-format DwarfExpression.h
adrian-prantl Jan 13, 2015
9fb34c5
cleanup.
adrian-prantl Jan 13, 2015
656da67
[AVX512] Add 16x32 unpck tests as well
anemet Jan 13, 2015
57ed5ff
Debug Info: Move the complex expression handling (=the remainder) of
adrian-prantl Jan 13, 2015
bc42415
Debug Info: Bail out of AddMachineRegPiece() if MachineReg is not a
adrian-prantl Jan 13, 2015
2a463a1
[PM] Move the LazyCallGraph printing functionality to a print method.
chandlerc Jan 13, 2015
4e5d08a
Revert "Debug Info: Bail out of AddMachineRegPiece() if MachineReg is…
adrian-prantl Jan 14, 2015
bb7e1f3
Debug Info: Don't bother emitting DW_AT_frame_base if the function has
adrian-prantl Jan 14, 2015
c910922
Revert r225854: [PM] Move the LazyCallGraph printing functionality to
chandlerc Jan 14, 2015
7c84568
Don't set LD_PRELOAD to ''. It doesn't work on OpenBSD.
espindola Jan 14, 2015
ce0f74d
Migrate ABIName to MCTargetOptions so that it can be shared between
echristo Jan 14, 2015
7e73dc4
Remove unused predicate.
echristo Jan 14, 2015
61d6dc4
[SimplifyLibCalls] Don't try to simplify indirect calls.
ahmedbougacha Jan 14, 2015
cb5c0e6
Utils: Use MDTuple::get() directly, NFC
dexonsmith Jan 14, 2015
f29d97e
Utils: Extract helper function, NFC
dexonsmith Jan 14, 2015
e733e54
Debug Info: Move DIEDwarfExpression into DwarfExpression.h because it
adrian-prantl Jan 14, 2015
db48bda
Debug Info: Emitting a register in DwarfExpression may fail. Report the
adrian-prantl Jan 14, 2015
f82fc00
Debug Info: Implement DwarfCompileUnit::addComplexAddress() using
adrian-prantl Jan 14, 2015
874f377
Utils: Use helper function directly, NFC
dexonsmith Jan 14, 2015
c60bd0c
Utils: Separate out mapDistinctNode(), NFC
dexonsmith Jan 14, 2015
fbf153a
Utils: MDNode => UniquableMDNode, NFC
dexonsmith Jan 14, 2015
504fa89
CodeGen support for x86_64 SEH catch handlers in LLVM
rnk Jan 14, 2015
5f1f94e
Utils: Extract mapUniquedNode(), NFC
dexonsmith Jan 14, 2015
73f9065
Utils: Simplify code, NFC
dexonsmith Jan 14, 2015
7a4708e
Adjust ScheduleDAGSDNodes::RegDefIter for patchpoints
Jan 14, 2015
21befa7
Insert random noops to increase security against ROP attacks (llvm)
jfbastien Jan 14, 2015
ade705c
Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint…
Jan 14, 2015
cc1ea9c
Utils: Extract shouldRemapUniquedNode(), NFC
dexonsmith Jan 14, 2015
6f73d6f
Utils: Extract cloneMDTuple(), NFC
dexonsmith Jan 14, 2015
aafca11
R600/SI: Define a schedule model
tstellarAMD Jan 14, 2015
74195b2
Utils: Add mapping for uniqued MDLocations
dexonsmith Jan 14, 2015
9b68f1c
Utils: Move cloneMD*() up, NFC
dexonsmith Jan 14, 2015
df7a3b3
Utils: Extract cloneMDNode(), NFC
dexonsmith Jan 14, 2015
ffa1a45
Utils: Thread distinct-ness through the cloneMD*() functions, NFC
dexonsmith Jan 14, 2015
68ee48f
Utils: Handle remapping distinct MDLocations
dexonsmith Jan 14, 2015
4d430f0
Utils: Remove unreachable break, NFC
dexonsmith Jan 14, 2015
8b6a26c
Implement new way of expanding extloads.
arsenm Jan 14, 2015
781f7ee
R600/SI: Fix bad code with unaligned byte vector loads
arsenm Jan 14, 2015
140c2ec
R600/SI: Remove some redudant load testcases.
arsenm Jan 14, 2015
037c21f
[PowerPC] Fix the noop-insert test
Jan 14, 2015
a8f0d2f
Remove trailing slash from r225924
dexonsmith Jan 14, 2015
09bec94
ARM: add test for crc32 instructions in CodeGen.
TNorthover Jan 14, 2015
1bcf09e
Disable -Wunknown-pragmas in a test so that Clang without -Wself-move…
Weverything Jan 14, 2015
69f00b7
TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
chapuni Jan 14, 2015
e928b40
Fix a wrong comment in LoopVectorize.
Jan 14, 2015
d39ad60
[dom] Add a basic dominator tree test.
chandlerc Jan 14, 2015
3abe6ea
[dom] Clean up some comments in this header that were confusingly
chandlerc Jan 14, 2015
35854cb
[dom] The formatting of the generic domtree has bitrotted over the years
chandlerc Jan 14, 2015
cf0dee8
[dom] Remove extraneous inline keywords. Template functions and inline
chandlerc Jan 14, 2015
2a38522
Disable a couple of tests, CodeGen/X86/noop-insert.ll and CodeGen/X86…
chapuni Jan 14, 2015
1679d0d
X86: validate 'int' instruction
compnerd Jan 14, 2015
1dcdcc0
NVPTX: Remove bogus remap logic for global variable address spaces
dexonsmith Jan 14, 2015
1f62091
NVPTX: Use MapMetadata() instead of custom/stale/untested logic
dexonsmith Jan 14, 2015
7f0cbb5
Revert "Insert random noops to increase security against ROP attacks …
jfbastien Jan 14, 2015
497b958
Fold a loop for array processing in ComputeLinearIndex
joker-eph Jan 14, 2015
e1f65e2
X86: only access operands if they are present
compnerd Jan 14, 2015
125de50
Add assertions for out of bound index in ComputeLinearIndex
joker-eph Jan 14, 2015
cfe9240
DAG Combiner: Fold SelectCC When Cond is UNDEF
joker-eph Jan 14, 2015
df6c8ef
SelectionDAG: add a -filter-view-dags option to llc
joker-eph Jan 14, 2015
3eafccc
Use the operand vector instead so inline assembly can be validated too
majnemer Jan 14, 2015
f449c53
Use the integrated assembler by default on SPARC.
brad0 Jan 14, 2015
4d47479
[PM] Make DominatorTrees (corectly) movable so that we can move them
chandlerc Jan 14, 2015
8da9819
Add disassembler tests for mips32r2 platform. There are no functional…
Jan 14, 2015
92e2862
[mips] Refine octeon instructions seq/seqi/sne/snei
redstar Jan 14, 2015
8c3a02f
[PM] Port domtree to the new pass manager (at last).
chandlerc Jan 14, 2015
4010b7d
[dom] Make the DominatorTreeBase not a dynamic class!
chandlerc Jan 14, 2015
fd06dd8
Correct POP handling for v7m
Jan 14, 2015
1b27914
[cleanup] Re-sort all the #include lines in LLVM using
chandlerc Jan 14, 2015
d6238e7
reapply: SLPVectorizer: Cache results from memory alias checking.
eeckstein Jan 14, 2015
81e68c9
Add disassembler tests for mips32r2 platform. There are no functional…
Jan 14, 2015
5f92811
Handle a symbol being undefined.
espindola Jan 14, 2015
01cef58
Override the TLI callback enableAggressiveFMAFusion and return true. …
Jan 14, 2015
735aa71
Check that the TLI callback enableAggressiveFMAFusion has the desired…
Jan 14, 2015
33040cf
R600/SI: Spill VGPRs to scratch space for compute shaders
tstellarAMD Jan 14, 2015
65e0a4d
R600/SI: Use IMPLICIT_DEF and KILL when failing to spill VGPRs
tstellarAMD Jan 14, 2015
2f39336
fix typos
rotateright Jan 14, 2015
e8ac5dc
Creating release_36 branch off revision 225991
zmodem Jan 14, 2015
96da76c
Change version from 3.6.0svn to 3.6.0
zmodem Jan 14, 2015
97ae37b
Merging r226023:
zmodem Jan 14, 2015
7a539a8
Merging r226029:
dexonsmith Jan 15, 2015
5b06455
Merging r226044:
dexonsmith Jan 15, 2015
9a2c602
Merging r226046:
dexonsmith Jan 15, 2015
7e47c13
Merging r226048:
dexonsmith Jan 15, 2015
76c60fb
Merging r226058:
dexonsmith Jan 15, 2015
9696cd8
Merging r226075:
zmodem Jan 15, 2015
8e4eedc
Merging r226182:
zmodem Jan 15, 2015
0b5f8d1
Write 3.6 metadata release notes
dexonsmith Jan 15, 2015
5d8d6ce
Fix nit from review of metadata release notes.
dexonsmith Jan 15, 2015
de8a73a
Port r226022 to the 3.6 branch.
espindola Jan 17, 2015
fc56780
Revert r225957 from the 3.6 branch.
espindola Jan 17, 2015
23e4d9d
Merging r226170:
dsandersllvm Jan 17, 2015
6caadcf
Merging r226171:
dsandersllvm Jan 17, 2015
a4475bb
Add a few items to the 3.6 release notes.
espindola Jan 20, 2015
e1fa02c
Merging r226473:
zmodem Jan 20, 2015
493f96e
Merging r226186:
tstellarAMD Jan 21, 2015
e781723
Merging r226187:
tstellarAMD Jan 21, 2015
5193190
Merging r226188:
tstellarAMD Jan 21, 2015
2a56d53
Merging r226189:
tstellarAMD Jan 21, 2015
028c9e7
Merging r226190:
tstellarAMD Jan 21, 2015
01a640b
Merging r226191:
tstellarAMD Jan 21, 2015
3dd7164
Merging r226226:
tstellarAMD Jan 21, 2015
87f0cda
Merging r226583:
tstellarAMD Jan 21, 2015
b17ae4f
Merging r226584:
tstellarAMD Jan 21, 2015
e554cfd
Merging r226585:
tstellarAMD Jan 21, 2015
f957779
Merging r226586:
tstellarAMD Jan 21, 2015
e09ead0
Merging r226591:
tstellarAMD Jan 21, 2015
8c3d5ad
Merging r226596:
tstellarAMD Jan 21, 2015
870f78a
Merging r226597:
tstellarAMD Jan 21, 2015
5baa764
Merging r226755:
zmodem Jan 22, 2015
4f7a137
Merging r226708:
zmodem Jan 22, 2015
913134b
Merging r226711:
zmodem Jan 23, 2015
3c3b55e
Merging r226664:
zmodem Jan 26, 2015
3fdca84
pocl and TCE work with LLVM 3.6 now. Added them to the ReleaseNotes.
pjaaskel Jan 27, 2015
6a9506a
Merging r227005:
dsandersllvm Jan 27, 2015
e180cfa
Merging r227260:
zmodem Jan 28, 2015
cf80ede
Merging r227261:
zmodem Jan 28, 2015
7324280
Merging r227294:
zmodem Jan 28, 2015
4cfcb90
Merging r227299:
zmodem Jan 28, 2015
50e9ef1
Merging r227300:
zmodem Jan 28, 2015
f765399
Backport r226026 and r226031 to 3.6.
espindola Jan 28, 2015
ab8bcad
Merging r227250:
zmodem Jan 28, 2015
cf87413
Merging r226945:
tstellarAMD Jan 28, 2015
1eaeee8
Merging r226970:
tstellarAMD Jan 28, 2015
32d3823
Merging r227085:
zmodem Jan 28, 2015
f65176f
Merging r227319:
zmodem Jan 29, 2015
ccdb0c3
Merging r227339:
zmodem Jan 29, 2015
65794dd
Merging r227290:
zmodem Jan 29, 2015
76a77fb
Merging r227491:
zmodem Jan 30, 2015
30292a9
R600/SI: Define a schedule model and enable the generic machine sched…
tstellarAMD Jan 30, 2015
9fb28b7
Merging r227462:
tstellarAMD Jan 30, 2015
f4ade4c
Merging r227584:
zmodem Jan 30, 2015
fe90da8
Revert r227332, which merged in r227300: "[LPM] Rip all of ManagedStatic
zmodem Jan 30, 2015
c275f6d
Merging r227618:
tstellarAMD Feb 2, 2015
fcc04c2
Merging r227603:
zmodem Feb 2, 2015
7e6f918
Merging r227670:
zmodem Feb 2, 2015
c2a5600
Merging r227809:
zmodem Feb 2, 2015
f8de35b
Merging r227903:
zmodem Feb 3, 2015
27ba016
Merging r227934:
zmodem Feb 3, 2015
0d6862e
Merging r226809:
zmodem Feb 3, 2015
4038ee0
Merging r228129:
zmodem Feb 4, 2015
c642982
Merging r228049:
zmodem Feb 4, 2015
301bf2a
Merging r228168:
zmodem Feb 4, 2015
dcc2e86
Utils: Resolve cycles under distinct MDNodes
dexonsmith Feb 4, 2015
d7e2fef
Add microMIPS codegen to the release notes.
dsandersllvm Feb 5, 2015
4cbaf6f
Merging r228302:
tstellarAMD Feb 5, 2015
f518f53
Merging r228303:
tstellarAMD Feb 5, 2015
231d4f5
Merge r227983 (along with r227815 and r227972 to make it apply cleanly)
zmodem Feb 5, 2015
0e9a38b
Merging r228331:
zmodem Feb 5, 2015
d085961
Merging r228444:
zmodem Feb 6, 2015
e72587b
Merging r228411:
zmodem Feb 7, 2015
1ab5df3
Merging r227628:
zmodem Feb 7, 2015
7c02755
Merging r228490:
zmodem Feb 7, 2015
2de8b75
Merging r228500:
zmodem Feb 7, 2015
830a8c2
Merging r228507:
zmodem Feb 7, 2015
a370ce2
Merging r228518:
zmodem Feb 9, 2015
412f882
Merging r228525:
zmodem Feb 9, 2015
ed4551c
Merging r228565:
zmodem Feb 10, 2015
514eb49
Merging r228656:
zmodem Feb 11, 2015
d721036
Merging r228760 and r228761:
zmodem Feb 11, 2015
335a95e
Merging r228793:
zmodem Feb 11, 2015
2fae077
Reverting r225904 to fix PR22505:
zmodem Feb 12, 2015
2d92d99
Merging r228899:
zmodem Feb 12, 2015
b36941f
Merging r228842:
zmodem Feb 12, 2015
e13563e
Merging r228957:
zmodem Feb 12, 2015
18dcd2c
Add a NullCheckElimination pass
Jun 26, 2014
3c4b4dc
Add the NullCheckElimination pass to the default pass list
Jun 27, 2014
e33f8b7
Improve the NullCheckElimination pass
Jun 29, 2014
fc73e26
Disable the PassInfo cache assertions to make the cache effective in …
dotdash Feb 12, 2015
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.
2 changes: 1 addition & 1 deletion .arcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"project_id" : "llvm",
"conduit_uri" : "http://llvm-reviews.chandlerc.com/"
"conduit_uri" : "http://reviews.llvm.org/"
}
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BasedOnStyle: LLVM

1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,19 @@
# vim swap files
.*.swp
.sw?
#OS X specific files.
.DS_store

#==============================================================================#
# Explicit files to ignore (only matches one).
#==============================================================================#
# Various tag programs
/tags
/TAGS
/GPATH
/GRTAGS
/GSYMS
/GTAGS
.gitusers
autom4te.cache
cscope.files
Expand All @@ -35,7 +44,6 @@ compile_commands.json
#==============================================================================#
# External projects that are tracked independently.
projects/*
!projects/sample
!projects/CMakeLists.txt
!projects/Makefile
# Clang, which is tracked independently.
Expand All @@ -44,5 +52,15 @@ tools/clang
tools/lldb
# lld, which is tracked independently.
tools/lld
# llgo, which is tracked independently.
tools/llgo
# Polly, which is tracked independently.
tools/polly
# Sphinx build tree, if building in-source dir.
docs/_build

#==============================================================================#
# Files created in tree by the Go bindings.
#==============================================================================#
bindings/go/llvm/llvm_config.go
bindings/go/llvm/workdir
Loading