- Aug 09, 2013
-
-
Rui Ueyama authored
llvm-svn: 188045
-
Lang Hames authored
un-breaks simple use cases while I work on more general support. <rdar://problem/14487667> llvm-svn: 188044
-
Jordan Rose authored
Patch by Karthik Bhat, modified slightly by me. llvm-svn: 188043
-
Daniel Dunbar authored
llvm-svn: 188042
-
Daniel Dunbar authored
llvm-svn: 188041
-
Daniel Dunbar authored
- With compatibility hack in lit.__init__, so this hopefully shouldn't break anything. llvm-svn: 188040
-
Daniel Dunbar authored
- Injecting it as 'lit' is gross, since that name should be used to refer to the actual package. For now both are available so it is possibly to cleanup test config files incrementally. llvm-svn: 188039
-
Daniel Dunbar authored
llvm-svn: 188038
-
Hans Wennborg authored
This option prints information about #included files to stderr. Clang could already do it, this patch just teaches the existing code about the /showIncludes style and adds the flag. Differential Revision: http://llvm-reviews.chandlerc.com/D1333 llvm-svn: 188037
-
John Thompson authored
Fix false error message for function-style macro instance used as arguments in other function-style macros instances, and add test for it. llvm-svn: 188036
-
John Thompson authored
llvm-svn: 188035
-
Daniel Dunbar authored
llvm-svn: 188034
-
Daniel Dunbar authored
llvm-svn: 188033
-
Daniel Dunbar authored
llvm-svn: 188032
-
Michael J. Spencer authored
llvm-svn: 188031
-
Eric Christopher authored
llvm-svn: 188030
-
Bill Wendling authored
Revert r185882. This is causing problems with the gold linker and might be better handled by the linker. llvm-svn: 188029
-
Eric Christopher authored
No functional change intended. llvm-svn: 188028
-
Hans Wennborg authored
Differential Revision: http://llvm-reviews.chandlerc.com/D1328 llvm-svn: 188027
-
Rui Ueyama authored
The COMDAT section is a section with a special attribute to tell the linker whether the symbols in the section are allowed to be merged or not. This patch add a function to interpret the COMDAT data and set "merge" attribute to the atoms accordingly. LLD supports multiple policies to merge atoms; atoms can be merged by name or by content. COFF supports them, and in addition to that, it supports choose-the-largest-atom policy, which LLD currently does not support. I simply mapped it to merge-by-name attribute for now, but we eventually have to support that policy in the core linker. llvm-svn: 188025
-
Jack Carter authored
Test included. Patch by Zoran Jovanovich llvm-svn: 188024
-
Michael J. Spencer authored
llvm-svn: 188023
-
Michael J. Spencer authored
* ELFTypes.h contains template magic for defining types based on endianess, size, and alignment. * ELFFile.h defines the ELFFile class which provides low level ELF specific access. * ELFObjectFile.h contains ELFObjectFile which uses ELFFile to implement the ObjectFile interface. llvm-svn: 188022
-
Michael J. Spencer authored
llvm-svn: 188021
-
- Aug 08, 2013
-
-
Akira Hatanaka authored
llvm-svn: 188020
-
Marshall Clow authored
N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests llvm-svn: 188019
-
Fariborz Jahanian authored
llvm-svn: 188018
-
Akira Hatanaka authored
llvm-svn: 188017
-
Akira Hatanaka authored
No functionality change. llvm-svn: 188016
-
Sean Callanan authored
on curses. llvm-svn: 188015
-
David Fang authored
llvm-svn: 188014
-
Fariborz Jahanian authored
migrate to @property with getter name starting with 'is'. llvm-svn: 188013
-
Arnold Schwaighofer authored
This reverts commit r187939. It broke an O0 build of a spec benchmark. llvm-svn: 188012
-
Rui Ueyama authored
llvm-svn: 188011
-
Daniel Dunbar authored
llvm-svn: 188010
-
Daniel Dunbar authored
- This is a more sensible behavior than printing and also running tests. llvm-svn: 188009
-
Daniel Dunbar authored
llvm-svn: 188008
-
Daniel Dunbar authored
llvm-svn: 188007
-
Daniel Dunbar authored
llvm-svn: 188006
-
Fariborz Jahanian authored
setter/getter methods which can be migrated to a @property. llvm-svn: 188005
-