index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Alpha
/
AlphaJITInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo.
Dan Gohman
2010-04-30
1
-1
/
+1
*
Change indirect-globals to use a dedicated allocIndirectGV. This lets us
Jeffrey Yasskin
2009-12-15
1
-1
/
+0
*
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-11-23
1
-2
/
+11
*
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-11-23
1
-2
/
+3
*
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
1
-1
/
+0
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
1
-17
/
+18
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-4
/
+4
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-3
/
+3
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-0
/
+1
*
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-08
1
-2
/
+1
*
Privatize this map.
Owen Anderson
2009-06-25
1
-6
/
+0
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-6
/
+6
*
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
1
-2
/
+2
*
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-04-16
1
-3
/
+5
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-19
/
+18
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
1
-16
/
+0
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
1
-0
/
+16
*
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-05-02
1
-1
/
+1
*
Remove a 'using namespace std'.
Chris Lattner
2006-01-01
1
-5
/
+4
*
No, IDEFs shouldn't be JITed
Andrew Lenharth
2005-08-04
1
-1
/
+1
*
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
1
-2
/
+2
*
support bsr, and more .td simplification
Andrew Lenharth
2005-07-28
1
-3
/
+13
*
get lazy JITing working. Some of shootout runs now
Andrew Lenharth
2005-07-28
1
-69
/
+93
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-2
/
+2
*
finally found the gcc defined constants
Andrew Lenharth
2005-07-22
1
-1
/
+1
*
Alpha JIT (beta)
Andrew Lenharth
2005-07-22
1
-0
/
+273