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
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2010-04-13
Replace r101053 with a fix for getSOImmValRotate() so that it will correctly
Bob Wilson
2010-04-12
Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling
Johnny Chen
2010-04-08
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-05
don't use emitlabel in the arm asm printer yet, the order
Chris Lattner
2010-04-05
fix a couple problems I introduced handling symbols
Chris Lattner
2010-04-05
just have all targets create the DwarfWriter.
Chris Lattner
2010-04-05
simplify various getAnalysisUsage implementations.
Chris Lattner
2010-04-04
clean up the asmprinter header and privatize some stuff.
Chris Lattner
2010-04-04
remove TargetMachine.h #include, also, TRI isn't used frequently
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
mcize a bunch more stuff, using EmitRawText for things we
Chris Lattner
2010-04-04
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-03
asmstreamerize the .size directive for function bodies, force clients
Chris Lattner
2010-03-31
Comment the changes for r98218 and friends inside the source code.
Bill Wendling
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-20
Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")
Bob Wilson
2010-03-19
Fix -Asserts warnings.
Daniel Dunbar
2010-03-17
Refines 98745 so that it only contains the patch related to the output of the
Johnny Chen
2010-03-17
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
Johnny Chen
2010-03-16
Revert 98683. It is breaking something in the disassembler.
Bob Wilson
2010-03-16
Remove redundant writeback flag from ARM address mode 6. Also remove the
Bob Wilson
2010-03-16
Remove redundant writeback flag in ARM addressing mode 5.
Bob Wilson
2010-03-16
Remove the writeback flag from ARM's address mode 4. Now that we have separate
Bob Wilson
2010-03-16
Fix unused variable warnings.
Bob Wilson
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-03-16
Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.
Bob Wilson
2010-03-13
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
Change ARM ld/st multiple instructions to have variant instructions for
Bob Wilson
2010-03-12
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-03-11
When outputing a non-lazy pointer for a stub, we may need to fill in the value
Bill Wendling
2010-03-11
Added Thumb2 LDRD/STRD pre/post variants for disassembly only.
Johnny Chen
2010-03-10
Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that
Bill Wendling
2010-03-10
Factored out the disassembly printing of CPS option, MSR mask, and Negative Zero
Johnny Chen
2010-03-10
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-03-09
Print blank line and clear stubs vector.
Bill Wendling
2010-03-09
MC-ize the stub printing in ARM.
Bill Wendling
2010-03-02
AL is an optional mnemonic extension for always, except in IT instructions.
Johnny Chen
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-10
print all the newlines at the end of instructions with
Chris Lattner
2010-02-03
make MachineModuleInfoMachO hold non-const MCSymbol*'s instead
Chris Lattner
2010-02-03
print instructions through the mcstreamer.
Chris Lattner
2010-02-03
rejigger the world so that EmitInstruction prints the \n at
Chris Lattner
2010-02-03
sink handling of target-independent machine instrs (other
Chris Lattner
2010-02-02
refactor code so that LLVMTargetMachine creates the asmstreamer and
Chris Lattner
[prev]
[next]