aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-061-1/+1
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-051-1/+4
* Removed yet another std::ostream reference.Lang Hames2009-09-041-3/+0
* Removed some junk and a std::ostream operator that was hanging around.Lang Hames2009-09-041-59/+0
* Replaces uses of unsigned for indexes in LiveInterval and VNInfo withLang Hames2009-09-042-162/+428
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-031-0/+2
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-031-0/+3
* improve comments.Chris Lattner2009-09-031-1/+3
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-3/+4
* Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...Daniel Dunbar2009-09-012-4/+3
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-4/+4
* Nuke moribund "std::string" version of EOL(..., Encoding).Bill Wendling2009-08-301-1/+0
* Add a form of EOL which emits the text version of a DWARF format encoding. ThisBill Wendling2009-08-291-1/+3
* Reapply 79977.Devang Patel2009-08-284-9/+9
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-273-12/+18
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-273-10/+8
* Revert accidental commit.Bill Wendling2009-08-271-2/+0
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-0/+2
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-263-3/+3
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-264-9/+9
* re-committing yesterday's r79938.Gabor Greif2009-08-253-3/+3
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-254-9/+9
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-253-3/+3
* Resubmit an earlier patch of mine:Gabor Greif2009-08-243-3/+3
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-233-3/+3
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-4/+2
* shoot a few more std::ostream print methods in the head.Chris Lattner2009-08-233-26/+4
* remove various std::ostream version of printing methods fromChris Lattner2009-08-232-21/+0
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-233-6/+3
* This was supposed to go with r79803Chris Lattner2009-08-231-0/+1
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-232-5/+4
* remove some dead print method variants.Chris Lattner2009-08-232-9/+0
* remove dead PrefixPrinter class.Chris Lattner2009-08-233-79/+11
* remove a dead class.Chris Lattner2009-08-231-32/+0
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-222-3/+3
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-224-8/+8
* Record variable debug info at ISel time directly.Devang Patel2009-08-222-12/+1
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-211-7/+17
* Fix a comment.Bob Wilson2009-08-211-1/+1
* Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPEErick Tryzelaar2009-08-201-15/+15
* Remove an unnecessary include. Now we won't have circular includeDavid Greene2009-08-191-1/+2
* Add missing includes.David Greene2009-08-191-0/+1
* Add missing includes.David Greene2009-08-191-0/+2
* Add missing includes.David Greene2009-08-191-0/+2
* Add missing header.David Greene2009-08-191-0/+1
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-191-0/+5
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-191-0/+6
* ExuberantAsm is no more.Chris Lattner2009-08-191-1/+1
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-4/+0
* Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.Erick Tryzelaar2009-08-191-1/+6