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
2012-08-28
LLI: move instruction cache tweaks.
Jim Grosbach
2012-08-28
Some of the instructions in the Mips instruction set are revision
Jack Carter
2012-08-27
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
2012-08-27
Pass -lLTO after gold-plugin.o so that it gets used in systems that default to
Rafael Espindola
2012-08-21
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-10
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-08-08
Remove some coding violations. No functionality change.
Bill Wendling
2012-08-08
Cache a commonly used reference.
Bill Wendling
2012-08-08
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-07
Tidy up a bit.
Jim Grosbach
2012-08-06
Reduce indentation by early exiting.
Bill Wendling
2012-08-06
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-04
llc: Try to suppress failures since r161262 .
NAKAMURA Takumi
2012-08-03
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-19
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Tweak prose.
Chad Rosier
2012-07-02
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
Need a space.
Evan Cheng
2012-07-02
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-27
When users ask for -mcpu=help or -mattr=help, just output the help without
Duncan Sands
2012-06-26
Fix llc's -print-before=pass and -print-after=pass.
Rafael Espindola
2012-06-22
Rename fp-op fusion option (yet again) for compatibility with GCC option.
Lang Hames
2012-06-22
Forgot this patch in r159023.
Evan Cheng
2012-06-22
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-21
llvm-stress: Stabalize (by using an ordered container) and add randomness to ...
Nadav Rotem
2012-06-19
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-15
Remove assignments which aren't used afterwards.
Bill Wendling
2012-06-13
Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of
Rafael Espindola
2012-06-11
Object file output from llc isn't experimental anymore.
Benjamin Kramer
2012-06-06
[llvm-nm] Update documentation to cover object file support and arguments.
Michael J. Spencer
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-05-30
Reinstate -O3 for LTO.
David Blaikie
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-20
Plug a leak when using MCJIT.
Benjamin Kramer
2012-05-19
Remove extra semicolons.
Benjamin Kramer
2012-05-19
Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...
Stepan Dyatkovskiy
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-16
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...
Danil Malyshev
2012-05-16
Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang
Chandler Carruth
2012-05-15
llvm-config: Use sys::fs::equivalent instead of string comparison.
Daniel Dunbar
[next]