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-28
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
Dmitri Gribenko
2012-09-28
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-28
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-28
1. Add load/store words from the stack
Reed Kotler
2012-09-27
Remove <def,read-undef> flags from partial redefinitions.
Jakob Stoklund Olesen
2012-09-27
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
Don't dereference begin() on an empty vector.
Jakob Stoklund Olesen
2012-09-27
MIPS DSP: ABSQ_S.PH instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: SHLL.QB instruction sub-class.
Akira Hatanaka
2012-09-27
Fix a integer overflow in SimplifyCFG's look up table formation logic.
Benjamin Kramer
2012-09-27
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
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
[prev]
[next]