index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IR
Age
Commit message (
Expand
)
Author
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-21
Don't assert on empty attributes.
Bill Wendling
2013-02-20
Add and remove the attribute from the correct slot.
Bill Wendling
2013-02-20
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
Add the function attributes from an inline asm call. These don't have declara...
Bill Wendling
2013-02-19
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
Fix a bug that was found by the clang static analyzer. The var "AT" is null s...
Nadav Rotem
2013-02-18
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-18
DIBuilder: Correct the null/0 type of trailing fields in struct debug info.
David Blaikie
2013-02-18
DIBuilder: Add function and method definitions to the list of all subprograms
David Blaikie
2013-02-18
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-17
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-16
GCC doesn't like ++ on enums.
Benjamin Kramer
2013-02-16
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-15
Simplify the 'operator<' for the attribute object.
Bill Wendling
2013-02-15
Revert "Simplify the attributes '<' comparison function."
Anna Zaks
2013-02-15
Simplify the attributes '<' comparison function.
Bill Wendling
2013-02-14
s/bool/LLVMBool/
Bill Wendling
2013-02-14
Add two new functions to the C API:
Bill Wendling
2013-02-13
Use array_pod_sort.
Bill Wendling
2013-02-13
Add some accessor and query methods for retrieving Attribute objects and such.
Bill Wendling
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
Support string attributes in the AttrBuilder.
Bill Wendling
2013-02-12
DIBuilder: make the return type of createBasicType more specific
David Blaikie
2013-02-11
Add support for printing out the attribute groups.
Bill Wendling
2013-02-11
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
Revert "Rename LLVMContext diagnostic handler types and functions."
Bob Wilson
2013-02-11
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-10
The 'Raw' method cannot handle 'string' attributes. Don't even try.
Bill Wendling
2013-02-10
Handle string attributes in the AttrBuilder.
Bill Wendling
2013-02-10
Add 'empty' query methods to the builder and use them in the verifier.
Bill Wendling
2013-02-10
Add accessor for the LLVMContext.
Bill Wendling
2013-02-08
Enable *BasicBlockPass::createPrinterPass()
Sergei Larin
2013-02-08
Minor cleanup.
Dan Gohman
2013-02-08
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-06
Remove extra blank line between closing curly brace and 'else'
Craig Topper
2013-02-06
Remove unused private field to suppress a build warning.
Craig Topper
2013-02-06
Add a 'StringRef' version of hasAttribute.
Bill Wendling
2013-02-06
Add methods to merge an AttrBuilder into another builder.
Bill Wendling
2013-02-05
Add the target-dependent (string) attributes from the AttrBuilder to the Attr...
Bill Wendling
2013-02-05
Convert to storing the attribute's internals as enums, integers, and strings.
Bill Wendling
2013-02-05
Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.
Bill Wendling
2013-02-05
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...
Michael Gottesman
2013-02-04
Initial cleanups of the param-attribute code in the bitcode reader/writer.
Bill Wendling
2013-02-04
[DebugInfo] remove more node indirection (this time from the subprogram's var...
David Blaikie
2013-02-04
PR15149: crash when printing debug info metadata containing an invalid langua...
David Blaikie
2013-02-03
Added instance variable/initializers/getter/setters for new keyword externall...
Michael Gottesman
2013-02-02
Remove the (apparently) unnecessary debug info metadata indirection.
David Blaikie
2013-02-02
Remove AttrBuilder::Raw().
Bill Wendling
2013-02-02
Use the AttributeSet's iterators.
Bill Wendling
[next]