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
2012-11-28
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-28
MCJIT depends on JIT.
Benjamin Kramer
2012-11-28
Fix initial frame state on powerpc64.
Ulrich Weigand
2012-11-28
Fix warning. [-Wunused-variable]
Patrik Hägglund
2012-11-28
Add error handling in getInt.
Patrik Hägglund
2012-11-28
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
Add back support for reading and parsing 'deplibs'.
Bill Wendling
2012-11-28
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
misched: better alias analysis.
Andrew Trick
2012-11-28
misched: Debug output fix. Use an always valid iterator.
Andrew Trick
2012-11-28
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-28
Add brief support for the fission .debug_info.dwo section for
Eric Christopher
2012-11-28
Add comments.
Eric Christopher
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
Jakob Stoklund Olesen
2012-11-28
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
Jakob Stoklund Olesen
2012-11-28
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...
Andrew Kaylor
2012-11-28
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-27
This patch makes medium code model the default for 64-bit PowerPC ELF.
Bill Schmidt
2012-11-27
Attempt to make the comments for dwarf debug look more like
Eric Christopher
2012-11-27
Reapply section moving, make sure string section is output last.
Eric Christopher
2012-11-27
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
Modified depends() to recognize that when all levels are "=" and
Preston Briggs
2012-11-27
CSE: allow PerformTrivialCoalescing to check copies across basic block
Manman Ren
2012-11-27
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-27
Remove duplicated #includes.
Jakub Staszak
2012-11-27
SCEV: Even if the latch terminator is foldable we can't deduce the result of ...
Benjamin Kramer
2012-11-27
X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions
Manman Ren
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
tsan: instrument atomic nand operation
Dmitry Vyukov
2012-11-27
Revert rearrangement of debug info sections to unblock the bots
Eric Christopher
2012-11-27
Modify depends(Src, Dst, PossiblyLoopIndependent).
Preston Briggs
2012-11-27
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
Remove unneeded #include.
Jakub Staszak
2012-11-27
The section is .debug_line.
Eric Christopher
2012-11-27
Remove unneeded #include.
Jakub Staszak
2012-11-27
llvm/CodeGen: Remove empty files in r168659.
NAKAMURA Takumi
2012-11-27
Code pretification
Joe Abbey
2012-11-27
Remove unused forward declaration.
Jakub Staszak
2012-11-27
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-27
Fast-math flags for the bitcode
Michael Ilseman
[next]