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
2010-10-07
Add initialization routines for Instrumentation.
Owen Anderson
2010-10-07
reduce redundancy between pattern copies.
Chris Lattner
2010-10-07
the opcode for BinOpMI/BinOpMI8 is always the same, remove the argument.
Chris Lattner
2010-10-07
Improve comment.
Owen Anderson
2010-10-07
Add initialization routines to InstCombine.
Owen Anderson
2010-10-07
convert adc/sbb to a multipattern. Because the adde/sube nodes
Chris Lattner
2010-10-07
Add initialization routines for VMCore.
Owen Anderson
2010-10-07
Fix Whitespace.
Michael J. Spencer
2010-10-07
Fix warnings on Windows.
Michael J. Spencer
2010-10-07
Add initialization routines for Target.
Owen Anderson
2010-10-07
Fix obvious mistake pointed out by Michael Spencer.
Jakob Stoklund Olesen
2010-10-07
Print more loop info.
Jakob Stoklund Olesen
2010-10-07
Print out MBB number when rewriting.
Jakob Stoklund Olesen
2010-10-07
Add initialization routines for CodeGen.
Owen Anderson
2010-10-07
Add an implementation of the initialization routine for IPA.
Owen Anderson
2010-10-07
Add initialization routines for Analysis and IPA.
Owen Anderson
2010-10-07
gtest: Fix warnings on MinGW.
Michael J. Spencer
2010-10-07
CMake: Fix warning in gtest.
Michael J. Spencer
2010-10-07
Add an initialization routine for libLLVMipo.a
Owen Anderson
2010-10-07
Add a header that I forgot to commit.
Owen Anderson
2010-10-07
Cache interval iterators in SplitEditor::addTruncSimpleRange so we only have to
Jakob Stoklund Olesen
2010-10-07
Clean up debug printing.
Jakob Stoklund Olesen
2010-10-07
Next step on the getting-rid-of-static-ctors train: begin adding per-library
Owen Anderson
2010-10-07
Fix a warning when building with clang++.
Owen Anderson
2010-10-07
trailing whitespace
Jim Grosbach
2010-10-07
Add the missing cases to the type->registerclass conversion function.
Kalle Raiskila
2010-10-07
Implement two virtual functions in SPUTargetLowering.
Kalle Raiskila
2010-10-07
Minor cosmetic change: fix DOSish \r\n.
NAKAMURA Takumi
2010-10-07
MC-COFF: Fix symbol aliases. Fixes PR8251.
Michael J. Spencer
2010-10-07
test: Fix binary stdin issues with coff-dump on Windows.
Michael J. Spencer
2010-10-07
Use the correct register class for load instructions - fixes
Eric Christopher
2010-10-07
Use the correct register class here.
Eric Christopher
2010-10-07
Use the thumb2 conditional move instruction.
Eric Christopher
2010-10-07
Remove in-progress assertion, add TODO.
Eric Christopher
2010-10-07
Add the header that I accidentally forgot from r115900.
Owen Anderson
2010-10-07
Move the pass initialization helper functions into the llvm namespace, and add
Owen Anderson
2010-10-07
Model operand cycles of vldm / vstm; also fixes scheduling itineraries of vld...
Evan Cheng
2010-10-07
add support for isConvertibleToThreeAddress to ArithBinOpEFLAGS,
Chris Lattner
2010-10-07
Fix a few issues in ArithBinOpEFLAGS that made it specific to and.
Chris Lattner
2010-10-07
Convert 'and' to single instance of a multipattern
Chris Lattner
2010-10-07
Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.
Jim Grosbach
2010-10-07
add a new BinOpAI class to represent the immediate form that directly acts on...
Chris Lattner
2010-10-07
Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.
Jim Grosbach
2010-10-07
add a bunch of classes for other common patterns.
Chris Lattner
2010-10-07
Since the Hello pass is built as a loadable dynamic library, don't try to con...
Owen Anderson
2010-10-07
Define a new BinOpRI8 class and use it to define the imm8 versions of and.
Chris Lattner
2010-10-07
Constrain the offset register to a *_NOSP register class when inserting LEA
Jakob Stoklund Olesen
2010-10-07
add the pattern operator to match to X86TypeInfo, use this to
Chris Lattner
2010-10-07
add a common SDPatternOperator base class to SDNode and PatFrag for
Chris Lattner
2010-10-06
Properly handle GR32_NOSP in X86RegisterInfo::getMatchingSuperRegClass.
Jakob Stoklund Olesen
[next]