summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Revert "Restore the PHI optimization I accidently removed" temporarily sinceEric Christopher2012-12-131-4/+0
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-134-48/+14
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-1313-81/+89
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-134-14/+48
* Missed these calls from the previous rename somehow.Rafael Espindola2012-12-131-2/+2
* Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.Rafael Espindola2012-12-134-21/+21
* [mips] Do not copy GOT address to register $gp if the function being called hasAkira Hatanaka2012-12-132-4/+36
* Pattern matching code for intrinsics.Michael Ilseman2012-12-132-15/+115
* Remove extraneous debugging code.Eric Christopher2012-12-131-2/+0
* Use default label name for a section in emitting abbreviationEric Christopher2012-12-131-5/+8
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-135-0/+31
* m_CombineOr and m_CombineAnd pattern combinatorsMichael Ilseman2012-12-131-10/+49
* Define getHostCPUFeatures for ARM Linux platformHao Liu2012-12-131-0/+58
* [mips] Delete all floating point instruction classes that are no longer used.Akira Hatanaka2012-12-133-279/+2
* Make this Lit config file a bit slimmerEli Bendersky2012-12-131-8/+1
* [mips] Modify definitions of floating point conditional move instructions.Akira Hatanaka2012-12-132-24/+110
* Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...Evan Cheng2012-12-132-1/+48
* [mips] Modify definitions of floating point comparison instructions.Akira Hatanaka2012-12-132-9/+30
* [mips] Modify definitions of floating point branch instructions.Akira Hatanaka2012-12-132-2/+26
* [mips] Modify definitions of floating point indexed load and store instructions.Akira Hatanaka2012-12-132-14/+59
* [mips] Modify definitions of floating point multiply-add/sub instructions.Akira Hatanaka2012-12-132-12/+46
* [mips] Modify definitions of floating point load and store instructions.Akira Hatanaka2012-12-132-10/+35
* [mips] Modify definitions of move from/to coprocessor instructions.Akira Hatanaka2012-12-132-21/+30
* [mips] Modify definitions of two register operand floating point instructions.Akira Hatanaka2012-12-132-41/+87
* [mips] Modify definitions of three register operand floating point instructionsAkira Hatanaka2012-12-132-8/+41
* Take into account minimize size attribute in the inliner.Quentin Colombet2012-12-132-2/+236
* Avoid setIsInsideBundle in Target/R600.Jakob Stoklund Olesen2012-12-132-10/+11
* Express prepend and append in terms of a more generic insert().Jakob Stoklund Olesen2012-12-131-11/+36
* [mips] Move classes that do not belong in MipsInstrFormats.td intoAkira Hatanaka2012-12-132-23/+23
* [mips] Set isCommutable flag in a more explicit way.Akira Hatanaka2012-12-131-5/+3
* [mips] Remove fmt from the parameter list of classes FMADDSUB and FNMADDSUB.Akira Hatanaka2012-12-131-16/+16
* [mips] Remove single-precision floating point instruction from multiclassAkira Hatanaka2012-12-132-10/+13
* [mips] Move class IsCommutable into MipsInstrInfo.td.Akira Hatanaka2012-12-132-4/+4
* [mips] Remove single-precision floating point instructions from multiclassesAkira Hatanaka2012-12-132-47/+54
* Fix a bogus commentEli Bendersky2012-12-131-3/+3
* Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem2012-12-133-3/+21
* Typo.Chad Rosier2012-12-131-1/+1
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-1210-31/+68
* [ms-inline asm] Make sure we fail gracefully on parse errors. Parse errorsChad Rosier2012-12-121-2/+9
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-122-423/+326
* Temporarily disable test cases until they compile with g++ too.Nick Kledzik2012-12-121-0/+4
* Unbreak the build. Fallout from r170019.David Blaikie2012-12-121-1/+1
* AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik2012-12-121-6/+6
* Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik2012-12-121-21/+25
* Makefile.sphinx: reST conversion is complete!Dmitri Gribenko2012-12-121-4/+0
* Documentation: use paths relative to document root in links.Dmitri Gribenko2012-12-121-1/+1
* Fix typo, which prevent test from being check.Jakub Staszak2012-12-121-3/+3
* Restore the PHI optimization I accidently removedMichael Ilseman2012-12-121-0/+4
* unHECKify test fixed by Jacob in r159003.Jakub Staszak2012-12-121-8/+6
* Remove trailing whitespaceMichael Ilseman2012-12-121-39/+39
OpenPOWER on IntegriCloud