summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* 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
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-19
* LoopVectorizer: Use matcher from PatternMatch.h for the min/max patternsArnold Schwaighofer2013-04-19
* 80-col fixup.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
* [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
* [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
* refactor the struct byte swapping to a helper function.Rafael Espindola2013-04-19
* Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2013-04-19
* Don't read one command past the end.Rafael Espindola2013-04-19
* ARM: permit "sp" in ARM variants of MOVW/MOVT instructionsTim Northover2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Use 'array_lengthof' as possible to avoid magic numbersMichael Liao2013-04-19
* R600: Add pattern for the BFI_INT instructionTom Stellard2013-04-19
* R600/SI: Use InstFlag for VOP3 modifier operandsTom Stellard2013-04-19
* Keep coding stanard. Don't use "else if" after "return".Jakub Staszak2013-04-19
* Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky2013-04-19
* Use an enum instead of magic constants to improve readability.Bill Wendling2013-04-19
* Implement a better fix for PR15185.Bill Wendling2013-04-18
* Relax this assert. It may not hold in all cases.Bill Wendling2013-04-18
* [ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier2013-04-18
* Assert if we're trying to generate a null compact unwind entry.Bill Wendling2013-04-18
* Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...Bill Wendling2013-04-18
* Disable PPC comparison optimization by defaultHal Finkel2013-04-18
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-18
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-18
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-18
* X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2013-04-18
* Cleanup patch:Bill Wendling2013-04-18
* This patch addresses two cleanup issues:Bill Wendling2013-04-18
* Fix a -Wdocumentation warningDmitri Gribenko2013-04-18
* In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer2013-04-18
* C API: Fix coding styleTom Stellard2013-04-18