2006-01-08 |
Reid Spencer | Add some documentation. |
tree | commitdiff |
2006-01-08 |
Chris Lattner | Fix the build on platforms where <cassert> doesn't... |
tree | commitdiff |
2006-01-08 |
Chris Lattner | Initial implementation of the ET-Forest data structure... |
tree | commitdiff |
2006-01-08 |
Chris Lattner | Fix out of date comments, patch by Marco Matthies. |
tree | commitdiff |
2006-01-05 |
Jim Laskey | Grammer correction. |
tree | commitdiff |
2006-01-05 |
Jim Laskey | Added initial support for DEBUG_LABEL allowing debug... |
tree | commitdiff |
2006-01-04 |
Jim Laskey | Applied some recommend changes from sabre. The dominat... |
tree | commitdiff |
2006-01-04 |
Jeff Cohen | Be consistent in using class vs struct to make VC+... |
tree | commitdiff |
2006-01-04 |
Jim Laskey | Add unique id to debug location for debug label use... |
tree | commitdiff |
2006-01-04 |
Jim Laskey | Add flag for debug presence. |
tree | commitdiff |
2006-01-04 |
Jim Laskey | Tie dwarf generation to darwin assembler. |
tree | commitdiff |
2006-01-04 |
Jim Laskey | 1. Make MachineDebugInfo a pass. |
tree | commitdiff |
2006-01-04 |
Jim Laskey | Move MachineDebugInfo to module level location. |
tree | commitdiff |
2006-01-04 |
Chris Lattner | Patch #6's in Saem's refactor-the-passmanager patch... |
tree | commitdiff |
2006-01-04 |
Chris Lattner | add a comment that I should have written a long time ago |
tree | commitdiff |
2006-01-04 |
Chris Lattner | add a dump method to help debugging |
tree | commitdiff |
2005-12-30 |
Nate Begeman | add support for generating v4i32 code |
tree | commitdiff |
2005-12-28 |
Duraid Madina | be more polite in public headers |
tree | commitdiff |
2005-12-28 |
Duraid Madina | undo yuletide naughtyness(tm) |
tree | commitdiff |
2005-12-26 |
Duraid Madina | more standards compliance (damn, I can't wait for unord... |
tree | commitdiff |
2005-12-26 |
Duraid Madina | I laugh at your dual-core G5s! Fear my precompiled... |
tree | commitdiff |
2005-12-26 |
Duraid Madina | i love xmas!!!! *;D* |
tree | commitdiff |
2005-12-23 |
Chris Lattner | improve comment: mention vectors |
tree | commitdiff |
2005-12-23 |
Chris Lattner | add a new node |
tree | commitdiff |
2005-12-22 |
Chris Lattner | remove a dead node |
tree | commitdiff |
2005-12-22 |
Duraid Madina | i need to do this to take over the earth |
tree | commitdiff |
2005-12-22 |
Chris Lattner | Separate the call graph implementation from its interfa... |
tree | commitdiff |
2005-12-22 |
Reid Spencer | Fix documentation for the AlarmSetup function. |
tree | commitdiff |
2005-12-22 |
Reid Spencer | Implement a generic polled Alarm function. This merely... |
tree | commitdiff |
2005-12-22 |
Jeff Cohen | Oh oh... Unix is case sensitive. |
tree | commitdiff |
2005-12-22 |
Jeff Cohen | Make it compile with VC++. |
tree | commitdiff |
2005-12-22 |
Reid Spencer | Add an eol at the end to shut gcc up. |
tree | commitdiff |
2005-12-21 |
Evan Cheng | Added TargetLowering::isMaskedValueZeroForTargetNode... |
tree | commitdiff |
2005-12-21 |
Jim Laskey | Oops llvm namespace. |
tree | commitdiff |
2005-12-21 |
Jim Laskey | Start of Dwarf framework code. |
tree | commitdiff |
2005-12-20 |
Evan Cheng | Added a hook to print out names of target specific... |
tree | commitdiff |
2005-12-18 |
Chris Lattner | Add an accessor |
tree | commitdiff |
2005-12-17 |
Evan Cheng | Yet another variant of getTargetNode(). |
tree | commitdiff |
2005-12-17 |
Jeff Cohen | Fix VC++ level 4 warnings. Because a base class has... |
tree | commitdiff |
2005-12-17 |
Jeff Cohen | Fix VC++ level 4 warnings. |
tree | commitdiff |
2005-12-16 |
Jim Laskey | Added source file/line correspondence for dwarf (PowerP... |
tree | commitdiff |
2005-12-13 |
Reid Spencer | Adjust the constructor to the Linker class to take... |
tree | commitdiff |
2005-12-13 |
Chris Lattner | Add a couple more fields, move ctor init list to .cpp... |
tree | commitdiff |
2005-12-10 |
Evan Cheng | Added new getNode and getTargetNode variants for X86... |
tree | commitdiff |
2005-12-09 |
Evan Cheng | Added patterns for ADD8rm, etc. These fold load operand... |
tree | commitdiff |
2005-12-08 |
Evan Cheng | Added support for ComplexPattern. These are patterns... |
tree | commitdiff |
2005-12-07 |
Chris Lattner | Remove a now-dead map, patch by Saem Ghani, thanks! |
tree | commitdiff |
2005-12-06 |
Sumant Kowshik | Added comment for removing assert |
tree | commitdiff |
2005-12-06 |
Sumant Kowshik | Handling of zero length last fields in struct used... |
tree | commitdiff |
2005-12-06 |
Chris Lattner | Implement external storage for post-order iteration... |
tree | commitdiff |
2005-12-06 |
Nate Begeman | Teach the SelectionDAG ISel how to turn ConstantPacked... |
tree | commitdiff |
2005-12-05 |
Chris Lattner | Add a flag to Module::getGlobalVariable to allow it... |
tree | commitdiff |
2005-12-01 |
Nate Begeman | Support multiple ValueTypes per RegisterClass, needed... |
tree | commitdiff |
2005-12-01 |
Evan Cheng | Teach tblgen to accept register source operands in... |
tree | commitdiff |
2005-11-30 |
Chris Lattner | Make SelectNodeTo return N |
tree | commitdiff |
2005-11-30 |
Chris Lattner | Add a simple clear() method |
tree | commitdiff |
2005-11-30 |
Nate Begeman | First chunk of actually generating vector code for... |
tree | commitdiff |
2005-11-30 |
Chris Lattner | minor cleanup |
tree | commitdiff |
2005-11-30 |
Reid Spencer | Fix a problem with llvm-ranlib that (on some platforms... |
tree | commitdiff |
2005-11-30 |
Evan Cheng | Fixed a bug introduced by my last commit: TargetGlobalV... |
tree | commitdiff |
2005-11-30 |
Evan Cheng | Added an index field to GlobalAddressSDNode so it can... |
tree | commitdiff |
2005-11-29 |
Chris Lattner | Add support for a new STRING and LOCATION node for... |
tree | commitdiff |
2005-11-29 |
Nate Begeman | Add the majority of the vector machien value types... |
tree | commitdiff |
2005-11-29 |
Chris Lattner | Fix PR670 and test/Regression/Transforms/Mem2Reg/2005... |
tree | commitdiff |
2005-11-28 |
Andrew Lenharth | Added documented rsprofiler interface. Also remove... |
tree | commitdiff |
2005-11-28 |
Andrew Lenharth | Random sampling (aka Arnold and Ryder) profiling. ... |
tree | commitdiff |
2005-11-22 |
Andrew Lenharth | Reg2Mem is something a pass may depend on, so allow... |
tree | commitdiff |
2005-11-22 |
Nate Begeman | Check in code to scalarize arbitrarily wide packed... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Add a new flag |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Add some more directives |
tree | commitdiff |
2005-11-21 |
Chris Lattner | add two more config directives, add method for printing... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Make the AsmPrinter keep track of the notion of a funct... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Capitalize methods for better consistency |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Add section switching to to common AsmPrinter code. |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Add a new option. |
tree | commitdiff |
2005-11-20 |
Chris Lattner | add a new node type |
tree | commitdiff |
2005-11-19 |
Chris Lattner | Add two new construction methods, patch by Evan Cheng |
tree | commitdiff |
2005-11-19 |
Nate Begeman | Teach LLVM how to scalarize packed types. Currently... |
tree | commitdiff |
2005-11-18 |
Chris Lattner | Fix the dominates method to return true if the two... |
tree | commitdiff |
2005-11-17 |
Nate Begeman | Teach the type lowering code about turning packed types... |
tree | commitdiff |
2005-11-16 |
Chris Lattner | add a flag |
tree | commitdiff |
2005-11-14 |
Chris Lattner | Teach emitAlignment to handle explicit alignment reques... |
tree | commitdiff |
2005-11-14 |
Chris Lattner | add malloc_zone_statistics, remove mstats |
tree | commitdiff |
2005-11-14 |
Chris Lattner | regenerate |
tree | commitdiff |
2005-11-13 |
Chris Lattner | Shrink derived types by 8 bytes each by not having... |
tree | commitdiff |
2005-11-13 |
Chris Lattner | Refactor some code, moving methods and data around... |
tree | commitdiff |
2005-11-12 |
Chris Lattner | Shrink the Type class from 32 to 28 bytes on Darwin... |
tree | commitdiff |
2005-11-12 |
Chris Lattner | remove a dead method |
tree | commitdiff |
2005-11-12 |
Chris Lattner | Add support for putting globals in a particular section |
tree | commitdiff |
2005-11-11 |
Andrew Lenharth | added a chain output |
tree | commitdiff |
2005-11-11 |
Andrew Lenharth | Add support for a cycle counter intrinsic. As basicall... |
tree | commitdiff |
2005-11-10 |
Chris Lattner | Allow per-character control over what target assemblers... |
tree | commitdiff |
2005-11-10 |
Chris Lattner | Add a new option for targets that accept quoted labels. |
tree | commitdiff |
2005-11-10 |
Chris Lattner | Remove M, which is dead. Eliminate a dead typedef... |
tree | commitdiff |
2005-11-10 |
Chris Lattner | This method is no longer static |
tree | commitdiff |
2005-11-10 |
Chris Lattner | minor interface changes. |
tree | commitdiff |
2005-11-10 |
Chris Lattner | add support for .asciz, and enable it by default. ... |
tree | commitdiff |
2005-11-10 |
Andrew Lenharth | needs to go here to apparently. |
tree | commitdiff |
2005-11-10 |
Andrew Lenharth | The pass everyone has been waiting for! |
tree | commitdiff |
2005-11-09 |
Chris Lattner | Switch the allnodes list from a vector of pointers... |
tree | commitdiff |
next |