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
Age
Commit message (
Expand
)
Author
2012-08-29
Set the isTied flags when building INLINEASM MachineInstrs.
Jakob Stoklund Olesen
2012-08-29
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
Don't move normal loads across volatile/atomic loads.
Jakob Stoklund Olesen
2012-08-29
Verify the consistency of inline asm operands.
Jakob Stoklund Olesen
2012-08-29
Clean this up slightly, doesn't really fall through.
Eric Christopher
2012-08-29
Verify the tied operand flags.
Jakob Stoklund Olesen
2012-08-29
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-28
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-28
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
Fix bug 13532.
Akira Hatanaka
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Remove llvm.nacl.tp.alignment intrinsic
Derek Schuff
2012-08-24
Avoid including explicit uses when counting SDNode imp-uses.
Jakob Stoklund Olesen
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-23
Remove the llvm.nacl.thread.stack.padding intrinsic
Mark Seaborn
2012-08-23
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-08-23
Turn these two options in to trinary state so that they can be
Eric Christopher
2012-08-23
Add a flag to DwarfDebug to allow it to communicate whether or not
Eric Christopher
2012-08-23
Typo.
Eric Christopher
2012-08-23
Only emit the __debug_inlined section if we're trying to be compatible
Eric Christopher
2012-08-23
Emit pubtypes only when going for darwin gdb compatibility.
Eric Christopher
2012-08-23
Add an option for darwin gdb compatibility.
Eric Christopher
2012-08-23
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-22
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...
Stepan Dyatkovskiy
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The
Richard Smith
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-21
Remove unnecessary cast that was also unnecessarily casting away constness.
David Blaikie
2012-08-21
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-20
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
Don't add CFG edges for redundant conditional branches.
Jakob Stoklund Olesen
2012-08-20
Add a verification pass after ExpandISelPseudos.
Jakob Stoklund Olesen
2012-08-20
Add CFG checks to MachineVerifier.
Jakob Stoklund Olesen
2012-08-20
Fixed DAGCombiner bug (found and localized by James Malloy):
Stepan Dyatkovskiy
2012-08-17
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-17
Implement stack protectors for structures with character arrays in them.
Bill Wendling
2012-08-17
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
TargetLowering: Use the large shift amount during legalize types. The legaliz...
Benjamin Kramer
2012-08-17
Use standard pattern for iterate+erase.
Jakob Stoklund Olesen
2012-08-16
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-15
Fix undefined behavior: don't perform array indexing through a potentially null
Richard Smith
2012-08-14
Fix undefined behavior: binding null pointer to reference. No functionality c...
Richard Smith
2012-08-14
Grammar.
Eric Christopher
2012-08-13
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
Transfer weights in transferSuccessorsAndUpdatePHIs().
Jakob Stoklund Olesen
[prev]
[next]