aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add initialization routines for VMCore.Owen Anderson2010-10-071-2/+14
* Add initialization routines for Target.Owen Anderson2010-10-071-2/+12
* Fix obvious mistake pointed out by Michael Spencer.Jakob Stoklund Olesen2010-10-071-1/+1
* Print more loop info.Jakob Stoklund Olesen2010-10-071-0/+16
* Print out MBB number when rewriting.Jakob Stoklund Olesen2010-10-071-1/+2
* Add initialization routines for CodeGen.Owen Anderson2010-10-072-0/+60
* Add an implementation of the initialization routine for IPA.Owen Anderson2010-10-071-0/+29
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-072-0/+57
* Add an initialization routine for libLLVMipo.aOwen Anderson2010-10-071-2/+37
* Cache interval iterators in SplitEditor::addTruncSimpleRange so we only have toJakob Stoklund Olesen2010-10-071-10/+20
* Clean up debug printing.Jakob Stoklund Olesen2010-10-071-15/+19
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-074-2/+88
* Fix a warning when building with clang++.Owen Anderson2010-10-071-2/+3
* Add the missing cases to the type->registerclass conversion function.Kalle Raiskila2010-10-071-0/+14
* Implement two virtual functions in SPUTargetLowering.Kalle Raiskila2010-10-072-0/+31
* Minor cosmetic change: fix DOSish \r\n.NAKAMURA Takumi2010-10-071-4/+4
* MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer2010-10-071-5/+36
* Use the correct register class for load instructions - fixesEric Christopher2010-10-071-1/+8
* Use the correct register class here.Eric Christopher2010-10-071-1/+3
* Use the thumb2 conditional move instruction.Eric Christopher2010-10-071-1/+1
* Remove in-progress assertion, add TODO.Eric Christopher2010-10-071-1/+1
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-073-13/+13
* Model operand cycles of vldm / vstm; also fixes scheduling itineraries of vld...Evan Cheng2010-10-077-42/+143
* add support for isConvertibleToThreeAddress to ArithBinOpEFLAGS,Chris Lattner2010-10-071-178/+18
* Fix a few issues in ArithBinOpEFLAGS that made it specific to and.Chris Lattner2010-10-071-497/+18
* Convert 'and' to single instance of a multipatternChris Lattner2010-10-071-50/+63
* Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.Jim Grosbach2010-10-072-7/+20
* add a new BinOpAI class to represent the immediate form that directly acts on...Chris Lattner2010-10-071-10/+16
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-072-8/+23
* add a bunch of classes for other common patterns.Chris Lattner2010-10-071-60/+51
* Since the Hello pass is built as a loadable dynamic library, don't try to con...Owen Anderson2010-10-071-4/+3
* Define a new BinOpRI8 class and use it to define the imm8 versions of and.Chris Lattner2010-10-071-27/+43
* Constrain the offset register to a *_NOSP register class when inserting LEAJakob Stoklund Olesen2010-10-071-2/+35
* add the pattern operator to match to X86TypeInfo, use this to Chris Lattner2010-10-071-11/+11
* Properly handle GR32_NOSP in X86RegisterInfo::getMatchingSuperRegClass.Jakob Stoklund Olesen2010-10-061-1/+6
* Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.Jakob Stoklund Olesen2010-10-062-7/+16
* Skip unused registers when verifying LiveIntervals.Jakob Stoklund Olesen2010-10-061-0/+5
* remove trailing whitespaceJim Grosbach2010-10-061-5/+5
* First in a sequence of ARM/MC/*ELF* specific work.Jason W Kim2010-10-062-39/+60
* Another case of 256 sections not being enough :-)Rafael Espindola2010-10-061-1/+1
* Appease the clang self-host buildbot by providing a correct instantiation.Owen Anderson2010-10-061-3/+3
* Clean up MOVi32imm and t2MOVi32imm pseudo instruction definitions.Jim Grosbach2010-10-063-7/+9
* Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).Jim Grosbach2010-10-064-21/+12
* Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-neededJim Grosbach2010-10-062-40/+3
* Change the NEON VDUPfdf and VDUPfqf pseudo-instructions to actually beJim Grosbach2010-10-062-7/+28
* Get binding and visibility info from the the alias, but Type from the symbolRafael Espindola2010-10-061-3/+25
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-064-4/+4
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-062-7/+29
* Add a 'pattern' arg to the ARM PseudoNeonI class.Jim Grosbach2010-10-062-7/+9
* MC: Add missing forward in MCLoggingStreamer.Michael J. Spencer2010-10-061-0/+1