aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-222-15/+3
* ARM assembler should accept shift-by-zero for any shifted-immediate operand.Jim Grosbach2011-12-222-0/+50
* ARM assembly parser canonicallize on 'lsl' for shift-by-zero form.Jim Grosbach2011-12-221-0/+4
* Tidy up. Trailing whitespace.Jim Grosbach2011-12-221-2/+2
* Nuke invalid comment from copy/paste.Jim Grosbach2011-12-221-1/+0
* Give string constants generated by IRBuilder private linkage.Benjamin Kramer2011-12-222-2/+2
* Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru.Rafael Espindola2011-12-222-3/+13
* Make the unreachable probability much much heavier. The previousChandler Carruth2011-12-222-11/+12
* Kill the monstrosity that was ELFObjectWriter.h.Rafael Espindola2011-12-222-361/+331
* Misc cleanups.Rafael Espindola2011-12-222-76/+58
* Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...Eli Friedman2011-12-221-12/+4
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-226-145/+146
* Make the virtual methods in ARMELFObjectWriter public.Rafael Espindola2011-12-221-7/+6
* Speculatively revert r146578 to determine if it is the cause of a number ofChad Rosier2011-12-224-395/+11
* Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola2011-12-226-71/+86
* Hoisted some loop invariant smallvector lookups out of a MachineLICM loopPete Cooper2011-12-221-1/+3
* Fix cmake.Rafael Espindola2011-12-221-0/+1
* Changed MachineLICM to use a worklist list MachineCSE instead of recursion.Pete Cooper2011-12-221-44/+125
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-226-94/+123
* Hopefully fix the cmake build.Rafael Espindola2011-12-221-0/+1
* Fix name in comments.Rafael Espindola2011-12-221-1/+1
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-227-1/+85
* Unbreak cmake build after r147115.Richard Smith2011-12-221-0/+1
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-227-275/+316
* getEFlags is const.Rafael Espindola2011-12-222-5/+5
* Fixed typo.Lang Hames2011-12-221-1/+1
* ARM NEON mnemonic aliase for vrecpeq.Jim Grosbach2011-12-211-0/+3
* ARM VFP optional data type on VMOV GPR<-->SPR.Jim Grosbach2011-12-212-3/+39
* ARM NEON optional data type on VSWP instructions.Jim Grosbach2011-12-211-0/+6
* ARM NEON mnemonic aliases for vzipq and vswpq.Jim Grosbach2011-12-211-0/+3
* Revert patch from 147090. There is not point to make code less readable if weJakub Staszak2011-12-211-43/+45
* ARM asm parser should be more lenient w/ .thumb_func directive.Jim Grosbach2011-12-211-8/+17
* Fix a copy+pasto. No testcase, because the symptoms of dereferencingDan Gohman2011-12-211-1/+1
* Thumb2 assembly parsing of 'mov rd, rn, rrx'.Jim Grosbach2011-12-212-2/+5
* Fix 80-column violations.Chad Rosier2011-12-211-6/+6
* Thumb2 assembly parsing of 'mov(register shifted register)' aliases.Jim Grosbach2011-12-213-0/+66
* Continue counting intrinsics as instructions (except when they aren't, such asNick Lewycky2011-12-211-3/+17
* Fix typo and spacing, no functionality change.Nick Lewycky2011-12-211-2/+2
* - Change a few operator[] to lookup which is cheaper.Jakub Staszak2011-12-211-45/+43
* Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header inclu...Lang Hames2011-12-211-0/+2
* Remove disused STL header include.Lang Hames2011-12-211-2/+0
* Switch from WriteEFlags to getEFlags in preparation for moving itRafael Espindola2011-12-212-9/+8
* Move common code into an MRI function.Jakob Stoklund Olesen2011-12-214-25/+16
* ARM NEON assmebly parsing for VLD2 to all lanes instructions.Jim Grosbach2011-12-215-30/+78
* No case stmt for BUILD_VECTOR in PerformDAGCombine(), so I assume this isn't Chad Rosier2011-12-211-1/+0
* Fix a couple of copy-n-paste bugs. Noticed by George Russell!Chad Rosier2011-12-212-4/+62
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-214-75/+61
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-218-221/+255
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-218-56/+72
* Add const.Rafael Espindola2011-12-211-1/+1