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
2013-01-10
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
add hexagon flags in ELF.h
Shankar Easwaran
2013-01-09
Incrase the number of parameters for AlignedCharArrayUnion.
Manuel Klimek
2013-01-08
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-07
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-05
Add an ArrayRecycler class.
Jakob Stoklund Olesen
2013-01-05
Provide a default constructor for TimeValue. This was used, but only in
Chandler Carruth
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
Special case Recycler::clear(BumpPtrAllocator).
Jakob Stoklund Olesen
2013-01-04
Fix how YAML I/O detects flow sequences.
Nick Kledzik
2013-01-04
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
2013-01-03
Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...
NAKAMURA Takumi
2013-01-02
Restrict __builtin_assume_aligned to gcc 4.7+
Michael J. Spencer
2013-01-02
[Support][Endian] Add support for specifying the alignment and native unalign...
Michael J. Spencer
2013-01-02
Don't #include stuff outside the include guards.
Argyrios Kyrtzidis
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-31
Make it explicit that the only entry points to the Program object are
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
Remove the declspecs from small alignments that we can force with
Chandler Carruth
2012-12-31
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
Michael J. Spencer
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
Start sketching out a roadmap for better subprocess management in the
Chandler Carruth
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-22
Fix some undefined behavior when parsing YAML input: don't try to compare an
Richard Smith
2012-12-20
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-18
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-17
Use different trait techniques to be compatible with g++
Nick Kledzik
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-13
Pattern matching code for intrinsics.
Michael Ilseman
2012-12-13
m_CombineOr and m_CombineAnd pattern combinators
Michael Ilseman
2012-12-12
YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...
Benjamin Kramer
2012-12-12
AlignedCharArrayUnion is erroring with non-clang compilers
Nick Kledzik
2012-12-12
Initial implementation of a utility for converting native data
Nick Kledzik
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
Pattern matchers for floating point values
Michael Ilseman
2012-12-12
Remove FIXMEs surrounding Constant[Data]Vectors, instead
Michael Ilseman
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
Remove trailing whitespace
Michael Ilseman
[prev]
[next]