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
2013-04-12
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2013-04-12
Add extensive relocation tests for llvm-readobj
Nico Rieck
2013-04-12
Add -expand-relocs to llvm-readobj
Nico Rieck
2013-04-12
Add missing relocation names
Nico Rieck
2013-04-12
Support MIPS64EL relocation type names
Nico Rieck
2013-04-12
Add PPC instruction record forms and associated query functions
Hal Finkel
2013-04-12
Don't disable block layout when forcing block alignment.
Nadav Rotem
2013-04-12
Fix the test on linux by setting the triple and the align format
Nadav Rotem
2013-04-12
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-12
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-11
[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with
Chad Rosier
2013-04-11
[ms-inline asm] Add support for using offsetof operator with variables that use
Chad Rosier
2013-04-11
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-11
[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so we
Chad Rosier
2013-04-11
TBAA: add utility to create a TBAA scalar type node
Manman Ren
2013-04-11
[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a future
Chad Rosier
2013-04-11
[ms-inline asm] Remove brackets from around a symbol reference in the target
Chad Rosier
2013-04-11
Use FileCheck instead of grep.
Preston Gurd
2013-04-11
Fix undefined behavior in AArch64
David Majnemer
2013-04-11
Optimize icmp involving addition better
David Majnemer
2013-04-11
Mips specific inline asm memory operand modifier test case
Jack Carter
2013-04-11
[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selects
Akira Hatanaka
2013-04-11
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.
Akira Hatanaka
2013-04-11
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
Fix llvm-readobj tests on big endian hosts.
Rafael Espindola
2013-04-11
Print more information about relocations.
Rafael Espindola
2013-04-11
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
Add a CHECK-NOT for a more faithful translation of the original grep | count 2.
Eli Bendersky
2013-04-11
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-11
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
Add myself in the CREDITS.TXT
Sylvestre Ledru
2013-04-11
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
FileCheckize a bunch of tests.
Benjamin Kramer
2013-04-11
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-11
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
Optimize vector select from all 0s or all 1s
Michael Liao
2013-04-11
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
Enhance bool simplifcation in X86 to handle more cases
Michael Liao
2013-04-11
R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-04-11
Whitespace.
NAKAMURA Takumi
2013-04-11
Simplify the code. No functionality change.
Rafael Espindola
2013-04-11
Add MachO-x86-64 tests.
Rafael Espindola
2013-04-11
Fix MachO's getRelocationAdditionalInfo.
Rafael Espindola
2013-04-11
Make PPCInstrInfo::isPredicated always return false
Hal Finkel
2013-04-11
lit: Don't descend into .git directories during test discovery.
Daniel Dunbar
2013-04-11
lit: Shorten a metavar to make --help look nicer.
Daniel Dunbar
2013-04-11
lit: Add a test for discovery when exact test names are given.
Daniel Dunbar
2013-04-11
Add man page for llvm-readobj
Nico Rieck
2013-04-11
lit: Add a trivial test of the basic progress bar.
Daniel Dunbar
2013-04-10
Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
Eli Bendersky
[next]