2004-02-23 |
Brian Gaeke | Renamed to hash_map.in; move to using autoconf substitu... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Add include/Support/hash_map and include/Support/hash_s... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Regenerated using autoheader-2.57. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Move HASH_* checks to using AC_SUBST instead of AC_DEFI... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Regenerated using autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Add number of spilled registers statistic. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Fix bugs in finegrainification |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Use MachineBasicBlock::getParent(). |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Remove implementation of default constructor as it... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Renamed from include/Support/iterator. Doxygenify comme... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Replaced by include/Support/iterator.in. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Regenerated with autoheader-2.57. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Add include/Support/iterator as an AC_OUTPUT file. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Make all iterator checks use AC_SUBST instead of AC_DEFINE. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Brian Gaeke | Regenerated with autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Refactor rewinding code for finding the first terminato... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Simplify code a bit, don't go off the end of the block... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | We were forgetting to add FP_REG_KILL instructions... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Implement cast.ll::test14/15 |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Add tests for casts that should be eliminated |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Refactor some code. In the mul - setcc folding case... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Handle the unsigned form as well |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Improved PhysRegTracker interface. RegAlloc lazily... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Implement mul.ll:test11 |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Add a slight variant of test10 |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Implement "strength reduction" of X <= C and X >= C |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Implement InstCombine/mul.ll:test10, which is a case... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | This multiply can be eliminated |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Simplify iterator usage now that we have next(). Also... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Update the 'new features' section |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Work around a gas bug. Print '-9223372036854775808... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Implement cast fp -> bool |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Add testcase for the casts that are missing in PR249 |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Stop passing iterators around by reference now that... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Some code cleanups from Chris |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Fix comments in PhysRegTracker and rename isPhysRegAvai... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Chris Lattner | Add a new cmove instruction |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Move LiveIntervals.h up to be the first included header |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Pull PhysRegTracker out of RegAllocLinearScan as it... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Alkis Evlogimenos | Move LiveIntervals.h to lib/CodeGen since it shouldn... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Only insert FP_REG_KILL instructions in MachineBasicBlo... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Another bug fix for empty MBB's |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Alkis Evlogimenos | Move MOTy::UseType enum into MachineOperand. This elimi... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Fix a bug where we were implicitly assuming that there... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Reduce the number of pointless copies inserted due... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Fix bug in previous checkout: leave the iterator at... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Alkis Evlogimenos | Fix silly bug in implementation of getUseType(). Thanks... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Completely rewrite how getelementptr instructions are... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Alkis Evlogimenos | When folding memory operands in machine instructions... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Significantly simplify gep_type_iterator, and make... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Fix a soon-to-be-missing #include |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Get all instruction definitions |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Wow this is out of date. When we have _real_ code... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Alkis Evlogimenos | Print basic block boundaries in machine instruction... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Link to most recent "LLVM document" |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Implement Transforms/InstCombine/cast.ll:test13, a... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Test that the instruction combiner can fold away a... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | The two address pass cannot handle two addr instruction... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Alkis Evlogimenos | Abstract merging of ranges away from number of slots... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Chris Lattner | Use isNull instead of getNode() to test for existence... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Chris Lattner | Fix an iterator invalidation problem which was causing... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Chris Lattner | Use handy method |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Chris Lattner | Update comments and add warning |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Misha Brukman | `cat' is usually in /bin, not /usr/bin, at least on... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Chris Lattner | When printing a stack trace, demangle it if possible... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Alkis Evlogimenos | Make 'fold' statistic's description the same in both... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Chris Lattner | Instead of cloning the globals for main into the global... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | There is no need to merge the globals graph into the... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | Add two missing returns, which caused us to be very... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-02-20 |
John Criswell | Added the POVRAY_ROOT to locate Povray. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
John Criswell | Added an option for configuring Povray. By default... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
John Criswell | Build an archive for use with Povray. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Alkis Evlogimenos | Some more statistics improvements. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Alkis Evlogimenos | Disambiguate statistic descriptions. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Alkis Evlogimenos | Rename statistic and add another one. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | Add support for some string functions, the scanf family... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | Add a simple implementation of strncpy |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | New testcase, do not emit a call to __builtin_sqrt... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | PR244: [llvm-gcc] miscompilation when a function is... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Brian Gaeke | Add checks for <execinfo.h> and backtrace(). |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Alkis Evlogimenos | Fix crash in debug output. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Brian Gaeke | Use backtrace() and include execinfo.h, if they were... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Brian Gaeke | Regenerated using autoheader-2.57. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Brian Gaeke | Regenerated using autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Alkis Evlogimenos | Fix instruction numbering in debug output. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Alkis Evlogimenos | Too many changes in one commit: |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | If bugpoint can't match the reference output, at LEAST... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | Wild and passionate uncontrolled goose chases are amusi... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | Format a bit more nicely |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Chris Lattner | It is totally unacceptable to print out (literally... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Chris Lattner | Add strndup |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Chris Lattner | Add a method useful for updating DSA |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Chris Lattner | Disable the stack trace thing until we can get an autoc... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
commit | commitdiff | tree | snapshot |
next |