aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Yet another variant of getTargetNode().Evan Cheng2005-12-171-0/+17
* Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen2005-12-173-0/+8
* Fix VC++ level 4 warnings.Jeff Cohen2005-12-171-2/+2
* Added source file/line correspondence for dwarf (PowerPC only at this point.)Jim Laskey2005-12-163-0/+96
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-131-1/+5
* Add a couple more fields, move ctor init list to .cpp file, add supportChris Lattner2005-12-131-26/+26
* Added new getNode and getTargetNode variants for X86 stores.Evan Cheng2005-12-101-0/+8
* Added patterns for ADD8rm, etc. These fold load operands. e.g. addb 4(%esp), %alEvan Cheng2005-12-091-0/+16
* Added support for ComplexPattern. These are patterns that require C++ patternEvan Cheng2005-12-081-10/+49
* Remove a now-dead map, patch by Saem Ghani, thanks!Chris Lattner2005-12-071-2/+1
* Added comment for removing assertSumant Kowshik2005-12-061-0/+3
* Handling of zero length last fields in struct used for growing it arbitrarilySumant Kowshik2005-12-061-1/+2
* Implement external storage for post-order iteration, implementing PR267Chris Lattner2005-12-061-10/+84
* Teach the SelectionDAG ISel how to turn ConstantPacked values intoNate Begeman2005-12-061-0/+4
* Add a flag to Module::getGlobalVariable to allow it to return vars withChris Lattner2005-12-051-6/+7
* Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman2005-12-011-7/+13
* Teach tblgen to accept register source operands in patterns, e.g.Evan Cheng2005-12-011-0/+14
* Make SelectNodeTo return NChris Lattner2005-11-301-28/+30
* Add a simple clear() methodChris Lattner2005-11-301-0/+5
* First chunk of actually generating vector code for packed types. TheseNate Begeman2005-11-301-4/+17
* minor cleanupChris Lattner2005-11-301-1/+1
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-301-0/+3
* Fixed a bug introduced by my last commit: TargetGlobalValues should key onEvan Cheng2005-11-301-4/+5
* Added an index field to GlobalAddressSDNode so it can represent X+12, etc.Evan Cheng2005-11-302-2/+25
* Add support for a new STRING and LOCATION node for line number support, patchChris Lattner2005-11-292-1/+24
* Add the majority of the vector machien value types we expect to support,Nate Begeman2005-11-292-5/+23
* Fix PR670 and test/Regression/Transforms/Mem2Reg/2005-11-28-Crash.llChris Lattner2005-11-291-0/+1
* Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth2005-11-283-4/+30
* Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...Andrew Lenharth2005-11-282-0/+12
* Reg2Mem is something a pass may depend on, so allow thatAndrew Lenharth2005-11-221-0/+1
* Check in code to scalarize arbitrarily wide packed types for some simpleNate Begeman2005-11-221-1/+3
* Add a new flagChris Lattner2005-11-211-1/+6
* Add some more directivesChris Lattner2005-11-211-1/+18
* add two more config directives, add method for printing constant poolChris Lattner2005-11-211-1/+20
* Make the AsmPrinter keep track of the notion of a function number.Chris Lattner2005-11-211-2/+19
* Capitalize methods for better consistencyChris Lattner2005-11-211-10/+10
* Add section switching to to common AsmPrinter code.Chris Lattner2005-11-211-0/+13
* Add a new option.Chris Lattner2005-11-211-0/+6
* add a new node typeChris Lattner2005-11-201-0/+7
* Add two new construction methods, patch by Evan ChengChris Lattner2005-11-191-0/+6
* Teach LLVM how to scalarize packed types. Currently, this only works onNate Begeman2005-11-192-1/+13
* Fix the dominates method to return true if the two nodes are the same. AddChris Lattner2005-11-181-4/+12
* Teach the type lowering code about turning packed types into vector types.Nate Begeman2005-11-172-5/+10
* add a flagChris Lattner2005-11-161-0/+5
* Teach emitAlignment to handle explicit alignment requests by globals.Chris Lattner2005-11-141-2/+3
* add malloc_zone_statistics, remove mstatsChris Lattner2005-11-141-3/+3
* regenerateChris Lattner2005-11-141-0/+6
* Shrink derived types by 8 bytes each by not having to have 2 vtables pointersChris Lattner2005-11-132-2/+5
* Refactor some code, moving methods and data around. This gets rid of someChris Lattner2005-11-132-51/+34
* Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bitChris Lattner2005-11-121-1/+1