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
2006-07-14
Add an out-of-line virtual function to home class.
Chris Lattner
2006-07-13
Fixed a bug handling void function types.
Jim Laskey
2006-07-11
It was pointed out that DEBUG() is only available with -debug.
Jim Laskey
2006-07-11
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-07-11
1. Support for c++ mangled names.
Jim Laskey
2006-07-11
Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818.
Chris Lattner
2006-07-07
Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail.
Evan Cheng
2006-06-29
Ugly hack! Add helper functions InsertInFlightSetEntry and
Evan Cheng
2006-06-29
Add support to print 4-, 8-, and 16- byte constant literals in special
Evan Cheng
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-28
Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K
Chris Lattner
2006-06-28
Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
Chris Lattner
2006-06-27
For PR801:
Reid Spencer
2006-06-23
Add and sort "sections" in debug lines. This always stepping through
Jim Laskey
2006-06-20
Add support for function types.
Jim Laskey
2006-06-19
References need to be section relative.
Jim Laskey
2006-06-19
References need to be section relative.
Jim Laskey
2006-06-19
Handle versioning of compile unit.
Jim Laskey
2006-06-16
1. Revise vector debug support.
Jim Laskey
2006-06-15
Teach the local allocator to know that live-in values (e.g. arguments) are
Chris Lattner
2006-06-15
1. Support standard dwarf format (was bootstrapping in Apple format.)
Jim Laskey
2006-06-15
Was pointed out that structure alignment and type alignment are not the same
Jim Laskey
2006-06-15
Alignment of globals has not been quite right. Needed to drop the pointer type
Jim Laskey
2006-06-15
Consistency. EXTRACT_ELEMENT index operand should have ptr type.
Evan Cheng
2006-06-15
Assert. Rather than silently stop printing.
Evan Cheng
2006-06-15
Instructions with variable operands (variable_ops) can have a number required
Evan Cheng
2006-06-14
Change versioning to per debug info descriptor (merged with tag.)
Jim Laskey
2006-06-14
Place dwarf headers at earliest possible point. Well behaved when skipping
Jim Laskey
2006-06-13
Port some bugfixes in shift handling from SimplifyDemandedBits over to
Chris Lattner
2006-06-13
TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts.
Jim Laskey
2006-06-12
Make sure to update the CFG correctly if a switch only has a default dest.
Chris Lattner
2006-06-12
Start on my todo list
Andrew Lenharth
2006-06-08
Fix X86/inline-asm.ll:test2, a case where an input value was implicitly
Chris Lattner
2006-06-08
Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes
Chris Lattner
2006-06-08
Fix an assert-on-inline-inline-asm bug.
Chris Lattner
2006-06-05
For PR798:
Reid Spencer
2006-06-05
For PR798:
Reid Spencer
2006-06-01
Prevent the -pedantic option from causing Mac OS/X build problems:
Reid Spencer
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-05-31
commuteInstruction() does not always create a new MI!
Evan Cheng
2006-05-31
Eliminate a memory leak.
Evan Cheng
2006-05-31
visitVBinOp: Can't fold divide by zero!
Evan Cheng
2006-05-30
Make sure the register pressure reduction schedulers work for non-uniform
Evan Cheng
2006-05-30
When a priority_queue is empty, the behavior of top() operator is
Evan Cheng
2006-05-27
Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!):
Chris Lattner
2006-05-26
Make CALL node consistent with RET node. Signness of value has type MVT::i32
Evan Cheng
2006-05-26
Change RET node to include signness information of the return values. e.g.
Evan Cheng
2006-05-26
Remove a bogus cast.
Evan Cheng
2006-05-25
Turn on -sched-commute-nodes by default.
Evan Cheng
[next]