2002-10-25 |
Chris Lattner | Initial checkin of LLVM JIT, codenamed jello. This... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Initial checkin of X86 backend. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Build the X86 target as well |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Initial checkin of codegen infrastructure for LLVM-JIT |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Fix typo |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Update test to use long instead of uint getelementptr... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Vikram S. Adve | Added datastructure library to resolve link error. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Patch submited by Casey to remove obnoxious warnings. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Prune #includes |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Fix misspelling |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Chris Lattner | * Remove unneccesary #includes |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Nick Hildenbrandt | Updated |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Nick Hildenbrandt | Fixed it |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Nick Hildenbrandt | Added Burg |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Nick Hildenbrandt | Malloc prototyping now works even if the original file... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Chris Lattner | Tell PassManager that this pass does not invalidate... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Chris Lattner | - Fix a really nasty bug in the bytecode reader that... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | Wow, for some reason, when reading bytecode from stdin... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | Disable optimization that doesn't apply to C |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | Ensure definate initialization |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | Fix misspelled variable |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | - Two minor improvements to the MachineInstr class... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | - Make sure to only keep track of mappings that the... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | The callee is not correct, and confuses the TD pass... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | We need to know the call sites each function hosts |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | Allow modification of callee |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Chris Lattner | Small space optimization: Make MachineOperands take... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | - Rename AnalysisUsage::preservesAll to getPreservesA... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Rename Analysis Usage methods |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Delete unused arguments to DSGraph::cloneInto method |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | - Add "ResolvingCaller" to the CallSite record. ... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Add another copy ctor form |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | As it turns out, we don't need a fully generic mapping... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Don't create a new node for every reference to a global... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Fix a confusing bug that caused return value and callee... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Make sure to initialize isArray member |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Remove some unneccesary 'using' directives |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Remove a 'using' directives from a header file. Using... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Add a missing std:: qualifier |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Add a link to C++ in a nutshell book |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Fix bug with prior checkin |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | Two callsites are equivalent even if they are from... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Chris Lattner | - Make DSCallSite not inherit from std::vector. ... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Chris Lattner | Avoid extra copy |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Chris Lattner | Simplify code a bit, add comment flyer |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Chris Lattner | Split some long lines |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Vikram S. Adve | Warn when we are linking an executable without symbols. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Vikram S. Adve | Remove spurious caller pointer in DSCallSite. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Chris Lattner | This function can be static |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Chris Lattner | Fix previous checkin :( |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Chris Lattner | Avoid extra callSite copy |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Chris Lattner | Print the array flag |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Chris Lattner | Add isArray flag |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Vikram S. Adve | Added a first-class representation for each call site... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Vikram S. Adve | Added a first-class representation for each call site... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Vikram S. Adve | Added a first-class representation for each call site... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Chris Lattner | Convert typerec to be a structure instead of a pair |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Chris Lattner | Don't emit braces around something without outgoing... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Print Mod/ref info |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Calculate mod/ref info |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Add interface for mod/ref info to be captures by dsgraphs |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Remove more obsolete code |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Make the DSGraph cloner automatically merge global... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Apparently string::find doesn't work right on our... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Remove obsolete code |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Enable incompleteness marking |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Really disable pool allocator |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * First try at implementing TD pass this does not... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Reenable printing of TD analysis |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Add data structures and code to track the call... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Add data structures to BU pass to keep track of... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Remove a lot of obsolete #if 0'd code |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Use the forward declaration for GraphTraits instead... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Cleanup data structure graph printer, eliminate hard... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Be const correct. Handle both DSGraph* and const DSGra... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Break up the GraphWriter into smaller chunks to be... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | As wierd as it feels to type it, const void* is more... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Joel Stanley | Added partial specialization of GraphTraits for the... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Nick Hildenbrandt | changes |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Make sure to print out the call nodes as well |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Allow simple nodes to have outgoing edges |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Fix bug: CBackend/2002-10-16-External.ll |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | * Print the "return" node in the graphs |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | * Factor printing code again, add emitSimpleNode... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | * Add new DOTGraphTraits::addCustomGraphFeatures... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | The second element of the iterator is really an offset... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Specify the graph name |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | * Significantly refactor GraphWriter into a class. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | - DSGraph Printing Improvements: |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | - Generic graph printing infrastructure changes: |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Allow direct access to mergemap for printing |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Fix bug: test/Regression/CBackend/2002-10-15-OpaqueType... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | - Fix bug: Assembler/2002-10-15-NameClash.ll |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | Clean up testcases |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | - Eliminate SymbolTable::ParentSymTab, ST::localLooku... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | Cleanup test |
commit | commitdiff | tree | snapshot |
next |