summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman2008-09-03
* Make UpdateValueMap, createResultReg, etc. protected instead of private so th...Evan Cheng2008-09-03
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-02
* Getter and setter for function notes.Devang Patel2008-09-02
* plug memleak: destroy internal bufferNuno Lopes2008-09-02
* Add a small pass that sets the readnone/readonlyDuncan Sands2008-09-01
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-30
* fix some 80-col violationsGabor Greif2008-08-30
* Fix an issue where a use might be selected before a def, and then we didn't r...Owen Anderson2008-08-30
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-29
* Add DenseMap::lookup:Daniel Dunbar2008-08-29
* Add a target callback for FastISel.Dan Gohman2008-08-28
* rename destroy -> releaseMemory to properly hook into passmgr.Chris Lattner2008-08-28
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Fix a FastISel bug where the instructions from lowering the argumentsDan Gohman2008-08-28
* FastEmitInst_extractsubreg doesn't need to be passed the register class. It ...Owen Anderson2008-08-28
* Split the ATOMIC NodeType's to include the size, e.g.Dale Johannesen2008-08-28
* Fix a missing #include. Patch by Andrew John Hughes.Dan Gohman2008-08-28
* Reorganize the lifetimes of the major objects SelectionDAGISelDan Gohman2008-08-27
* Add a helper method that will be used to support EXTRACT_SUBREG for selecting...Owen Anderson2008-08-27
* Refactor isSafeToReMat out of 2addr pass.Evan Cheng2008-08-27
* Add a new FastISel method, getRegForValue, which takes care ofDan Gohman2008-08-27
* 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