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-07-26
Add the list of code owners to the top level of the LLVM source tree to
Duncan Sands
2012-07-26
Make l/q suffixes on AVX forms of scalar convert instructions consistent with...
Craig Topper
2012-07-26
Fix call setup for PIC.
Akira Hatanaka
2012-07-25
Fix two typos in the doc
Sylvestre Ledru
2012-07-25
Differentially encode all MC register lists.
Jakob Stoklund Olesen
2012-07-25
It's not safe to blindly remove invoke instructions. This happens when we
Nick Lewycky
2012-07-25
Update testing case for Atom when disabling rematerialization in
Manman Ren
2012-07-25
You cannot call removeModule on a JIT with no modules. Patch by Verena
Chad Rosier
2012-07-25
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
Disable rematerialization in TwoAddressInstructionPass.
Manman Ren
2012-07-25
Don't add null characters to the end of the APFloat string buffer.
David Blaikie
2012-07-25
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
add EmitStrNLen()
Nuno Lopes
2012-07-25
Preserve 2-addr constraints in ConnectedVNInfoEqClasses.
Jakob Stoklund Olesen
2012-07-25
ARM: Don't assume an SDNode is a constant.
Jim Grosbach
2012-07-25
Verify two-address constraints more carefully.
Jakob Stoklund Olesen
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
Fix typos. Thanks to Matt Beaumont-Gay for noticing it.
Rafael Espindola
2012-07-25
Twine: fix link to source, add link to class doc and container section.
Axel Naumann
2012-07-25
When a return struct pointer is passed in registers, the called has nothing
Rafael Espindola
2012-07-25
Factor a long list of conditions into a predicate function. No functionality
Rafael Espindola
2012-07-25
Don't perform an overaligned load in this test, since that's undefined
Duncan Sands
2012-07-25
When folding a load from a global constant, if the load started in the middle
Duncan Sands
2012-07-25
Eliminate the stack slot used to save the global base register.
Akira Hatanaka
2012-07-24
Add a cpu to the test. Should fix the atom bot.
Rafael Espindola
2012-07-24
Add a triple to the test.
Rafael Espindola
2012-07-24
In order to correctly compile
Rafael Espindola
2012-07-24
Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-Jump
Kevin Enderby
2012-07-24
Don't delete one more instruction than we're allowed to. This should fix the
Nick Lewycky
2012-07-24
[Object] Remove unneeded const_cast.
Michael J. Spencer
2012-07-24
add a few more functions to TargetLibraryInfo:
Nuno Lopes
2012-07-24
ELF does not imply GNU/Linux. Do not assume GNU conventions just because we
David Chisnall
2012-07-24
Add new interfaces to support ldd's ReaderElf.cpp.
Anshuman Dasgupta
2012-07-24
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
Nuno Lopes
2012-07-24
teach objectsize about strdup() and strndup()
Nuno Lopes
2012-07-24
Clean whitespaces.
Nadav Rotem
2012-07-24
Teach globalopt to not nuke all stores to globals. Keep them around of they
Nick Lewycky
2012-07-24
Change llvm_unreachable in SplitVectorOperand to report_fatal_error. Keeps re...
Craig Topper
2012-07-24
Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass test
Akira Hatanaka
2012-07-23
Add basic ability to setup call frame, and make procedure calls.
Akira Hatanaka
2012-07-23
Fix a "Bad fd number" error on some platforms due to a less portable
Eric Christopher
2012-07-23
make ConstantRange::zeroExtend() optimal
Nuno Lopes
2012-07-23
Add operator== to APSInt. This will compare the signed bit before doing
Richard Trieu
2012-07-23
An objc_retain can serve as a may-use for a different pointer.
Dan Gohman
2012-07-23
Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.
Akira Hatanaka
2012-07-23
Test revert of test changes.
Micah Villmow
2012-07-23
Test commit.
Micah Villmow
2012-07-23
Suppress a warning.
Nadav Rotem
2012-07-23
Doxygenify the comments of ISD nodes.
Nadav Rotem
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
[next]