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
2010-07-19
Update CMake build.
Benjamin Kramer
2010-07-19
Render MachineFunctions to HTML pages, with options to render register
Lang Hames
2010-07-19
Remove r108639 now that it is handled by InstCombine instead.
Owen Anderson
2010-07-19
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
2010-07-18
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
2010-07-18
Fix struct/class mismatch
Douglas Gregor
2010-07-18
Add a DAGCombine xform to fold away redundant float->double->float conversion...
Owen Anderson
2010-07-18
Added -pbqp-pre-coalescing flag to PBQP. If enabled this will cause PBQP to r...
Lang Hames
2010-07-17
Use isPrologLabel() instead of checking the opcode directly.
Bill Wendling
2010-07-17
update CMakeLists.txt
Zhongxing Xu
2010-07-17
Removed unused inRange variable.
Lang Hames
2010-07-17
LoopSplitter - intended to split live intervals over loop boundaries.
Lang Hames
2010-07-17
Iterating over sets of pointers in a heuristic was a bad idea. Switching
Lang Hames
2010-07-17
Propagate alloca alignment information via variable size object frame
Eric Christopher
2010-07-16
Consider this function:
Bill Wendling
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
Remove remaining calls to TII::isMoveInstr.
Jakob Stoklund Olesen
2010-07-16
Revert r108369, sorting llvm.dbg.declare information by source position,
Dan Gohman
2010-07-16
Get rid of a bunch of duplicated ELF enum values.
Eli Friedman
2010-07-16
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
Use the source-order scheduler instead of the "fast" scheduler at -O0,
Dan Gohman
2010-07-16
The SelectionDAGBuilder's handling of debug info, on rare
Dale Johannesen
2010-07-15
Revert. This isn't the correct way to go.
Bill Wendling
2010-07-15
Handle code gen for the unreachable instruction if it's the only instruction in
Bill Wendling
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-15
fix the definitions of ConstTextCoalSection/ConstDataCoalSection
Chris Lattner
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time
Bill Wendling
2010-07-15
Reserve a goodly amount of room for the vectors.
Bill Wendling
2010-07-15
Fix crash reported in PR7653.
Devang Patel
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.
Bill Wendling
2010-07-15
revert bill's patches in an attempt to fix the buildbot.
Chris Lattner
2010-07-15
Fix headers.
Bill Wendling
2010-07-15
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
2010-07-15
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
2010-07-15
a more graceful fix for test/Other/inline-asm-newline-terminator.ll,
Chris Lattner
2010-07-14
80-col.
Eric Christopher
2010-07-14
Make the order in which variables are described in debug information
Dan Gohman
2010-07-14
Properly restore DebugLoc after leaving the local constant area.
Dan Gohman
2010-07-14
Delete fast-isel's trivial load optimization; it breaks debugging because
Dan Gohman
2010-07-14
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-14
Don't propagate debug locations to instructions for materializing
Dan Gohman
2010-07-13
Print VNInfo flags.
Jakob Stoklund Olesen
2010-07-13
In inline asm treat indirect 'X' constraint as 'm'.
Dale Johannesen
2010-07-13
Add an assertion to make PR7542 fail consistently.
Jakob Stoklund Olesen
2010-07-13
Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap.
Jakob Stoklund Olesen
2010-07-13
Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results,
Jakob Stoklund Olesen
2010-07-12
Fix a typo and fit in 80 columns. Found by Bob Wilson.
Rafael Espindola
[next]