Alexey Samsonov
							
						 
						
							 
							
							
							
							
								
							
							
								2ca6536d7a 
								
							 
						 
						
							
							
								
								llvm-symbolizer: add support for Mach-O universal binaries  
							
							 
							
							... 
							
							
							
							llvm-svn: 185137 
							
						 
						
							2013-06-28 08:15:40 +00:00  
						
					 
				
					
						
							
							
								 
								Sean Silva
							
						 
						
							 
							
							
							
							
								
							
							
								b6bfbad290 
								
							 
						 
						
							
							
								
								[docs] Fix formatting.  
							
							 
							
							... 
							
							
							
							'\n' was displaying as 'n'
llvm-svn: 184507 
							
						 
						
							2013-06-21 00:27:54 +00:00  
						
					 
				
					
						
							
							
								 
								Rafael Espindola
							
						 
						
							 
							
							
							
							
								
							
							
								668c642830 
								
							 
						 
						
							
							
								
								Remove the LLVM specific archive index.  
							
							 
							
							... 
							
							
							
							Archive files (.a) can have a symbol table indicating which object
files in them define which symbols. The purpose of this symbol table
is to speed up linking by allowing the linker the read only the .o
files it is actually going to use instead of having to parse every
object's symbol table.
LLVM's archive library currently supports a LLVM specific format for
such table. It is hard to see any value in that now that llvm-ld is
gone:
* System linkers don't use it: GNU ar uses the same plugin as the
linker to create archive files with a regular index. The OS X ar
creates no symbol table for IL files, I assume the linker just parses
all IL files.
* It doesn't interact well with archives having both IL and native objects.
* We probably don't want to be responsible for yet another archive
format variant.
This patch then:
* Removes support for creating and reading such index from lib/Archive.
* Remove llvm-ranlib, since there is nothing left for it to do.
We should in the future add support for regular indexes to llvm-ar for
both native and IL objects. When we do that, llvm-ranlib should be
reimplemented as a symlink to llvm-ar, as it is equivalent to "ar s".
llvm-svn: 184019 
							
						 
						
							2013-06-14 23:25:53 +00:00  
						
					 
				
					
						
							
							
								 
								Sergey Matveev
							
						 
						
							 
							
							
							
							
								
							
							
								8dbcb356f7 
								
							 
						 
						
							
							
								
								Fix incorrect parameter name in LIT docs.  
							
							 
							
							... 
							
							
							
							llvm-svn: 182926 
							
						 
						
							2013-05-30 12:37:52 +00:00  
						
					 
				
					
						
							
							
								 
								Michael Liao
							
						 
						
							 
							
							
							
							
								
							
							
								91a1b2c9eb 
								
							 
						 
						
							
							
								
								Add 'CHECK-DAG' support  
							
							 
							
							... 
							
							
							
							Refer to 'FileCheck.rst'f for details of 'CHECK-DAG'.
llvm-svn: 181827 
							
						 
						
							2013-05-14 20:34:12 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								7d8b607f46 
								
							 
						 
						
							
							
								
								Documentation: end option description with a period  
							
							 
							
							... 
							
							
							
							Patch by Dimitry Andric.
llvm-svn: 180675 
							
						 
						
							2013-04-27 16:34:24 +00:00  
						
					 
				
					
						
							
							
								 
								Eli Bendersky
							
						 
						
							 
							
							
							
							
								
							
							
								0577df4aec 
								
							 
						 
						
							
							
								
								Document the -filetype option of llc (PR  #12902 )  
							
							 
							
							... 
							
							
							
							llvm-svn: 180031 
							
						 
						
							2013-04-22 17:16:35 +00:00  
						
					 
				
					
						
							
							
								 
								Nico Rieck
							
						 
						
							 
							
							
							
							
								
							
							
								d6df0547fe 
								
							 
						 
						
							
							
								
								Teach llvm-readobj to print ELF program headers  
							
							 
							
							... 
							
							
							
							llvm-svn: 179363 
							
						 
						
							2013-04-12 04:07:39 +00:00  
						
					 
				
					
						
							
							
								 
								Nico Rieck
							
						 
						
							 
							
							
							
							
								
							
							
								f3f0b79704 
								
							 
						 
						
							
							
								
								Add -expand-relocs to llvm-readobj  
							
							 
							
							... 
							
							
							
							This option expands shown relocations from single line to a dictionary
format:
  Relocation {
    Offset: 0x4
    Type: R_386_32 (1)
    Symbol: sym
    Info: 0x0
  }
llvm-svn: 179359 
							
						 
						
							2013-04-12 04:01:52 +00:00  
						
					 
				
					
						
							
							
								 
								Nico Rieck
							
						 
						
							 
							
							
							
							
								
							
							
								5143243484 
								
							 
						 
						
							
							
								
								Add man page for llvm-readobj  
							
							 
							
							... 
							
							
							
							llvm-svn: 179244 
							
						 
						
							2013-04-11 00:05:57 +00:00  
						
					 
				
					
						
							
							
								 
								Jakub Staszak
							
						 
						
							 
							
							
							
							
								
							
							
								09da37d10d 
								
							 
						 
						
							
							
								
								Fix a typo.  
							
							 
							
							... 
							
							
							
							llvm-svn: 178567 
							
						 
						
							2013-04-02 20:02:36 +00:00  
						
					 
				
					
						
							
							
								 
								Eli Bendersky
							
						 
						
							 
							
							
							
							
								
							
							
								f78a9786ee 
								
							 
						 
						
							
							
								
								Update documentation of llvm-link to reflect recent cleanups.  
							
							 
							
							... 
							
							
							
							llvm-svn: 177411 
							
						 
						
							2013-03-19 16:04:19 +00:00  
						
					 
				
					
						
							
							
								 
								Alexey Samsonov
							
						 
						
							 
							
							
							
							
								
							
							
								2bc1012561 
								
							 
						 
						
							
							
								
								Docs for llvm-symbolizer command-line tool  
							
							 
							
							... 
							
							
							
							llvm-svn: 176337 
							
						 
						
							2013-03-01 07:58:27 +00:00  
						
					 
				
					
						
							
							
								 
								Guy Benyei
							
						 
						
							 
							
							
							
							
								
							
							
								5ea04c385f 
								
							 
						 
						
							
							
								
								Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.  
							
							 
							
							... 
							
							
							
							llvm-svn: 174541 
							
						 
						
							2013-02-06 20:40:38 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								9e4fc280f9 
								
							 
						 
						
							
							
								
								Documentation: remove more mentions of Tcl  
							
							 
							
							... 
							
							
							
							Followup for r172836
llvm-svn: 172918 
							
						 
						
							2013-01-19 20:35:18 +00:00  
						
					 
				
					
						
							
							
								 
								Sean Silva
							
						 
						
							 
							
							
							
							
								
							
							
								92a44897a2 
								
							 
						 
						
							
							
								
								docs: Fix long standing linking antipattern.  
							
							 
							
							... 
							
							
							
							Before we learned about :doc:, we used :ref: and put a dummy link at the
top of each page. Don't do that anymore.
This fixes PR14891 as a special case.
llvm-svn: 172162 
							
						 
						
							2013-01-11 02:28:08 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								508d98f67f 
								
							 
						 
						
							
							
								
								Documentation: use paths relative to document root in links.  
							
							 
							
							... 
							
							
							
							llvm-svn: 170027 
							
						 
						
							2012-12-12 21:16:29 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								28574d36aa 
								
							 
						 
						
							
							
								
								Documentation: llvm-bcanalyzer.rst: cleanup.  
							
							 
							
							... 
							
							
							
							llvm-svn: 170001 
							
						 
						
							2012-12-12 19:15:53 +00:00  
						
					 
				
					
						
							
							
								 
								Eli Bendersky
							
						 
						
							 
							
							
							
							
								
							
							
								4ca99ba6b5 
								
							 
						 
						
							
							
								
								Update FileCheck's documentation to mention recently added feature of  
							
							 
							
							... 
							
							
							
							matching a variable defined on the same line.
llvm-svn: 169103 
							
						 
						
							2012-12-01 22:03:57 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								f589e2418d 
								
							 
						 
						
							
							
								
								Documentation for FileCheck: use 'option' and 'program' directives.  
							
							 
							
							... 
							
							
							
							This enables option cross-referencing and now '--' in option names are no more turned into en dashes.
llvm-svn: 168926 
							
						 
						
							2012-11-29 19:21:02 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								59aeece231 
								
							 
						 
						
							
							
								
								Documentation for llvm-link: reformat  
							
							 
							
							... 
							
							
							
							llvm-svn: 168924 
							
						 
						
							2012-11-29 19:14:35 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								c9e206f090 
								
							 
						 
						
							
							
								
								Documentation for llvm-cov: reformat  
							
							 
							
							... 
							
							
							
							llvm-svn: 168922 
							
						 
						
							2012-11-29 19:10:21 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								1521681b59 
								
							 
						 
						
							
							
								
								Documentation for llvm-stress: reformat  
							
							 
							
							... 
							
							
							
							llvm-svn: 168920 
							
						 
						
							2012-11-29 19:05:55 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								6c80bcb56f 
								
							 
						 
						
							
							
								
								Documentation for opt: reformat  
							
							 
							
							... 
							
							
							
							llvm-svn: 168919 
							
						 
						
							2012-11-29 19:02:50 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								76561e9741 
								
							 
						 
						
							
							
								
								Documentation for llc: reformat.  
							
							 
							
							... 
							
							
							
							llvm-svn: 168912 
							
						 
						
							2012-11-29 18:16:11 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								e260d3af52 
								
							 
						 
						
							
							
								
								Documentation for lit: more formatting: use 'option' and 'program' directives.  
							
							 
							
							... 
							
							
							
							This enables cross-referencing and now '--' in option names are no more turned into en dashes.
llvm-svn: 168906 
							
						 
						
							2012-11-29 18:03:08 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								cbb07bea14 
								
							 
						 
						
							
							
								
								Documentation for tblgen: formatting  
							
							 
							
							... 
							
							
							
							llvm-svn: 168904 
							
						 
						
							2012-11-29 17:41:05 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								6e303f7615 
								
							 
						 
						
							
							
								
								Documentation for lit: formatting improvements.  
							
							 
							
							... 
							
							
							
							llvm-svn: 168902 
							
						 
						
							2012-11-29 17:05:34 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								194d3685ec 
								
							 
						 
						
							
							
								
								Documentation: use correct highlighter  
							
							 
							
							... 
							
							
							
							llvm-svn: 168871 
							
						 
						
							2012-11-29 12:00:32 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								5cb3f1097f 
								
							 
						 
						
							
							
								
								Documentation: improve formatting and remove unneeded empty lines.  
							
							 
							
							... 
							
							
							
							llvm-svn: 168817 
							
						 
						
							2012-11-28 21:40:54 +00:00  
						
					 
				
					
						
							
							
								 
								Eli Bendersky
							
						 
						
							 
							
							
							
							
								
							
							
								2fef6b6a1e 
								
							 
						 
						
							
							
								
								Fix a typo in FileCheck.rst  
							
							 
							
							... 
							
							
							
							llvm-svn: 168466 
							
						 
						
							2012-11-21 22:40:52 +00:00  
						
					 
				
					
						
							
							
								 
								Eli Bendersky
							
						 
						
							 
							
							
							
							
								
							
							
								9d07f94863 
								
							 
						 
						
							
							
								
								ReST-ify some markup in the LIT document  
							
							 
							
							... 
							
							
							
							llvm-svn: 168345 
							
						 
						
							2012-11-20 00:26:08 +00:00  
						
					 
				
					
						
							
							
								 
								Alexander Kornienko
							
						 
						
							 
							
							
							
							
								
							
							
								92987fb311 
								
							 
						 
						
							
							
								
								Support for [[ @LINE ]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in  
							
							 
							
							... 
							
							
							
							FileCheck.
llvm-svn: 167978 
							
						 
						
							2012-11-14 21:07:37 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								a72e9f0140 
								
							 
						 
						
							
							
								
								FileCheck.rst: change formatting of code-like constructs to use a monospaced  
							
							 
							
							... 
							
							
							
							font.  These were formatted in bold, but that's not correct.
llvm-svn: 167964 
							
						 
						
							2012-11-14 19:42:32 +00:00  
						
					 
				
					
						
							
							
								 
								Eli Bendersky
							
						 
						
							 
							
							
							
							
								
							
							
								659d206678 
								
							 
						 
						
							
							
								
								Fix a broken sentence  
							
							 
							
							... 
							
							
							
							llvm-svn: 167521 
							
						 
						
							2012-11-07 01:52:41 +00:00  
						
					 
				
					
						
							
							
								 
								Eli Bendersky
							
						 
						
							 
							
							
							
							
								
							
							
								8a7e80f6f5 
								
							 
						 
						
							
							
								
								Document the -input-file option of FileCheck  
							
							 
							
							... 
							
							
							
							llvm-svn: 167517 
							
						 
						
							2012-11-07 01:41:30 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Dunbar
							
						 
						
							 
							
							
							
							
								
							
							
								a3d9cabf8f 
								
							 
						 
						
							
							
								
								lit: Rename the valgrind leaks feature to match what is currently used  
							
							 
							
							... 
							
							
							
							(vg_leak).
llvm-svn: 166306 
							
						 
						
							2012-10-19 20:29:30 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Dunbar
							
						 
						
							 
							
							
							
							
								
							
							
								519a349c8a 
								
							 
						 
						
							
							
								
								lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.  
							
							 
							
							... 
							
							
							
							- These can be used with the XFAIL options.
llvm-svn: 166303 
							
						 
						
							2012-10-19 20:12:00 +00:00  
						
					 
				
					
						
							
							
								 
								Rafael Espindola
							
						 
						
							 
							
							
							
							
								
							
							
								740a6bc8a0 
								
							 
						 
						
							
							
								
								Remove references to compression in llvm-ar. It has been a long time since we  
							
							 
							
							... 
							
							
							
							switched from a bytecode+bzip2 to the current bitcode.
llvm-svn: 161651 
							
						 
						
							2012-08-10 01:57:52 +00:00  
						
					 
				
					
						
							
							
								 
								Sylvestre Ledru
							
						 
						
							 
							
							
							
							
								
							
							
								35521e2310 
								
							 
						 
						
							
							
								
								Fix a typo (the the => the)  
							
							 
							
							... 
							
							
							
							llvm-svn: 160621 
							
						 
						
							2012-07-23 08:51:15 +00:00  
						
					 
				
					
						
							
							
								 
								Bill Wendling
							
						 
						
							 
							
							
							
							
								
							
							
								4a8948d583 
								
							 
						 
						
							
							
								
								Fix the formatting a bit.  
							
							 
							
							... 
							
							
							
							llvm-svn: 158815 
							
						 
						
							2012-06-20 11:25:11 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								a99fa5b062 
								
							 
						 
						
							
							
								
								Use correct syntax highliter in code blocks.  Noticed by Sean Silva.  
							
							 
							
							... 
							
							
							
							llvm-svn: 158359 
							
						 
						
							2012-06-12 15:45:07 +00:00  
						
					 
				
					
						
							
							
								 
								Dmitri Gribenko
							
						 
						
							 
							
							
							
							
								
							
							
								19408a76a6 
								
							 
						 
						
							
							
								
								FileCheck docs: remove leftover HTML markup.  
							
							 
							
							... 
							
							
							
							llvm-svn: 158344 
							
						 
						
							2012-06-12 00:48:47 +00:00  
						
					 
				
					
						
							
							
								 
								Michael J. Spencer
							
						 
						
							 
							
							
							
							
								
							
							
								838e5add7e 
								
							 
						 
						
							
							
								
								[llvm-nm] Update documentation to cover object file support and arguments.  
							
							 
							
							... 
							
							
							
							llvm-svn: 158120 
							
						 
						
							2012-06-06 23:34:10 +00:00  
						
					 
				
					
						
							
							
								 
								Benjamin Kramer
							
						 
						
							 
							
							
							
							
								
							
							
								bde9176663 
								
							 
						 
						
							
							
								
								Fix typos found by  http://github.com/lyda/misspell-check  
							
							 
							
							... 
							
							
							
							llvm-svn: 157885 
							
						 
						
							2012-06-02 10:20:22 +00:00  
						
					 
				
					
						
							
							
								 
								Chad Rosier
							
						 
						
							 
							
							
							
							
								
							
							
								fd7469c947 
								
							 
						 
						
							
							
								
								Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.  
							
							 
							
							... 
							
							
							
							llvm-svn: 157415 
							
						 
						
							2012-05-24 21:17:47 +00:00  
						
					 
				
					
						
							
							
								 
								Nadav Rotem
							
						 
						
							 
							
							
							
							
								
							
							
								e963870f77 
								
							 
						 
						
							
							
								
								Fix the tool documentation  
							
							 
							
							... 
							
							
							
							llvm-svn: 156729 
							
						 
						
							2012-05-13 05:52:56 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Dunbar
							
						 
						
							 
							
							
							
							
								
							
							
								3d92154e60 
								
							 
						 
						
							
							
								
								[docs] Remove POD based man page docs (and build system support).  
							
							 
							
							... 
							
							
							
							- Currently this leaves us with less build system support (e.g., installing man pages) for the docs than is desired. I'm working on fixing this, but it may take a while. If someone finds this particularly egregious let me know and I will prioritize it.
llvm-svn: 156389 
							
						 
						
							2012-05-08 17:48:21 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel Dunbar
							
						 
						
							 
							
							
							
							
								
							
							
								8f4a8a636c 
								
							 
						 
						
							
							
								
								[docs] Add ReST version of all the man pages.  
							
							 
							
							... 
							
							
							
							- The POD versions are slated for execution, but are still around until
   llvm.org machinery is in place.
llvm-svn: 156384 
							
						 
						
							2012-05-08 16:50:35 +00:00  
						
					 
				
					
						
							
							
								 
								Pete Cooper
							
						 
						
							 
							
							
							
							
								
							
							
								54d5f6489f 
								
							 
						 
						
							
							
								
								Remove C Backend from the bugpoint docs  
							
							 
							
							... 
							
							
							
							llvm-svn: 156333 
							
						 
						
							2012-05-07 22:42:40 +00:00