summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove dead code.Rafael Espindola2013-04-20
* Don't litter .s files in test directory.Benjamin Kramer2013-04-20
* VecUtils: Clean up uses of dyn_cast.Benjamin Kramer2013-04-20
* SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer2013-04-20
* SLPVectorizer: Reduce the compile time by eliminating the search for some of ...Nadav Rotem2013-04-20
* refactor tryToVectorizePair to a new method that supports vectorization of li...Nadav Rotem2013-04-20
* Fix an unused variable warning.Nadav Rotem2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* Report the number of stores that were found in the debug message.Nadav Rotem2013-04-20
* Fix the header comment.Nadav Rotem2013-04-20
* Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem2013-04-20
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-20
* These can be void.Rafael Espindola2013-04-20
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-20
* Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola2013-04-20
* Small obj2yaml cleanups.Rafael Espindola2013-04-20
* Remove COFFYAML::Header.Rafael Espindola2013-04-20
* Test commitStephen Lin2013-04-20
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-19
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-19
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-19
* Make variable match any name.Bill Wendling2013-04-19
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-19
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-19
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-19
* Use dbgs() consistently for -debug printoutsEli Bendersky2013-04-19
* Remove COFFYAML::Relocation.Rafael Espindola2013-04-19
* Try explicitly setting the target triple to see if this gets it to pass on ARM.Bill Wendling2013-04-19
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-19
* Make test slightly more readable.Bill Wendling2013-04-19
* Add a testcase to make sure we generate the proper compact unwind section for...Bill Wendling2013-04-19
* LoopVectorizer: Use matcher from PatternMatch.h for the min/max patternsArnold Schwaighofer2013-04-19
* 80-col fixup.Eric Christopher2013-04-19
* Reformat and nuke trailing whitespace.Eric Christopher2013-04-19
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-19
* [ms-inline asm] Make code layout more canonical with iniline asm handled last.Chad Rosier2013-04-19
* Attempt to pacify this test for the buildbots.Chad Rosier2013-04-19
* [mips] First patch which adds support for micromips.Akira Hatanaka2013-04-19
* [mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and changeAkira Hatanaka2013-04-19
* [ms-inline asm] Refactor the parsing of identifiers. No functional changeChad Rosier2013-04-19
* Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling2013-04-19
* [ms-inline asm] Remove these asserts. C++ variables that use namespaceChad Rosier2013-04-19
* [ms-inline asm] Move this variable into the scope in which it is used.Chad Rosier2013-04-19
* [ms-inline asm] Make this a hard error.Chad Rosier2013-04-19
* ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer2013-04-19
* [ms-inline asm] Cleanup the dot operator implementation.Chad Rosier2013-04-19
* ARM: Permit "sp" in ARM variant of STREXD instructionsTim Northover2013-04-19