| Commit message (Expand) | Author | Age | Files | Lines |
* | Yet another variant of getTargetNode(). | Evan Cheng | 2005-12-17 | 1 | -0/+17 |
* | Fix VC++ level 4 warnings. Because a base class has declared these private, ... | Jeff Cohen | 2005-12-17 | 3 | -0/+8 |
* | Fix VC++ level 4 warnings. | Jeff Cohen | 2005-12-17 | 1 | -2/+2 |
* | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey | 2005-12-16 | 3 | -0/+96 |
* | Adjust the constructor to the Linker class to take an argument that names | Reid Spencer | 2005-12-13 | 1 | -1/+5 |
* | Add a couple more fields, move ctor init list to .cpp file, add support | Chris Lattner | 2005-12-13 | 1 | -26/+26 |
* | Added new getNode and getTargetNode variants for X86 stores. | Evan Cheng | 2005-12-10 | 1 | -0/+8 |
* | Added patterns for ADD8rm, etc. These fold load operands. e.g. addb 4(%esp), %al | Evan Cheng | 2005-12-09 | 1 | -0/+16 |
* | Added support for ComplexPattern. These are patterns that require C++ pattern | Evan Cheng | 2005-12-08 | 1 | -10/+49 |
* | Remove a now-dead map, patch by Saem Ghani, thanks! | Chris Lattner | 2005-12-07 | 1 | -2/+1 |
* | Added comment for removing assert | Sumant Kowshik | 2005-12-06 | 1 | -0/+3 |
* | Handling of zero length last fields in struct used for growing it arbitrarily | Sumant Kowshik | 2005-12-06 | 1 | -1/+2 |
* | Implement external storage for post-order iteration, implementing PR267 | Chris Lattner | 2005-12-06 | 1 | -10/+84 |
* | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman | 2005-12-06 | 1 | -0/+4 |
* | Add a flag to Module::getGlobalVariable to allow it to return vars with | Chris Lattner | 2005-12-05 | 1 | -6/+7 |
* | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman | 2005-12-01 | 1 | -7/+13 |
* | Teach tblgen to accept register source operands in patterns, e.g. | Evan Cheng | 2005-12-01 | 1 | -0/+14 |
* | Make SelectNodeTo return N | Chris Lattner | 2005-11-30 | 1 | -28/+30 |
* | Add a simple clear() method | Chris Lattner | 2005-11-30 | 1 | -0/+5 |
* | First chunk of actually generating vector code for packed types. These | Nate Begeman | 2005-11-30 | 1 | -4/+17 |
* | minor cleanup | Chris Lattner | 2005-11-30 | 1 | -1/+1 |
* | Fix a problem with llvm-ranlib that (on some platforms) caused the archive | Reid Spencer | 2005-11-30 | 1 | -0/+3 |
* | Fixed a bug introduced by my last commit: TargetGlobalValues should key on | Evan Cheng | 2005-11-30 | 1 | -4/+5 |
* | Added an index field to GlobalAddressSDNode so it can represent X+12, etc. | Evan Cheng | 2005-11-30 | 2 | -2/+25 |
* | Add support for a new STRING and LOCATION node for line number support, patch | Chris Lattner | 2005-11-29 | 2 | -1/+24 |
* | Add the majority of the vector machien value types we expect to support, | Nate Begeman | 2005-11-29 | 2 | -5/+23 |
* | Fix PR670 and test/Regression/Transforms/Mem2Reg/2005-11-28-Crash.ll | Chris Lattner | 2005-11-29 | 1 | -0/+1 |
* | Added documented rsprofiler interface. Also remove new profiler passes, the | Andrew Lenharth | 2005-11-28 | 3 | -4/+30 |
* | Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,... | Andrew Lenharth | 2005-11-28 | 2 | -0/+12 |
* | Reg2Mem is something a pass may depend on, so allow that | Andrew Lenharth | 2005-11-22 | 1 | -0/+1 |
* | Check in code to scalarize arbitrarily wide packed types for some simple | Nate Begeman | 2005-11-22 | 1 | -1/+3 |
* | Add a new flag | Chris Lattner | 2005-11-21 | 1 | -1/+6 |
* | Add some more directives | Chris Lattner | 2005-11-21 | 1 | -1/+18 |
* | add two more config directives, add method for printing constant pool | Chris Lattner | 2005-11-21 | 1 | -1/+20 |
* | Make the AsmPrinter keep track of the notion of a function number. | Chris Lattner | 2005-11-21 | 1 | -2/+19 |
* | Capitalize methods for better consistency | Chris Lattner | 2005-11-21 | 1 | -10/+10 |
* | Add section switching to to common AsmPrinter code. | Chris Lattner | 2005-11-21 | 1 | -0/+13 |
* | Add a new option. | Chris Lattner | 2005-11-21 | 1 | -0/+6 |
* | add a new node type | Chris Lattner | 2005-11-20 | 1 | -0/+7 |
* | Add two new construction methods, patch by Evan Cheng | Chris Lattner | 2005-11-19 | 1 | -0/+6 |
* | Teach LLVM how to scalarize packed types. Currently, this only works on | Nate Begeman | 2005-11-19 | 2 | -1/+13 |
* | Fix the dominates method to return true if the two nodes are the same. Add | Chris Lattner | 2005-11-18 | 1 | -4/+12 |
* | Teach the type lowering code about turning packed types into vector types. | Nate Begeman | 2005-11-17 | 2 | -5/+10 |
* | add a flag | Chris Lattner | 2005-11-16 | 1 | -0/+5 |
* | Teach emitAlignment to handle explicit alignment requests by globals. | Chris Lattner | 2005-11-14 | 1 | -2/+3 |
* | add malloc_zone_statistics, remove mstats | Chris Lattner | 2005-11-14 | 1 | -3/+3 |
* | regenerate | Chris Lattner | 2005-11-14 | 1 | -0/+6 |
* | Shrink derived types by 8 bytes each by not having to have 2 vtables pointers | Chris Lattner | 2005-11-13 | 2 | -2/+5 |
* | Refactor some code, moving methods and data around. This gets rid of some | Chris Lattner | 2005-11-13 | 2 | -51/+34 |
* | Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bit | Chris Lattner | 2005-11-12 | 1 | -1/+1 |