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