index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-11-23
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-07
Make the need-stub variables accurate and consistent. In the case of
Jeffrey Yasskin
2009-11-02
Add support for BlockAddress values in ARM constant pools.
Bob Wilson
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-06
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-05
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-01
Update ARM JIT emitter to account for ld/st multiple changes.
Evan Cheng
2009-09-28
Introduce the TargetInstrInfo::KILL machine instruction and get rid of the
Jakob Stoklund Olesen
2009-09-28
Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo
Evan Cheng
2009-09-21
Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to
Daniel Dunbar
2009-09-10
Proper support of non-lazy indirect symbols.
Evan Cheng
2009-09-09
Fix double load / store multiple encoding.
Evan Cheng
2009-08-28
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-23
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-22
Record variable debug info at ISel time directly.
Devang Patel
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-11
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-03
llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...
Benjamin Kramer
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
ARM code emitter can't handle Thumb2 instructions yet. So don't even try.
Evan Cheng
2009-07-22
Get rid one of the getRegisterNumbering. Also add D16 - D31.
Evan Cheng
2009-07-17
r76102 added the MachineCodeEmitter::processDebugLoc call and called it from
Jeffrey Yasskin
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-12
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-08
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Start converting to new error handling API.
Torok Edwin
2009-07-08
Add a todo.
Evan Cheng
2009-07-07
Statically encode bit 25 to indicate immediate form of data processing instru...
Evan Cheng
2009-07-06
Add bfc to armv6t2.
Evan Cheng
2009-07-06
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-06-30
Improve Thumb-2 jump table support.
David Goodwin
2009-06-26
Split thumb-related stuff into separate classes.
Anton Korobeynikov
2009-06-15
Part 1.
Evan Cheng
2009-06-01
Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2008-12-10
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-11-20
Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.
Evan Cheng
2008-11-19
Eliminate a compile time warning.
Evan Cheng
2008-11-14
Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.
Evan Cheng
2008-11-13
Handle the rest of pseudo instructions.
Evan Cheng
2008-11-13
Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's.
Evan Cheng
2008-11-13
Missed a break statement.
Evan Cheng
2008-11-13
Fix pre- and post-indexed load / store encoding bugs.
Evan Cheng
2008-11-12
Address mode immediate offset has already been divided by 4.
Evan Cheng
2008-11-12
Fix a VFP binary arithmetic instruction encoding bug.
Evan Cheng
2008-11-12
Fix address mode 3 immediate offset mode encoding.
Evan Cheng
2008-11-12
Consolidate formats; fix FCMPED etc. encodings.
Evan Cheng
[next]