Go to file
Duncan P. N. Exon Smith 8cc24eadd2 ADT: Remove external uses of ilist_iterator, NFC
Delete the dead code for Write(ilist_iterator) in the IR Verifier,
inline report(ilist_iterator) at its call sites in the MachineVerifier,
and use simple_ilist<>::iterator in SymbolTableListTraits.

The only remaining reference to ilist_iterator outside of the ilist
implementation is from MachineInstrBundleIterator.  I'll get rid of that
in a follow-up.

llvm-svn: 280565
2016-09-03 01:22:56 +00:00
clang [Sema] Fix how we set implicit conversion kinds. 2016-09-03 00:28:25 +00:00
clang-tools-extra Remove link to clang's release notes; keeping it up-to-date is hard 2016-09-02 20:39:46 +00:00
compiler-rt [asan] Move scariness_score_test.cc to a common subdirectory 2016-09-02 07:18:35 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure.py: Add polaris10 and polaris11 2016-08-30 18:00:41 +00:00
libcxx Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)), and apply it to memory_resource 2016-09-03 00:11:33 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind consistently add \n to log and trace messages 2016-08-30 15:38:10 +00:00
lld Update comments. 2016-09-02 22:15:08 +00:00
lldb Check for null 2016-09-02 18:15:48 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm ADT: Remove external uses of ilist_iterator, NFC 2016-09-03 01:22:56 +00:00
openmp Move function into cpp file under KMP_AFFINITY_SUPPORTED guard. 2016-09-02 20:54:58 +00:00
parallel-libs [SE] Add getByteCount methods for device memory 2016-09-03 00:32:07 +00:00
polly Dependences: Only create flat StmtSchedule in presence of reductions 2016-09-02 23:40:15 +00:00