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
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u.
Dan Gohman
2010-10-19
GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals.
Mikhail Glushenkov
2010-10-19
Trailing whitespace.
Mikhail Glushenkov
2010-10-19
Add svn:ignore
Che-Liang Chiou
2010-10-19
Add svn:ignore to lib/Target/PTX/
Che-Liang Chiou
2010-10-19
Add test case mov.ll for PTX device function
Che-Liang Chiou
2010-10-19
Add lower argument and return of device function
Che-Liang Chiou
2010-10-19
Fix spelling.
Bill Wendling
2010-10-19
First step to allowing the resource directory of Clang to be adjusted for
Chandler Carruth
2010-10-19
X86: Add MS-CRT libcalls.
Michael J. Spencer
2010-10-19
Fix Whitespace.
Michael J. Spencer
2010-10-19
lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name...
NAKAMURA Takumi
2010-10-19
Fix for machine licm assert: RCCost <= RegPressure[RCId]
Andrew Trick
2010-10-19
Fix PR8300 by remembering to keep the bitcast in all cases.
Rafael Espindola
2010-10-19
lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts.
NAKAMURA Takumi
2010-10-19
lib/Support/raw_ostream.cpp: Fix Cygwin's build.
NAKAMURA Takumi
2010-10-19
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-19
Move the definition of this to the source file to anchor the vtable.
Chandler Carruth
2010-10-19
Speculatively revert 116753 and 116756 to attempt to fix the bots.
Eric Christopher
2010-10-19
Support alignment for NEON vld-lane and vst-lane instructions.
Bob Wilson
2010-10-19
Added a few tweaks to the Intel Descriptor-table support instructions to allow
Kevin Enderby
2010-10-18
ARM encoding information for [SU]SAT* instructions.
Jim Grosbach
2010-10-18
Make the representation of AliasSets explicitly differentiate
Dan Gohman
2010-10-18
Add a virtual destructor to silence a GCC warning.
Chandler Carruth
2010-10-18
Revert r116220 - thus turning arm fast isel back on by default.
Eric Christopher
2010-10-18
Get rid of unneeded FormatOutput global variable
Jason W Kim
2010-10-18
CrashRecoveryContext: Add missing return, so that the signal fires after we our
Daniel Dunbar
2010-10-18
Changed elf-dump to output hex format by default.
Jason W Kim
2010-10-18
Don't pass the raw invalid pointer used to represent conflicting
Dan Gohman
2010-10-18
Don't recompute MachineRegisterInfo in the Optimize* method.
Bill Wendling
2010-10-18
Trailing whitespace.
Mikhail Glushenkov
2010-10-18
Add a basic testcase for TBAA-aware LICM.
Dan Gohman
2010-10-18
Implement R_386_GOT32.
Rafael Espindola
2010-10-18
Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.
Dan Gohman
2010-10-18
Relocate with .bss instead of using the symbol. Matches gas behavior.
Rafael Espindola
2010-10-18
Reenable assert.
Rafael Espindola
2010-10-18
Transfer debug loc to lowered call.
Devang Patel
2010-10-18
Add TypeBasedAliasAnalysis to the standard pass lists. Note that it
Dan Gohman
2010-10-18
Run tbaa before basicaa, since that's how it's expected to be used.
Dan Gohman
2010-10-18
Fix BasicAA to pass TBAAInfo through to the chained analysis.
Dan Gohman
2010-10-18
For Thumb2, try to use frame pointer references for stack slots even when a
Jim Grosbach
2010-10-18
Produce ELF::R_386_GOTPC relocations.
Rafael Espindola
2010-10-18
Make TypeBasedAliasAnalysis default to doing nothing, with a command-line
Dan Gohman
2010-10-18
Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory.
Dan Gohman
2010-10-18
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
Make the bots happy.
Rafael Espindola
2010-10-18
Added a handful of x86-32 instructions that were missing so that llvm-mc would
Kevin Enderby
2010-10-18
Produce a R_386_PLT32 when needed. Moved the default cases of switches to the
Rafael Espindola
[next]