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
2007-12-17
Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. I
Bill Wendling
2007-12-17
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
Evan Cheng
2007-12-17
- Restore some i8 functionality in CellSPU
Scott Michel
2007-12-17
Modified Deserializer::ReadCStr to allow C-strings to be read into a
Ted Kremenek
2007-12-17
LD_Fp64m should have "isRematerializable" set.
Bill Wendling
2007-12-17
Add "hasSideEffects" method to MachineInstrInfo class.
Bill Wendling
2007-12-17
Add MachineLICM.cpp
Bill Wendling
2007-12-17
As per feedback, revised comments to (hopefully) make the different side effect
Bill Wendling
2007-12-17
Add cast operators in LLVMFoldingBuilder.
Devang Patel
2007-12-17
cleanup this code, making it more "llvm-like".
Chris Lattner
2007-12-17
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase.
David Greene
2007-12-17
Get rid of annoying spaces.
David Greene
2007-12-17
Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iterators
David Greene
2007-12-17
Disabling a RUN line that's broken until addrspace roundtrips
Gordon Henriksen
2007-12-17
C and Ocaml bindings for address spaces, for that burgeoning market
Gordon Henriksen
2007-12-17
regenerate.
Christopher Lamb
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
Make it clear in the LangRef that allocation instructions only operated on th...
Christopher Lamb
2007-12-16
Revert this part of r45073 until the verifier is
Duncan Sands
2007-12-16
don't violate C TBAA rules, use FloatToBits instead.
Chris Lattner
2007-12-16
fix a questionable cast, thanks to Mike Stump for pointing this out.
Chris Lattner
2007-12-16
Fix the JIT encoding of cmp*ss, which aborts with this assertion currently:
Chris Lattner
2007-12-16
Make instcombine promote inline asm calls to 'nounwind'
Duncan Sands
2007-12-16
Remove spurious warnings from GCC:
Bill Wendling
2007-12-16
Break local interferences in StrongPHIElimination. One step closer...
Owen Anderson
2007-12-16
A few more comments.
Owen Anderson
2007-12-16
Define addString() and lookup() out-of-line to dissuade the C++ compiler from...
Anton Korobeynikov
2007-12-16
Provide GraphTraits and DOTGraphTraits interface for Trie.
Anton Korobeynikov
2007-12-16
Constify graph arguments
Anton Korobeynikov
2007-12-15
Use references in DF iterators. This eliminates copy-ctor calls on huge objec...
Anton Korobeynikov
2007-12-15
These are more correctly called signaling NaNs.
Duncan Sands
2007-12-15
Make better use of instructions that clear high bits; fix various 2-wide shuf...
Evan Cheng
2007-12-15
__builtin_ia32_movqv4si is now expanded to a shuffle.
Evan Cheng
2007-12-15
Start committing working test cases for CellSPU.
Scott Michel
2007-12-14
Actually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64toPQIrm is a dup of MOVQ...
Evan Cheng
2007-12-14
Fix (mem) <-> low 64-bits of xmm bugs pointed out by David Greene. Mac OS X L...
Evan Cheng
2007-12-14
Teach the interpreter to read and write memory in the
Duncan Sands
2007-12-14
x86-32 long doubles are 4-byte aligned on the stack
Dale Johannesen
2007-12-14
Fix bsf / bsr jit encoding.
Evan Cheng
2007-12-14
Oops. Forgot these.
Evan Cheng
2007-12-14
Add explicit keywords, and fix a minor typo that they uncovered.
Dan Gohman
2007-12-14
Don't redirect stderr when it isn't needed.
Dan Gohman
2007-12-14
Fix a typo in a comment.
Dan Gohman
2007-12-14
Fix a typo in a comment.
Dan Gohman
2007-12-14
Fix Intel asm syntax for the bsr and bsf instructions.
Dan Gohman
2007-12-14
Fix ctlz and cttz. llvm definition requires them to return number of bits in ...
Evan Cheng
2007-12-14
Bug fix. Must also match ResNo when matching an operand with a user.
Evan Cheng
2007-12-14
All MMX shift instructions took a <2 x i32> vector as the shift amount parame...
Anders Carlsson
2007-12-14
Implement ctlz and cttz with bsr and bsf.
Evan Cheng
[next]