Enable the setjmp/longjmp lowering pass
[oota-llvm.git] / lib /
2003-09-02 Chris LattnerDon't bother doing an exhaustive recursive walk if...
2003-09-02 Chris LattnerUgh, fix bugs. Ok, so the last fix wasn't as great...
2003-09-02 Chris LattnerFurther simplifications
2003-09-02 Chris LattnerChange the code to no longer compute the "type descript...
2003-09-02 Brian GaekeRemove assertion which is never reached.
2003-09-01 Chris LattnerPrototype for creator function got moved
2003-09-01 Chris LattnerOptInfo is no longer required
2003-09-01 Chris LattnerNo longer provide an optinfo, noone uses it
2003-09-01 Chris LattnerInline simple comparison which is sparc specific anyway
2003-09-01 Chris LattnerDon't build dead directories
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerRemove dead library makefile
2003-09-01 Chris LattnerRemove makefile for dead library
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-09-01 Chris LattnerSimplify code a bit
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file is hopelessly out of date
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerPhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-09-01 Chris LattnerIGNode got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file just needs LiveRange.h not IGNode.h
2003-09-01 Chris LattnerNo longer include IGNode.h in the Sparc global header
2003-09-01 Chris LattnerFinal cleanup: remove dead code
2003-09-01 Chris LattnerNot only is this a lot smaller, it actually works if...
2003-09-01 Chris LattnerDead files
2003-09-01 Chris LattnerIf "These should be used only by the auto-parallelizati...
2003-09-01 Chris LattnerMoved all of the cilkifier stuff into lib/Transforms...
2003-09-01 Chris LattnerMinor cleanups
2003-09-01 Chris LattnerRemove gross old hacky code that was in there for backw...
2003-09-01 Chris LattnerChange the RaiseAllocations pass to be a Pass instead...
2003-08-31 Chris LattnerFix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll
2003-08-31 Chris LattnerReplace M with F when refering to functions
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerDon't explicitly use the SCC class
2003-08-31 Chris LattnerRemove dead var
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerRemove explicit passing of SCC's around as objects.
2003-08-31 Chris LattnerMove the getAnalysisUsage method from the header file
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerMinor cleanups
2003-08-31 Chris LattnerIndent classes correctly in the namespace
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerHeavily refactor code:
2003-08-31 Chris LattnerAdd accessor function
2003-08-31 Chris LattnerInitial checkin of the -prune-eh pass, a very simple...
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class
2003-08-31 Chris LattnerScalarRepl does not modify the CFG. Say so!
2003-08-31 Chris LattnerUse new interface, simplifies code
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-08-31 Chris LattnerImplement new method
2003-08-29 Chris LattnerThere is no reason for this to be a pass!
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll
2003-08-29 Chris LattnerImplement "unsafe" replaceAllUsesWWith stuff for use...
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll
2003-08-29 Chris LattnerRefactor code to make it useful outside of Constants.cpp
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal.ll
2003-08-29 Misha Brukman* Use alloca() to force GCC not to eliminate frame...
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 Chris LattnerAdd support for the llvm.unwind intrinsic, which we...
2003-08-28 Chris LattnerFix really nasty bugs in the CWriter, handling invoke...
2003-08-28 Tanya LattnerRemoving README
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-08-28 Chris LattnerFix bug where we considered function types equivalent...
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-27 Tanya LattnerAdded/removed header file
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-27 Chris LattnerFix bug: SCCP/2003-08-26-InvokeHandling.ll
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-25 Chris LattnerRemove special casing
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-24 Chris LattnerSimplify code
2003-08-24 Chris LattnerConsult the target data, not the module, about how...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-24 Chris LattnerFix bug: Linker/2003-08-23-GlobalVarLinking.ll
2003-08-24 Chris LattnerImplement: Linker/2003-08-24-InheritPtrSize.ll
2003-08-24 Chris LattnerImplement: Jello/test-constantexpr.ll
2003-08-24 Chris LattnerImplement SimplifyCFG/InvokeEliminate.ll
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-24 Chris LattnerAdd support for 'any' pointer size and endianness
2003-08-24 Chris LattnerSupport new 'any' support for pointer size and endianness
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-08-24 Chris LattnerImplement support for the unwind intrinsic in the CBE
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerInline invoke instructions as well as call instructions
2003-08-24 Chris Lattner*** Implement inlining of Invoke instructions!
2003-08-24 Chris LattnerFix copy-and-paste-o
2003-08-24 Chris LattnerInitial support for recognizing LLVM exception handling...
2003-08-24 Chris LattnerBig diff for a small change: delete inlined functions...
2003-08-24 Chris LattnerImplement: Inline/cfg_preserve_test.ll
2003-08-24 Chris LattnerAllow specifying the name for the newly split basic...
2003-08-23 Chris LattnerFix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
2003-08-23 Chris LattnerImplement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
next