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
Age
Commit message (
Expand
)
Author
2013-01-16
Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.
Aaron Ballman
2013-01-16
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
[Support] Include the intrisics header and check for definition properly.
Michael J. Spencer
2013-01-16
[Support] Add MSVC intrinsic for CountPopulation.
Michael J. Spencer
2013-01-16
[Support] Update MSVC compiler support in Compiler.h.
Michael J. Spencer
2013-01-16
Clean up some unnecessary headers and forward declarations
Eli Bendersky
2013-01-16
Now that GenericAsmParser was folded into AsmParser, some methods and types can
Eli Bendersky
2013-01-16
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
Replace virtual hasFixups with explicit fragment type checks
Eli Bendersky
2013-01-16
Remove unused leftover header (it moved to llvm/IR).
Benjamin Kramer
2013-01-16
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
Improve r172577 by using the correct type when declaring constants
Dmitri Gribenko
2013-01-15
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
Avoid Enum Compare Warnings
David Greene
2013-01-15
Optimize the memory usage of MC bundling, by creating a new type of fragment
Eli Bendersky
2013-01-15
[Object][ELF] Fix -Wenum-compare.
Michael J. Spencer
2013-01-15
Fix operand type conditions in one of ICmpInst constructors.
Evgeniy Stepanov
2013-01-15
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-15
[Support] Add LLVM_CONSTEXPR.
Michael J. Spencer
2013-01-15
[ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...
Argyrios Kyrtzidis
2013-01-14
Properly encapsulate additional methods and data from AsmParser.
Eli Bendersky
2013-01-14
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
[ADT/StringMap] Add a constructor in StringMap that accepts both an
Argyrios Kyrtzidis
2013-01-14
Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0.
Joe Groff
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
[prev]
[next]