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
/
include
Age
Commit message (
Expand
)
Author
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-01
Add IRBuilder::CreateVectorSplat and use it to simplify code.
Benjamin Kramer
2012-12-31
Make it explicit that the only entry points to the Program object are
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
Remove the declspecs from small alignments that we can force with
Chandler Carruth
2012-12-31
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
Michael J. Spencer
2012-12-31
Fix bits check in ELFObjectFile::isSectionZeroInit().
Rafael Espindola
2012-12-31
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
Remove dead method.
Bill Wendling
2012-12-31
Add some comparison operators to compare the Attribute object with the AttrKi...
Bill Wendling
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
Start sketching out a roadmap for better subprocess management in the
Chandler Carruth
2012-12-31
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-30
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
2012-12-30
s/Raw/getBitMask/g to be more in line with current naming conventions. This m...
Bill Wendling
2012-12-28
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
Add entry points to instsimplify for simplifying calls. The entry points
Chandler Carruth
2012-12-28
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.
Alexey Samsonov
2012-12-27
Add support to BasicBlocks for iterating backwards over the
Chandler Carruth
2012-12-27
Provide a common half-open interval map info implementation, and just
Chandler Carruth
2012-12-27
DAGCombinerInformation: add a getter that exposes the dagcombine level.
Nadav Rotem
2012-12-27
Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizer
Alexey Samsonov
2012-12-27
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
2012-12-27
whitespace
Nadav Rotem
2012-12-27
Right now all of the relocations are 32-bit dwarf, and the relocation
Eric Christopher
2012-12-26
white space
Nadav Rotem
2012-12-25
Loosen scheduling restrictions on the PPC dcbt intrinsic
Hal Finkel
2012-12-25
Rename LLVMContext diagnostic handler types and functions.
Bob Wilson
2012-12-24
Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>
Bob Wilson
2012-12-24
CostModel: We have API for checking the costs of known shuffles. This patch adds
Nadav Rotem
2012-12-24
Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64
Elena Demikhovsky
2012-12-24
Change the codegen Cost Model API for shuffeles. This patch removes the API f...
Nadav Rotem
2012-12-24
llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...
NAKAMURA Takumi
2012-12-23
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-22
Add a comma to fix the build.
Craig Topper
2012-12-22
Use a negative value to represent INVALID_SIMPLE_VALUE_TYPE instead of 256. I...
Craig Topper
2012-12-22
Add vAny and Metadata to the switch in getSizeInBits for consistency since ev...
Craig Topper
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-22
Fix some undefined behavior when parsing YAML input: don't try to compare an
Richard Smith
2012-12-21
Add a missing assertion, the null register has no register units.
Jakob Stoklund Olesen
[next]