aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman2010-05-262-8/+41
* Delete an unused function.Dan Gohman2010-05-261-2/+0
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-262-8/+7
* Fix a typo in a comment that Gabor noticed.Dan Gohman2010-05-261-3/+3
* MC: Eliminate an unnecessary copy.Daniel Dunbar2010-05-261-9/+4
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-263-28/+12
* Remove dead code.Devang Patel2010-05-262-11/+1
* Do not construct location list backword!Devang Patel2010-05-261-13/+17
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-269-279/+87
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-264-28/+24
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-264-25/+30
* MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar2010-05-263-3/+6
* Kill unneeded SExt.Benjamin Kramer2010-05-261-1/+1
* SRetReturnReg was set in LowerFormalArguments(). So only assert it here.Zhongxing Xu2010-05-261-4/+2
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-261-69/+62
* Coding style change (Adding 1 missing space.)Shih-wei Liao2010-05-261-1/+1
* Adding the missing implementation for ARM::SBFX and ARM::UBFX.Shih-wei Liao2010-05-261-1/+13
* Temporarily revert r104655 as it's breaking the bots.Eric Christopher2010-05-262-39/+37
* fix off by 1 (insn) error in eh.sjlj.setjmp thumb code sequence.Jim Grosbach2010-05-262-3/+3
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-269-87/+279
* Change push_all to a non-virtual function and implement it in theDan Gohman2010-05-262-6/+1
* Trim #include.Dan Gohman2010-05-261-1/+0
* Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling2010-05-262-37/+39
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-269-279/+87
* Adding the missing implementation of Bitfield's "clear" and "insert".Shih-wei Liao2010-05-261-4/+9
* To handle s* registers in emitVFPLoadStoreMultipleInstruction().Shih-wei Liao2010-05-261-7/+12
* Start adding mach-o tls reloc support.Eric Christopher2010-05-262-2/+10
* Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen2010-05-251-2/+0
* First cut at supporting .debug_loc section. Devang Patel2010-05-253-87/+253
* Properly promote operands when optimizing a single-character memcmp.Benjamin Kramer2010-05-251-3/+6
* Constify function.Bill Wendling2010-05-251-2/+2
* Do one map lookup instead of two.Dan Gohman2010-05-251-2/+3
* Fix a missing newline in debug output.Dan Gohman2010-05-251-1/+1
* Move the verbose asm output up a bit so it can be used in the special casesEric Christopher2010-05-251-5/+6
* Okay, bear with me here...Bill Wendling2010-05-251-0/+41
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-252-7/+19
* Changed the encoding of X86 floating point stack operations where both operandsKevin Enderby2010-05-251-0/+11
* Separate unrelated cases that once shared a numeric valueJakob Stoklund Olesen2010-05-251-9/+12
* Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen2010-05-252-3/+9
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-257-47/+44
* MC/X86: Add a hack to allow recognizing 'cmpltps' and friends.Daniel Dunbar2010-05-251-1/+36
* Fix another variant of PR 7191. Also add a testcaseDale Johannesen2010-05-251-1/+5
* MC/X86: Define explicit immediate forms of cmp{ss,sd,ps,pd}.Daniel Dunbar2010-05-251-0/+42
* The BT64ri8 record in X86Instr64bit.td was missing a REX_W which is requiredKevin Enderby2010-05-251-1/+2
* Fix PR 7191. I have been unable to create a .ll file that fails, sorry.Dale Johannesen2010-05-251-2/+10
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-251-33/+32
* Ignore NumberHack and give each SubRegIndex instance a unique enum value inst...Jakob Stoklund Olesen2010-05-251-3/+3
* Use enums instead of literals for SystemZ subregistersJakob Stoklund Olesen2010-05-251-11/+11
* Use enums instead of literals for X86 subregisters.Jakob Stoklund Olesen2010-05-252-11/+10
* Add missing implementation to the materialization of VFP misc. instructions (...Zonr Chang2010-05-251-0/+43