index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
LangRef.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
1
-7
/
+3
*
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
1
-8
/
+11
*
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
1
-6
/
+6
*
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
1
-4
/
+4
*
Clarify that fpaccuracy metadata is giving the compiler permission to use a
Duncan Sands
2012-04-09
1
-2
/
+4
*
llvm/docs/*.html: Fix markups.
NAKAMURA Takumi
2012-03-27
1
-2
/
+2
*
First part of PR12251. Add documentation and verifier support for the range
Rafael Espindola
2012-03-24
1
-0
/
+34
*
This clause (although matching parts of the implementation) can't be correct.
Nick Lewycky
2012-03-18
1
-2
/
+1
*
Update the "hello world" example to resemble what we currently output.
Bill Wendling
2012-03-14
1
-15
/
+15
*
Add column width.
Bill Wendling
2012-03-06
1
-0
/
+1
*
Fix validation errors.
Bill Wendling
2012-03-06
1
-16
/
+24
*
Where the alloca'd space actually lives in ram is undefined, and attempting to
Nick Lewycky
2012-02-29
1
-1
/
+6
*
Give a description of the Objective-C garbage collection module flags.
Bill Wendling
2012-02-16
1
-0
/
+73
*
Document the new module flags.
Bill Wendling
2012-02-11
1
-0
/
+126
*
Added description of invariant.load metadata to LangRef. It was added to the...
Pete Cooper
2012-02-10
1
-1
/
+9
*
[unwind removal] Remove any mention of the 'unwind' instruction. What was that
Bill Wendling
2012-02-06
1
-51
/
+10
*
Mention that the 'unwind' instruction is now deprecated.
Bill Wendling
2012-02-06
1
-0
/
+3
*
Fix broken link.
Nick Lewycky
2012-01-23
1
-1
/
+1
*
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
1
-0
/
+4
*
Try to clarify a little how exception handling works.
Duncan Sands
2012-01-13
1
-4
/
+8
*
Revert accidental commit.
Bill Wendling
2012-01-12
1
-137
/
+0
*
Fix the code that was WRONG.
Bill Wendling
2012-01-12
1
-0
/
+137
*
Update the LangRef documentation: the codegen does support this instruction.
Nadav Rotem
2011-12-25
1
-3
/
+0
*
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-17
1
-4
/
+6
*
Vectors are not aggregate types (see isAggregateType).
Duncan Sands
2011-12-14
1
-3
/
+3
*
Use the example from clang, not the GCC frontend, which doesn't exist anymore.
Bill Wendling
2011-12-13
1
-24
/
+25
*
Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify
Chandler Carruth
2011-12-12
1
-23
/
+37
*
Random cleanups. No description changes.
Bill Wendling
2011-12-09
1
-14
/
+14
*
Typo.
Chad Rosier
2011-12-09
1
-1
/
+1
*
Fix a subtle semantic issue with poison values that came up in
Dan Gohman
2011-12-06
1
-14
/
+12
*
Line up the comments in a code example.
Dan Gohman
2011-12-06
1
-19
/
+19
*
Rename "Trap Values" to "Poison Values", to better reflect their
Dan Gohman
2011-12-06
1
-29
/
+29
*
Move 'returns_twice' definition into alphabetical place.
Bill Wendling
2011-12-05
1
-6
/
+6
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
1
-15
/
+37
*
Fix table of contents.
Jakub Staszak
2011-12-04
1
-4
/
+4
*
Add 'llvm.expect' intrinsic description.
Jakub Staszak
2011-12-04
1
-0
/
+26
*
More cleanups. No content change.
Bill Wendling
2011-11-30
1
-9
/
+13
*
Minor cleanup. No content change.
Bill Wendling
2011-11-30
1
-7
/
+23
*
remove asmparsing and documentation support for "volatile load", which was on...
Chris Lattner
2011-11-27
1
-4
/
+4
*
Reformat the quote and tag the math stuff with <tt> tags.
Bill Wendling
2011-11-09
1
-6
/
+9
*
Cleanup the formatting.
Bill Wendling
2011-11-08
1
-22
/
+37
*
Fix some misplaced punctuation.
Bill Wendling
2011-11-04
1
-2
/
+2
*
docs/*.html: Fix markups.
NAKAMURA Takumi
2011-10-31
1
-7
/
+4
*
Close <div> that was indenting the rest of the page.
Nick Lewycky
2011-10-31
1
-0
/
+3
*
Add a pinned metadata name for fpaccuracy, and document it
Peter Collingbourne
2011-10-27
1
-0
/
+30
*
Document tbaa metadata in LangRef (documentation largely based on
Peter Collingbourne
2011-10-27
1
-1
/
+52
*
Remove dead atomic intrinsics from LangRef.
Eli Friedman
2011-10-26
1
-514
/
+0
*
Fixed typo.
Lang Hames
2011-10-13
1
-1
/
+1
*
target data is a contract with the code generator, not the "processor"
Chris Lattner
2011-10-11
1
-1
/
+1
*
improve some of the documentation around target data layout strings.
Chris Lattner
2011-10-11
1
-0
/
+16
[next]