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
Age
Commit message (
Expand
)
Author
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
LoopVectorizer: Fix a bug in the code that updates the loop exiting block.
Nadav Rotem
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
Add a few more c'tors:
Bill Wendling
2012-12-30
Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...
Dmitri Gribenko
2012-12-30
Add a few (as yet unused) query methods to determine if the attribute that's
Bill Wendling
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
Uniquify the AttributeImpl based on the Constant pointer, since those are
Bill Wendling
2012-12-30
s/Raw/getBitMask/g to be more in line with current naming conventions. This m...
Bill Wendling
2012-12-30
llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...
NAKAMURA Takumi
2012-12-29
Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...
Craig Topper
2012-12-29
Merge similar functionality using a nested switch.
Craig Topper
2012-12-29
Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...
Craig Topper
2012-12-29
Simplify code, no functionality change.
Jakub Staszak
2012-12-29
Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h.
Jakub Staszak
2012-12-29
Use a 'Constant' object instead of a bit field to store the attribute data.
Bill Wendling
2012-12-29
Use the accessor method instead of the raw ivar to get the bits.
Bill Wendling
2012-12-28
Nuke some dead code that snuck in some how. I thought I had already
Chandler Carruth
2012-12-28
Fix a stunning oversight in the inline cost analysis. It was never
Chandler Carruth
2012-12-28
Teach the inline cost analysis about calls that can be simplified and
Chandler Carruth
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-28
CostModel: initial checkin for code that estimates the cost of special shuffles.
Nadav Rotem
2012-12-28
wrap 80-col lines.
Nadav Rotem
2012-12-28
AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...
Nadav Rotem
2012-12-27
Reverse the 'if' condition and reduce the indentation.
Nadav Rotem
2012-12-27
Merge basic_sse12_fp_binop_p_int and basic_sse12_fp_binop_p_y_int multiclasses.
Craig Topper
2012-12-27
AVX/AVX2: Move the SEXT lowering code from a target specific DAGco to a lower...
Nadav Rotem
2012-12-27
Merge basic_sse12_fp_binop_p and basic_sse12_fp_binop_p_y multiclasses.
Craig Topper
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
Make this parameter be named consistently with most other
Chandler Carruth
2012-12-27
docs: Add FAQ about "storing to a virtual register".
Sean Silva
2012-12-27
docs: Move link to the new "external tutorials" area.
Sean Silva
2012-12-27
[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...
Alexey Samsonov
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
docs: Update the benchmark with updated perf numbers.
Nadav Rotem
2012-12-27
On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized
Nadav Rotem
2012-12-27
AVX/AVX2: Move the code that lowers vector-trunc from a DAGCo-hook to custom ...
Nadav Rotem
2012-12-27
Add hasSideEffects=0 to some forms of ROUND, RCP, and RSQRT.
Craig Topper
2012-12-27
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
2012-12-27
Move single letter 'P' prefix out of multiclass now that tablegen allows defm...
Craig Topper
2012-12-27
Update tablegen parser to allow defm names to start with #NAME.
Craig Topper
2012-12-27
Add hasSideEffects=0 to some shift and rotate instructions. None of which are...
Craig Topper
2012-12-27
Mark the divide instructions as hasSideEffects=0.
Craig Topper
[next]