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
/
MachineFunction.cpp
Age
Commit message (
Expand
)
Author
2012-01-27
make sure the file's matching header is #include'd first.
Chris Lattner
2012-01-27
Rewrite CanShareConstantPoolEntry to be implemented in terms of the
Chris Lattner
2012-01-26
progress making the world safe to ConstantDataVector. While
Chris Lattner
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-02
Use the PrintReg adaptor to correctly print live-in registers in debug output.
Jakob Stoklund Olesen
2011-02-22
MachineConstantPoolValues are not uniqued, so they need to be freed if they
Cameron Zwarich
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-11-14
move the pic base symbol stuff up to MachineFunction
Chris Lattner
2010-10-31
Attach a GCModuleInfo to a MachineFunction.
Nicolas Geoffray
2010-10-30
Include MachineBasicBlock numbers in viewCFG() output.
Jakob Stoklund Olesen
2010-10-26
Teach MachineBasicBlock::print() to annotate instructions and blocks with
Jakob Stoklund Olesen
2010-10-20
Make CodeGen TBAA-aware.
Dan Gohman
2010-09-21
force clients of MachineFunction::getMachineMemOperand to provide a
Chris Lattner
2010-09-21
start pushing MachinePointerInfo out through the MachineMemOperand interface
Chris Lattner
2010-07-27
It's better to have the arrays, which would trigger the creation of stack
Bill Wendling
2010-07-23
Remove too-strict assertion. We may want the vreg copy of the physical register
Jim Grosbach
2010-07-07
Fix debugging strings.
Dan Gohman
2010-07-04
Infer alignments of fixed frame objects when they are constructed. This ensur...
Evan Cheng
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-05-24
Avoid adding duplicate function live-in's.
Evan Cheng
2010-04-15
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-05
enhance MachineFunction to have a MMI pointer.
Chris Lattner
2010-04-02
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-01
Revert r100143.
Eric Christopher
2010-04-01
Add some switches helpful for debugging:
David Greene
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-19
Stop trying to merge identical jump tables. This had been inadvertently
Bob Wilson
2010-03-18
Define placement new wrappers for BumpPtrAllocator and
Dan Gohman
2010-03-18
Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to
Bob Wilson
2010-03-13
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-11
Add a new jump table encoding to indicate jump tables entries
Richard Osborne
2010-03-10
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-02-19
Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.
Charles Davis
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-27
Silence GCC warnings with asserts turned off. No functionality change.
Chandler Carruth
2010-01-26
Move getJTISymbol from MachineJumpTableInfo to MachineFunction,
Chris Lattner
[next]