Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c25e7581b9b8088910da31702d4ca21c4734c6d7
/
lib
/
Target
/
Alpha
/
AlphaJITInfo.cpp
c25e758
assert(0) -> LLVM_UNREACHABLE.
by Torok Edwin
· 16 years ago
dac237e
Implement changes from Chris's feedback. Finish converting lib/Target.
by Torok Edwin
· 16 years ago
804e0fe
Convert more abort() calls to llvm_report_error().
by Torok Edwin
· 16 years ago
3ea93de
Privatize this map.
by Owen Anderson
· 16 years ago
a3f99f9
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
by Bruno Cardoso Lopes
· 16 years ago
ce4a70b
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr.
by Evan Cheng
· 17 years ago
51cc3c1
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory manager which function
by Nicolas Geoffray
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
f5da133
What should be the last unnecessary <iostream>s in the library.
by Bill Wendling
· 19 years ago
f141cc4
Resolve BB references with relocation.
by Evan Cheng
· 19 years ago
55fc280
- Refactor the code that resolve basic block references to a TargetJITInfo
by Evan Cheng
· 19 years ago
d3f0aef
Fix a purely hypothetical problem (for now): emitWord emits in the host
by Chris Lattner
· 19 years ago
0e9aa45
Remove a 'using namespace std'.
by Chris Lattner
· 20 years ago
3f55a4f
No, IDEFs shouldn't be JITed
by Andrew Lenharth
· 20 years ago
d29b6aa
Keep tabs and trailing spaces out.
by Jeff Cohen
· 20 years ago
98169be
support bsr, and more .td simplification
by Andrew Lenharth
· 20 years ago
a4433e1
get lazy JITing working. Some of shootout runs now
by Andrew Lenharth
· 20 years ago
00b16889
Eliminate all remaining tabs and trailing spaces.
by Jeff Cohen
· 20 years ago
38396f8
finally found the gcc defined constants
by Andrew Lenharth
· 20 years ago
0934ae0
Alpha JIT (beta)
by Andrew Lenharth
· 20 years ago