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
/
VMCore
Age
Commit message (
Expand
)
Author
2011-06-03
Fix an off by one error.
Eric Christopher
2011-06-03
Basic PassManager diagnostics.
Andrew Trick
2011-06-03
whitespace
Andrew Trick
2011-06-02
Add a new parse hint for multi-letter constraints in inline asm.
Eric Christopher
2011-05-31
Add a minor missing -verify check. Found by inspection.
Eli Friedman
2011-05-27
CRC32 intrinsics were renamed at revision 132163. This submission
Chad Rosier
2011-05-26
Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
Chad Rosier
2011-05-25
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-23
Clear list of instructions without DebugLoc.
Devang Patel
2011-05-22
add a helper method to get the byval alignment of an argument.
Chris Lattner
2011-05-22
remove StandardPasses, it has been replaced with PassManagerBuilder
Chris Lattner
2011-05-21
Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
Nick Lewycky
2011-05-20
Remove noisy semicolons.
Benjamin Kramer
2011-05-18
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
Eli Friedman
2011-05-18
Use IRBuiler while constant folding terminator.
Devang Patel
2011-05-18
Now that SrcBits and DestBits always represent the primitive size, rather
Duncan Sands
2011-05-18
Tighten up checking of the validity of casts. (1) The IR parser would
Duncan Sands
2011-05-18
Teach getCastOpcode about element-by-element vector casts. For example, "trunc"
Duncan Sands
2011-05-16
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-13
Make codegen able to handle values of empty types. This is one way
Rafael Espindola
2011-05-10
Fix cmake again.
Rafael Espindola
2011-05-10
Remove empty file.
Nick Lewycky
2011-05-10
Fix cmake build.
Rafael Espindola
2011-05-10
Revert r131155 for now. It makes VMCore depend on Analysis and Transforms
Nick Lewycky
2011-05-10
Add support for plugins add passes to the default set of passes. The standar...
David Chisnall
2011-05-05
In debug output, clearly list new instructions without DebugLoc.
Devang Patel
2011-05-03
Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
Bill Wendling
2011-04-29
Print new instructions without DebugLoc.
Devang Patel
2011-04-28
Coalesce some DEBUGs (moving an only-used-in-DEBUG variable's declaration int...
Matt Beaumont-Gay
2011-04-28
Beautify debug info probe output.
Devang Patel
2011-04-28
Add command line option to print debug info in human readable form as comment...
Devang Patel
2011-04-26
Another example of a static table that wasn't marked static.
Duncan Sands
2011-04-25
mark a large static table static. Pointed out by Michael Ilseman!
Chris Lattner
2011-04-24
Fix an assert to check exactly what it says.
Jay Foad
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-20
Structs have elements not parameters. I'm surprised this ever compiled...
Nick Lewycky
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-13
Fix debug message.
Devang Patel
2011-04-13
PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus
Jay Foad
2011-04-13
Remove some redundant llvm:: prefixes.
Jay Foad
2011-04-13
PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.
Jay Foad
2011-04-13
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-12
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2011-04-12
Make IRBuilder support StringRef for building strings.
Nick Lewycky
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
Phi nodes always use an even number of operands, so don't ever allocate
Jay Foad
2011-04-10
Revert r129235 pending a vetting of the EH rewrite.
Bill Wendling
2011-04-10
Beginning of the Great Exception Handling Rewrite.
Bill Wendling
[prev]
[next]