summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Implement operator<< in terms of basic types rather than [u]int*_t, which is ...Owen Anderson2008-08-21
* Fix build on GCC 4.3.Nick Lewycky2008-08-21
* Remove size_t operator; this unbreaks the build on Linux. Committing on Eli Friedman2008-08-21
* Basic fast-isel support for instructions with constant int operands.Dan Gohman2008-08-21
* Improve the doxygen comment for SelectInstructions::SelectInstructions.Dan Gohman2008-08-21
* Begin making more use of the FastISelEmitter class.Dan Gohman2008-08-21
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* First cut, un-optimized (and untested) fast isel lowering of GetElementPtrInst.Evan Cheng2008-08-20
* Add a new ConstantExpr::getWithOperands that takes any array of operands Chris Lattner2008-08-20
* Simplify FastISel's constructor argument list, make the FastISelDan Gohman2008-08-20
* Move the fast-path (<=i64) cases of various APInt methods inlineChris Lattner2008-08-20
* Disable DAGCombine's alignment inference in "fast" codegen mode.Dan Gohman2008-08-20
* Change the FoldingSetNodeID usage for objects which carryDan Gohman2008-08-20
* Fix a leak in the FastISel code that Chris pointed out.Dan Gohman2008-08-20
* Add FastISel support for several more binary operators.Dan Gohman2008-08-20
* Add a TargetLowering hook for creating a FastISel object.Dan Gohman2008-08-19
* Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner2008-08-19
* add raw_ostream method for emitting an unsigned.Chris Lattner2008-08-19
* Fix the FastISel class' doxygen comment.Dan Gohman2008-08-18
* Resurrect some ancient code to add spill ranges without attempting folding, r...Owen Anderson2008-08-18
* Don't require Registry specializations to define random static variables.Gordon Henriksen2008-08-17
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Make it compile on VC2005:Cedric Venet2008-08-17
* Link GC metadata printers by default to llcAnton Korobeynikov2008-08-17
* Fix merge errorAnton Korobeynikov2008-08-17
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-17
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-17
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-17
* Fix build on GCC 4.3.Nick Lewycky2008-08-17
* remove a dead APInt ctor.Chris Lattner2008-08-17
* add support for a cout/cerr analog (outs()/errs()) as well asChris Lattner2008-08-17
* rename OutputData to 'write' to match ostream.Chris Lattner2008-08-17
* remove accidental comment.Chris Lattner2008-08-17
* add a new raw_ostream class which is an extremely high performance ostream thatChris Lattner2008-08-17
* Add interface for section override. Use this for Sparc, since it should use n...Anton Korobeynikov2008-08-16
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov2008-08-16
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-16
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-15
* Add a value_type typedef to SmallVector, to make it more compatible with STL ...Owen Anderson2008-08-15
* Inline the fastpath of PATypeHolder::get(). This is a small speedup in Chris Lattner2008-08-15
* Move MachineInstr::getOpcode inline.Owen Anderson2008-08-14