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
/
include
Age
Commit message (
Expand
)
Author
2009-08-03
Fix a race condition in getting the process exit code on Win32.
Daniel Dunbar
2009-08-03
Remove now unused arguments from TargetRegistry::lookupTarget.
Daniel Dunbar
2009-08-03
Pass target triple string in to TargetMachine constructor.
Daniel Dunbar
2009-08-03
Restrict LDA to affine subscripts.
Andreas Bolka
2009-08-03
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-08-02
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2009-08-02
Remove unneeded intrinsics from Blackfin backend.
Jakob Stoklund Olesen
2009-08-02
Adjust comment to distinguish between target name and triple target name they
Daniel Dunbar
2009-08-02
Scavenger asserts.
Jakob Stoklund Olesen
2009-08-02
Add some basic blackfin intrinsics.
Jakob Stoklund Olesen
2009-08-02
Analog Devices Blackfin back-end.
Jakob Stoklund Olesen
2009-08-02
Remove duplicated colons and spaces.
Benjamin Kramer
2009-08-02
move dwarf debug info section selection stuff from TAI to
Chris Lattner
2009-08-02
convert EHFrameSection to be managed by TLOF instead of TAI.
Chris Lattner
2009-08-02
Move the getInlineAsmLength virtual method from TAI to TII, where
Chris Lattner
2009-08-02
move a virtual method body to its .cpp file to avoid a #include
Chris Lattner
2009-08-02
remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
Chris Lattner
2009-08-02
remove TargetAsmInfo::TM, which is now dead. The basic TAI class now
Chris Lattner
2009-08-02
move an enum from TM -> TargetOptions. This makes TargetOptions.h
Chris Lattner
2009-08-02
remove the dead PreferredEHDataFormat TAI hook: its now dead
Chris Lattner
2009-08-02
move getDwarfExceptionSection from TAI to TLOF and rename it to
Chris Lattner
2009-08-02
convert ctors/dtors section to be in TLOF instead of
Chris Lattner
2009-08-02
Change MCOperand to use Create style instead of Make style for constructing
Daniel Dunbar
2009-08-02
make SectionKind::Kind completely private now.
Chris Lattner
2009-08-02
Make SectionKind::get() private.
Chris Lattner
2009-08-01
(re)introduce new simpler apis for creation sectionkinds.
Chris Lattner
2009-08-01
Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter
Chris Lattner
2009-08-01
REmove dead fields of TAI.
Chris Lattner
2009-08-01
fix a fixme by sinking various target-specific directives down into
Chris Lattner
2009-08-01
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
Chris Lattner
2009-08-01
fix a layering violation by moving SectionKind out to its own header.
Chris Lattner
2009-08-01
Minor whitespace tidiness.
Dan Gohman
2009-08-01
with the previous refactoring, fixme fixed!
Chris Lattner
2009-08-01
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
Use the default copy ctor and copy-assignment operators.
Dan Gohman
2009-08-01
All MCSections are now required to have a SectionKind.
Chris Lattner
2009-08-01
Give MachineFunctionAnalysis a destructor so it can verify that
Dan Gohman
2009-08-01
Make default ctor for ImmutableSet::iterator public.
Ted Kremenek
2009-07-31
Privatize all but one of the remaining constant tables.
Owen Anderson
2009-07-31
Add a warning.
Mikhail Glushenkov
2009-07-31
Simplify operand padding by keying off tabs in the asm stream. If
David Greene
2009-07-31
llvm-mc: Support quoted identifiers.
Daniel Dunbar
2009-07-31
PreferredEHDataFormat is always call with data and global, but this whole
Chris Lattner
2009-07-31
Move the metadata constructors back to 2.5 syntax.
Owen Anderson
2009-07-31
move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to
Chris Lattner
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
Fix a typo in a comment.
Dan Gohman
2009-07-31
Delete spurious semicolons.
Dan Gohman
2009-07-31
Fix build.
Benjamin Kramer
2009-07-31
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
[next]