summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Update attribute reading for the changed source location code.Sebastian Redl2010-10-05
* Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed.Rafael Espindola2010-10-05
* Tests that now pass.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
* Properly deserialize Clang types that are used as attribute argumentsDouglas Gregor2010-10-05
* test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi2010-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
* Support: Add __forceinline to Compiler.h on MSVC.Michael J. Spencer2010-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
* s/The ARM has/The ARM backend has/Jim Grosbach2010-10-05
* Update LLVMLibDepsJim Grosbach2010-10-05
* Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach2010-10-05
* Added a testcase for the ENTER instruction.Sean Callanan2010-10-05
* Fixed the disassembler to handle two new X86Sean Callanan2010-10-04
* This DAG combine BRCOND transformation can look pass truncate of the operand:Evan Cheng2010-10-04
* AVX intrinsics and builtins were also added to clangBruno Cardoso Lopes2010-10-04
* Spell AltiVec correctlyDouglas Gregor2010-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
* ReleaseNotes: Note some changes to LLVM development infrastructure.Daniel Dunbar2010-10-04
* ReleaseNotes: Note a header rename.Daniel Dunbar2010-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
* validator fixes; others remain, somebody who knows some html, please have a lookGabor Greif2010-10-04
* Remove unneeded headerJim Grosbach2010-10-04
* Add KLEE 2.8 release notes.Daniel Dunbar2010-10-04
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* Don't add the operand count to SCEV uniquing data; FoldingSetNodeIDDan Gohman2010-10-04
* A few more random Clang release notes.Daniel Dunbar2010-10-04
* minor tweaks and typosGabor Greif2010-10-04
* Fix lexical block's tag number.Devang Patel2010-10-04