summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* use a multipattern to define setcc instructions:Chris Lattner2010-10-05
* 256 sections should be enough for anyone...Rafael Espindola2010-10-05
* move SETB pseudos into the same place in InstrCompiler.tdChris Lattner2010-10-05
* Replace a gross hack (the MOV64ri_alt instruction) with a slightly less Chris Lattner2010-10-05
* Don't crash in a strange .size directive.Rafael Espindola2010-10-05
* distribute the rest of the contents of X86Instr64bit.td out toChris Lattner2010-10-05
* When we find a reaching definition, make sure it is visited from all paths byJakob Stoklund Olesen2010-10-05
* Don't use nextIndex to check for live out of instruction.Jakob Stoklund Olesen2010-10-05
* move the rest of the simple 64-bit arithmetic into InstrArithmetic.tdChris Lattner2010-10-05
* continue moving 64-bit stuff into X86InstrArithmetic.tdChris Lattner2010-10-05
* Fix Punctuation.Michael J. Spencer2010-10-05
* MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer2010-10-05
* Add support for a fill value in the .zero directive.Rafael Espindola2010-10-05
* Tweak VNInfo printing.Jakob Stoklund Olesen2010-10-05
* Add assert for valid slot indexes.Jakob Stoklund Olesen2010-10-05
* Increase the number of bits used internally by the ARM target to represent theJim Grosbach2010-10-05
* Implement a simple alias case and refactor the code a bit so that theRafael Espindola2010-10-05
* Use a more efficient lowering of uint64_t --> float that can take advantage o...Owen Anderson2010-10-05
* move 64-bit add and adc to InstrArithmetic.Chris Lattner2010-10-05
* rewrote two addr constraints so that they are only set, not set and then nest...Chris Lattner2010-10-05
* split the 32-bit integer arithmetic instructions out to their own file.Chris Lattner2010-10-05
* Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed.Rafael Espindola2010-10-05
* After printing "Running 'Graphviz' program... " and running theDan Gohman2010-10-05
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-05
* integrate the 64-bit shifts into X86InstrShiftRotate.td. Enough for tonight.Chris Lattner2010-10-05
* move 32-bit shift and rotates out to their own file.Chris Lattner2010-10-05
* add new fileChris Lattner2010-10-05
* move sign and zero extensions out to their own file.Chris Lattner2010-10-05
* move some instructions from Instr64Bit -> InstrInfo.Chris Lattner2010-10-05
* move CMOV_FR32 and friends to InstrCompiler, since they are Chris Lattner2010-10-05
* move various pattern matching support goop out of X86Instr64Bit, to liveChris Lattner2010-10-05
* split conditional moves and setcc's out to their own file.Chris Lattner2010-10-05
* move string pseudo instructions to InstrCompiler consolidate 64-bit and 32-bi...Chris Lattner2010-10-05
* move the atomic pseudo instructions out to X86InstrCompiler.tdChris Lattner2010-10-05
* move more pseudo instructions out to X86InstrCompiler.tdChris Lattner2010-10-05
* move VMX instructions out to their own file.Chris Lattner2010-10-05
* continue moving stuff out to X86InstrSystem.td. MoveChris Lattner2010-10-05
* fix MSVC 2010 build.Michael J. Spencer2010-10-05
* Cleanup Whitespace.Michael J. Spencer2010-10-05
* refactor .td files a bit, moving system instructions out to X86InstrSystem.tdChris Lattner2010-10-05
* Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach2010-10-05
* This DAG combine BRCOND transformation can look pass truncate of the operand:Evan Cheng2010-10-04
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-04
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-04
* Implement ELF::R_X86_64_GOTPCREL.Rafael Espindola2010-10-04
* Move isFixupKindX86PCRel.Rafael Espindola2010-10-04
* Produce a R_X86_64_PLT32 when needed.Rafael Espindola2010-10-04
* Produce a R_X86_64_GOT32 when needed.Rafael Espindola2010-10-04
* Remove unneeded headerJim Grosbach2010-10-04
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04