index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Alpha
/
AlphaJITInfo.cpp
Age
Commit message (
Expand
)
Author
2010-11-14
remove JIT support from the Alpha backend. The JIT will be moving to MC,
Chris Lattner
2010-04-30
Fix a typo.
Dan Gohman
2009-12-15
Change indirect-globals to use a dedicated allocIndirectGV. This lets us
Jeffrey Yasskin
2009-11-23
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-11-23
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-08-23
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
eliminate the last DOUTs from the targets.
Chris Lattner
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-06-25
Privatize this map.
Owen Anderson
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2008-11-08
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-04-16
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-07-27
Resolve BB references with relocation.
Evan Cheng
2006-07-25
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-05-02
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-01-01
Remove a 'using namespace std'.
Chris Lattner
2005-08-04
No, IDEFs shouldn't be JITed
Andrew Lenharth
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-28
support bsr, and more .td simplification
Andrew Lenharth
2005-07-28
get lazy JITing working. Some of shootout runs now
Andrew Lenharth
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-22
finally found the gcc defined constants
Andrew Lenharth
2005-07-22
Alpha JIT (beta)
Andrew Lenharth