summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Make SelectNodeTo return NChris Lattner2005-11-30
* Add a simple clear() methodChris Lattner2005-11-30
* First chunk of actually generating vector code for packed types. TheseNate Begeman2005-11-30
* minor cleanupChris Lattner2005-11-30
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-30
* Fixed a bug introduced by my last commit: TargetGlobalValues should key onEvan Cheng2005-11-30
* Added an index field to GlobalAddressSDNode so it can represent X+12, etc.Evan Cheng2005-11-30
* Add support for a new STRING and LOCATION node for line number support, patchChris Lattner2005-11-29
* Add the majority of the vector machien value types we expect to support,Nate Begeman2005-11-29
* Fix PR670 and test/Regression/Transforms/Mem2Reg/2005-11-28-Crash.llChris Lattner2005-11-29
* Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth2005-11-28
* Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...Andrew Lenharth2005-11-28
* Reg2Mem is something a pass may depend on, so allow thatAndrew Lenharth2005-11-22
* Check in code to scalarize arbitrarily wide packed types for some simpleNate Begeman2005-11-22
* Add a new flagChris Lattner2005-11-21
* Add some more directivesChris Lattner2005-11-21
* add two more config directives, add method for printing constant poolChris Lattner2005-11-21
* Make the AsmPrinter keep track of the notion of a function number.Chris Lattner2005-11-21
* Capitalize methods for better consistencyChris Lattner2005-11-21
* Add section switching to to common AsmPrinter code.Chris Lattner2005-11-21
* Add a new option.Chris Lattner2005-11-21