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
2008-11-19
Move the code for printing a graph node label for an SUnit into
Dan Gohman
2008-11-19
Convert SUnit's dump method into a print method and implement
Dan Gohman
2008-11-19
CMake: Removed source file.
Oscar Fuentes
2008-11-19
Do not use separate utility to walk all instructions and remove dead dbg intr...
Devang Patel
2008-11-19
Let instcombiner remove redundant dbg intrinsics.
Devang Patel
2008-11-19
If there are two consecutive llvm.dbg.stoppoint calls then
Devang Patel
2008-11-19
CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt.
Oscar Fuentes
2008-11-19
CellSPU: Do not custom lower i1 stores, rely on type legalization to do the
Scott Michel
2008-11-19
<rdar://problem/6351057>
Stuart Hastings
2008-11-19
ignore the -m elf_i386 directive used in the linux kernel
Andrew Lenharth
2008-11-19
Revert r59640. It broke this test for builds that aren't
Dan Gohman
2008-11-19
Use %llvmgcc -xassembler instead of invoking as directly. This avoids
Dan Gohman
2008-11-19
Temporary check-in for Duncan to demonstrate CellSPU store problem.
Scott Michel
2008-11-19
Fix compilation error on MSVC.
Argyrios Kyrtzidis
2008-11-19
Forgot to add this in the previous commit.
Sanjiv Gupta
2008-11-19
Fixed build warnings.
Sanjiv Gupta
2008-11-19
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-11-19
Use stripPointerCasts when checking for AllocaInsts for the stackprotector in...
Bill Wendling
2008-11-19
Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset.
Sanjiv Gupta
2008-11-19
add a write method.
Chris Lattner
2008-11-19
- Move the stackprotector intrinsic to the general section.
Bill Wendling
2008-11-19
Add support for rematerialization in pre-alloc-splitting.
Owen Anderson
2008-11-19
LLVMC2: -emit-llvm stops compilation.
Daniel Dunbar
2008-11-19
LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.
Daniel Dunbar
2008-11-19
Grammar.
Daniel Dunbar
2008-11-19
Rearrange code to reduce the nesting level. No functionality change.
Dan Gohman
2008-11-19
Use dyn_cast instead of cast.
Bill Wendling
2008-11-19
Match an element of the return type if it returns a structure.
Bill Wendling
2008-11-19
Remove unused variables.
Devang Patel
2008-11-19
Fix typo.
Devang Patel
2008-11-19
CMake: Support for building 32 bits shared libraries on 64 bits GNU
Oscar Fuentes
2008-11-19
Fix debug printing of flagged SDNodes in SUnits so that they
Dan Gohman
2008-11-18
Make the same change to RegScavenger::backward.
Evan Cheng
2008-11-18
CMake: Option for enabling/disabling threads.
Oscar Fuentes
2008-11-18
Verify that the second parameter of the stacprotector intrinsic is an alloca
Bill Wendling
2008-11-18
We also need to keep the operand index for two address check.
Evan Cheng
2008-11-18
Register scavenger should process early clobber defs first. A dead early clob...
Evan Cheng
2008-11-18
Fix indentation.
Evan Cheng
2008-11-18
Documentation for the llvm.stackprotector intrinsic.
Bill Wendling
2008-11-18
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
Don't set neverHasSideEffects on x86's divide instructions, since
Dan Gohman
2008-11-18
Tidy up ScheduleNodeBottomUp methods, and make them more
Dan Gohman
2008-11-18
Update a comment to reflect the current code.
Dan Gohman
2008-11-18
Remove integer promotion support for FP_EXTEND
Duncan Sands
2008-11-18
Remove even more llvm.dbg variables.
Devang Patel
2008-11-18
CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was
Oscar Fuentes
2008-11-18
Simplify code using helper routines. There is not
Duncan Sands
2008-11-18
Fix a bug introduced by my previous patch. With this change, SPEC is now cle...
Owen Anderson
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
Make some methods const.
Dan Gohman
[next]