summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.Nick Lewycky2009-08-03
* Add NamedMDNode destructor.Devang Patel2009-08-03
* Use movd instead of movqRafael Espindola2009-08-03
* Add FileUpdate tool, conditionally updates its output based on its input.Daniel Dunbar2009-08-03
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-03
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-03
* These are done.Evan Cheng2009-08-03
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-03
* Fix the instruction encoding.Rafael Espindola2009-08-03
* Remove a bitcast that was a no-op.Rafael Espindola2009-08-03
* Use movq to move 64 bits in and out of mmx registers.Rafael Espindola2009-08-03
* Use the i12 variant of load / store opcodes if offset is zero. Now we pass al...Evan Cheng2009-08-03
* Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman2009-08-03
* Restrict LDA to affine subscripts.Andreas Bolka2009-08-03
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-03
* - s/DOUT/DEBUG(errs()/gBill Wendling2009-08-03
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Expand LDA testcases.Andreas Bolka2009-08-02
* Add extra SEXT pattern.Richard Osborne2009-08-02
* The x86 jit doesn't generate a def_cfa_offset unwind instruction after theBill Wendling2009-08-02
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen2009-08-02
* Fix the build for people with oprofile installed.Nick Lewycky2009-08-02
* Empty arguments need to be quoted on Win32.Daniel Dunbar2009-08-02
* Fix issue in regscavenger when scavenging a callee-saved register that has no...Jakob Stoklund Olesen2009-08-02
* One two many newlines at end of file LLVMContextImpl.cppEdward O'Callaghan2009-08-02
* Tweak svn:ignore moreDaniel Dunbar2009-08-02
* Tweak svn:ignoreDaniel Dunbar2009-08-02
* Adjust comment to distinguish between target name and triple target name theyDaniel Dunbar2009-08-02
* Fix no newline at end of LLVMContextImpl.cppEdward O'Callaghan2009-08-02
* Never add a kill flag to a constrained physical register in a two-addr instru...Jakob Stoklund Olesen2009-08-02
* Scavenger asserts.Jakob Stoklund Olesen2009-08-02
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-02
* Add support for CPU features (i.e., bugs) and workarounds.Jakob Stoklund Olesen2009-08-02
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-02
* Build Blackfin target with autoconf and cmake.Jakob Stoklund Olesen2009-08-02
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-02
* Avoid forming a SELECT_CC in a type that the target doesn'tDan Gohman2009-08-02
* Fix indentation.Dan Gohman2009-08-02
* Add a comment.Dan Gohman2009-08-02
* Resync lea32addr and lea64addr.Dan Gohman2009-08-02
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-02
* Handle <undef> flag in machine code verifier.Jakob Stoklund Olesen2009-08-02
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-02
* convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner2009-08-02
* I need Triple information, 10.6 shouldn't set this, it bloats Chris Lattner2009-08-02
* ARM TAI no longer needs a TM, but createTargetAsmInfo() still does.Chris Lattner2009-08-02
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-02
* move a virtual method body to its .cpp file to avoid a #include Chris Lattner2009-08-02
* turn some templated inline functions into static functions.Chris Lattner2009-08-02