aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Trivial MC code emitter shell. No instruction forms actually handled yet.Jim Grosbach2010-10-071-3/+19
* Correctly check if a path is a directory. Fix by Brian Korver.Evan Cheng2010-10-071-1/+1
* Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel2010-10-071-6/+1
* Include the auto-generated bits for machine encoding.Jim Grosbach2010-10-071-0/+20
* Remember to promote load/store types for stack to register size.Eric Christopher2010-10-071-0/+6
* convert test to use the existing classes that the multipatternsChris Lattner2010-10-071-99/+48
* convert cmp to use a multipatternChris Lattner2010-10-071-199/+181
* Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...Evan Cheng2010-10-072-16/+22
* ARM instruction don't have instruction prefixes, so remove the helper functionsJim Grosbach2010-10-071-16/+1
* Move tool_output_file into its own file.Dan Gohman2010-10-072-32/+43
* Add initialization routines for Instrumentation.Owen Anderson2010-10-072-0/+32
* reduce redundancy between pattern copies.Chris Lattner2010-10-071-49/+53
* the opcode for BinOpMI/BinOpMI8 is always the same, remove the argument.Chris Lattner2010-10-071-19/+19
* Improve comment.Owen Anderson2010-10-071-1/+1
* Add initialization routines to InstCombine.Owen Anderson2010-10-071-0/+9
* convert adc/sbb to a multipattern. Because the adde/sube nodes Chris Lattner2010-10-071-310/+150
* 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