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
Age
Commit message (
Expand
)
Author
2013-04-04
Avoid high-latency false CPSR dependencies even for tMOVSi.
Jakob Stoklund Olesen
2013-04-04
Formatting
Eli Bendersky
2013-04-04
R600: Use a mask for offsets when encoding instructions
Vincent Lejeune
2013-04-04
R600: Fix wrong address when substituting ENDIF
Vincent Lejeune
2013-04-04
R600: Take export into account when computing cf address
Vincent Lejeune
2013-04-04
Add SPARC v9 support for select on 64-bit compares.
Jakob Stoklund Olesen
2013-04-04
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-03
Refactored out the helper method FindPredecessorAutoreleaseWithSafePath from ...
Michael Gottesman
2013-04-03
Refactored out the helper function FindPredecessorRetainWithSafePath from Obj...
Michael Gottesman
2013-04-03
Small cleanups.
Michael Gottesman
2013-04-03
Refactored out a part of ObjCARCOpt::OptimizeReturns into its own method HasS...
Michael Gottesman
2013-04-03
Removed an old comment.
Michael Gottesman
2013-04-03
Clean up arc annotations by moving the top/bottom BB annotations into conditi...
Michael Gottesman
2013-04-03
X86 cost model: Vector shifts are expensive in most cases
Arnold Schwaighofer
2013-04-03
R600: Fix last ALU of a clause being emitted in a separate clause
Vincent Lejeune
2013-04-03
Ensuring that both bits are set, and not just a combination of one or the other.
Aaron Ballman
2013-04-03
Cleanup PPC reciprocal-estimate functionality
Hal Finkel
2013-04-03
R600: Factorize maximum alu per clause in a single location
Vincent Lejeune
2013-04-03
Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...
Aaron Ballman
2013-04-03
R600: Simplify data structure and add DEBUG to R600ControlFlowFinalizer
Vincent Lejeune
2013-04-03
R600: Consider KILLGT as an ALU instruction
Vincent Lejeune
2013-04-03
Measure time that IR parsing took as part of the -time-passes measurement.
Eli Bendersky
2013-04-03
PPC: Enable FRES and FRSQRTE on the default PPC64 description
Hal Finkel
2013-04-03
PPC: Add a FIXME regarding the non-working fma+fneg Altivec pattern
Hal Finkel
2013-04-03
Remove some obsolete PowerPC/README entries
Hal Finkel
2013-04-03
More direct types in PowerPC AltiVec intrinsics.
Ulrich Weigand
2013-04-03
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
AArch64: implement ETMv4 trace system registers.
Tim Northover
2013-04-03
Second pass at addressing PR15351 by explicitly checking for AVX support
Aaron Ballman
2013-04-03
Fix SRet for thiscall in i686-pc-win32
Timur Iskhodzhanov
2013-04-03
AArch64: switch patterns to be type-based rather than RegClass-based
Tim Northover
2013-04-03
Fix grammar.
Eric Christopher
2013-04-03
Remove ZeroOrMore from the option description. We don't need it here.
Eric Christopher
2013-04-03
Add 64-bit compare + branch for SPARC v9.
Jakob Stoklund Olesen
2013-04-03
Remove some unsupported-feature comments from PPC.td
Hal Finkel
2013-04-03
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-03
Fix the fde encoding used by mips to match gas.
Rafael Espindola
2013-04-03
Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...
Aaron Ballman
2013-04-03
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-03
Improved comment. No functionality change.
Michael Gottesman
2013-04-03
Attempting to fix the build on older GCC versions.
Aaron Ballman
2013-04-03
This patch addresses PR15351 by explicitly checking for AVX support
Aaron Ballman
2013-04-02
Formatting.
Eric Christopher
2013-04-02
[mips] Small update to the implementation of eh.return for Mips.
Akira Hatanaka
2013-04-02
Support and test template arguments for unions.
Eric Christopher
2013-04-02
Reformat arguments.
Eric Christopher
2013-04-02
[mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.
Akira Hatanaka
2013-04-02
Allow MachineTraceMetrics to be used when the model has no resources.
Jakob Stoklund Olesen
2013-04-02
[ms-inline asm] Add support for parsing variables with namespace alias
Chad Rosier
2013-04-02
Fix PR15630: Replace faulty stdcx. with stwcx.
Bill Schmidt
[next]