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-03-31
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-30
Reapply 153764 and 153761 with a fix.
Jakob Stoklund Olesen
2012-03-30
Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions
Rafael Espindola
2012-03-30
Compress register lists by sharing suffixes.
Jakob Stoklund Olesen
2012-03-30
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-29
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-28
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
Tidy up. Whitespace.
Jim Grosbach
2012-03-28
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-27
Add an MRI::tracksLiveness() flag.
Jakob Stoklund Olesen
2012-03-26
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-03-26
Add 'undef's to make SWIG happier. Patch by Baozeng Ding.
Bill Wendling
2012-03-26
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-25
Prune some includes and forward declarations.
Craig Topper
2012-03-24
Use the isReachableFromEntry method.
Rafael Espindola
2012-03-24
Avoid using dominatedBySlowTreeWalk.
Rafael Espindola
2012-03-24
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-24
First part of PR12251. Add documentation and verifier support for the range
Rafael Espindola
2012-03-23
add EP_OptimizerLast extension point
Kostya Serebryany
2012-03-23
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
Akira Hatanaka
2012-03-23
Make it feasible for clients using EngineBuilder to capture the TargetMachine...
Owen Anderson
2012-03-23
Move ftostr into its last user (cppbackend) and simplify it a bit.
Benjamin Kramer
2012-03-23
Remove the C backend.
Eric Christopher
2012-03-23
Take out the debug info probe stuff. It's making some changes to
Eric Christopher
2012-03-22
Cleanup IVUsers::addUsersIfInteresting.
Andrew Trick
2012-03-22
Remove unused simplifyIVUsers
Andrew Trick
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
add load/store volatility control to the C API, patch by Yiannis Tsiouris!
Chris Lattner
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
Fix windows compilation warning. Patch by Micah.
Jan Sjödin
2012-03-21
Missed getPointerToNamedFunction() declaration.
Danil Malyshev
2012-03-21
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
Finish organizing C API docs.
Gregory Szorc
2012-03-21
Organize LLVM C API docs into doxygen modules; add docs
Gregory Szorc
2012-03-20
Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.
Anna Zaks
2012-03-19
[Object/COFF]: Expose getSectionContents.
Michael J. Spencer
2012-03-19
[Object/COFF]: Expose getSectionName.
Michael J. Spencer
2012-03-18
Make the formatting of this file more consistent, and fix the 80-columns
Chandler Carruth
2012-03-18
Teach InstVisitor about the UnaryInstruction layer in the instruction
Chandler Carruth
2012-03-17
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
Benjamin Kramer
2012-03-16
Limit the number of memory operands in MachineInstr to 2^16 and store the num...
Benjamin Kramer
2012-03-16
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
Pull the implementation of the code metrics out of the inline cost
Chandler Carruth
2012-03-16
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
[next]