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
/
CodeGen
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2009-05-23
Add a proper implementation of EXTRACT_SUBVECTOR legalization that
Eli Friedman
2009-05-23
Fix PR4254.
Torok Edwin
2009-05-23
Add a new step to legalization to legalize vector math operations. This
Eli Friedman
2009-05-22
Add a new codegen pass that normalizes dwarf exception handling
Duncan Sands
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-20
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argyrios Kyrtzidis
2009-05-20
Fix for PR4235: to build a floating-point value from integer parts,
Eli Friedman
2009-05-19
Remove the #ifndef NDEBUG from the FastISel debugging options. This
Dan Gohman
2009-05-18
Revert last commit. It was wrong.
Bill Wendling
2009-05-18
Don't call RegionInlinedFnEnd if our optimization level isn't -O0.
Bill Wendling
2009-05-18
Silence Release-Asserts warnings.
Daniel Dunbar
2009-05-16
Put back a bit of expensive checking logic that
Duncan Sands
2009-05-14
Add an assert to turn a segfault on an unsupported inline
Dan Gohman
2009-05-13
Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence
Jim Grosbach
2009-05-13
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-12
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
Jim Grosbach
2009-05-11
When scalarizing a vector BITCAST, check whether the operand has vector
Dan Gohman
2009-05-10
--- Reverse-merging r71370 into '.':
Bill Wendling
2009-05-09
A debug function start was not being recorded when the optimization level wasn't
Bill Wendling
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-08
Mirror how Fast ISel determines if a region.end intrinsic is the end of an
Bill Wendling
2009-05-08
Factor out cycle-finder code and make it generic.
Anton Korobeynikov
2009-05-08
Do not emit bit tests if target does not support natively left shift
Anton Korobeynikov
2009-05-08
Properly expand libcalls for urem / srem. Also make code more straightforward.
Anton Korobeynikov
2009-05-08
Typo
Anton Korobeynikov
2009-05-07
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...
Argyrios Kyrtzidis
2009-05-06
Do not use register as base ptr of pre- and post- inc/dec load / store nodes.
Evan Cheng
2009-05-06
Add generic expansion of SUB when ADD and XOR
Duncan Sands
2009-05-05
Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.
Evan Cheng
2009-05-04
Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ...
Chris Lattner
2009-05-04
Restore minor deletion.
Mike Stump
2009-05-03
Fix typo
Anton Korobeynikov
2009-05-03
Properly handle sdiv / udiv / srem / urem libcalls
Anton Korobeynikov
2009-05-03
Proper name 16 bit libcalls
Anton Korobeynikov
2009-05-03
Add libcall expansion for 16 and 128 bit muls
Anton Korobeynikov
2009-05-03
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...
Argyrios Kyrtzidis
2009-05-01
Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets.
Bob Wilson
2009-04-30
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-04-30
Move helper functions for optimizing division by constant into the APInt
Jay Foad
2009-04-30
fix a regression handling indirect results: these need to be considered
Chris Lattner
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Fix infinite recursion in the C++ code which handles movddup by making it unn...
Nate Begeman
2009-04-29
Update comment, replace theoretically impossible check with an assert.
Nate Begeman
2009-04-29
Implement review feedback for vector shuffle work.
Nate Begeman
2009-04-29
Add a public method called getAddressSpace() to the GlobalAddressSDNode.
Sanjiv Gupta
2009-04-29
Disable the load-shrinking optimization from looking at
Chris Lattner
2009-04-29
Second attempt:
Bill Wendling
[prev]
[next]