summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...Evan Cheng2009-01-20
* indentation...Devang Patel2009-01-20
* Need only one set of debug info versions enum.Devang Patel2009-01-20
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* zap white spaces.Devang Patel2009-01-20
* Add an IEEE remainder function, which is notDale Johannesen2009-01-20
* eliminate use of uint32_t to improve compatibility with cygwinChris Lattner2009-01-20
* Enable debug info for composite types.Devang Patel2009-01-20
* SpacingEvan Cheng2009-01-20
* If a vector is empty, you're not allowed to access anyDuncan Sands2009-01-20
* Verify debug info.Devang Patel2009-01-19
* Remove SDNode's virtual destructor. This makes it impossible forDan Gohman2009-01-19
* improve compatibility with cygwin, patch by Jay Foad!Chris Lattner2009-01-19
* DebugInfo is a lightweight APIs and consumers are expected to use light objec...Devang Patel2009-01-19
* Few targets like PIC16 wants libcall generation for illegal type i16.Sanjiv Gupta2009-01-18
* BasicAliasAnalysis and FunctionAttrs were bothDuncan Sands2009-01-18
* make comparisons a bist fasterGabor Greif2009-01-17
* introduce typedef for complicated vector, and use it tooGabor Greif2009-01-17
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-16
* Instead of adding dependence edges between terminator instructionsDan Gohman2009-01-16
* CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...Evan Cheng2009-01-16
* remove a dead method.Chris Lattner2009-01-16
* Get this building with gcc-4.4.Duncan Sands2009-01-16
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-16
* Delete trailing whitespace.Mikhail Glushenkov2009-01-16
* Reverting back 62301.Sanjiv Gupta2009-01-16
* Few targets do not have a single directive to emit global constants.Sanjiv Gupta2009-01-16
* Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman2009-01-16
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-15
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-15
* Simplify the MachineLICM pass by having it only traverse outerDan Gohman2009-01-15
* Add the private linkage.Rafael Espindola2009-01-15
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-15
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-15
* Make getWidenVectorType const.Dan Gohman2009-01-15
* Const-qualify getPreIndexedAddressParts and friends.Dan Gohman2009-01-15
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2009-01-14
* Add member template MallocAllocator::Allocate(Num) (to match the same functio...Ted Kremenek2009-01-14
* Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...Devang Patel2009-01-13
* Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...Devang Patel2009-01-13
* Undo previous checkin.Devang Patel2009-01-13
* Use DwarfWriter to record dbg variables.Devang Patel2009-01-13
* Use dwarf writer to decide whether the module has debug info or not.Devang Patel2009-01-13
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-13
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-13
* Fix fallout from r62144. Evan, please double check this.Owen Anderson2009-01-13
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-13
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-12
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Add DwarfWriter interface to mainipulate source location info.Devang Patel2009-01-12