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
2010-11-27
Unbreak build for newer GCCs.
Benjamin Kramer
2010-11-27
macho-dump: Add support for dumping symtab and dysymtab commands.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping segment load commands.
Daniel Dunbar
2010-11-27
Second attempt at fixing the performance regressions introduced
Owen Anderson
2010-11-27
raw_ostream::write_escaped: Add a UseHexEscapes argument.
Daniel Dunbar
2010-11-27
Fix a comment.
Daniel Dunbar
2010-11-27
Object/Mach-O: Add header and load command information.
Daniel Dunbar
2010-11-27
Refactor. Set alignment bit in VLD1-dup instruction classes.
Bob Wilson
2010-11-27
Object/Mach-O: Validate Mach-O magic and initialize format info.
Daniel Dunbar
2010-11-27
Add NEON VLD1-dup instructions (load 1 element to all lanes).
Bob Wilson
2010-11-27
Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions.
Bob Wilson
2010-11-27
MC/Mach-O: Start stubbing out a Mach-O object file wrapper.
Daniel Dunbar
2010-11-27
Reduce nesting.
Daniel Dunbar
2010-11-27
MC/Mach-O: Migrate more constants into MachOFormat.h.
Daniel Dunbar
2010-11-27
MC/Mach-O: Switch to using MachOFormat.h.
Daniel Dunbar
2010-11-27
MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine
Daniel Dunbar
2010-11-26
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
Fix Whitespace.
Michael J. Spencer
2010-11-26
Move tree navigation to a new Path class that doesn't have to be a template.
Jakob Stoklund Olesen
2010-11-25
Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...
Rafael Espindola
2010-11-25
Namespacify.
Benjamin Kramer
2010-11-25
Factor some code to parseSectionFlags and fix the default type of a section.
Rafael Espindola
2010-11-24
Treat a call of function pointer like a load of the pointer when considering
Nick Lewycky
2010-11-24
Behave a bit more like gnu as and use the symbol (instead of the section)
Rafael Espindola
2010-11-24
Relocate with the symbol if the relocation is of kind NTPOFF.
Rafael Espindola
2010-11-24
Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly
Rafael Espindola
2010-11-24
Updating MBlaze .mask and .frame directives to match GCC's output and fixing ...
Wesley Peck
2010-11-24
1. Fixing error where basic block labels were not being printed out when they...
Wesley Peck
2010-11-24
Use i8 as SETCC result type for i1 in SPU.
Kalle Raiskila
2010-11-24
Allow for 'fcmp ogt' in SPU.
Kalle Raiskila
2010-11-24
If a symbol is used as tls, mark it as tls even if not declare as so. Probably
Rafael Espindola
2010-11-23
add a MemoryBuffer::getOpenFile method, which turns an open
Chris Lattner
2010-11-23
Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing.
Duncan Sands
2010-11-23
The srem -> urem transform is not safe for any divisor that's not a power of ...
Benjamin Kramer
2010-11-23
Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction
Duncan Sands
2010-11-23
Constant folding here is pointless, because InstructionSimplify
Duncan Sands
2010-11-23
Move the ARM reloc constants to Support/ELF.h
Jason W Kim
2010-11-23
Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.
Bob Wilson
2010-11-23
InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is pos...
Benjamin Kramer
2010-11-23
Propagate LeftDistributes and RightDistributes into their only uses.
Duncan Sands
2010-11-23
Fix typo pointed out by Frits van Bommel and Marius Wachtler.
Duncan Sands
2010-11-23
Exploit distributive laws (eg: And distributes over Or, Mul over Add, etc) in a
Duncan Sands
2010-11-23
Division by pow-of-2 is not cheap on SPU, do it with
Kalle Raiskila
2010-11-23
Implement the rex64 prefix.
Rafael Espindola
2010-11-23
Expand a little on the description of what InstructionSimplify does.
Duncan Sands
2010-11-23
Clarify that constant folding of instructions applies when all operands
Duncan Sands
2010-11-23
Invalidate the layout on any relaxation, not just Instructions. Bug found by ...
Rafael Espindola
2010-11-23
Produce a relocation for pcrel absolute values. Based on a patch by David Meyer.
Rafael Espindola
2010-11-23
Revert functionality doug added in r98575 that was never
Chris Lattner
2010-11-23
Reuse data fragments while lowering. Patch by David Meyer.
Rafael Espindola
[next]