2004-02-01 |
Chris Lattner | Add comments |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Print an error message if there is an error materialize... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Alkis Evlogimenos | Apply final part of Chris' patch. |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Alkis Evlogimenos | Be a little smarter on the way we handle physical regis... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | Finegrainify namespacification, use new MRegisterInfo... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | Fix, correctly this time, the computation of the return... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | * Fix incorrect computation of the runOnMachineFunction... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | Remove unneeded #includes |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | Avoid referencing deleted DSgraphs when merging an... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Alkis Evlogimenos | Merge safe parts from last night's buggy commit. These... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | Add two static methods to avoid having client code... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Alkis Evlogimenos | Optimize liveAt() and overlaps(). We now use a binary... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Alkis Evlogimenos | Revert last night's changes as they broke some tests... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Alkis Evlogimenos | Several performance enhancements and cleanups from... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Fix thinko |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Add some comments sketching out how this is to work... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Add a new flag, which is only used for symmetry. |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Forward method request to chained aa implementation |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | New testcase for better mod/ref information that basica... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Implement the pointsToConstantMemory() method. |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Improve mod/ref information based on the pointsToConsta... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Add a new pointsToConstantMemory method to the AliasAna... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Add (currently disabled) support to the instruction... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Chris Lattner | Add a new lazily constructed mapping from Idx's the... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Brian Gaeke | Give clients of MachineFunctionPrinter the ability... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Misha Brukman | Order #includes alphabetically, per style guide. |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Misha Brukman | Doxygenify comments. |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Chris Lattner | Fix a bug aflicting 265.gap |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Chris Lattner | Minor bugfixes |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Brian Gaeke | I think this is a more robust fix for the Solaris wchar... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Misha Brukman | Hyphenate `target-dependent' |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Brian Gaeke | Add a new (static inline) std::ostream& << AllocInfo... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Rename DSGraph::ScalarMapTy -> DSScalarMap |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Fix a bug |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Eliminate the call to removeTriviallyDeadNodes from... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | In the TD pass, iterate over globals directly instead... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | In the TD pass, don't iterate over the scalar map to... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | In updateFromGlobalsGraph, instead of iterating over... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Keep track of all of the globals inserted into the... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Pull the ScalarMap out into something that is more... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Minor tweaks, eliminate useless integer pruning optimzi... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Further reduce the number of nodes cloned with getClone... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Add a timer, fix a minor bug. |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Chris Lattner | Another bugfix, disable "spurious" output. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | fix bug in previous checkin |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | * Add a new commandline argument to control the "global... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | Rewrite to use the reachability cloner interface. ... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | Get clone flags right, so we don't build InlinedGlobals... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | Minor tweaks |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | Add comments, allow DSNode "copy ctor" to ignore outgoi... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | * cloneReachable* and clonePartiallyInto are not obsolete |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Chris Lattner | Start counting projects |
commit | commitdiff | tree | snapshot |
2004-01-26 |
John Criswell | Fixed PR#197. The libcrtend library is removed from... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
John Criswell | Clarified the extension to shared library objects. |
commit | commitdiff | tree | snapshot |
2004-01-26 |
John Criswell | Updating release notes for PR214. |
commit | commitdiff | tree | snapshot |
2004-01-26 |
John Criswell | Fixes for PR214. Use the SHLIBEXT variable instead... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Brian Gaeke | Fix a couple of places I noticed where "X86" was hard... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Alkis Evlogimenos | Fix failing test cases with joined live intervals.... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Brian Gaeke | Add the JITInfo object, accessor & initializer. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Brian Gaeke | Add CodeEmitter and JITInfo stubs. Dump the old |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Chris Lattner | Initial support for implementing clonePartiallyInto... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Chris Lattner | Add new flag, other minor modifications |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Chris Lattner | Fix grammar |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Chris Lattner | Fix a problem brian ran into with the bytecode reader... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Chris Lattner | New testcase for problem brian ran into |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Alkis Evlogimenos | Add option to join live intervals. Two intervals are... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Brian Gaeke | Move bytecode_libdir def'n to Makefile.config.in from... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Brian Gaeke | Add autoconf check for the version of etags we have... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Brian Gaeke | Regenerated using autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Brian Gaeke | Get autoconf'd ETAGSFLAGS value from configure. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Brian Gaeke | Move support for building tags database from Makefile... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Alkis Evlogimenos | Remove unneeded check. An interval in active, by defini... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Alkis Evlogimenos | Improve debugging output. Remove unneeded virtReg... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Alkis Evlogimenos | Revert previous change. The code was correct... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Alkis Evlogimenos | Fix incorrect negatives in LiveIntervals::Interval... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Chris Lattner | Eliminated the CompletedNodes argument to the cloneReac... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Chris Lattner | Ok, I'm tired of pulling out all my timers to check... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Chris Lattner | Bug fix: X.mergeWith(Y) was not updating Y if Y was... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Chris Lattner | It doesn't make sense for one side to be const, but... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Chris Lattner | Start implementing DSGraph::clonePartiallyInto and... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Chris Lattner | Remove const qualifier (all Value*'s are nonconst in... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Chris Lattner | Specialize std::swap correctly |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Chris Lattner | Allow disabling of ALL printing overhead when performin... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Add DESTDIR support for installing. Use (and depend... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Give the ".../llvm-gcc/bytecode-libs" directory a varia... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Part 2 of DESTDIR support |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Misha Brukman | Implement ModuleProvider::materializeModule() by only... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Misha Brukman | Let subclasses implement ModuleProvider::materializeMod... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Misha Brukman | To materialize a module, you need to know what function... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Misha Brukman | If you call abort(), #include <cstdlib> |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Add DESTDIR support for installation, to support RPM... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Maybe Misha isn't so buggy after all. He caught the... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Build the PowerPC directory, so it is less likely to... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Import of skeletal PowerPC backend I have had laying... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Remember, SHLIBEXT begins with a period. |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Modified version of patch from mkahl@apple.com to stop... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Regenerated using autoconf-2.57 and autoheader-2.57. |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Brian Gaeke | Get SHLIBEXT variable from configure script. |
commit | commitdiff | tree | snapshot |
next |