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-12-21
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-20
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
Pulls the implementation of skip() into JSONParser.
Manuel Klimek
2011-12-20
Addressing style issues in JSON parser.
Manuel Klimek
2011-12-16
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-15
Zap unnecessary semicolons.
Eli Friedman
2011-12-13
Support/FileSystem: Add file_magic and move a vew clients over to it.
Michael J. Spencer
2011-12-13
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-12
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
Add support for gnu_indirect_function.
Roman Divacky
2011-12-12
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-09
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-08
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-05
Change the Dominators recalculate() function to only rely on GraphTraits
Anna Zaks
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-01
Add some missing anchors.
David Blaikie
2011-11-28
use llvm-config.h in public header
Dylan Noblesmith
2011-11-28
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-21
fix typo in comment
Sebastian Pop
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-20
Make an obviously const interface actually be marked as const.
Chandler Carruth
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
Remove extra ,.
Michael J. Spencer
2011-11-16
Support/COFF: Add structs and enums from the standard for image files.
Michael J. Spencer
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
[prev]
[next]