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
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-15
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-09
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-05-30
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-04
Implement MSP430RegisterInfo::getMatchingSuperRegClass to enable cross-class
Jakob Stoklund Olesen
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-02-25
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-12-23
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-11-27
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-15
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-03
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-10-05
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
Jim Grosbach
2010-10-04
Remove unneeded header
Jim Grosbach
2010-10-02
Wind these directories back too. File adds and removes are properly represented
Nick Lewycky
2010-10-02
Continue reverting r115363.
Nick Lewycky
2010-10-02
Revert patches r115363 r115367 r115391 due to build breakage:
Nick Lewycky
2010-10-02
Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who
Jim Grosbach
2010-10-01
Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to
Jim Grosbach
2010-10-01
Move the asmprinter and MC lowering out of the AsmPrinter (soon to be
Jim Grosbach
2010-09-30
Clean up asm writer usage for x86 and msp430 to flag that the writer should
Jim Grosbach
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-21
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-12
CMake: Fix MSVS build. Although I don't know why this didn't break other buil...
Michael J. Spencer
[prev]
[next]