Dan Gohman 
							
						 
					 
					
						
						
							
						
						a6063c6e29 
					 
					
						
						
							
							Rename @llvm.debugger to @llvm.debugtrap.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156774  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-05-14 18:58:10 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						d4347e1af9 
					 
					
						
						
							
							Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),  
						
						... 
						
						
						
						but it generates int3 on x86 instead of ud2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156593  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-05-11 00:19:32 +00:00 
						 
				 
			
				
					
						
							
							
								Nuno Lopes 
							
						 
					 
					
						
						
							
						
						30759542aa 
					 
					
						
						
							
							change the objectsize intrinsic signature: add a 3rd parameter to denote the maximum runtime performance penalty that the user is willing to accept.  
						
						... 
						
						
						
						This commit only adds the parameter. Code taking advantage of it will follow.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156473  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-05-09 15:52:43 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						adea497673 
					 
					
						
						
							
							[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155153  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-19 20:20:34 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						2867c85a37 
					 
					
						
						
							
							Remove support for the special 'fast' value for fpmath accuracy for the moment.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154850  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-16 19:39:33 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						8883c43ddc 
					 
					
						
						
							
							Make it possible to indicate relaxed floating point requirements at the IR level  
						
						... 
						
						
						
						through the use of 'fpmath' metadata.  Currently this only provides a 'fpaccuracy'
value, which may be a number in ULPs or the keyword 'fast', however the intent is
that this will be extended with additional information about NaN's, infinities
etc later.  No optimizations have been hooked up to this so far.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154822  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-16 16:28:59 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						5e5c5f8259 
					 
					
						
						
							
							Rename "fpaccuracy" metadata to the more generic "fpmath".  That's because I'm  
						
						... 
						
						
						
						thinking of generalizing it to be able to specify other freedoms beyond accuracy
(such as that NaN's don't have to be respected).  I'd like the 3.1 release (the
first one with this metadata) to have the more generic name already rather than
having to auto-upgrade it in 3.2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154744  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-14 12:36:06 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						1fd63df693 
					 
					
						
						
							
							Express the number of ULPs in fpaccuracy metadata as a real rather than a  
						
						... 
						
						
						
						rational number, eg as 2.5 rather than 5, 2.  OK'd by Peter Collingbourne.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154387  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-10 08:22:43 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						92fc76c901 
					 
					
						
						
							
							Clarify that fpaccuracy metadata is giving the compiler permission to use a  
						
						... 
						
						
						
						less accurate method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154319  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-09 14:08:00 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						9c55f5965b 
					 
					
						
						
							
							llvm/docs/*.html: Fix markups.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153508  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-03-27 11:25:16 +00:00 
						 
				 
			
				
					
						
							
							
								Rafael Espindola 
							
						 
					 
					
						
						
							
						
						39dd328ed0 
					 
					
						
						
							
							First part of PR12251. Add documentation and verifier support for the range  
						
						... 
						
						
						
						metadata.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153359  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-03-24 00:14:51 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Lewycky 
							
						 
					 
					
						
						
							
						
						75d05e6121 
					 
					
						
						
							
							This clause (although matching parts of the implementation) can't be correct.  
						
						... 
						
						
						
						Thanks to Eli for noticing the discrepancy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153011  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-03-18 09:35:50 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						4cc2be672f 
					 
					
						
						
							
							Update the "hello world" example to resemble what we currently output.  
						
						... 
						
						
						
						Also do some minor reformatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152707  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-03-14 08:07:43 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						b3ef2230ff 
					 
					
						
						
							
							Add column width.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152115  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-03-06 09:23:25 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						a0edecf191 
					 
					
						
						
							
							Fix validation errors.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152111  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-03-06 09:17:04 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Lewycky 
							
						 
					 
					
						
						
							
						
						84a1d2371c 
					 
					
						
						
							
							Where the alloca'd space actually lives in ram is undefined, and attempting to  
						
						... 
						
						
						
						pin it down is undefined behaviour.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151710  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-02-29 08:26:44 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						f7b367ce45 
					 
					
						
						
							
							Give a description of the Objective-C garbage collection module flags.  
						
						... 
						
						
						
						The rule governing the flags is this:
  no-gc + no-gc   = no-gc
  no-gc +    gc   = no-gc
  no-gc + gc-only = error
     gc +    gc   = gc
     gc + gc-only = gc-only
gc-only + gc-only = gc-only
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150646  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-02-16 01:10:50 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						b9d75a94dd 
					 
					
						
						
							
							Document the new module flags.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150301  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-02-11 11:59:36 +00:00 
						 
				 
			
				
					
						
							
							
								Pete Cooper 
							
						 
					 
					
						
						
							
						
						f95acc6d02 
					 
					
						
						
							
							Added description of invariant.load metadata to LangRef.  It was added to the compiler in r144100  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150257  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-02-10 18:13:54 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						7b9e539268 
					 
					
						
						
							
							[unwind removal] Remove any mention of the 'unwind' instruction. What was that  
						
						... 
						
						
						
						instruction anyway?!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149913  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-02-06 21:57:33 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						5a65864f92 
					 
					
						
						
							
							Mention that the 'unwind' instruction is now deprecated.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149876  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-02-06 17:58:34 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Lewycky 
							
						 
					 
					
						
						
							
						
						300a263d93 
					 
					
						
						
							
							Fix broken link.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148692  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-01-23 08:47:21 +00:00 
						 
				 
			
				
					
						
							
							
								Kostya Serebryany 
							
						 
					 
					
						
						
							
						
						164b86b439 
					 
					
						
						
							
							Extend Attributes to 64 bits  
						
						... 
						
						
						
						Problem: LLVM needs more function attributes than currently available (32 bits).
One such proposed attribute is "address_safety", which shows that a function is being checked for address safety (by AddressSanitizer, SAFECode, etc).
Solution:
- extend the Attributes from 32 bits to 64-bits
- wrap the object into a class so that unsigned is never erroneously used instead
- change "unsigned" to "Attributes" throughout the code, including one place in clang.
- the class has no "operator uint64 ()", but it has "uint64_t Raw() " to support packing/unpacking.
- the class has "safe operator bool()" to support the common idiom:  if (Attributes attr = getAttrs()) useAttrs(attr);
- The CTOR from uint64_t is marked explicit, so I had to add a few explicit CTOR calls
- Add the new attribute "address_safety". Doing it in the same commit to check that attributes beyond first 32 bits actually work.
- Some of the functions from the Attribute namespace are worth moving inside the class, but I'd prefer to have it as a separate commit.
Tested:
"make check" on Linux (32-bit and 64-bit) and Mac (10.6)
built/run spec CPU 2006 on Linux with clang -O2.
This change will break clang build in lib/CodeGen/CGCall.cpp.
The following patch will fix it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148553  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-01-20 17:56:17 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						8d6796b796 
					 
					
						
						
							
							Try to clarify a little how exception handling works.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148136  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-01-13 19:59:16 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						bf5b13d07e 
					 
					
						
						
							
							Revert accidental commit.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148065  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-01-12 23:06:28 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						86b1a7d614 
					 
					
						
						
							
							Fix the code that was WRONG.  
						
						... 
						
						
						
						The registers are placed into the saved registers list in the reverse order,
which is why the original loop was written to loop backwards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148064  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-01-12 23:05:03 +00:00 
						 
				 
			
				
					
						
							
							
								Nadav Rotem 
							
						 
					 
					
						
						
							
						
						859c645310 
					 
					
						
						
							
							Update the LangRef documentation: the codegen does support this instruction.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147274  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-25 21:32:35 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						ce16339930 
					 
					
						
						
							
							The powers that be have decided that LLVM IR should now support 16-bit  
						
						... 
						
						
						
						"half precision" floating-point with a first-class type.
This patch adds basic IR support (but not codegen support).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146786  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-17 00:04:22 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						20536b5bca 
					 
					
						
						
							
							Vectors are not aggregate types (see isAggregateType).  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146561  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-14 15:44:20 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						a349539f87 
					 
					
						
						
							
							Use the example from clang, not the GCC frontend, which doesn't exist anymore.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146461  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-13 01:07:07 +00:00 
						 
				 
			
				
					
						
							
							
								Chandler Carruth 
							
						 
					 
					
						
						
							
						
						48b0bbf930 
					 
					
						
						
							
							Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify  
						
						... 
						
						
						
						the behavior with the newly added flag for undefined results on a zero
input.
I'm terrible at documentation, so comments and suggestions welcome here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146361  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-12 04:36:04 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						262396b644 
					 
					
						
						
							
							Random cleanups. No description changes.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146288  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-09 22:41:40 +00:00 
						 
				 
			
				
					
						
							
							
								Chad Rosier 
							
						 
					 
					
						
						
							
						
						85f5a1ae39 
					 
					
						
						
							
							Typo.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146234  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-09 02:00:44 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						e1a2984847 
					 
					
						
						
							
							Fix a subtle semantic issue with poison values that came up in  
						
						... 
						
						
						
						recent discussions. Poison can't make every value that depends on
it act in maximally undefined ways, because the optimizer may still
hoist code following the usual rules for undef. Make Poison invoke
its full undefined behavior only when it reaches an instruction with
externally visible side effects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145913  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-06 03:35:58 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						5cdc51ea7b 
					 
					
						
						
							
							Line up the comments in a code example.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145908  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-06 03:31:14 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						bfb056dccf 
					 
					
						
						
							
							Rename "Trap Values" to "Poison Values", to better reflect their  
						
						... 
						
						
						
						purpose, and to avoid ambiguity with other uses of the word "trap"
in LangRef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145907  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-06 03:18:47 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						9bd5d044b7 
					 
					
						
						
							
							Move 'returns_twice' definition into alphabetical place.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145854  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-05 21:27:54 +00:00 
						 
				 
			
				
					
						
							
							
								Nadav Rotem 
							
						 
					 
					
						
						
							
						
						1608769abe 
					 
					
						
						
							
							Add support for vectors of pointers.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145801  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-05 06:29:09 +00:00 
						 
				 
			
				
					
						
							
							
								Jakub Staszak 
							
						 
					 
					
						
						
							
						
						8e1b12ae68 
					 
					
						
						
							
							Fix table of contents.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145793  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-04 20:44:25 +00:00 
						 
				 
			
				
					
						
							
							
								Jakub Staszak 
							
						 
					 
					
						
						
							
						
						b170e2de83 
					 
					
						
						
							
							Add 'llvm.expect' intrinsic description.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145792  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-12-04 18:29:26 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						aee0f453c5 
					 
					
						
						
							
							More cleanups. No content change.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145522  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-11-30 21:52:43 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						f6cc4c2d60 
					 
					
						
						
							
							Minor cleanup. No content change.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145521  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-11-30 21:43:43 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						fbe910e7f4 
					 
					
						
						
							
							remove asmparsing and documentation support for "volatile load", which was only produced by LLVM 2.9 and earlier.  LLVM 3.0 and later prefers "load volatile".  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145172  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-11-27 06:56:53 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						0656e254a7 
					 
					
						
						
							
							Reformat the quote and tag the math stuff with <tt> tags.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144204  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-11-09 19:33:56 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						9ae7563732 
					 
					
						
						
							
							Cleanup the formatting.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144053  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-11-08 00:32:45 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						5c3a9f7dd6 
					 
					
						
						
							
							Fix some misplaced punctuation.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143737  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-11-04 20:40:41 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						4b2e07aa58 
					 
					
						
						
							
							docs/*.html: Fix markups.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143349  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-10-31 13:04:26 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Lewycky 
							
						 
					 
					
						
						
							
						
						1c929be810 
					 
					
						
						
							
							Close <div> that was indenting the rest of the page.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143328  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-10-31 01:32:21 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Collingbourne 
							
						 
					 
					
						
						
							
						
						999f90bedf 
					 
					
						
						
							
							Add a pinned metadata name for fpaccuracy, and document it  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143135  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-10-27 19:19:14 +00:00 
						 
				 
			
				
					
						
							
							
								Peter Collingbourne 
							
						 
					 
					
						
						
							
						
						249d953ed7 
					 
					
						
						
							
							Document tbaa metadata in LangRef (documentation largely based on  
						
						... 
						
						
						
						comments at top of TypeBasedAliasAnalysis.cpp).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143134  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-10-27 19:19:07 +00:00