- 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
- e96e263 Simplify code a bit by Chris Lattner · 21 years ago
- 1a3350d This file is never #included by Chris Lattner · 21 years ago
- 84681f1 LiveRange.h is now in lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
- 47c9751 This file is hopelessly out of date by Chris Lattner · 21 years ago
- 893f954 LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory by Chris Lattner · 21 years ago
- 70b2f56 PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
- c083dcc Move IGNode from public include directory to here. Minor cleanups like adding std:: namespace qualifiers by Chris Lattner · 21 years ago
- bcc6dec IGNode got moved to lib/CodeGen/RegAlloc by Chris Lattner · 21 years ago
- fdba393 This file just needs LiveRange.h not IGNode.h by Chris Lattner · 21 years ago
- 87d50f0 No longer include IGNode.h in the Sparc global header by Chris Lattner · 21 years ago
- 758fefc Final cleanup: remove dead code by Chris Lattner · 21 years ago
- 273328e Not only is this a lot smaller, it actually works if there is already a by Chris Lattner · 21 years ago
- a0201ea Dead files by Chris Lattner · 21 years ago
- 09a6705 If "These should be used only by the auto-parallelization pass", we might as by Chris Lattner · 21 years ago
- 60a3518 Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not by Chris Lattner · 21 years ago
- b50b8b1 This file is just a subset of Cilkifier.h by Chris Lattner · 21 years ago
- aa92145 Minor cleanups Do not #include Parallelize.h, it's just a subset of Cilkifier.h by Chris Lattner · 21 years ago
- 01112bd Other minor cleanups while I'm in the area by Chris Lattner · 21 years ago
- c87c80d Fix spell-o by Chris Lattner · 21 years ago
- 8c8418d Remove gross old hacky code that was in there for backwards compatibility by Chris Lattner · 21 years ago
- 2dbfa03 Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. by Chris Lattner · 22 years ago
- 2757af2 Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass by Chris Lattner · 22 years ago
- 36f18ae Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint by Chris Lattner · 22 years ago
- cf37c23 * move the dead-type-eliminate passes to the end, where they are more useful by Chris Lattner · 22 years ago
- 3186d27 Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll by Chris Lattner · 22 years ago
- 84991f3 New testcase by Chris Lattner · 22 years ago
- 5714c97 Replace M with F when refering to functions by Chris Lattner · 22 years ago
- 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
- ff8fc07 ELIMINATE the SCC class completely. One less thing deriving from std::vector by Chris Lattner · 22 years ago
- 729d73d Don't explicitly use the SCC class by Chris Lattner · 22 years ago
- 56ef49f Remove dead var by Chris Lattner · 22 years ago
- 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 22 years ago
- 94d1092 Move the HasLoop method from the SCC class to the iterator class by Chris Lattner · 22 years ago
- fe8d880 Remove explicit passing of SCC's around as objects. by Chris Lattner · 22 years ago
- 0c6a271 This should use Support/iterator, not <iterator> by Chris Lattner · 22 years ago
- 1da3398 Cleanups, move the getAnalysisUsage method to the .cpp file by Chris Lattner · 22 years ago
- 95008bc Move the getAnalysisUsage method from the header file by Chris Lattner · 22 years ago
- a04e51f Fix an FLAT OUT WRONG comment by Chris Lattner · 22 years ago
- 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 22 years ago
- b55cae2 * Cleanups by Chris Lattner · 22 years ago
- 0c0023b Minor cleanups Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
- 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 22 years ago
- 23ebd75 * Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL by Chris Lattner · 22 years ago
- 237ef56 Heavily refactor code: by Chris Lattner · 22 years ago
- fa7f524 Add accessor function for the PruneEH pass by Chris Lattner · 22 years ago
- f6fb96f Add accessor function by Chris Lattner · 22 years ago
- 483cb51 New testcase for annoying structure layout stuff! by Chris Lattner · 22 years ago
- c6c804b Minor simplification by Chris Lattner · 22 years ago
- 3e64b2e Initial checkin of the -prune-eh pass, a very simple exception handling removal pass by Chris Lattner · 22 years ago
- 0c21021 new tests by Chris Lattner · 22 years ago
- 2b77105 Add tests for the pruneeh pass by Chris Lattner · 22 years ago
- 4a81067 Initial checkin of the CallGraphSCCPass class by Chris Lattner · 22 years ago
- 22ab2a1 Remove usage of unsigned long: unsigned should be enough! by Chris Lattner · 22 years ago
- ca82e6c This file uses cerr without including <iostream>. Since it's just for debugging, comment it out by Chris Lattner · 22 years ago
- 5636eec s/Meth/F by Chris Lattner · 22 years ago
- a15854c ScalarRepl does not modify the CFG. Say so! by Chris Lattner · 22 years ago
- 7d8a86a Use new interface, simplifies code by Chris Lattner · 22 years ago
- 0346364 Use the new interface, simplifies code by Chris Lattner · 22 years ago
- 30aef42 Use the new interface, simplifies code Delete a bunch of commented out code by Chris Lattner · 22 years ago
- 5f07c87 Use the new interface, simplifies code by Chris Lattner · 22 years ago
- 0ae8e87 Implement new method by Chris Lattner · 22 years ago
- 12d40d2 Add new helper function which makes it even easier to do this sort of thing by Chris Lattner · 22 years ago
- 7b3092d Urg, forgot to add a file header somehow. Add missing function comments by Chris Lattner · 22 years ago
- 214191f initial checkin of SJLJ exception handling runtime by Chris Lattner · 22 years ago
- ed499d2 Rename LongJmpException -> SJLJException by Chris Lattner · 22 years ago
- 7a9fd01 we don't need this here by Chris Lattner · 22 years ago
- 7f45519 Move language independent exception handling routines OUT of C++Exception.cpp by Chris Lattner · 22 years ago
- e86159d File was renamed by Chris Lattner · 22 years ago
- ea0721c Rename files to be capitalized now that they are C++ by Chris Lattner · 22 years ago
- d6ddfb2 Initial checkin of the SJLJ EH interface by Chris Lattner · 22 years ago
- 1f9336e New testcase *sigh* by Chris Lattner · 22 years ago
- df97919 New, HARD, bitfield testcase by Chris Lattner · 22 years ago
- 2fdd3c0 Yet another bit-field bug by Chris Lattner · 22 years ago
- 450e4f5 minor simplification by Chris Lattner · 22 years ago
- 8796783 Test case distilled from sed. by Misha Brukman · 22 years ago
- cec2eb2 Testcase distilled from xemacs. by Misha Brukman · 22 years ago
- 402f151 Added a dummy version of libcurses. by Misha Brukman · 22 years ago
- efe98e9 Added dummy termcap library. by Misha Brukman · 22 years ago
- 9e8d1ac New testcase by Chris Lattner · 22 years ago
- 4f40cf4 Use `llvm-dis' instead of simply `dis'. by Misha Brukman · 22 years ago
- 004caf4 Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4 doesn't want us to do this unless Module has been #included by Chris Lattner · 22 years ago
- 3a9ce67 "Help keep our secrets secret." by John Criswell · 22 years ago
- 6666a04 There is no reason for this to be a pass! by Chris Lattner · 22 years ago
- df9ec10 Move getAnalysisToUpdate to after the definition of AnalysisResolver. by Chris Lattner · 22 years ago
- 40c6fb6 Fix compilation problems with G++ 3.4 by Chris Lattner · 22 years ago
- 15444a9 Slightly simplify make logic by Chris Lattner · 22 years ago
- 287d111 Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll by Chris Lattner · 22 years ago
- 23f3a49 Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution. by Chris Lattner · 22 years ago
- 6ac02a9 Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution by Chris Lattner · 22 years ago
- 205f9fc Yet ANOTHER complication that the libstdc++ library runs into linking... by Chris Lattner · 22 years ago
- ad217a4 Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll by Chris Lattner · 22 years ago
- 2bc065b Refactor code to make it useful outside of Constants.cpp by Chris Lattner · 22 years ago
- 94949da Add new method by Chris Lattner · 22 years ago
- 38e3fd3 Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one will be by Chris Lattner · 22 years ago
- 652f032 Fix bug: Linker/2003-08-28-TypeResolvesGlobal.ll by Chris Lattner · 22 years ago
- 0c49b89 New testcase which is preventing the linking of libstdc++ by Chris Lattner · 22 years ago
- cfd67c9 * Use alloca() to force GCC not to eliminate frame pointer by Misha Brukman · 22 years ago
- 7905a6e NEw testcase by Chris Lattner · 22 years ago
- 77e94d6 New testcase, not only possible of causing compilation failures, but could by Chris Lattner · 22 years ago