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
2011-10-05
Add braces around something that throws me for a loop.
Cameron Zwarich
2011-10-05
There is no point in setting out-parameters for a ComplexPattern function when
Cameron Zwarich
2011-10-05
Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for ...
Bill Wendling
2011-10-05
Fix a broken assert found by -Wparentheses.
Chandler Carruth
2011-10-05
Fix disabled SCEV analysis caused r141161 and add unit test.
Andrew Trick
2011-10-05
Add more initializers to quiet a clang warning.
Eric Christopher
2011-10-05
Change C++ style comments to C style comments in X86 disassembler. Patch from...
Craig Topper
2011-10-05
Avoid exponential recursion in SCEV getConstantEvolvingPHI and EvaluateExpres...
Andrew Trick
2011-10-05
Insert space.
Akira Hatanaka
2011-10-05
Do not examine variadic or implicit operands if instruction is a return (jr).
Akira Hatanaka
2011-10-05
Clean up function Filler::delayHasHazard.
Akira Hatanaka
2011-10-05
Remove function Filler::insertCallUses.
Akira Hatanaka
2011-10-05
Clean up Filler::findDelayInstr.
Akira Hatanaka
2011-10-05
Remove function Filler::isDelayFiller. Check if I is the same instruction that
Akira Hatanaka
2011-10-05
Clean up Filler::runOnMachineBasicBlock. Change interface of
Akira Hatanaka
2011-10-05
Define a statistic for the number of slots that were filled with useful
Akira Hatanaka
2011-10-05
Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true before
Akira Hatanaka
2011-10-05
Add comments and move assignment statement. If sawStore is true, sawLoad does
Akira Hatanaka
2011-10-05
Correct description string of enable-mips-delay-filler.
Akira Hatanaka
2011-10-05
Look at the number of entries in the jump table and jump to a 'trap' block if
Bill Wendling
2011-10-05
Checkpoint for SJLJ EH code.
Bill Wendling
2011-10-05
Also add <imp-use,kill> flags for redefined super-registers.
Jakob Stoklund Olesen
2011-10-05
Also add <def,undef> flags when coalescing sub-registers.
Jakob Stoklund Olesen
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
Adding back support for printing operands symbolically to ARM's new disassembler
Kevin Enderby
2011-10-04
Create a mapping between the landing pad basic block and the call site index ...
Bill Wendling
2011-10-04
Allow <undef> flags on def operands as well as uses.
Jakob Stoklund Olesen
2011-10-04
Replace snprintf with raw_string_ostream.
Francois Pichet
2011-10-04
Allow Operator Arguments
David Greene
2011-10-04
Unbreak CMake build.
Ted Kremenek
2011-10-04
Put GCOVFile and other related interface in a common header so that llvm-cov ...
Devang Patel
2011-10-04
Unbreak MSVC build.
Francois Pichet
2011-10-04
Teach PPCInstrInfo to handle sub-classes.
Jakob Stoklund Olesen
2011-10-04
tblgen: add preprocessor as a separate mode
Che-Liang Chiou
2011-10-04
Set operation actions to legal types only.
Nadav Rotem
2011-10-04
Operations should be custom lowered only if their type is legal.
Nadav Rotem
2011-10-04
The product of two chrec's can always be represented as a chrec.
Nick Lewycky
2011-10-04
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-04
whitespace
Andrew Trick
2011-10-04
Remove last references to hotpatch.
Rafael Espindola
2011-10-04
Generic cleanup.
Bill Wendling
2011-10-03
ARM assembly parsing and encoding for VMOV immediate.
Jim Grosbach
2011-10-03
Tidy up. 80 columns.
Jim Grosbach
2011-10-03
Use the PC label ID rather than '1'. Add support for thumb-2, because I heard...
Bill Wendling
2011-10-03
Don't carry over the dispatchsetup hack from the old system.
Bill Wendling
2011-10-03
ARM parsing/encoding for VCMP/VCMPE.
Jim Grosbach
2011-10-03
Fix typo in comments.
Nick Lewycky
2011-10-03
Check-pointing the new SjLj EH lowering.
Bill Wendling
2011-10-03
Add support for 64-bit logical NOR.
Akira Hatanaka
[prev]
[next]