llvm-6502/include/llvm/CodeGen
Bill Wendling fa2eac54e6 Emit the TLS initialization function pointers into the correct section.
The `llvm.tls_init_funcs' (created by the front-end) holds pointers to the TLS
initialization functions. These need to be placed into the correct section so
that they are run before `main()'.

<rdar://problem/13733006>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180737 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-29 22:25:40 +00:00
..
PBQP
Analysis.h
AsmPrinter.h Emit the TLS initialization function pointers into the correct section. 2013-04-29 22:25:40 +00:00
CalcSpillWeights.h
CallingConvLower.h
CommandFlags.h
DAGCombine.h
DFAPacketizer.h
EdgeBundles.h
FastISel.h Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comment. 2013-04-19 23:26:18 +00:00
FunctionLoweringInfo.h
GCMetadata.h GCInfoDeleter code cleanup after r175528 2013-03-01 11:40:32 +00:00
GCMetadataPrinter.h
GCs.h Add a GC plugin for Erlang 2013-03-25 13:47:46 +00:00
GCStrategy.h
IntrinsicLowering.h
ISDOpcodes.h Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. 2013-04-20 12:32:17 +00:00
JITCodeEmitter.h
LatencyPriorityQueue.h
LexicalScopes.h
LinkAllAsmWriterComponents.h Add a GC plugin for Erlang 2013-03-25 13:47:46 +00:00
LinkAllCodegenComponents.h Add a GC plugin for Erlang 2013-03-25 13:47:46 +00:00
LiveInterval.h MI Sched: eliminate local vreg copies. 2013-04-24 15:54:43 +00:00
LiveIntervalAnalysis.h Move #include of BitVector from .h to .cpp file. 2013-03-18 23:45:45 +00:00
LiveIntervalUnion.h
LiveRangeEdit.h Add some constantness. 2013-03-18 23:40:46 +00:00
LiveRegMatrix.h
LiveStackAnalysis.h
LiveVariables.h Move #include of BitVector from .h to .cpp file. 2013-03-18 23:45:45 +00:00
MachineBasicBlock.h Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbol 2013-04-22 21:21:08 +00:00
MachineBlockFrequencyInfo.h
MachineBranchProbabilityInfo.h Remove blank line before block comment. 2013-03-20 18:25:12 +00:00
MachineCodeEmitter.h
MachineCodeInfo.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h Move estimateStackSize from ARM into MachineFrameInfo 2013-03-14 21:15:20 +00:00
MachineFunction.h Fix comment that didn't match the method it was above 2013-04-22 20:30:50 +00:00
MachineFunctionAnalysis.h
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h
MachineInstrBundle.h
MachineJumpTableInfo.h
MachineLoopInfo.h
MachineMemOperand.h Add target flags to MachineMemOperands. 2013-04-27 03:54:17 +00:00
MachineModuleInfo.h Add some constantness. 2013-03-18 23:40:46 +00:00
MachineModuleInfoImpls.h
MachineOperand.h
MachinePassRegistry.h
MachinePostDominators.h Remove unneeded #include. 2013-03-10 01:15:14 +00:00
MachineRegisterInfo.h Add an MRI::verifyUseLists() function. 2013-04-19 21:40:57 +00:00
MachineRelocation.h
MachineScheduler.h MI Sched: eliminate local vreg copies. 2013-04-24 15:54:43 +00:00
MachineSSAUpdater.h
MachineTraceMetrics.h Generalize the MachineTraceMetrics public API. 2013-04-27 03:54:20 +00:00
MachORelocation.h
Passes.h Use a real union for IdentifyingPassPtr. 2013-04-10 20:50:44 +00:00
PseudoSourceValue.h
RegAllocPBQP.h Replace uses of the deprecated std::auto_ptr with OwningPtr. 2013-04-15 12:06:32 +00:00
RegAllocRegistry.h
RegisterClassInfo.h
RegisterPressure.h
RegisterScavenging.h Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging 2013-04-05 22:31:56 +00:00
ResourcePriorityQueue.h
RuntimeLibcalls.h
ScheduleDAG.h MI Sched: eliminate local vreg copies. 2013-04-24 15:54:43 +00:00
ScheduleDAGInstrs.h MI Sched: eliminate local vreg copies. 2013-04-24 15:54:43 +00:00
ScheduleDFS.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
ScoreboardHazardRecognizer.h
SelectionDAG.h ArrayRefize getMachineNode(). No functionality change. 2013-04-19 22:22:57 +00:00
SelectionDAGISel.h Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm 2013-04-19 22:29:18 +00:00
SelectionDAGNodes.h Cleanup the simplify_type implementation. 2013-03-27 16:43:11 +00:00
SlotIndexes.h Add support for index resources (for a SlotIndex) to be relinquished. 2013-04-19 04:31:49 +00:00
TargetLoweringObjectFileImpl.h [mc-coff] Forward Linker Option flags into the .drectve section 2013-04-25 19:34:41 +00:00
TargetSchedule.h
ValueTypes.h
ValueTypes.td Fix bit size of v64i8 and v32i16 vector types. 2013-04-15 16:11:25 +00:00
VirtRegMap.h