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-11-15
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-13
llvm-nm: Make sort more stable when symbol names are equal.
Daniel Dunbar
2012-11-13
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-12
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
Don't use __cxa_demangle under MSVC (which doesn't have it)
Alexander Potapenko
2012-11-12
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...
Alexey Samsonov
2012-11-12
[ASan] Add llvm-symbolizer from to tools/
Alexander Potapenko
2012-11-07
Add a relocation visitor to lib object. This works via caching relocated
Eric Christopher
2012-11-07
Remove accidental commit.
Bill Wendling
2012-11-07
Add comment describing what's going on here.
Bill Wendling
2012-11-05
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
lli: Initialize the native asm parser for inline assembly.
Jim Grosbach
2012-11-01
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
Fixed format strings to avoid pointer truncation during 64-bit debugging.
Andrew Kaylor
2012-10-31
MC: Simple example parser for MC assembly markup.
Jim Grosbach
2012-10-31
Mark code, not data, as executable in lli RemoteTarget simulator.
Andrew Kaylor
2012-10-29
Align the data section correctly when loading an ELF file.
Tim Northover
2012-10-29
Add -alias and -ralias options to match what we have for functions and
Rafael Espindola
2012-10-26
Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
Joerg Sonnenberger
2012-10-26
libLTO has a bug in that it will keep every symbol if none is needed. We used
Rafael Espindola
2012-10-24
Opt does not need to initialize the Asm printer/parser
Nadav Rotem
2012-10-24
Opt needs to initialize the different targets.
Nadav Rotem
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Revert "We need this symbol after an LTO build."
Bob Wilson
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-16
Formatting and 80-col.
Eric Christopher
2012-10-15
LTO also needs to initialize the TargetTransform infrastructure.
Nadav Rotem
2012-10-12
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
Bob Wilson
2012-10-12
Add float-abi and softfloat options to lli
Tim Northover
2012-10-12
We need this symbol after an LTO build.
Bill Wendling
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Place temporary LTO files into their own subdirectory.
Bill Wendling
2012-10-09
Revert "Use a special path to place the .o files in."
Bob Wilson
2012-10-08
Use a special path to place the .o files in.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...
NAKAMURA Takumi
2012-10-03
Add an explicit -object_path_lto flag during linking with a uniquified temporary
Bill Wendling
2012-10-02
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-01
Re-enable support for --program-prefix.
Jordan Rose
2012-09-28
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Revert "Add --program-prefix support to build"
Jordan Rose
2012-09-25
Add --program-prefix support to build
Sebastian Pop
2012-09-20
Make sure lli compiles all code before invalidating instruction caches.
Tim Northover
2012-09-19
Silence -Wnon-virtual-dtor in llvm-stress.
Andrew Trick
2012-09-18
Add hidden flag to exclude aliases from output.
Jan Sjödin
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
[next]