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-02-03
Allow all types of callee's to be tail called. But avoid automatic tailcall i...
Evan Cheng
2010-02-03
don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,
Chris Lattner
2010-02-03
privatize a bunch of methods and move \n printing into them.
Chris Lattner
2010-02-03
Reapply 95050 with a tweak to check the register class.
Dale Johannesen
2010-02-03
rejigger the world so that EmitInstruction prints the \n at
Chris Lattner
2010-02-03
sink handling of target-independent machine instrs (other
Chris Lattner
2010-02-03
pass an instprinter into the AsmPrinter if it is available.
Chris Lattner
2010-02-03
make any use of the "O" stream in asmprinter print to
Chris Lattner
2010-02-02
Hook up -filetype=obj through the MachO streamer. Here's a demo:
Chris Lattner
2010-02-02
Revert 95130.
Evan Cheng
2010-02-02
use OwningPtr and factor code better.
Chris Lattner
2010-02-02
refactor code so that LLVMTargetMachine creates the asmstreamer and
Chris Lattner
2010-02-02
simplify getVerboseAsm
Chris Lattner
2010-02-02
move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...
Chris Lattner
2010-02-02
remove dead #include, stupid symlinks.
Chris Lattner
2010-02-02
Remove a bunch of stuff around the edges of the ELF writer.
Chris Lattner
2010-02-02
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
eliminate FileModel::Model, just use CodeGenFileType. The client
Chris Lattner
2010-02-02
eliminate all forms of addPassesToEmitMachineCode except
Chris Lattner
2010-02-02
Test revert 95050; there's a good chance it's causing
Dale Johannesen
2010-02-02
Inline addAssemblyEmitter into its one real caller and delete
Chris Lattner
2010-02-02
Apparently gdb is not amused by empty lines in pubtypes section.
Devang Patel
2010-02-02
NULL terminate name in pubtypes sections.
Devang Patel
2010-02-02
Make local RA smarter about reusing input register of a copy
Dale Johannesen
2010-02-02
Update CMake.
Daniel Dunbar
2010-02-01
Kill the Mach-O writer, and temporarily make filetype=obj an error.
Nate Begeman
2010-02-01
Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan
Mon P Wang
2010-02-01
eliminate a bunch of pointless LLVMContext arguments.
Chris Lattner
2010-02-01
fix PR 6157. Testcase pending.
Dale Johannesen
2010-02-01
Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result
Mon P Wang
2010-01-30
Emit declaration DIE for the class static variables.
Devang Patel
2010-01-30
Fix a case where debug_value could affect codegen.
Dale Johannesen
2010-01-29
Add size and location info in DW_TAG_class_type descriptor.
Devang Patel
2010-01-29
Change the SREM case to match the logic in the IR version ComputeMaskedBits.
Duncan Sands
2010-01-28
Assign the ordering of SDNodes in a much less intrusive fashion. After the
Bill Wendling
2010-01-28
add target hooks for emitting random gunk before and after the function body.
Chris Lattner
2010-01-28
Update of 94055 to track the IR level call site information via an intrinsic.
Jim Grosbach
2010-01-28
Give AsmPrinter the most common expected implementation of
Chris Lattner
2010-01-28
emit a 0 byte instead of a noop if a function is empty on darwin.
Chris Lattner
2010-01-28
Remove the argument from EmitJumpTableInfo, because it doesn't need it.
Chris Lattner
2010-01-28
Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.
Chris Lattner
2010-01-28
rename printVisibility to EmitVisibility and make it private,
Chris Lattner
2010-01-27
If the only use of something is a DEBUG_VALUE, don't
Dale Johannesen
2010-01-27
Silence GCC warnings with asserts turned off. No functionality change.
Chandler Carruth
2010-01-27
add a new AsmPrinter::EmitFunctionEntryLabel virtual function,
Chris Lattner
2010-01-27
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-26
mcize label emission for functions.
Chris Lattner
2010-01-26
use EmitLinkage for functions as well as globals. One output
Chris Lattner
2010-01-26
pull linkage emission code out to a new EmitLinkage function.
Chris Lattner
2010-01-26
rearrange some directives, no functionality change.
Chris Lattner
[prev]
[next]