OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-llvm.git] / lib / CodeGen / MachineFunction.cpp
2012-04-25 The Android Automergermerge in jb-release history after reset to jb-dev
2012-04-24 Shih-wei LiaoMerge with LLVM upstream r155090.
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-27 Jakob Stoklund OlesenPrint SSA and liveness tracking flags in MF::print().
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2012-02-06 Craig TopperMove some llvm_unreachable's from r149849 out of switch...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-27 Chris Lattnermake sure the file's matching header is #include'd...
2012-01-27 Chris LattnerRewrite CanShareConstantPoolEntry to be implemented...
2012-01-26 Chris Lattnerprogress making the world safe to ConstantDataVector...
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-25 Logan ChienMerge with LLVM upstream r145126 (Nov 25th 2011)
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-07-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-01 Nowar GuMerge upstream to r134237 at Fri. 1st July 2011.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-02 Jakob Stoklund OlesenUse the PrintReg adaptor to correctly print live-in...
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2011-02-22 Cameron ZwarichMachineConstantPoolValues are not uniqued, so they...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-10-31 Nicolas GeoffrayAttach a GCModuleInfo to a MachineFunction.
2010-10-31 Nicolas GeoffrayAttach a GCModuleInfo to a MachineFunction.
2010-10-30 Jakob Stoklund OlesenInclude MachineBasicBlock numbers in viewCFG() output.
2010-10-30 Jakob Stoklund OlesenInclude MachineBasicBlock numbers in viewCFG() output.
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-23 Jim GrosbachRemove too-strict assertion. We may want the vreg copy...
2010-07-23 Jim GrosbachRemove too-strict assertion. We may want the vreg copy...
2010-07-07 Dan GohmanFix debugging strings.
2010-07-07 Dan GohmanFix debugging strings.
2010-07-04 Evan ChengInfer alignments of fixed frame objects when they are...
2010-07-04 Evan ChengInfer alignments of fixed frame objects when they are...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-24 Evan ChengAvoid adding duplicate function live-in's.
2010-05-24 Evan ChengAvoid adding duplicate function live-in's.
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-07 Shih-wei Liaolibbcc
2010-04-05 Chris Lattnerenhance MachineFunction to have a MMI pointer.
2010-04-05 Chris Lattnerenhance MachineFunction to have a MMI pointer.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-19 Bob WilsonStop trying to merge identical jump tables. This had...
2010-03-19 Bob WilsonStop trying to merge identical jump tables. This had...
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
next