CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / lib / Target / Alpha / AlphaJITInfo.cpp
2010-04-30 Dan GohmanFix a typo.
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-06-25 Owen AndersonPrivatize this map.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-01-01 Chris LattnerRemove a 'using namespace std'.
2005-08-04 Andrew LenharthNo, IDEFs shouldn't be JITed
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-28 Andrew Lenharthsupport bsr, and more .td simplification
2005-07-28 Andrew Lenharthget lazy JITing working. Some of shootout runs now
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-22 Andrew Lenharthfinally found the gcc defined constants
2005-07-22 Andrew LenharthAlpha JIT (beta)