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
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-28
Remove a localmod that's not being used in reality
Eli Bendersky
2013-01-18
Move ABI verifier pass declaration to lib/Analysis and add tests
Derek Schuff
2013-01-17
Skeleton for pass-based bitcode ABI verifier
Derek Schuff
2013-01-14
Add DenseMap::insert(value_type&&) method.
Joe Groff
2013-01-14
Move CheckForValidSection to the MCAsmParser interface.
Eli Bendersky
2013-01-14
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
Move ParseMacroArgument to the MCAsmParser interfance.
Eli Bendersky
2013-01-14
Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.
Eli Bendersky
2013-01-13
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-12
Precompute some information about register costs.
Jakob Stoklund Olesen
2013-01-11
Replace DepLibs bitcode record with metadata
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, if
Dmitri Gribenko
2013-01-11
LoopPass.h doesn't require Function.h. Remove unneeded #include.
Jakub Staszak
2013-01-10
Remove trailing spaces.
Jakub Staszak
2013-01-10
Remove unneeded includes from FunctionLoweringInfo.h.
Jakub Staszak
2013-01-10
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
Remove unneeded #includes.
Jakub Staszak
2013-01-10
Fix indent and remove unneeded #includes in MDBuilder.h.
Jakub Staszak
2013-01-10
Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.
Jakub Staszak
2013-01-10
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
Allow hasProperty() to be called on bundle-internal instructions.
Jakob Stoklund Olesen
2013-01-10
Signal.h: Add <cstdio> for FILE*, since r171989.
NAKAMURA Takumi
2013-01-10
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
Support headerless bundles in MachineInstr::hasProperty().
Jakob Stoklund Olesen
2013-01-10
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-09
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
add hexagon flags in ELF.h
Shankar Easwaran
2013-01-09
For some LLVM-as-library uses it is convenient to create a
David Tweed
2013-01-09
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
Incrase the number of parameters for AlignedCharArrayUnion.
Manuel Klimek
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
Add a getBundleEnd() function to go with the existing getBundleStart().
Jakob Stoklund Olesen
2013-01-09
Add the integer value of the ConstantInt instead of the Constant* value.
Bill Wendling
[next]