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
/
lib
Age
Commit message (
Expand
)
Author
2012-09-12
Indentation fixes. No functional change.
Craig Topper
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-12
Stack coloring: remove lifetime intervals which contain escaped allocas.
Nadav Rotem
2012-09-12
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-11
Rename the isMemory() function to isMem(). No functional change intended.
Chad Rosier
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-11
StringSwitchify.
Chad Rosier
2012-09-11
Simplify logic. No functional change intended.
Chad Rosier
2012-09-11
[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.
Chad Rosier
2012-09-11
SimplifyCFG: preserve branch-weight metadata when creating a new switch from
Manman Ren
2012-09-11
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
Dragonegg selfhost exposed additional cases where alloca usage moved outside ...
Nadav Rotem
2012-09-11
Enable stack coloring.
Nadav Rotem
2012-09-11
Stack Coloring: Dont crash on dbg values which use stack frames.
Nadav Rotem
2012-09-11
Make a bunch of lowering helper functions static instead of member functions....
Craig Topper
2012-09-11
Change unsigned to a uint16_t in static disassembler tables to reduce the tab...
Craig Topper
2012-09-11
llvm/lib/Transforms/Utils/CMakeLists.txt: Update.
NAKAMURA Takumi
2012-09-11
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-09-11
Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...
Craig Topper
2012-09-11
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Chandler Carruth
2012-09-11
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-10
Revert r160148 it seems to cause more problems than it should
Eric Christopher
2012-09-10
80-col fixup.
Eric Christopher
2012-09-10
80-col fixup.
Eric Christopher
2012-09-10
No reason to construct this twice.
Eric Christopher
2012-09-10
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
Revert r163556. Missed updates to tablegen files.
Chad Rosier
2012-09-10
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-10
[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariant
Chad Rosier
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
Disable stack coloring because it makes dragonegg fail bootstrapping.
Nadav Rotem
2012-09-10
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
Chad Rosier
2012-09-10
[ms-inline asm] Add support for .att_syntax directive.
Chad Rosier
2012-09-10
Enable stack coloring.
Nadav Rotem
2012-09-10
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-10
[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
Michael J. Spencer
2012-09-10
Stack Coloring: Handle the case where END markers come before BEGIN markers p...
Nadav Rotem
2012-09-10
Enhance PR11334 fix to support extload from v2f32/v4f32
Michael Liao
2012-09-10
Add "blocked" heuristic to the Hexagon MI scheduler.
Sergei Larin
2012-09-10
Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().
Michael Ilseman
2012-09-10
whitespace
Michael Ilseman
2012-09-10
Add boolean simplification support from CMOV
Michael Liao
2012-09-10
Fix an assertion failure when optimising a shufflevector incorrectly into con...
James Molloy
2012-09-10
Minor cleanup. No functional change.
Nadav Rotem
2012-09-10
Stack Coloring: Debug prints to print the slot number and not the array index.
Nadav Rotem
2012-09-10
Stack Coloring: When searching for disjoint regions, do not compare intervals...
Nadav Rotem
2012-09-10
Stack Coloring: Add support for multiple regions of the same slot, within a ...
Nadav Rotem
2012-09-10
The VPSHUFB 256-bit instruction may be generated when one of input vector is ...
Elena Demikhovsky
2012-09-10
Make helper function static.
Benjamin Kramer
[next]