summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Unbreak PseudoSourceValue::print. This fixes -print-machine-instrsDan Gohman2008-08-27
* Add DebugInfoBuilder. Patch by Talin!Evan Cheng2008-08-27
* Basic FastISel support for floating-point constants.Dan Gohman2008-08-27
* Factor out a large amoutn of the cast handling code in fast isel into helper ...Owen Anderson2008-08-26
* Add a MachineInstrBuilder method for adding floating-pointDan Gohman2008-08-26
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-26
* Refactor the bitcast code into its own function.Dan Gohman2008-08-26
* - small bug corrected: incorrect iterator type.Cedric Venet2008-08-26
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-26
* fix doxygen commentGabor Greif2008-08-26
* Grammar fix.Ted Kremenek2008-08-26
* Added "str()" method to raw_string_ostream.Ted Kremenek2008-08-26
* Add a RetVT parameter to emitted FastISel methods, so that we will be able to...Owen Anderson2008-08-25
* Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson2008-08-25
* simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c...Chris Lattner2008-08-24
* Print PseudoSourceValue.Evan Cheng2008-08-24
* we should use 'class' for non-pod types instead of 'struct' toChris Lattner2008-08-24
* Updating VC++ project.Cedric Venet2008-08-24
* get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner2008-08-23
* remove dead method.Chris Lattner2008-08-23
* Add raw_stream adaptors that write into an std::string and SmallVector/SmallS...Chris Lattner2008-08-23
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Split format() out to its own file, add support for formattingChris Lattner2008-08-23
* conditionalize this to work on windows, untested but it should workChris Lattner2008-08-23
* add a simple mechanism for formatted output. This gives raw_ostream's Chris Lattner2008-08-23
* Add a new trivial -inst-namer pass which makes it possible to diff theChris Lattner2008-08-23
* Make MBBMap a DenseMap instead of a std::map.Dan Gohman2008-08-23
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-23
* Move SelectionDAG's constructor out of line.Dan Gohman2008-08-23
* Add a clear() method to FoldingSet.Dan Gohman2008-08-23
* Reapply r55191 and r55192.Dan Gohman2008-08-22
* Reverting r55190, r55191, and r55192. They broke the build with this error me...Bill Wendling2008-08-22
* Support non-fallthrough unconditional branches in FastISel.Dan Gohman2008-08-22
* Fix typo.Owen Anderson2008-08-22
* Implement __sync_synchronize on ppc32. Patch by Gary Benson.Dale Johannesen2008-08-22
* Add an empty() member to FoldingSet.Dan Gohman2008-08-22
* Fix SmallVector's size calculation so that a size of 0 isDan Gohman2008-08-22
* Also overload for char, since the "char" type depends on the host.Nicolas Geoffray2008-08-22
* Overload for both signed and unsigned char.Owen Anderson2008-08-22
* consolidate DenseMapInfo implementations, and add one for std::pair.Chris Lattner2008-08-22
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-22
* Move non-trivial methods out of line to avoid code-size bloat.Owen Anderson2008-08-21
* Add libcalls for the new rounding opcodes.Dan Gohman2008-08-21
* Fix a typo that Dale noticed.Dan Gohman2008-08-21
* Add libm-oriented ISD opcodes for rounding operations.Dan Gohman2008-08-21
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-21
* SelectionDAGISel::SelectRootInit does not need to be virtual.Dan Gohman2008-08-21
* Make HandleSDNode::getValue return an SDValue instead ofDan Gohman2008-08-21
* remove redundant includeChris Lattner2008-08-21
* Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu!Chris Lattner2008-08-21