/[base]
ViewVC logotype

Revision 235633


Jump to revision: Previous Next
Author: dim
Date: Fri May 18 21:49:11 2012 UTC (12 years, 1 month ago)
Changed paths: 2165 (showing only 100; show all)
Log Message:
MFC r234353:

  Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
  upcoming 3.1 release (expected in a few weeks).  Preliminary release
  notes can be found at: <http://llvm.org/docs/ReleaseNotes.html>

MFC r234982:

  Upgrade our copy of llvm/clang to r155985, from upstream's release_31
  branch.  This brings us very close to the 3.1 release, which is planned
  for May 14th.

MFC r235058:

  Make sure a few new internal clang headers get installed, I missed these
  in the last import.  They are sometimes needed when you want to use
  advanced instructions.

  Also, add clang's internal stdalign.h header to ObsoleteFiles.inc, since
  it is redundant: we already have a stdalign.h header in /usr/include.

  Pointy hat to:	dim
  PR:		kern/167574
  Submitted by:	jkim
  Reported by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>


Changed paths

Path Details
Directorystable/9/ObsoleteFiles.inc modified , text changed
Directorystable/9/contrib/llvm/ modified , props changed
Directorystable/9/contrib/llvm/LICENSE.TXT modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/APFloat.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/APInt.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/ArrayRef.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/BitVector.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/DenseMap.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/DenseMapInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/FoldingSet.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/GraphTraits.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/Hashing.h
(Copied from head/contrib/llvm/include/llvm/ADT/Hashing.h, r234353)
added
Directorystable/9/contrib/llvm/include/llvm/ADT/ImmutableSet.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/IntervalMap.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/PointerIntPair.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/PointerUnion.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/SetVector.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/SmallBitVector.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/SmallPtrSet.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/SmallSet.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/SmallString.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/SmallVector.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/SparseBitVector.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/SparseSet.h
(Copied from head/contrib/llvm/include/llvm/ADT/SparseSet.h, r234353)
added
Directorystable/9/contrib/llvm/include/llvm/ADT/Statistic.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/StringExtras.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/StringMap.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/StringRef.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/TinyPtrVector.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/Trie.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/Triple.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/Twine.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/ValueMap.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/ADT/VariadicFunction.h
(Copied from head/contrib/llvm/include/llvm/ADT/VariadicFunction.h, r234353)
added
Directorystable/9/contrib/llvm/include/llvm/ADT/VectorExtras.h deleted
Directorystable/9/contrib/llvm/include/llvm/ADT/edit_distance.h
(Copied from head/contrib/llvm/include/llvm/ADT/edit_distance.h, r234353)
added
Directorystable/9/contrib/llvm/include/llvm/ADT/ilist.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/AliasAnalysis.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/AliasSetTracker.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/BlockFrequencyImpl.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/BlockFrequencyInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/BranchProbabilityInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/CFGPrinter.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/CaptureTracking.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/CodeMetrics.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/ConstantFolding.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/DIBuilder.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/DebugInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/DominanceFrontier.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/DominatorInternals.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/Dominators.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/IVUsers.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/InlineCost.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/InstructionSimplify.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/IntervalIterator.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/LazyValueInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/Loads.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/LoopInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/PHITransAddr.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/ProfileInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/RegionInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/ScalarEvolution.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Analysis/ValueTracking.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Argument.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Assembly/AssemblyAnnotationWriter.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Assembly/Parser.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Assembly/Writer.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Attributes.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/AutoUpgrade.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/BasicBlock.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Bitcode/Archive.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Bitcode/BitCodes.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Bitcode/BitstreamReader.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Bitcode/BitstreamWriter.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Bitcode/LLVMBitCodes.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/Bitcode/ReaderWriter.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/Analysis.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/AsmPrinter.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/BinaryObject.h deleted
Directorystable/9/contrib/llvm/include/llvm/CodeGen/CallingConvLower.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/DFAPacketizer.h
(Copied from head/contrib/llvm/include/llvm/CodeGen/DFAPacketizer.h, r234353)
added , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/EdgeBundles.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/FastISel.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/GCStrategy.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/ISDOpcodes.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/JITCodeEmitter.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/LexicalScopes.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/LiveInterval.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h modified , text changed
Directorystable/9/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h
(Copied from head/contrib/llvm/include/llvm/CodeGen/LiveRangeEdit.h, r234353)
added
Directorystable/9/contrib/llvm/include/llvm/CodeGen/LiveVariables.h modified , text changed
[...]

  ViewVC Help
Powered by ViewVC 1.1.27