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
2009-06-26
propagate target operand flags from dag nodes into MachineOperands.
Chris Lattner
2009-06-26
fit in 80 cols
Chris Lattner
2009-06-26
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
Devang Patel
2009-06-25
Simplify.
Devang Patel
2009-06-25
add targetflags to jump tables and constant pool entries.
Chris Lattner
2009-06-25
allow setting target operand flags on TargetGlobalAddress nodes.
Chris Lattner
2009-06-25
start bringing targetoperand flags into isel, first up, ExternalSymbol.
Chris Lattner
2009-06-25
Provide guards for this shared structure. I'm not sure this actually needs
Owen Anderson
2009-06-25
Privatize some more debug-related static data.
Owen Anderson
2009-06-25
Support Constant Pool Sections
Bruno Cardoso Lopes
2009-06-25
My guess is that RegInfo should only call the Allocator.Deallocator if it's not
Bill Wendling
2009-06-25
Now with EVEN FEWER statics!
Owen Anderson
2009-06-24
Fewer static variables, part 3 of many.
Owen Anderson
2009-06-24
Down with _even more_ statics!
Owen Anderson
2009-06-24
Down with statics!
Owen Anderson
2009-06-24
Move local statics to per-instance variables.
Owen Anderson
2009-06-24
Completed basic intra block split implementation.
Lang Hames
2009-06-24
This increases the maximum for MVT::LAST_VALUETYPE
David Greene
2009-06-24
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
sink dwarf finalization out of each target into AsmPrinter::doFinalization
Chris Lattner
2009-06-24
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-24
Rearrange some stuff in MachineOperand and add a new TargetFlags field.
Chris Lattner
2009-06-24
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-06-24
Rewrite 73900 per Duncan's suggestion.
Dale Johannesen
2009-06-24
remove dead makefile flags.
Chris Lattner
2009-06-24
Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re...
Lang Hames
2009-06-24
Fix support for inline asm input / output operand tying when operand spans ac...
Evan Cheng
2009-06-23
Use a default alignment for data and bss sections.
Bruno Cardoso Lopes
2009-06-22
Fix memcpy expansion so it won't generate invalid
Dale Johannesen
2009-06-22
Fix another register coalescer crash: forgot to check if the instruction bein...
Evan Cheng
2009-06-22
Use different functions to emit the string and symbol tables.
Bruno Cardoso Lopes
2009-06-22
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-20
Fix PR4419: handle defs of partial uses.
Evan Cheng
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-19
Minor cleanup; fixes review comments for a previous patch. Sorry for
Eli Friedman
2009-06-19
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-18
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
Improved PHI def marking, replaced some gotos with breaks.
Lang Hames
2009-06-18
On Darwin, ams printer should output a second label before a jump table so th...
Evan Cheng
2009-06-18
- Update register allocation hint after coalescing. This is done by the targe...
Evan Cheng
2009-06-17
VNInfo cleanup.
Lang Hames
2009-06-16
Fixed names of libcalls checked in r73480.
Sanjiv Gupta
2009-06-16
Added required libcalls for PIC16 (mostly floating points to integer casting ...
Sanjiv Gupta
2009-06-16
Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.
Evan Cheng
2009-06-16
If a val# is defined by an implicit_def and it is being removed, all of the c...
Evan Cheng
2009-06-16
Add some generic expansion logic for SMULO and UMULO. Fixes UMULO
Eli Friedman
2009-06-16
Fix typos.
Bill Wendling
2009-06-16
Use MainCU if it is available.
Devang Patel
[prev]
[next]