aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-2/+2
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-1/+5
* Use the PrintReg adaptor to correctly print live-in registers in debug output.Jakob Stoklund Olesen2011-05-021-17/+5
* MachineConstantPoolValues are not uniqued, so they need to be freed if theyCameron Zwarich2011-02-221-1/+7
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-3/+1
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-1/+3
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-3/+3
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-0/+7
* Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray2010-10-311-2/+3
* Include MachineBasicBlock numbers in viewCFG() output.Jakob Stoklund Olesen2010-10-301-8/+6
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-261-2/+2
* Make CodeGen TBAA-aware.Dan Gohman2010-10-201-5/+10
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-211-14/+4
* start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner2010-09-211-5/+11
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-271-1/+1
* Remove too-strict assertion. We may want the vreg copy of the physical registerJim Grosbach2010-07-231-1/+0
* Fix debugging strings.Dan Gohman2010-07-071-2/+2
* Infer alignments of fixed frame objects when they are constructed. This ensur...Evan Cheng2010-07-041-1/+7
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-2/+2
* Revert r107205 and r107207.Bill Wendling2010-06-291-7/+6
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-6/+7
* Avoid adding duplicate function live-in's.Evan Cheng2010-05-241-2/+8
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-151-1/+1
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-8/+8
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-051-2/+3
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-34/+0
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-021-9/+0
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-0/+34
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-34/+0
* Revert r100143.Eric Christopher2010-04-011-0/+34
* Add some switches helpful for debugging:David Greene2010-04-011-34/+0
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-3/+1
* Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson2010-03-191-11/+0
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-181-10/+6
* Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson2010-03-181-3/+12
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-2/+2
* Add a new jump table encoding to indicate jump tables entriesRichard Osborne2010-03-111-0/+4
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-1/+3
* Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.Charles Davis2010-02-191-0/+3
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth2010-01-271-2/+1
* Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner2010-01-261-18/+21
* add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner2010-01-261-8/+28
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-261-5/+5
* Add support for target-specific 32-bit custom-lowered Chris Lattner2010-01-261-0/+2
* Rearrange handling of jump tables. Highlights:Chris Lattner2010-01-251-11/+49
* Avoid including DebugInfo.h in AsmPrinter.hDevang Patel2010-01-191-0/+1
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-161-3/+3
* Change errs() to dbgs().David Greene2010-01-041-4/+5