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-12-05
Added RegisterPressureTracker::dump() for debugging.
Andrew Trick
2012-12-05
Comment formatting.
Andrew Trick
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-04
Remove bundling from the MCAssembler interface
David Sehr
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Remove a URL from code
Eli Bendersky
2012-12-04
Revert the LOCALMODs implementing Nacl for the legacy JIT
Eli Bendersky
2012-12-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
Fix comment typo.
Duncan Sands
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
Add a 'getCount' method to get the number of elements in the subrange.
Bill Wendling
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-04
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-03
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
Add a getMemorySize() function for DenseSet.
Argyrios Kyrtzidis
2012-12-03
Add a new hook for providing register allocator hints more flexibly.
Jakob Stoklund Olesen
2012-12-03
Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.
Argyrios Kyrtzidis
2012-12-03
Add 'getInt64Field()' method to get the signed integer instead of unsigned.
Bill Wendling
2012-12-03
ASan: add blacklist file to ASan pass options. Clang patch for this will follow.
Alexey Samsonov
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-01
Remove bugzilla link.
James Molloy
2012-12-01
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-11-30
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
Separate out the tests for whether the compiler suports R-value
Chandler Carruth
2012-11-30
More strict error checking in parseSpecifier + simplified code.
Patrik Hagglund
2012-11-30
Add the rest of the experimental fission sections to MC.
Eric Christopher
2012-11-30
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-29
PNaCl: Add ExpandTls pass for expanding out static TLS variables
Mark Seaborn
2012-11-30
Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
Jordan Rose
2012-11-29
Update comment for malloc being a library call now, rather than an instruction.
Dan Gohman
2012-11-29
Add isOSNaCl, and add Asm subclasses for NaCl
David Sehr
2012-11-29
copyFastMathFlags utility and test case
Michael Ilseman
2012-11-29
Whitespace.
Chad Rosier
2012-11-29
Fix 80-column violations.
Chad Rosier
2012-11-29
rdar://12100355 (part 1)
Shuxin Yang
2012-11-29
Fix a memory leak in MachOObjectFile.
Jim Grosbach
2012-11-29
Add options to AddressSanitizer passes to make them configurable by frontend.
Alexey Samsonov
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
Initial commit of MemorySanitizer.
Evgeniy Stepanov
[prev]
[next]