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
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
Prefer shuffles to selects. Backends love shuffles!
Nick Lewycky
2012-09-27
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-27
MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR).
Akira Hatanaka
2012-09-27
MIPS DSP: CMPU.EQ.QB instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: ADDU.QB instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...
Akira Hatanaka
2012-09-27
MIPS DSP: all the remaining instructions which read or write accumulators.
Akira Hatanaka
2012-09-27
MIPS DSP: add support for extract-word instructions.
Akira Hatanaka
2012-09-27
MIPS DSP: add functions which decode DSP and accumulator registers.
Akira Hatanaka
2012-09-27
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-09-27
MIPS DSP: add bitcast patterns between vectors and int.
Akira Hatanaka
2012-09-27
MIPS DSP: add vector load/store patterns.
Akira Hatanaka
2012-09-26
Fix of hang during Intel JIT profiling
Andrew Kaylor
2012-09-26
Disable the new SROA pass to get the tree back in working order. We don't yet
Nick Lewycky
2012-09-26
Add IRBuilder code for adding !tbaa.struct metadata tags to llvm.memcpy calls.
Dan Gohman
2012-09-26
Query the parameter attributes directly instead of using the Attribute symbols.
Bill Wendling
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
X86_32: Large Symbol+Offset relocations.
Jim Grosbach
2012-09-26
Initial commit for the AttributesImpl class.
Bill Wendling
2012-09-26
Add case clauses for returning dsp accumulator encoding values in function
Akira Hatanaka
2012-09-26
Add DSP accumulator registers and register class. Remove hi/lo registers.
Akira Hatanaka
2012-09-26
Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.
Akira Hatanaka
2012-09-26
Add support for detecting some corei7-class Xeons.
Benjamin Kramer
2012-09-26
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-26
YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.
Benjamin Kramer
2012-09-26
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
2012-09-26
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
Address Duncan's comments on r164682:
Hans Wennborg
2012-09-26
Analogous fix to memset and memcpy rewriting. Don't have a test case
Chandler Carruth
2012-09-26
When rewriting the pointer operand to a load or store which has
Chandler Carruth
2012-09-26
Teach all of the loads, stores, memsets and memcpys created by the
Chandler Carruth
2012-09-26
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-26
SimplifyCFG: Make the switch-to-lookup table transformation store the
Hans Wennborg
2012-09-26
SimplifyCFG: Refactor the switch-to-lookup table transformation by
Hans Wennborg
2012-09-26
The assumption that /proc/self/exe always exists is incorrect.
Sylvestre Ledru
2012-09-26
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
Add RORX code generation support
Michael Liao
2012-09-26
Add MULX code generation support
Michael Liao
2012-09-26
Teach the 'lint' sanity checking pass to detect simple buffer overflows.
Duncan Sands
2012-09-26
Revert the business end of r164636 and try again. I'll come in again. ;]
Chandler Carruth
2012-09-26
Replace calls to getSizeInBits with getExtendedSizeInBits since its already k...
Craig Topper
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
Remove hasNoAVX method. Can just invert hasAVX instead.
Craig Topper
2012-09-26
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
Add 'lock' prefix output support in assembly printer
Michael Liao
2012-09-26
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Initialize boolean variables in MipsSubtarget's constructor.
Akira Hatanaka
[next]