2003-09-01 |
Chris Lattner | This file is just a subset of Cilkifier.h |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Chris Lattner | Other minor cleanups while I'm in the area |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Chris Lattner | Fix spell-o |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Chris Lattner | Remove gross old hacky code that was in there for backw... |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Chris Lattner | Change the RaiseAllocations pass to be a Pass instead... |
commit | commitdiff | tree | snapshot |
2003-09-01 |
Chris Lattner | Change the RaiseAllocations pass from being a BasicBloc... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Remove the -stopAfterNPasses option, which has been... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | * move the dead-type-eliminate passes to the end, where... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Replace M with F when refering to functions |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Rename TarjanSCCIterator -> scc_iterator |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | ELIMINATE the SCC class completely. One less thing... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Don't explicitly use the SCC class |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Remove dead var |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | The SCC::HasLoop method is now in the main iterator |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Move the HasLoop method from the SCC class to the itera... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Remove explicit passing of SCC's around as objects. |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | This should use Support/iterator, not <iterator> |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Cleanups, move the getAnalysisUsage method to the ... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Move the getAnalysisUsage method from the header file |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Fix an FLAT OUT WRONG comment |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | The tarjan iterator now returns a reference to the... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | * Cleanups |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Indent classes correctly in the namespace |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | * Cleanups |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Heavily refactor code: |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Add accessor function for the PruneEH pass |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Add accessor function |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | New testcase for annoying structure layout stuff! |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Minor simplification |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Initial checkin of the -prune-eh pass, a very simple... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | new tests |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Add tests for the pruneeh pass |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Initial checkin of the CallGraphSCCPass class |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Remove usage of unsigned long: unsigned should be enough! |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | This file uses cerr without including <iostream>. ... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | s/Meth/F |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | ScalarRepl does not modify the CFG. Say so! |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Use new interface, simplifies code |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Use the new interface, simplifies code |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Use the new interface, simplifies code |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Use the new interface, simplifies code |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Implement new method |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Chris Lattner | Add new helper function which makes it even easier... |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | Urg, forgot to add a file header somehow. |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | initial checkin of SJLJ exception handling runtime |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | Rename LongJmpException -> SJLJException |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | we don't need this here |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | Move language independent exception handling routines... |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | File was renamed |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | Rename files to be capitalized now that they are C++ |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | Initial checkin of the SJLJ EH interface |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | New testcase *sigh* |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Chris Lattner | New, HARD, bitfield testcase |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Yet another bit-field bug |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | minor simplification |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Misha Brukman | Test case distilled from sed. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Misha Brukman | Testcase distilled from xemacs. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Misha Brukman | Added a dummy version of libcurses. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Misha Brukman | Added dummy termcap library. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Misha Brukman | Use `llvm-dis' instead of simply `dis'. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Remove automagic support for Modules. Noone uses it... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
John Criswell | "Help keep our secrets secret." |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | There is no reason for this to be a pass! |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Move getAnalysisToUpdate to after the definition of... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Fix compilation problems with G++ 3.4 |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Slightly simplify make logic |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Implement "unsafe" replaceAllUsesWWith stuff for use... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Allow for "unsafe" replaceAllUsesWith operatations... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Yet ANOTHER complication that the libstdc++ library... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Refactor code to make it useful outside of Constants.cpp |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Add new method |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Ok, the last bug fix was not good enough to fix libstdc... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | New testcase which is preventing the linking of libstdc++ |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Misha Brukman | * Use alloca() to force GCC not to eliminate frame... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | NEw testcase |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Chris Lattner | New testcase, not only possible of causing compilation... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Misha Brukman | Renaming `dis' -> `llvm-dis'. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | Document the llvm.unwind intrinsic. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Misha Brukman | Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Misha Brukman | Near-term fix for renaming `as' -> `llvm-as' and `dis... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Misha Brukman | Start using `llvm-as' instead of `as'. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Misha Brukman | Build llvm-as and llvm-dis as the upgrade path to renam... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
John Criswell | Fixed two double free bugs that caused llc to segfault... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
John Criswell | Added code to avoid checking for .bc when the filename... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Misha Brukman | Renaming LLVM `dis' to `llvm-dis'. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Misha Brukman | Renaming LLVM `as' to `llvm-as'. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | Add support for the llvm.unwind intrinsic, which we... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | Add another testcase I found lying around. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | Add test for the last chapter of our C++ exception... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | * Add proper support for rethrown exceptions. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | New testcases, all of which work with llvmg++! |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Chris Lattner | Link to the C++ libraries. This is temporary |
commit | commitdiff | tree | snapshot |
next |