forked from OSchip/llvm-project
Add correct file headers to all source files.
llvm-svn: 177625
This commit is contained in:
parent
5635f77a99
commit
5dbe5d4b62
|
|
@ -1,3 +1,13 @@
|
||||||
|
//===-- fmts_tester.cpp -----------------------------------------*- C++ -*-===//
|
||||||
|
//
|
||||||
|
// The LLVM Compiler Infrastructure
|
||||||
|
//
|
||||||
|
// This file is distributed under the University of Illinois Open Source
|
||||||
|
// License. See LICENSE.TXT for details.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- formatters.cpp ------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// main.cpp
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/6/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- sketch.cpp ----------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// main.cpp
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/6/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- Gauge.h -------------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// Gauge.h
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/7/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef PerfTestDriver_Gauge_h
|
#ifndef PerfTestDriver_Gauge_h
|
||||||
#define PerfTestDriver_Gauge_h
|
#define PerfTestDriver_Gauge_h
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- Measurement.h -------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// Measurement.h
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/7/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef __PerfTestDriver__Measurement__
|
#ifndef __PerfTestDriver__Measurement__
|
||||||
#define __PerfTestDriver__Measurement__
|
#define __PerfTestDriver__Measurement__
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- MemoryGauge.cpp -----------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// MemoryGauge.cpp
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/6/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "MemoryGauge.h"
|
#include "MemoryGauge.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- MemoryGauge.h -------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// MemoryGauge.h
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/6/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef __PerfTestDriver__MemoryGauge__
|
#ifndef __PerfTestDriver__MemoryGauge__
|
||||||
#define __PerfTestDriver__MemoryGauge__
|
#define __PerfTestDriver__MemoryGauge__
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- Metric.cpp ----------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// Metric.cpp
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/7/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "Metric.h"
|
#include "Metric.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- Metric.h ------------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// Metric.h
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/7/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef __PerfTestDriver__Metric__
|
#ifndef __PerfTestDriver__Metric__
|
||||||
#define __PerfTestDriver__Metric__
|
#define __PerfTestDriver__Metric__
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- TestCase.cpp --------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// TestCase.cpp
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/7/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "TestCase.h"
|
#include "TestCase.h"
|
||||||
#include "Xcode.h"
|
#include "Xcode.h"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- TestCase.h ----------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// TestCase.h
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/7/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef __PerfTestDriver__TestCase__
|
#ifndef __PerfTestDriver__TestCase__
|
||||||
#define __PerfTestDriver__TestCase__
|
#define __PerfTestDriver__TestCase__
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- Timer.cpp -----------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// Timer.cpp
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/6/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "Timer.h"
|
#include "Timer.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- Timer.h -------------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// Timer.h
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/6/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef __PerfTestDriver__Timer__
|
#ifndef __PerfTestDriver__Timer__
|
||||||
#define __PerfTestDriver__Timer__
|
#define __PerfTestDriver__Timer__
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- Xcode.cpp -----------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// Xcode.cpp
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/6/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "Xcode.h"
|
#include "Xcode.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
|
//===-- Xcode.h -------------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// Xcode.h
|
// The LLVM Compiler Infrastructure
|
||||||
// PerfTestDriver
|
|
||||||
//
|
//
|
||||||
// Created by Enrico Granata on 3/6/13.
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// Copyright (c) 2013 Apple Inc. All rights reserved.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef __PerfTestDriver__Xcode__
|
#ifndef __PerfTestDriver__Xcode__
|
||||||
#define __PerfTestDriver__Xcode__
|
#define __PerfTestDriver__Xcode__
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue