summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Add initialization routines for Instrumentation.Owen Anderson2010-10-07
* reduce redundancy between pattern copies.Chris Lattner2010-10-07
* the opcode for BinOpMI/BinOpMI8 is always the same, remove the argument.Chris Lattner2010-10-07
* Improve comment.Owen Anderson2010-10-07
* Add initialization routines to InstCombine.Owen Anderson2010-10-07
* convert adc/sbb to a multipattern. Because the adde/sube nodes Chris Lattner2010-10-07
* Add initialization routines for VMCore.Owen Anderson2010-10-07
* Add initialization routines for Target.Owen Anderson2010-10-07
* Fix obvious mistake pointed out by Michael Spencer.Jakob Stoklund Olesen2010-10-07
* Print more loop info.Jakob Stoklund Olesen2010-10-07
* Print out MBB number when rewriting.Jakob Stoklund Olesen2010-10-07
* Add initialization routines for CodeGen.Owen Anderson2010-10-07
* Add an implementation of the initialization routine for IPA.Owen Anderson2010-10-07
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-07
* Add an initialization routine for libLLVMipo.aOwen Anderson2010-10-07
* Cache interval iterators in SplitEditor::addTruncSimpleRange so we only have toJakob Stoklund Olesen2010-10-07
* Clean up debug printing.Jakob Stoklund Olesen2010-10-07
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-07
* Fix a warning when building with clang++.Owen Anderson2010-10-07
* Add the missing cases to the type->registerclass conversion function.Kalle Raiskila2010-10-07
* Implement two virtual functions in SPUTargetLowering.Kalle Raiskila2010-10-07
* Minor cosmetic change: fix DOSish \r\n.NAKAMURA Takumi2010-10-07
* MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer2010-10-07
* Use the correct register class for load instructions - fixesEric Christopher2010-10-07
* Use the correct register class here.Eric Christopher2010-10-07
* Use the thumb2 conditional move instruction.Eric Christopher2010-10-07
* Remove in-progress assertion, add TODO.Eric Christopher2010-10-07
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-07
* Model operand cycles of vldm / vstm; also fixes scheduling itineraries of vld...Evan Cheng2010-10-07
* add support for isConvertibleToThreeAddress to ArithBinOpEFLAGS,Chris Lattner2010-10-07
* Fix a few issues in ArithBinOpEFLAGS that made it specific to and.Chris Lattner2010-10-07
* Convert 'and' to single instance of a multipatternChris Lattner2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach2010-10-07
* add a new BinOpAI class to represent the immediate form that directly acts on...Chris Lattner2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-07
* add a bunch of classes for other common patterns.Chris Lattner2010-10-07
* Since the Hello pass is built as a loadable dynamic library, don't try to con...Owen Anderson2010-10-07
* Define a new BinOpRI8 class and use it to define the imm8 versions of and.Chris Lattner2010-10-07
* Constrain the offset register to a *_NOSP register class when inserting LEAJakob Stoklund Olesen2010-10-07
* add the pattern operator to match to X86TypeInfo, use this to Chris Lattner2010-10-07
* Properly handle GR32_NOSP in X86RegisterInfo::getMatchingSuperRegClass.Jakob Stoklund Olesen2010-10-06
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-06
* Skip unused registers when verifying LiveIntervals.Jakob Stoklund Olesen2010-10-06
* remove trailing whitespaceJim Grosbach2010-10-06
* First in a sequence of ARM/MC/*ELF* specific work.Jason W Kim2010-10-06
* Another case of 256 sections not being enough :-)Rafael Espindola2010-10-06
* Appease the clang self-host buildbot by providing a correct instantiation.Owen Anderson2010-10-06
* Clean up MOVi32imm and t2MOVi32imm pseudo instruction definitions.Jim Grosbach2010-10-06
* Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).Jim Grosbach2010-10-06