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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
5
-0
/
+180
*
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
2013-01-31
2
-0
/
+21
*
Remove the Attribute::hasAttributes() function.
Bill Wendling
2013-01-31
1
-3
/
+0
*
Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...
NAKAMURA Takumi
2013-01-31
1
-3
/
+6
*
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
2
-5
/
+5
*
Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.
Bill Wendling
2013-01-31
1
-6
/
+3
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
1
-2
/
+2
*
Make the AttrBuilder creation method of Attribute private so that people won'...
Bill Wendling
2013-01-31
1
-1
/
+2
*
Revert for now:
Bill Wendling
2013-01-31
1
-1
/
+2
*
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
1
-2
/
+1
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
1
-8
/
+7
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
1
-12
/
+0
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
1
-6
/
+3
*
Doxygenified some comments in IRBuilder.h.
Michael Gottesman
2013-01-30
1
-8
/
+9
*
Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...
Michael Gottesman
2013-01-30
1
-14
/
+0
*
Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS
Michael Gottesman
2013-01-30
1
-1
/
+6
*
Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that th...
Bill Wendling
2013-01-30
1
-1
/
+1
*
Clean up whitespace and indentation a bit
Eli Bendersky
2013-01-30
1
-5
/
+1
*
LLDB uses ConvertUTF16toUTF8, remove #ifdef
Dmitri Gribenko
2013-01-30
1
-2
/
+0
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
1
-0
/
+230
*
This patch implements runtime ARM specific
Jack Carter
2013-01-30
1
-1
/
+9
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
2
-1
/
+10
*
[autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.
NAKAMURA Takumi
2013-01-30
2
-2
/
+2
*
Add a couple of accessor methods to get the kind and values of an attribute.
Bill Wendling
2013-01-29
1
-0
/
+7
*
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-29
1
-1
/
+1
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
2
-0
/
+8
*
Use an AttrBuilder to generate the correct AttributeSet.
Bill Wendling
2013-01-29
1
-5
/
+6
*
S'more small non-functional changes in comments and #includes.
Bill Wendling
2013-01-29
1
-10
/
+3
*
Reorder some functions and add comments. No functionality change.
Bill Wendling
2013-01-29
1
-47
/
+54
*
Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'.
Bill Wendling
2013-01-28
1
-4
/
+4
*
Remove the AttributeWithIndex class.
Bill Wendling
2013-01-28
1
-19
/
+12
*
Add a comment mentioning that InstructionSimplify routines do,
Dan Gohman
2013-01-28
1
-0
/
+6
*
Mid-air collision. reapply r173656.
Bill Wendling
2013-01-28
1
-5
/
+5
*
Rewrite the removeAttr() method.
Bill Wendling
2013-01-28
1
-10
/
+0
*
Rewrite the addAttr() method.
Bill Wendling
2013-01-28
1
-16
/
+15
*
Revert r173646, "Use proper type for the index."
NAKAMURA Takumi
2013-01-28
1
-8
/
+8
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
5
-24
/
+55
*
Use proper type for the index.
Bill Wendling
2013-01-28
1
-8
/
+8
*
Use proper return type for attribute index.
Bill Wendling
2013-01-27
1
-1
/
+1
*
Push the calculation of the 'Raw' attribute mask down into the implementation...
Bill Wendling
2013-01-27
1
-1
/
+4
*
Don't erase these methods. They're used during testing.
Bill Wendling
2013-01-27
1
-0
/
+3
*
Add special 'get' methods to create an Attribute with an alignment. Also do s...
Bill Wendling
2013-01-27
1
-14
/
+11
*
s/AttrList/pImpl/g in AttributeSet. No functionality change.
Bill Wendling
2013-01-27
1
-8
/
+8
*
Fix miscompile. Add back the use of the ArrayRef version of the ::get method.
Bill Wendling
2013-01-27
1
-1
/
+1
*
Rearrange some deckchairs. Moving the class before it's use.
Bill Wendling
2013-01-27
1
-17
/
+16
*
Remove dead methods.
Bill Wendling
2013-01-27
1
-7
/
+1
*
Hide the method that creates an AttributeSet with AttributeWithIndexes.
Bill Wendling
2013-01-27
1
-1
/
+5
*
PR14566: Debug Info: Removing top level lexical blocks
David Blaikie
2013-01-26
1
-1
/
+1
*
IRBuilder: Remove redundant check around SetInstDebugLocation call.
David Blaikie
2013-01-26
1
-2
/
+1
*
Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.
NAKAMURA Takumi
2013-01-26
2
-0
/
+18
[next]