index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WebAssembly] Don't use setRequiresStructuredCFG(true).
Dan Gohman
2016-02-18
1
-3
/
+4
*
[WebAssembly] Disable register stackification and coloring when not optimizing
Derek Schuff
2016-02-17
1
-4
/
+6
*
[WebAssembly] Implement unaligned loads and stores.
Dan Gohman
2016-01-26
1
-0
/
+4
*
[WebAssembly] Disable some WebAssembly-specific optimization passes at -O0.
Dan Gohman
2016-01-19
1
-3
/
+6
*
[WebAssembly] Add -m:e to the target triple.
Dan Gohman
2016-01-07
1
-2
/
+3
*
[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.
Dan Gohman
2015-12-25
1
-6
/
+3
*
[WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELF
Dan Gohman
2015-12-17
1
-2
/
+2
*
[WebAssembly] Experimental ELF writer support
Dan Gohman
2015-12-17
1
-4
/
+3
*
[WebAssembly] Implement eliminateCallFramePseudo
Derek Schuff
2015-12-16
1
-0
/
+3
*
[WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination
Derek Schuff
2015-12-11
1
-1
/
+7
*
[WebAssembly] Reintroduce ARGUMENT moving logic
Dan Gohman
2015-12-09
1
-0
/
+4
*
[WebAssembly] Call TargetPassConfig base class functions in overriding functi...
Dan Gohman
2015-12-05
1
-1
/
+11
*
[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...
Dan Gohman
2015-12-05
1
-4
/
+3
*
[WebAssembly] Delete unused functions. NFC.
Dan Gohman
2015-11-29
1
-6
/
+0
*
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman
2015-11-29
1
-3
/
+2
*
[WebAssembly] Add some comments. NFC.
Dan Gohman
2015-11-25
1
-0
/
+5
*
[WebAssembly] Clean up several FIXME comments.
Dan Gohman
2015-11-25
1
-4
/
+4
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
1
-0
/
+7
*
[WebAssembly] Emit .param, .result, and .local through MC.
Dan Gohman
2015-11-23
1
-0
/
+1
*
[WebAssembly] Enable register coloring and register stackifying.
Dan Gohman
2015-11-18
1
-1
/
+7
*
[WebAssembly] Reapply r252858, with svn add for the new file.
Dan Gohman
2015-11-12
1
-0
/
+1
*
Revert r252858: "[WebAssembly] Switch to MC for instruction printing."
Hans Wennborg
2015-11-12
1
-1
/
+0
*
[WebAssembly] Switch to MC for instruction printing.
Dan Gohman
2015-11-12
1
-0
/
+1
*
[WebAssembly] Support 'unreachable' expression
Derek Schuff
2015-11-10
1
-0
/
+6
*
Try to fix WebAssembly build after r247864
Hans Wennborg
2015-09-16
1
-1
/
+1
*
[WebAssembly] Check in an initial CFG Stackifier pass
Dan Gohman
2015-09-16
1
-1
/
+7
*
[WebAssembly] Support running without a register allocator in the default Cod...
Dan Gohman
2015-09-08
1
-35
/
+0
*
[WebAssembly] Enable SSA lowering and other pre-regalloc passes
Dan Gohman
2015-09-08
1
-1
/
+21
*
[WebAssembly] Use the default alignment for SIMD types.
Dan Gohman
2015-08-19
1
-2
/
+2
*
Use llvm::make_unique to fix the MSVC build.
Rafael Espindola
2015-08-11
1
-1
/
+1
*
WebAssembly: print basic integer assembly.
JF Bastien
2015-07-31
1
-1
/
+9
*
WebAssembly: start instructions
JF Bastien
2015-07-01
1
-3
/
+9
*
[WebAssembly] Define separate Target instances for 32-bit and 64-bit.
Dan Gohman
2015-07-01
1
-1
/
+2
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-0
/
+166
[prev]