aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ms-inline asm] Make code layout more canonical with iniline asm handled last.Chad Rosier2013-04-191-13/+13
* Attempt to pacify this test for the buildbots.Chad Rosier2013-04-191-3/+3
* [mips] First patch which adds support for micromips.Akira Hatanaka2013-04-195-35/+190
* [mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and changeAkira Hatanaka2013-04-192-2/+4
* [ms-inline asm] Refactor the parsing of identifiers. No functional changeChad Rosier2013-04-191-39/+33
* Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling2013-04-191-0/+55
* [ms-inline asm] Remove these asserts. C++ variables that use namespaceChad Rosier2013-04-191-2/+0
* [ms-inline asm] Move this variable into the scope in which it is used.Chad Rosier2013-04-191-1/+1
* [ms-inline asm] Make this a hard error.Chad Rosier2013-04-191-4/+4
* ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer2013-04-192-1/+10
* [ms-inline asm] Cleanup the dot operator implementation.Chad Rosier2013-04-191-29/+15
* ARM: Permit "sp" in ARM variant of STREXD instructionsTim Northover2013-04-192-2/+3
* refactor the struct byte swapping to a helper function.Rafael Espindola2013-04-191-70/+20
* Only run the tests in test/Object/ARM if we have ARM support.Rafael Espindola2013-04-191-0/+3
* Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2013-04-192-5/+13
* Don't read one command past the end.Rafael Espindola2013-04-194-4/+16
* ARM: permit "sp" in ARM variants of MOVW/MOVT instructionsTim Northover2013-04-192-2/+9
* Revert 179826. Tests were worthless.Jakub Staszak2013-04-192-2/+2
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-1990-223/+103
* PR14606: debug info imported_module supportDavid Blaikie2013-04-1990-103/+223
* Add support for index resources (for a SlotIndex) to be relinquished.Lang Hames2013-04-191-1/+48
* Use 'array_lengthof' as possible to avoid magic numbersMichael Liao2013-04-191-23/+32
* R600: Add pattern for the BFI_INT instructionTom Stellard2013-04-194-0/+58
* R600/SI: Use InstFlag for VOP3 modifier operandsTom Stellard2013-04-192-15/+14
* R600: Reorganize lit tests and document how they should be organizedTom Stellard2013-04-1929-128/+174
* Keep coding stanard. Don't use "else if" after "return".Jakub Staszak2013-04-191-3/+4
* Don't run expensive -O2 and -O3 in tests.Jakub Staszak2013-04-192-2/+2
* Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky2013-04-191-1/+10
* Use an enum instead of magic constants to improve readability.Bill Wendling2013-04-192-16/+44
* Implement a better fix for PR15185.Bill Wendling2013-04-181-6/+11
* Relax this assert. It may not hold in all cases.Bill Wendling2013-04-181-1/+1
* [ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier2013-04-182-1/+31
* Assert if we're trying to generate a null compact unwind entry.Bill Wendling2013-04-181-4/+2
* Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...Bill Wendling2013-04-181-9/+9
* Disable PPC comparison optimization by defaultHal Finkel2013-04-182-1/+7
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-185-88/+130
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-183-0/+413
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-183-5/+5
* X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2013-04-182-15/+176
* Fix typoEli Bendersky2013-04-181-1/+1
* Cleanup patch:Bill Wendling2013-04-183-71/+71
* This patch addresses two cleanup issues:Bill Wendling2013-04-183-111/+71
* Fix a -Wdocumentation warningDmitri Gribenko2013-04-181-1/+1
* In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer2013-04-182-4/+16
* C API: Fix coding styleTom Stellard2013-04-182-2/+2
* Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer2013-04-183-0/+105
* Fix comment. Patch by Stephen Lin.Bill Wendling2013-04-181-2/+3
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-1811-1755/+2039
* Fix a comment, PR15777.Chris Lattner2013-04-181-2/+2
* Allow misaligned stores in x86 fast-isel.Derek Schuff2013-04-182-5/+18