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
/
MSP430
Age
Commit message (
Expand
)
Author
2009-10-29
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-26
Update CMake files.
Ted Kremenek
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-22
Shift art to the right to keep GCC from complaining about multi-line comments.
Benjamin Kramer
2009-10-22
Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...
Anton Korobeynikov
2009-10-21
Add DAG printing for RMW stuff debugging
Anton Korobeynikov
2009-10-21
RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...
Anton Korobeynikov
2009-10-21
Implement branch folding
Anton Korobeynikov
2009-10-21
Cosmetic changes, no functionality changes
Anton Korobeynikov
2009-10-21
Add note
Anton Korobeynikov
2009-10-21
Be crazy and assert in case of unsupported modifier passed.
Anton Korobeynikov
2009-10-21
Handle external symbols
Anton Korobeynikov
2009-10-21
Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei...
Anton Korobeynikov
2009-10-21
Add basic block operands & jump kinds
Anton Korobeynikov
2009-10-21
Ignore all implicit reg operands
Anton Korobeynikov
2009-10-21
Add a workaround for different memops prefixes
Anton Korobeynikov
2009-10-21
Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo...
Anton Korobeynikov
2009-10-21
Add simple operand printing stuff
Anton Korobeynikov
2009-10-21
Add experimental MSP430 MCInstLowering stuff
Anton Korobeynikov
2009-10-21
Wire up MSP430 printMCInst() method
Anton Korobeynikov
2009-10-21
Add MSP430 InstPrinter stub
Anton Korobeynikov
2009-10-21
Use proper target data
Anton Korobeynikov
2009-10-17
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-11
Add missed mem-mem move patterns
Anton Korobeynikov
2009-10-11
Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements
Anton Korobeynikov
2009-10-11
Implement 'm' memory operand properly
Anton Korobeynikov
2009-10-11
Implement proper asmprinting for the globals. This eliminates bogus "call" mo...
Anton Korobeynikov
2009-10-11
Implement asm printing for inline asm memory operands
Anton Korobeynikov
2009-10-10
It seems that OR operation does not affect status reg at all.
Anton Korobeynikov
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-06
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-09-30
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-25
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-19
Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...
Evan Cheng
2009-09-18
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
Allow symbols to start from the digit if target requests it. This allows, e.g...
Anton Korobeynikov
2009-09-13
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-09
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-06
Remove some unused variables and methods warned about by
Duncan Sands
2009-09-02
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-08-31
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-26
Add dummy inline asm handling for 'r' constraint. This fixes PR4778
Anton Korobeynikov
2009-08-25
Provide dynamic_stackalloc lowering for MSP430.
Anton Korobeynikov
[prev]
[next]