2002-11-06 |
Vikram S. Adve | Remove a nasty little semi-colon someone introduced... |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Nick Hildenbrandt | Typo fixed |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Nick Hildenbrandt | Added new tests |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Chris Lattner | Add a note about the switch instruction |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Chris Lattner | Attempted fixes to the mergemap to make it work better. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Add a bunch of assertions |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Sun can now use mallinfo() |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Nick Hildenbrandt | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Link to -lmalloc |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | No need to explicitly inclue ExportSymbols now |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Generalize ExportSymbols into PLATFORMLINKOPTS |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Allow memory sizes to be negative, eliminate TmpRSS |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Allow memory sizes to be negative, remove obsolete... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | mallinfo is not available on sun apparently :( |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Instcombine this away: |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Add new getelementptr elimination test |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Add a transformation to turn: |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | New testcase for malloc promotion |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Vikram S. Adve | Simple passes that print out SCCs in the CFGs or in... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Vikram S. Adve | Generic graph iterator to enumerate the SCCs of a graph |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Change the "Cannot merge two portions of the same node... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Add information about why this testcase fails |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Convert uint gep operands to long |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Convert old style gep index from uint to long |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Ack: Fix bug in previous checkin. |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Be more generous about level raising constant expressio... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Implement a new -print-callgraph analysis that turns... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Make sure to _delete_ memory allocated by worklists |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Implement methods needed to print out call graph |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Give a better error message in an unhandled case |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Minor fix to space accounting |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Improve the clean target |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Implement MaxRSS in terms of mallinfo instead of the... |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Chris Lattner | Allow the call graph to be called from analyze naturall... |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Chris Lattner | Rename ValueMap to ScalarMap |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Chris Lattner | Rename NewNode flag to HeapNode |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Chris Lattner | Change the letters used to represent stack and heap... |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Chris Lattner | Check in header file that was missing, thus broke the... |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Vikram S. Adve | Disable correlated expressions pass until it is reliable. |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Anand Shukla | code to lightly instrument at branches |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Move function to cpp file from header |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Misha Brukman | Fixed comment on top of DSNode.h, added note to DSSuppo... |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Implement signed and unsigned division and remainder |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Enable div and mod tests |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Implement multiply operator |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Enable multiply tests |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | New testcase for arithmetic operations |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | * Implement subtract |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | shuffle code around a bit, implement and, or, xor |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | New testcase for logical operators |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Add PHI node support, add comment for branch function |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Make phi test a bit more challenging |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Implement unconditional branching support |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Only test that uncond branch works |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | * Fix nonconstant shift case |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Expose a LJELLO variable |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Tests results are invalidated when jello is rebuilt |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Use a more table driven approach to handling types... |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Make switch statements denser, but only because of... |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | * Remove dead variable |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Implement the "unknown flag" which mainly consists... |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Oops, this was not meant to be checked in |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | Stop representing scalars as explicit nodes in the... |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | * Eliminate Scalar node type (renumber other node types) |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Nick Hildenbrandt | Fixed bug in Regression/CBackend/2002-10-30-FunctionPoi... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | Fix comments, steens is context sensitive, we just... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | Add a testcase cee should eventually pass |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Vikram S. Adve | Use absolute path name for "analyze" since we are chang... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | New iostream definitions |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | Make sure to include name information if we have it |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | Fix burg build problem. |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Add a fixme |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Brian Gaeke | A new test case that tries to generate all the differen... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Brian Gaeke | InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst. |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | * Minor optimization: when merging nodes, merge... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Eliminate some unneccesary #includes and forward decls |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Nick Hildenbrandt | CBE doesn't alloc correctly |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Reassociate pass now works |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Reassociate now works |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Fixes to the reassociate pass to make it respect domina... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Fix nasty bug in ::isNeg() |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Vikram S. Adve | Restore support for indirect function calls (which... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Vikram S. Adve | Do not print "NEW FILES AND DIRECTORIES" unless request... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Remove dead code |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Misha Brukman | Refactored DSGraph.h: |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | This fixes all kinds of problems with array handling... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Tell cvs to ignore *.dot and *.ps files in this directory |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | New testcase for the possible array merging scenarios |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Can simplify code now with the isCommutative() method. |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Use new isCommutative interface, which gives us SetEQ... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | New isAssociative/isCommutative inspection methods... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Statistic class should return const reference to *this... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | BreakCriticalEdges should update dominance frontier... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Add interface to update domfrontier info, thanks to... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Fix two problems: |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Vikram S. Adve | Bug fix: need to initialize new CallArgsDescriptor... |
commit | commitdiff | tree | snapshot |
next |