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
Age
Commit message (
Expand
)
Author
2012-11-20
Fix physical register liveness calculations:
Tim Northover
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
80-column and whitespace fixups.
Eric Christopher
2012-11-19
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
Some comment fixes.
Bob Wilson
2012-11-17
Typo
James Molloy
2012-11-17
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
2012-11-16
Add constant definitions for fission dwarf attributes, forms, etc.
Eric Christopher
2012-11-16
Remove default public copy ctors.
Benjamin Kramer
2012-11-16
Remove trailing spaces.
Jakub Staszak
2012-11-16
typo
Andrew Trick
2012-11-16
Work around a layering violation from Target to CodeGen.
Benjamin Kramer
2012-11-16
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-11-15
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
Remove trailing whitespace
Michael Ilseman
2012-11-15
[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false
Chad Rosier
2012-11-15
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
2012-11-15
Fix indeterminism in MI scheduler DAG construction.
Sergei Larin
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
Do not handle void types in DataLayout. Patch by Patrick Hägglund.
Duncan Sands
2012-11-15
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-15
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-15
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2012-11-15
Use LLVM_DELETED_FUNCTION.
Jakub Staszak
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-14
Remove the CellSPU port.
Eric Christopher
2012-11-14
Fix comment.
Jakub Staszak
2012-11-14
Remove DOS line endings.
Jakub Staszak
2012-11-14
Fix comment
Anton Korobeynikov
2012-11-14
Revert some redundant parts of r142605.
Patrik Hägglund
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
Add (some) PowerPC TLS relocation types to ELF.h and
Ulrich Weigand
2012-11-13
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-13
Adding convenience function to ELF Header
Shankar Easwaran
2012-11-13
Fix the instcombine GEP index widening transform to work correctly for vector
Duncan Sands
2012-11-13
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
Remove virtual keyword for two routines that should never be overridden.
Evan Cheng
2012-11-13
Revert r167759. Ben is right this isn't likely to help much.
Evan Cheng
2012-11-13
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-12
Cache size of PassVector to speed up getNumContainedPasses().
Evan Cheng
2012-11-12
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
misched: rename interfaceto avoid gcc warnings
Andrew Trick
[prev]
[next]