- Jun 13, 2013
-
-
Rui Ueyama authored
Architecture specific code should reside in architecture specific directory not in Atom. Looks like there are no efforts being made at this moment to support ARM, so let's remove it for now. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D959 llvm-svn: 183877
-
Rui Ueyama authored
llvm-svn: 183876
-
- Jun 12, 2013
-
-
Rui Ueyama authored
Reviewers: shankarke CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D961 llvm-svn: 183850
-
Shankar Easwaran authored
llvm-svn: 183817
-
Shankar Easwaran authored
llvm-svn: 183816
-
Shankar Easwaran authored
llvm-svn: 183815
-
Rafael Espindola authored
I am about to move PathV2.h to Path.h. llvm-svn: 183796
-
- Jun 11, 2013
-
-
Rui Ueyama authored
Change for http://llvm-reviews.chandlerc.com/D952 Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D953 llvm-svn: 183789
-
Rafael Espindola authored
No functionality change. llvm-svn: 183762
-
Rafael Espindola authored
The yaml reader is not specific to any file format. This patch moves it to TargetInfo and makes validate a non virtual interface so that it can be constructed from a single location. The same method will be used to create a reader for llvm bitcode files. llvm-svn: 183740
-
Rui Ueyama authored
llvm-svn: 183724
-
Rui Ueyama authored
Split FileCOFF's constructor into mainly two private methods. One method is responsible to iterate over symbol tables, and other method is to atomize defined atoms. This is for readability and no changes in functionality. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D940 llvm-svn: 183708
-
Rui Ueyama authored
llvm-svn: 183705
-
- Jun 10, 2013
-
-
Rui Ueyama authored
- Split createAtom() in lib/ReaderWriter/ELF/File.h into small methods. - Added comments to code in other methods. No functionality changes. Reviewers: shankarke CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D921 llvm-svn: 183696
-
Rafael Espindola authored
llvm-svn: 183670
-
Rafael Espindola authored
No functionality change. llvm-svn: 183659
-
- Jun 09, 2013
-
-
Rui Ueyama authored
llvm-svn: 183622
-
- Jun 08, 2013
-
-
Rui Ueyama authored
llvm-svn: 183604
-
Rui Ueyama authored
llvm-svn: 183603
-
- Jun 07, 2013
-
-
Rafael Espindola authored
This fixes a recent regression (r183338). Stripped elf files (like installed crtn.o for example), are not required to have a symbol table. Handle that correctly. llvm-svn: 183573
-
Rui Ueyama authored
Found that having a method to check the strucutre of the followon graph makes it easy to debug file readers. The method checks if there's no wrong edge in followOnNexts and followOnRoots. It is called only when debuggging is enabled for LayoutPass. Reviewers: shankarke CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D922 llvm-svn: 183553
-
Rui Ueyama authored
lld can now output a valid Windows executable with a text section that does nothing but just returns immediately. It's not able to handle relocations, symbol tables, data sections, etc, so it still can't do anything practical, though. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D892 llvm-svn: 183478
-
- Jun 06, 2013
-
-
Rui Ueyama authored
llvm-svn: 183347
-
- Jun 05, 2013
-
-
Rafael Espindola authored
llvm-svn: 183338
-
- Jun 03, 2013
-
-
Rui Ueyama authored
This is the parser for the ENTRY command. Note that because the parsing result is currentlyd discarded, lld can parse but just ignore the command. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D833 llvm-svn: 183141
-
- Jun 01, 2013
-
-
Rui Ueyama authored
llvm-svn: 183050
-
- May 31, 2013
-
-
Rui Ueyama authored
llvm-svn: 183034
-
Rui Ueyama authored
llvm-svn: 182988
-
Michael J. Spencer authored
Inconsistent (and wrong) sort order on non-Windows. llvm-svn: 182975
-
Rui Ueyama authored
llvm-svn: 182970
-
- May 30, 2013
-
-
Rui Ueyama authored
llvm-svn: 182912
-
Shankar Easwaran authored
Users can override the default value of the dynamic linker to be set to the one that appears in the command line. The path can even be empty!. Added a test for the option. llvm-svn: 182889
-
- May 29, 2013
-
-
Rui Ueyama authored
The code to actually consume these flags will be added soon. llvm-svn: 182824
-
- May 28, 2013
-
-
Michael J. Spencer authored
llvm-svn: 182795
-
Michael J. Spencer authored
The expression _atomToAddressMap[atom] may modify _atomToAddressMap. llvm-svn: 182793
-
Michael J. Spencer authored
llvm-svn: 182792
-
Michael J. Spencer authored
llvm-svn: 182789
-
Michael J. Spencer authored
llvm-svn: 182787
-
Michael J. Spencer authored
llvm-svn: 182786
-
Rui Ueyama authored
Add WinLinkDriver and connect it to the existing COFF reader. Remaining parts are still stubs, so while it can now read a COFF file, it still cannot link or output PE/COFF files yet. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D865 llvm-svn: 182784
-