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
/
XCore
Age
Commit message (
Expand
)
Author
2009-03-11
Remove the one-definition-rule version of extern_weak
Duncan Sands
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-23
Propagate debug loc info through prologue/epilogue.
Bill Wendling
2009-02-13
missed file
Dale Johannesen
2009-02-13
Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.
Dale Johannesen
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
Move debug loc info along when the spiller creates new instructions.
Bill Wendling
2009-02-09
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
Evan Cheng
2009-02-07
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
get rid of some non-DebugLoc getTargetNode variants.
Dale Johannesen
2009-02-05
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
Don't fold address calculations which use negative offsets into
Richard Osborne
2009-01-15
Update the operands used when building LDAWSP instructions to match the .td
Richard Osborne
2009-01-14
Add pseudo instructions to the XCore for (load|store|load address) of a
Richard Osborne
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-08
Convert DwarfWriter into a pass.
Devang Patel
2008-12-03
Add support for ISD::TRAP to the XCore backend
Richard Osborne
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-24
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-23
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-15
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-14
[XCore] Remove whitespace in the description used when
Richard Osborne
2008-11-14
[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
Richard Osborne
2008-11-14
Add XCore intrinsics for getid (returns thread id) and bitrev (reverses
Richard Osborne
2008-11-07
Fix compile warnings.
Richard Osborne
2008-11-07
Add XCore backend.
Richard Osborne
2008-11-05
Test commit, add Makefile for XCore target, more to follow.
Richard Osborne