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
/
llvm
/
Support
Age
Commit message (
Expand
)
Author
2011-11-15
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-15
include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...
NAKAMURA Takumi
2011-11-15
Move WEAK marking to the declaration.
Nick Lewycky
2011-11-15
Fix linking for some users who already have tsan enabled code and are trying to
Nick Lewycky
2011-11-14
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
Nick Lewycky
2011-11-05
Fix pasto.
Benjamin Kramer
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-04
Add missing includes/class declaration.
Eli Friedman
2011-11-04
Delete names for unused parameters in inline function definitions in headers,...
Eli Friedman
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...
Daniel Dunbar
2011-11-01
Remove a couple unused methods. PR11201.
Eli Friedman
2011-10-24
Implement comparison operators for BranchProbability in a way that can't over...
Benjamin Kramer
2011-10-23
Now that we have comparison on probabilities, add some static functions
Chandler Carruth
2011-10-23
Add compare operators to BranchProbability and use it to determine if an edge...
Benjamin Kramer
2011-10-17
Object: Add isSymbolWeak.
Michael J. Spencer
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-16
PR11143: Save the old diagnostic handler and call it when munging diagnostics...
Benjamin Kramer
2011-10-16
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-14
Add ELF relocation types for Mips.
Akira Hatanaka
2011-10-13
Fix incorrect ELF typedefs.
Michael J. Spencer
2011-10-13
Add missing ELF constants.
Michael J. Spencer
2011-10-12
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-11
Support/DataTypes.h: Clean up some types and add matching (but presumably
Daniel Dunbar
2011-10-11
Add -D__STDC_FORMAT_MACROS to use PRIx64.
NAKAMURA Takumi
2011-10-10
Add support for dumping section headers to llvm-objdump. This uses the same
Nick Lewycky
2011-10-08
PathV2: Add simplified version of exists that returns false on error.
Michael J. Spencer
2011-10-04
Put GCOVFile and other related interface in a common header so that llvm-cov ...
Devang Patel
2011-09-23
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-15
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-09-15
CommandLine: Add support for 64 bit unsigned integer options.
Benjamin Kramer
2011-09-15
Despite what the GCC wiki says, a quick search shows that
Nick Lewycky
2011-09-15
Add some more DWARF extensions from:
Nick Lewycky
2011-09-15
Update Dwarf enums list for DWARF 4.
Nick Lewycky
2011-09-14
Update the comment for system_temp_directory() to indicate when it
Douglas Gregor
2011-09-14
Add a simple routine to determine the typical system directory for
Douglas Gregor
2011-09-14
Remove unimplemented function prototypes from PathV2. They can be readded whe...
Benjamin Kramer
2011-09-14
ObjectFile: Add support for mach-o-style dSYM companion files.
Benjamin Kramer
2011-09-13
Add the DataExtractor utility class.
Benjamin Kramer
2011-09-13
Maintain hexadecimal order.
Devang Patel
2011-09-12
Add DW_ATE_UTF, which clang started using in my previous commit!
Devang Patel
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-08-30
Add load commands from Lion to Macho.h.
Benjamin Kramer
2011-08-29
Tidy up. Whitespace.
Jim Grosbach
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-17
...and make sure DynamicLibrary builds by removing "const" from the Invalid p...
Jordy Rose
2011-08-17
Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...
Jordy Rose
[next]