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
/
include
Age
Commit message (
Expand
)
Author
2012-08-23
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
2012-08-23
Add CodeGenTarget::guessInstructionProperties.
Jakob Stoklund Olesen
2012-08-23
Fix attributes on X86 store intrinsics.
Jakob Stoklund Olesen
2012-08-23
Fix a stub signature. HeuristicReduce should return a bool.
Lang Hames
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
Make the setInst method take its MCInst parameter by reference, a la Jim's
Lang Hames
2012-08-23
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-22
Fix an assortment of doxygen comment mistakes found by -Wdocumentation.
Ted Kremenek
2012-08-22
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-22
MCInstFragment constructor should take by-reference MCInst.
Jim Grosbach
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-22
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-08-21
Add a few functions to TargetLibraryInfo as part of PR13574.
Chad Rosier
2012-08-21
Fix misaligned access in MachO object file reader: despite containing an
Richard Smith
2012-08-21
[ms-inline asm] Do not report a Parser error when matching inline assembly.
Chad Rosier
2012-08-21
Provide a portability macro for __builtin_trap.
David Blaikie
2012-08-21
[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,
Chad Rosier
2012-08-21
Pacify PVS-Studio by changing the type rather than doing a cast, a tweak
Duncan Sands
2012-08-21
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
Duncan Sands
2012-08-20
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
Clarify that duplicate edges are not allowed in the Machine CFG.
Jakob Stoklund Olesen
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-17
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-17
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
Insertion of NoFolder functions to avoid ambiguous overload warnings or error...
Jin-Gu Kang
2012-08-17
Test commit.
Pranav Bhandarkar
2012-08-17
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
2012-08-16
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
MCFragment merging redux
David Sehr
2012-08-16
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
Add PPC64 relocations definitions, by Adhemerval Zanella.
Roman Divacky
2012-08-16
Handle PowerPC.
Roman Divacky
2012-08-16
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
Add dump/dumpr methods to SDValue.
Nadav Rotem
2012-08-15
Add a CoveringSubRegIndices field to SubRegIndex records.
Jakob Stoklund Olesen
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
Add LLVM_DELETED_FUNCTION compatibility macro.
Michael J. Spencer
2012-08-15
Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion.
Chad Rosier
2012-08-15
Set the branch probability of branching to the 'normal' destination of an invoke
Bill Wendling
2012-08-14
[yaml2obj] Fix incorrect use of signed values.
Michael J. Spencer
2012-08-14
Revert "Add an API to MCSectionData that tracks known offsets for text emitte...
Jan Voung
2012-08-14
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-14
Add an API to MCSectionData that tracks known offsets for text emitted into a
David Sehr
2012-08-14
Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0)
Richard Smith
[prev]
[next]