..
AsmPrinter.h
Do not emit a UsedDirective for things in the llvm.used
2008-09-03 20:34:58 +00:00
BreakCriticalMachineEdge.h
Fix the name of BreakCriticalMachineEdge.h's include guard
2008-07-16 16:04:07 +00:00
CallingConvLower.h
- Doh. Pass vector by value is bad.
2008-09-07 09:02:18 +00:00
DAGISelHeader.h
erect abstraction boundaries for accessing SDValue members, rename Val -> Node to reflect semantics
2008-08-28 21:40:38 +00:00
DwarfWriter.h
Use raw_ostream throughout the AsmPrinter.
2008-08-21 00:14:44 +00:00
ELFRelocation.h
FastISel.h
Rename method.
2008-09-05 20:49:33 +00:00
FileWriters.h
Use raw_ostream throughout the AsmPrinter.
2008-08-21 00:14:44 +00:00
GCMetadata.h
Rename some GC classes so that their roll will hopefully be clearer.
2008-08-17 18:44:35 +00:00
GCMetadataPrinter.h
Use raw_ostream throughout the AsmPrinter.
2008-08-21 00:14:44 +00:00
GCs.h
Rename some GC classes so that their roll will hopefully be clearer.
2008-08-17 18:44:35 +00:00
GCStrategy.h
Rename some GC classes so that their roll will hopefully be clearer.
2008-08-17 18:44:35 +00:00
IntrinsicLowering.h
LinkAllAsmWriterComponents.h
Rename some GC classes so that their roll will hopefully be clearer.
2008-08-17 18:44:35 +00:00
LinkAllCodegenComponents.h
Rename some GC classes so that their roll will hopefully be clearer.
2008-08-17 18:44:35 +00:00
LiveInterval.h
Instead of adding an isSS field to LiveInterval to denote stack slot. Use top bit of 'reg' instead. If the top bit is set, than the LiveInterval represents a stack slot live interval.
2008-06-23 21:03:19 +00:00
LiveIntervalAnalysis.h
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
LiveStackAnalysis.h
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
LiveVariables.h
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
MachineBasicBlock.h
Fold the useful features of alist and alist_node into ilist, and
2008-07-28 21:51:04 +00:00
MachineCodeEmitter.h
Prune and tidy #includes.
2008-05-29 19:52:31 +00:00
MachineConstantPool.h
get MachineConstantPool off std::ostream, onto raw_ostream. It would be
2008-08-23 22:53:13 +00:00
MachineDominators.h
MachineFrameInfo.h
Fix error: ‘std::ostream’ has not been declared
2008-07-25 19:29:14 +00:00
MachineFunction.h
Fold the useful features of alist and alist_node into ilist, and
2008-07-28 21:51:04 +00:00
MachineFunctionPass.h
Tidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 17:05:41 +00:00
MachineInstr.h
Refactor isSafeToReMat out of 2addr pass.
2008-08-27 20:33:50 +00:00
MachineInstrBuilder.h
Add a MachineInstrBuilder method for adding floating-point
2008-08-26 23:19:23 +00:00
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
Use empty() instead of begin() == end().
2008-08-14 18:13:49 +00:00
MachineMemOperand.h
Change the FoldingSetNodeID usage for objects which carry
2008-08-20 15:58:01 +00:00
MachineModuleInfo.h
Use StringMap for greater justice!
2008-07-07 20:59:31 +00:00
MachineOperand.h
Use raw_ostream throughout the AsmPrinter.
2008-08-21 00:14:44 +00:00
MachinePassRegistry.h
MachineRegisterInfo.h
Enable rematerialization of constants using AliasAnalysis::pointsToConstantMemory,
2008-07-25 00:02:30 +00:00
MachineRelocation.h
Revert 51775.
2008-05-30 22:47:19 +00:00
MachORelocation.h
Passes.h
Rename some GC classes so that their roll will hopefully be clearer.
2008-08-17 18:44:35 +00:00
PseudoSourceValue.h
Unbreak PseudoSourceValue::print. This fixes -print-machine-instrs
2008-08-27 15:24:43 +00:00
RegAllocRegistry.h
RegisterCoalescer.h
Remove uses of "llvm/Support/Debug.h" from LLVM include files, which
2008-07-07 18:14:29 +00:00
RegisterScavenging.h
RuntimeLibcalls.h
Add intrinsics for log, log2, log10, exp, exp2.
2008-09-04 00:47:13 +00:00
ScheduleDAG.h
Rename SDOperand to SDValue.
2008-07-27 21:46:04 +00:00
SchedulerRegistry.h
Do not use computationally expensive scheduling heuristics with -fast.
2008-07-01 18:05:03 +00:00
SelectionDAG.h
erect abstraction boundaries for accessing SDValue members, rename Val -> Node to reflect semantics
2008-08-28 21:40:38 +00:00
SelectionDAGISel.h
Create HandlePHINodesInSuccessorBlocksFast, a version of
2008-09-03 23:12:08 +00:00
SelectionDAGNodes.h
Add intrinsics for log, log2, log10, exp, exp2.
2008-09-04 00:47:13 +00:00
ValueTypes.h
Added support for overloading intrinsics (atomics) based on pointers
2008-07-30 04:36:53 +00:00
ValueTypes.td
Added support for overloading intrinsics (atomics) based on pointers
2008-07-30 04:36:53 +00:00