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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-2
/
+2
*
2.7: Note that DataTypes.h moved.
Daniel Dunbar
2010-02-14
1
-0
/
+3
*
Add support for a union type in LLVM IR. Patch by Talin!
Chris Lattner
2010-02-12
1
-32
/
+109
*
Add a new function attribute, 'alignstack'. It will indicate (when the backends
Charles Davis
2010-02-12
1
-0
/
+5
*
Document binutils requirements for coff targets (cygwin / mingw32).
Anton Korobeynikov
2010-02-11
1
-8
/
+4
*
llvm-db was removed.
Dan Gohman
2010-02-11
1
-16
/
+0
*
Make Kaleidoscope not link against the interpreter, since that didn't
Jeffrey Yasskin
2010-02-11
4
-9
/
+25
*
Make it possible to create multiple JIT instances at the same time, by removing
Jeffrey Yasskin
2010-02-11
1
-0
/
+4
*
Add support to llvm-extract for extracting multiple functions and/or
Dan Gohman
2010-02-10
1
-1
/
+7
*
Add a ReleaseNotes FIXME.
Daniel Dunbar
2010-02-10
1
-0
/
+3
*
Make --disable-libffi work on systems with libffi installed. Also
Jeffrey Yasskin
2010-02-09
1
-1
/
+5
*
Fix some typos.
Duncan Sands
2010-02-08
1
-4
/
+4
*
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-06
1
-0
/
+5
*
Make docs less specific about their versions, at Chris's suggestion.
Jeffrey Yasskin
2010-02-03
1
-4
/
+5
*
Mention the version in the documentation index and link to the 2.6 docs, which
Jeffrey Yasskin
2010-02-03
1
-2
/
+5
*
Add "Author Date Id Revision" svn:keyword properties to these files, as
Dan Gohman
2010-02-03
15
-15
/
+15
*
Inline addAssemblyEmitter into its one real caller and delete
Chris Lattner
2010-02-02
1
-2
/
+0
*
Belatedly document r85295 and r85330.
Jeffrey Yasskin
2010-01-29
2
-4
/
+37
*
Update of 94055 to track the IR level call site information via an intrinsic.
Jim Grosbach
2010-01-28
1
-0
/
+19
*
Record the death of ModuleProvier and GhostLinkage in the release notes and
Jeffrey Yasskin
2010-01-28
1
-1
/
+18
*
Truncate the release notes so they're ready to accumulate notes for the 2.7 r...
Jeffrey Yasskin
2010-01-28
1
-438
/
+45
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
4
-47
/
+22
*
no need to implement these.
Chris Lattner
2010-01-25
1
-6
/
+0
*
reduce redundant are's.
Chris Lattner
2010-01-20
1
-2
/
+1
*
add a thing to investigate.
Chris Lattner
2010-01-16
1
-0
/
+1
*
move "Metadata Nodes and Metadata Strings" section to the right place in the
Chris Lattner
2010-01-15
1
-38
/
+32
*
Remove the InlineHint attribute. There are no current or planned
Eric Christopher
2010-01-15
1
-5
/
+0
*
mention that unwind isn't to be trusted, patch by Dustin Laurence
Chris Lattner
2010-01-15
1
-0
/
+6
*
Add documentation for llvm.dbg.value intrinsic
Victor Hernandez
2010-01-11
1
-0
/
+20
*
Add top level section for named metadata.
Devang Patel
2010-01-11
1
-8
/
+35
*
Improve unclear bits and inaccuracies in structure and insertvalue
Jeffrey Yasskin
2010-01-11
1
-6
/
+9
*
Update the -tailcallopt description to match djg's improvements to the calling
Jeffrey Yasskin
2010-01-11
1
-5
/
+0
*
add 3 passes which have been added but aren't used afaik.
Chris Lattner
2010-01-09
1
-0
/
+1
*
Clarify the requirements for a "tail call" to actually be optimized into a
Jeffrey Yasskin
2010-01-09
1
-9
/
+25
*
improve documentation for linkonce to be less confusing.
Chris Lattner
2010-01-09
1
-4
/
+11
*
Grammar thinko.
Eric Christopher
2010-01-08
1
-1
/
+1
*
NamedMDNode is a collection MDNodes.
Devang Patel
2010-01-05
1
-0
/
+3
*
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
1
-0
/
+4
*
Add an entry on SmallBitVector.
Dan Gohman
2010-01-05
1
-1
/
+21
*
Regenerate.
Mikhail Glushenkov
2009-12-23
1
-6
/
+8
*
Update docs for bitcode changes. For object size checking we won't
Eric Christopher
2009-12-23
1
-27
/
+8
*
Add more detail for getting started on Windows.
Jim Grosbach
2009-12-17
1
-23
/
+54
*
Regenerate.
Mikhail Glushenkov
2009-12-17
1
-19
/
+26
*
Rearrange rules to add missing dependency and allow parallel makes.
Bob Wilson
2009-12-14
1
-8
/
+6
*
Add note about loadable modules on windows.
Anton Korobeynikov
2009-12-09
1
-1
/
+5
*
Regenerate.
Mikhail Glushenkov
2009-12-07
1
-59
/
+71
*
More updates to objectsize intrinsic docs.
Eric Christopher
2009-12-05
1
-83
/
+103
*
Update per Bill's comments. Work in progress.
Eric Christopher
2009-12-01
1
-8
/
+8
*
Support -[weak_]framework and -F in llvmc.
Mikhail Glushenkov
2009-12-01
1
-7
/
+18
*
Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,
Oscar Fuentes
2009-12-01
1
-2
/
+13
[next]