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
/
tools
Age
Commit message (
Expand
)
Author
2010-07-31
build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do
Daniel Dunbar
2010-07-31
llc: Add -mc-relax-all.
Michael J. Spencer
2010-07-31
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-31
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-30
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
Do not pass a copy of the value map, pass a reference to it.
Duncan Sands
2010-07-29
Transcribe IRC to svn. Also don't print basic block names twice if they match.
John McCall
2010-07-29
Make the header self-contained and follow #include guidelines.
John McCall
2010-07-29
Switch to using the LLVM CommandLine library so that our help
John McCall
2010-07-29
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-29
Make the test while reducing blocks functional. This avoids accessing freed
Rafael Espindola
2010-07-29
Centralize the logic to permanently unify two instructions and make sure
John McCall
2010-07-29
Diagnose non-structural differences in the case where blocks were
John McCall
2010-07-29
When unifying instructions during a block diff, actually complain about
John McCall
2010-07-29
Somehow I was getting reasonable results for the test cases I was interested
John McCall
2010-07-29
Cache the result of errs() and implement formatted logging.
John McCall
2010-07-29
Add the llvm-diff tool, which performs a relatively naive structural
John McCall
2010-07-29
Use the right gcc tool args for IsARMArchitecture.
Jakob Stoklund Olesen
2010-07-28
simplify by using CallSite constructors; virtually eliminates CallSite::get f...
Gabor Greif
2010-07-28
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-26
Clone and restore the module being reduced in
Rafael Espindola
2010-07-24
Revert unintended white space change.
Rafael Espindola
2010-07-24
Fix a trivial use after free.
Rafael Espindola
2010-07-23
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-20
there is now no reason to link in TARGETS_TO_BUILD since we list
Chris Lattner
2010-07-20
fix edis to only try to link in the x86 parts if the x86 backend is
Chris Lattner
2010-07-20
Fix edis makefile
Douglas Gregor
2010-07-20
fix DISABLE_EDIS
Chris Lattner
2010-07-20
this logic is handled by tools/makefile.
Chris Lattner
2010-07-20
edis needs to link in mcdisassembler.
Chris Lattner
2010-07-20
update cmake.
Chris Lattner
2010-07-20
edinfo doesn't need to be built here.
Chris Lattner
2010-07-20
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-07-20
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-19
llvmc: Add a new option type (switch_list).
Mikhail Glushenkov
2010-07-19
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-19
edis: Save the TargetMachine in the EDDisassembler object.
Daniel Dunbar
2010-07-18
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
2010-07-18
llvm-mc: Fix llvm-mc -as-lex.
Daniel Dunbar
2010-07-17
Fix what seems like a clear buffer overflow, noticed by cppcheck.
Duncan Sands
2010-07-16
Make llvm-bcanalyzer print out the full enum name for all metadata
Dan Gohman
2010-07-16
build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsetting
Daniel Dunbar
2010-07-14
Remove some broken code to check the DISABLE_EDIS flag (edis is now in the
Bob Wilson
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
Preserve debug info for only extracted symbols.
Devang Patel
[next]