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-11-05
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
On PowerPC64, integer return values (as well as arguments) are supposed
Ulrich Weigand
2012-11-05
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-05
lli: Initialize the native asm parser for inline assembly.
Jim Grosbach
2012-11-05
Add support for the PowerPC-specific inline asm Z constraint and y modifier.
Hal Finkel
2012-11-05
[PATCH] PowerPC: Expand load extend vector operations
Adhemerval Zanella
2012-11-05
Add missing this->. Fixes pr14238.
Rafael Espindola
2012-11-05
Don't infer whether a value is captured in the current function from the
Richard Osborne
2012-11-05
Add a couple of stubs to the release notes for things I noticed while
Chandler Carruth
2012-11-05
PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...
Eli Bendersky
2012-11-05
ConstantFolding.cpp: Whitespace.
NAKAMURA Takumi
2012-11-04
Apply the patch from PR14160. I failed to construct a testcase for this, but
Duncan Sands
2012-11-04
Remove alignments from folding tables for scalar FMA4 instructions.
Craig Topper
2012-11-03
Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue here
Duncan Sands
2012-11-03
Generalize the transform that boosts GEP indices to the size of a pointer to
Duncan Sands
2012-11-03
[mips] Set flag neverHasSideEffects flag on floating point conversion
Akira Hatanaka
2012-11-03
X86 CostModel: Add support for a some of the common arithmetic instructions f...
Nadav Rotem
2012-11-03
[mips] Set flag isAsCheapAsAMove flag on instruction LUi.
Akira Hatanaka
2012-11-03
Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...
Owen Anderson
2012-11-03
[mips] Stop reserving register AT and use register scavenger when a scratch
Akira Hatanaka
2012-11-02
[mips] Do not reserve all 64-bit registers, but only the ones which need to be
Akira Hatanaka
2012-11-02
Include all the fields so we can correctly emit DW_TAG_structure_type for C++...
David Blaikie
2012-11-02
Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...
Nadav Rotem
2012-11-02
Remove empty directory
Nadav Rotem
2012-11-02
CostModel: add support for Vector Insert and Extract.
Nadav Rotem
2012-11-02
remove empty directories
Chris Lattner
2012-11-02
[mips] Fix disassembler test cases.
Akira Hatanaka
2012-11-02
Add a cost model analysis that allows us to estimate the cost of IR-level ins...
Nadav Rotem
2012-11-02
Scalar Bitcasts and Truncs are usually free
Nadav Rotem
2012-11-02
[mips] Fix bug in test case. Disable machine LICM to prevent instruction from
Akira Hatanaka
2012-11-02
Vext Lowering was missing opportunities
Quentin Colombet
2012-11-02
[mips] Use register number instead of name to print register $AT.
Akira Hatanaka
2012-11-02
[mips] Add function MipsFrameLowering::estimateStackSize.
Akira Hatanaka
2012-11-02
[mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size
Akira Hatanaka
2012-11-02
Fix a build problem with xlc. The error message was
Rafael Espindola
2012-11-02
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-11-02
XLC supports the same atomic functions as GCC, use them.
Rafael Espindola
2012-11-02
Change resolveRelocation parameters so the relocations can find placeholder v...
Andrew Kaylor
2012-11-02
Documentation: fix typos.
Dmitri Gribenko
2012-11-02
Fix whitespaces
Alexey Samsonov
2012-11-02
Enable the assertion in getIntPtrType (I've audited all users of this method and
Duncan Sands
2012-11-02
Add a testcase to loop-idiom to cover PR14241 when we start handling
Chandler Carruth
2012-11-02
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
Fix an obvious typo that causes an assertion failure when running
Duncan Sands
2012-11-02
Fix sign compare warning. Patch by Mahesha HS.
Chandler Carruth
2012-11-02
libprofile/CommonProfiling.c: Fix according to C89.
NAKAMURA Takumi
2012-11-02
PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUT
Manman Ren
2012-11-01
OutputArg: added an index of the original argument to match the change to
Manman Ren
2012-11-01
BBVectorize: Commit the rest of the test-case change.
Hal Finkel
2012-11-01
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
[next]