summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Grammer correction.Jim Laskey2006-01-05
* Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey2006-01-05
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-04
* Be consistent in using class vs struct to make VC++ happy. And as it containsJeff Cohen2006-01-04
* Add unique id to debug location for debug label use (work in progress.)Jim Laskey2006-01-04
* Add flag for debug presence.Jim Laskey2006-01-04
* Tie dwarf generation to darwin assembler.Jim Laskey2006-01-04
* 1. Make MachineDebugInfo a pass.Jim Laskey2006-01-04
* Move MachineDebugInfo to module level location.Jim Laskey2006-01-04
* Patch #6's in Saem's refactor-the-passmanager patch series. From him:Chris Lattner2006-01-04
* add a comment that I should have written a long time agoChris Lattner2006-01-04
* add a dump method to help debuggingChris Lattner2006-01-04
* add support for generating v4i32 codeNate Begeman2005-12-30
* be more polite in public headersDuraid Madina2005-12-28
* undo yuletide naughtyness(tm)Duraid Madina2005-12-28
* more standards compliance (damn, I can't wait for unordered_set (tee hee)Duraid Madina2005-12-26
* I laugh at your dual-core G5s! Fear my precompiled headers.Duraid Madina2005-12-26
* i love xmas!!!! *;D*Duraid Madina2005-12-26
* improve comment: mention vectorsChris Lattner2005-12-23
* add a new nodeChris Lattner2005-12-23
* remove a dead nodeChris Lattner2005-12-22
* i need to do this to take over the earthDuraid Madina2005-12-22
* Separate the call graph implementation from its interface. This implementsChris Lattner2005-12-22
* Fix documentation for the AlarmSetup function.Reid Spencer2005-12-22
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-22
* Oh oh... Unix is case sensitive.Jeff Cohen2005-12-22
* Make it compile with VC++.Jeff Cohen2005-12-22
* Add an eol at the end to shut gcc up.Reid Spencer2005-12-22
* Added TargetLowering::isMaskedValueZeroForTargetNode() declaration.Evan Cheng2005-12-21
* Oops llvm namespace.Jim Laskey2005-12-21
* Start of Dwarf framework code.Jim Laskey2005-12-21
* Added a hook to print out names of target specific DAG nodes.Evan Cheng2005-12-20
* Add an accessorChris Lattner2005-12-18
* Yet another variant of getTargetNode().Evan Cheng2005-12-17
* Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen2005-12-17
* Fix VC++ level 4 warnings.Jeff Cohen2005-12-17
* Added source file/line correspondence for dwarf (PowerPC only at this point.)Jim Laskey2005-12-16
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-13
* Add a couple more fields, move ctor init list to .cpp file, add supportChris Lattner2005-12-13
* Added new getNode and getTargetNode variants for X86 stores.Evan Cheng2005-12-10
* Added patterns for ADD8rm, etc. These fold load operands. e.g. addb 4(%esp), %alEvan Cheng2005-12-09
* Added support for ComplexPattern. These are patterns that require C++ patternEvan Cheng2005-12-08
* Remove a now-dead map, patch by Saem Ghani, thanks!Chris Lattner2005-12-07
* Added comment for removing assertSumant Kowshik2005-12-06
* Handling of zero length last fields in struct used for growing it arbitrarilySumant Kowshik2005-12-06
* Implement external storage for post-order iteration, implementing PR267Chris Lattner2005-12-06
* Teach the SelectionDAG ISel how to turn ConstantPacked values intoNate Begeman2005-12-06
* Add a flag to Module::getGlobalVariable to allow it to return vars withChris Lattner2005-12-05
* Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman2005-12-01
* Teach tblgen to accept register source operands in patterns, e.g.Evan Cheng2005-12-01