summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtleDan Gohman2009-01-21
* Do not use host floating point types when emittingDale Johannesen2009-01-21
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-21
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-21
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-21
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-21
* Encode member accessibility.Devang Patel2009-01-21
* Appropriately mark fowrad decls.Devang Patel2009-01-20
* 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