2005-03-20 |
Chris Lattner | This call is always a noop, remove it. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | remove some pointless asserts |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | -steens doesn't use the inlined globals facility. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | Build EC's for globals twice. The first is after const... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | Add a new DSNode::removeGlobal method. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | Transform BU pass to not use the horrible DSCallSiteIte... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | Implement new methods for dealing with DSNode global... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | use simpler methods. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | method was renamed. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | print out equiv class info. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | some methods got renamed |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | Make use of simpler DSNode methods. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | rename some methods and add some new methods for dealin... |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | #ifdef out a function only used by #ifdef'd code. |
commit | commitdiff | tree | snapshot |
2005-03-20 |
Chris Lattner | comment cleanup |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Misha Brukman | Constant-propagate the value of `isL' variable and... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Jeff Cohen | Silence VC++ warning about mixing intptr_t and bool... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | Create an equivalence class of global variables that... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | Make each scalar map contain a reference to an equivale... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | Each DS collection now contains an equivalence class... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | add a method to clear globals from a node |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | Two fixes for the copy ctor/operator=: |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | add some methods, fix a major bug in getLeader() that... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | implement a proper copy ctor, operator= and add a helpe... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | Fix the 3 regressions last night, due to my buggy patch... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Alkis Evlogimenos | Add new function getPtrPtrFromArrayPtr(). |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Alkis Evlogimenos | Stop using deprecated interface. |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | Switch to use the new interface for the EquivalenceClas... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Chris Lattner | Rewrite this class, making the following improvements: |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Chris Lattner | do not bother inlining nullary functions without return... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Chris Lattner | fix a bogus assertion |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Chris Lattner | another fastpath |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Chris Lattner | remove use of getPrev() and getNext() on ilist nodes. |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Chris Lattner | expose this pass to both opt and analyze |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Misha Brukman | We shall have IA64 as a new experimental backend releas... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Chris Lattner | remove a bogus optimization. This only works if there... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Chris Lattner | Rewrite DSAA::getModRefInfo to compute the mapping... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | implement a new method. |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | add 3 methods |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Misha Brukman | Recognize an IA64 when we see one |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | add some possibly bogus assertions. |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | Do not include the Function* for direct call/invoke... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Duraid Madina | typo/denial |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | simplify this function a bit, allow DS-AA to build... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | Clean up some code, handle null pointer specially to... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Duraid Madina | clean up warnings when building in release mode |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Duraid Madina | now the angry bug reports have somewhere to go! |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | statically link ia64 into llc |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Duraid Madina | OK, IA64 is statically linked into llc |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Duraid Madina | build the IA64 target as a .so for now |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Duraid Madina | dainty |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Duraid Madina | and so it begins... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | Don't emit two comparisons when comparing a FP value... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | spiff up the nightly tester output one more notch |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | Fix the missing symbols problem Bill was hitting. ... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | Do not create ridiculously huge DSNodes, as described... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Chris Lattner | Fix a bug where we would consider " .99" and "1.0"... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Chris Lattner | remove compat_iterator, which is dead in the tree. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Chris Lattner | remove use of compat_iterator. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Chris Lattner | remove use of compat_iterator |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Chris Lattner | Print out who commits and what files were modified... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Jeff Cohen | Do #include HashExtras.h with VC++ |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Jeff Cohen | Don't provide default hash struct instantiation. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Misha Brukman | Convert tabs to spaces |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Jeff Cohen | Add adapter class to let VC++ hash_map use GCC's hash... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Jeff Cohen | Remove deleted files from VC++ project. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Misha Brukman | Fix grammar wrt apostrophe's |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Misha Brukman | Convert tabs to spaces |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | fix some 80 column violations |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | consolidate LinkFiles into LinkItems, use lib_* iterators. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | consolidate LinkLibraries into LinkItems |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | make sure to mark nodes in the globals graph incomplete... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | fix crashes when we only have a prototype for main. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | Fix a crash that happens when mapping something like... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Andrew Lenharth | sure, I can set a flag, but if I never check it, why... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | Make computeGGToGMapping compute an invnodemap |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | remove warning, make computeGGToGMapping return an... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | add support for hashing nodehandles. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | Finally fix (the right way) the problem where functions... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | Start using retnodes_* for iteration. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | add iterators for return nodes list. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | method renamed |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | Replace more a*'s with arg_*'s, thanks to Gabor Greif! |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | add missing copyright header |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Alkis Evlogimenos | Stop using abegin and aend. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Alkis Evlogimenos | Stop using abegin. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Alkis Evlogimenos | Use arg_iterator and arg_begin and arg_end functions. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Jeff Cohen | Add EquivClassGraphs.cpp to VC++ project. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | avoid varialbe name collisions |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Jeff Cohen | Do it right... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Jeff Cohen | Fix VC++ breakage. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | stop using method. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | methods removed. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | remove reverse BB iterators. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | remove a whole bunch of dead methods. Noone should... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | stop using arg_front |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | stop using arg_back |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
commit | commitdiff | tree | snapshot |
next |