- Jan 29, 2013
-
-
Shankar Easwaran authored
llvm-svn: 173824
-
Michael J. Spencer authored
llvm-svn: 173822
-
Michael J. Spencer authored
This sadly doesn't have a test for the final output because llvm-objdump can't dump relocations that don't belong to a section :( llvm-svn: 173808
-
Michael J. Spencer authored
llvm-svn: 173743
-
Michael J. Spencer authored
llvm-svn: 173741
-
Michael J. Spencer authored
llvm-svn: 173740
-
- Jan 28, 2013
-
-
Shankar Easwaran authored
llvm-svn: 173709
-
Michael J. Spencer authored
llvm-svn: 173665
-
Michael J. Spencer authored
Patch by Ahmed Bougacha! llvm-svn: 173655
-
- Jan 26, 2013
-
-
Benjamin Kramer authored
llvm-svn: 173573
-
Michael J. Spencer authored
llvm-svn: 173570
-
Michael J. Spencer authored
llvm-svn: 173533
-
Michael J. Spencer authored
llvm-svn: 173527
-
- Jan 25, 2013
-
-
Michael J. Spencer authored
llvm-svn: 173488
-
Shankar Easwaran authored
llvm-svn: 173449
-
Shankar Easwaran authored
llvm-svn: 173430
-
- Jan 24, 2013
-
-
Michael J. Spencer authored
llvm-svn: 173381
-
Michael J. Spencer authored
llvm-svn: 173380
-
- Jan 23, 2013
-
-
Nick Kledzik authored
llvm-svn: 173300
-
Michael J. Spencer authored
llvm-svn: 173299
-
Michael J. Spencer authored
It owns and manages passes. llvm-svn: 173287
-
Shankar Easwaran authored
llvm-svn: 173266
-
Michael J. Spencer authored
I really would have liked to split this patch up, but it would greatly complicate the lld-core and lld drivers having to deal with both {Reader,Writer}Option and TargetInfo. llvm-svn: 173217
-
- Jan 22, 2013
-
-
Michael J. Spencer authored
No functionality change. llvm-svn: 173192
-
Shankar Easwaran authored
change enum class to enum, as g++ doesnot support bitfields with enumerated classes with c++11 flag set llvm-svn: 173166
-
Shankar Easwaran authored
it looks like g++ 4.7.2 doesnot like bit fields when the type is a enumeration (Throws an error as bit-field with non integral type) llvm-svn: 173125
-
Michael J. Spencer authored
llvm-svn: 173117
-
- Jan 21, 2013
-
-
Shankar Easwaran authored
llvm-svn: 173082
-
- Jan 20, 2013
-
-
Michael J. Spencer authored
llvm-svn: 172993
-
Michael J. Spencer authored
llvm-svn: 172972
-
- Jan 19, 2013
-
-
Chandler Carruth authored
the keyword. If anyone cares deeply about the final optimizations with GCC, we might want to add a version test to the LLVM definition, but I'm perfectly happy with this just only firing under Clang and modern MSVC builds. llvm-svn: 172898
-
Chandler Carruth authored
well as c++0x and c++11. This can be especially useful when building with GCC in C++11 mode. llvm-svn: 172897
-
Chandler Carruth authored
assignment operator. There is an issue where classes with deleted copy constructors and user defined move constructors end up with an implicitly deleted copy constructor that is selected instead of the implicit move constructor. This is a bit of a hack, but it allows me to build LLD in a bootstrap with libstdc++ which is my primary goal. llvm-svn: 172896
-
- Jan 18, 2013
-
-
Michael J. Spencer authored
llvm-svn: 172850
-
- Jan 17, 2013
-
-
Michael J. Spencer authored
llvm-svn: 172675
-
Michael J. Spencer authored
llvm-svn: 172674
-
- Jan 15, 2013
-
-
Michael J. Spencer authored
llvm-svn: 172554
-
Michael J. Spencer authored
This is done by creating a new non-weak anonymous symbol and creating an atom with content for that symbol. This is added after the weak symbol so that they have the same address. llvm-svn: 172553
-
Michael J. Spencer authored
llvm-svn: 172552
-
Michael J. Spencer authored
llvm-svn: 172516
-