Add hacky way to distinguish named and named sections. This will be generalized in...
[oota-llvm.git] / lib / Target /
2008-07-09 Anton KorobeynikovAdd hacky way to distinguish named and named sections...
2008-07-09 Anton KorobeynikovUse 'gnu.linkonce', where needed
2008-07-09 Anton KorobeynikovFix thinko
2008-07-09 Anton KorobeynikovDrop dead member reference
2008-07-09 Anton KorobeynikovAdd funny darwin section selection logic
2008-07-09 Anton KorobeynikovHandle ELF mergeable sections
2008-07-09 Anton KorobeynikovProvide section selection for X86 ELF targets
2008-07-09 Anton KorobeynikovProvide general hook for section name calculation
2008-07-09 Anton KorobeynikovPrint entity size for mergeable sections
2008-07-09 Anton KorobeynikovSplit PrintSectionFlags
2008-07-09 Anton KorobeynikovSplit UniqueSectionForGlobal()
2008-07-09 Anton KorobeynikovSplit PreferredEHDataFormat hook
2008-07-09 Anton KorobeynikovSplit X86TargetAsmInfo into 4 subtarget-specific classes
2008-07-09 Anton KorobeynikovWhitespace cleanup
2008-07-09 Anton KorobeynikovMove flag decoding stuff into special hook
2008-07-09 Anton KorobeynikovProperly handle linkonce stuff
2008-07-09 Anton KorobeynikovProvide skeletone code for calculation of section,...
2008-07-09 Anton KorobeynikovUse 'llvm-linkonce' consistently
2008-07-09 Anton KorobeynikovAdd default section name resolution routine
2008-07-09 Anton KorobeynikovConstify
2008-07-09 Anton KorobeynikovAdd code for default section falgs computation
2008-07-09 Evan ChengBack out 53254. It broke ppc debug info codegen.
2008-07-09 Bill WendlingSilence warning by initializing variable.
2008-07-09 Bruno Cardoso LopesFixed features usage.
2008-07-09 Chris Lattnerrandom bugfix sitting in my tree.
2008-07-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-09 Bruno Cardoso LopesMipsTargetLowering cleanup
2008-07-08 Dale JohannesenMake debug info come out in data-only files.
2008-07-08 Evan ChengUnbreak C++ tests on x86 Darwin.
2008-07-08 Duncan SandsPacify gcc-4.3.
2008-07-08 Evan ChengAvoid unnecessary string construction during asm printing.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-07 Evan ChengClean up PPC register specification.
2008-07-07 Evan ChengATT asm printer just print register AsmName's instead...
2008-07-07 Evan ChengTargetRegisterDesc::Name field is the same as the abstr...
2008-07-07 Dan GohmanSimplify this use of BuildMI. This is also in preparati...
2008-07-07 Dan GohmanMinor const-correctness fixes.
2008-07-07 Bruno Cardoso Lopesfixed 32-bit fp_to_sint pattern
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-07 Dan GohmanMake DenseMap's insert return a pair, to more closely...
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-04 Duncan SandsLinux also does not require exception handling
2008-07-03 Evan ChengBack out 53091 for now.
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-07-03 Anton Korobeynikovllvm-gcc sometimes marks external declarations hidden...
2008-07-03 Evan ChengcommuteInstruction should preserve dead markers.
2008-07-02 Owen AndersonMake LiveVariables even more optional, by making it...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
2008-07-01 Evan ChengAvoid creating expensive comment string if it's not...
2008-07-01 Bill WendlingRemove warning about initialization order.
2008-07-01 Dan GohmanPrune a few dependencies on MachineFunction.h.
2008-07-01 Evan ChengDo not use computationally expensive scheduling heurist...
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
2008-07-01 Duncan SandsHighlight that getMergeValues optimization is
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanDon't use ISD namespace opcodes for MachineInstrs.
2008-06-30 Dan Gohmanstd::ostream and std::string microoptimizations for...
2008-06-30 Dan GohmanUpdate comments to new-style syntax.
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-28 Anton KorobeynikovStart refactoring of asmprinters: provide a TAI hook...
2008-06-28 Anton KorobeynikovUnbreak
2008-06-28 Anton KorobeynikovTemporary rever invalid commit
2008-06-28 Anton KorobeynikovMove printing of module-level GVs into dedicated helper
2008-06-28 Anton KorobeynikovUse common naming convention
2008-06-28 Anton KorobeynikovFactor out stuff into helper function
2008-06-28 Anton KorobeynikovCleanup
2008-06-28 Anton KorobeynikovRemove X86SharedAsmPrinter
2008-06-28 Anton Korobeynikovwhitespace cleanup
2008-06-28 Anton KorobeynikovMake intel asmprinter child of generic asmprinter,...
2008-06-28 Anton KorobeynikovCleanup
2008-06-28 Anton KorobeynikovWhitespace cleanup
2008-06-27 Anton KorobeynikovUse StringSet instead of std::set<std::string>
2008-06-27 Anton KorobeynikovProvide correct encoding for PPC LWARX instructions.
2008-06-27 Owen AndersonCache subregister relationships in a set in TargetRegis...
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
2008-06-26 Dale JohannesenFixes the last x86-64 test failure in compat.exp:
2008-06-25 Evan Cheng- Fix a x86 vector isel bug: illegal transformation...
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-25 Dan GohmanSimpleInstructionSelector is here no more.
2008-06-25 Dan GohmanRemove the OrigVT member from AtomicSDNode, as it is...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-25 Evan ChengEnable two-address remat by default.
2008-06-24 Dale JohannesenAdd v2f32 (MMX) type to X86. Support is primitive:
2008-06-24 Evan ChengIf it's determined safe, remat MOV32r0 (i.e. xor r...
2008-06-24 Dan GohmanAdd a note about a potential PIC optimization.
2008-06-24 Dan GohmanFixes for being compiled PIC on Linux. This isn't the...
2008-06-22 Dan GohmanRemove unnecessary #includes.
2008-06-21 Dan GohmanUse MachineBasicBlock::transferSuccessors.
2008-06-19 Eli FriedmanFix a bug with <8 x i16> shuffle lowering on X86 where...
2008-06-19 Evan ChengUnneeded include's.
2008-06-18 Evan ChengXOR32rr, etc. are not AsCheapAsMove, but MOV32ri, etc...
2008-06-18 Evan ChengUnbreak DECLARE isel in pic mode.
2008-06-17 Anton KorobeynikovAdd one more 'magic' define :)
2008-06-17 Anton KorobeynikovUnbreak non-PPC builds
next