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
Age
Commit message (
Expand
)
Author
2012-05-05
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-05
NVPTX: Initialize the UseF32FTZ flag.
Benjamin Kramer
2012-05-05
Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c...
Stepan Dyatkovskiy
2012-05-05
Typo.
Eric Christopher
2012-05-04
Order register classes by spill size first, members last.
Jakob Stoklund Olesen
2012-05-04
Make sure findRepresentativeClass picks the widest super-register.
Jakob Stoklund Olesen
2012-05-04
Remove extra comma in debug output.
Jakob Stoklund Olesen
2012-05-04
Fix warnings in release build.
David Blaikie
2012-05-04
Tweak to the fix in r156212, as with the change in removing the shift the
Kevin Enderby
2012-05-04
Fix a bug in the ARM disassembler for wide branch conditional instructions
Kevin Enderby
2012-05-04
Fix a Clang warning in the new NVPTX backend:
Chandler Carruth
2012-05-04
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
Rename the Region::block_iterator to Region::block_node_iterator, and
Chandler Carruth
2012-05-04
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...
Sebastian Pop
2012-05-04
Adds Intel Atom scheduling latencies to X86InstrSystem.td.
Preston Gurd
2012-05-04
Pacify GCC's -Wreturn-type
Matt Beaumont-Gay
2012-05-04
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
Rather than trying to gracefully handle input sequences with repeated
Chandler Carruth
2012-05-04
Fix a goof with my previous commit by completely returning when we
Chandler Carruth
2012-05-04
Hoist a safety assert from the extraction method into the construction
Chandler Carruth
2012-05-04
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
2012-05-04
Fix some loops to match coding standards. No functional change intended.
Craig Topper
2012-05-04
Fix up some spacing. No functional change.
Craig Topper
2012-05-04
Simplify broadcast lowering code. No functional change intended.
Craig Topper
2012-05-04
Allow v16i16 and v32i8 shuffles to be rewritten as narrower shuffles.
Craig Topper
2012-05-04
Add 'landingpad' instructions to the list of instructions to ignore.
Bill Wendling
2012-05-04
Simplify shuffle narrowing code a bit. No functional change intended.
Craig Topper
2012-05-04
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-04
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
2012-05-04
Pass -fcolor-diagnostics when it is supported. This makes a difference when
Rafael Espindola
2012-05-04
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2012-05-04
Initialize SparcInstrInfo before SparcTargetLowering.
Jakob Stoklund Olesen
2012-05-04
Add a SuperRegClassIterator class.
Jakob Stoklund Olesen
2012-05-04
A pile of long over-due refactorings here. There are some very, *very*
Chandler Carruth
2012-05-03
Add a FoldingSetVector datastructure which is analogous to a SetVector,
Chandler Carruth
2012-05-03
PR12729: Change 'llvm-objdump' to display the available targets.
Pete Cooper
2012-05-03
Remove accidentally added file.
Jakob Stoklund Olesen
2012-05-03
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2012-05-03
Emit SuperRegMasks as part of the existing SubClassMask arrays.
Jakob Stoklund Olesen
2012-05-03
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-03
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2012-05-03
remove calls to calloc if the allocated memory is not used (it was already be...
Nuno Lopes
2012-05-03
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
2012-05-03
Add rudimentary CMake logic for detecting Graphviz.
Ted Kremenek
2012-05-03
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-03
Fix the type of SubClassMask.
Jakob Stoklund Olesen
2012-05-03
Compress tables for getMatchingSuperRegClass().
Jakob Stoklund Olesen
[next]