- d411419 Avoid creating expensive comment string if it's not going to be printed. by Evan Cheng · 16 years ago
- ac2673e Add FIXME for future checking. by Anton Korobeynikov · 16 years ago
- eb580ee Loosen our check here. Local regalloc only cares that the reg is used and def'd by the same instruction, but about the details of by Owen Anderson · 16 years ago
- 03b5ee7 Remove extra call to DW.SetModuleInfo on Linux. by Dale Johannesen · 16 years ago
- d037724 Emit debug info for data-only files on Cell SPU. by Dale Johannesen · 16 years ago
- 757809a Emit debug into for data-only files for Linux PPC. by Dale Johannesen · 16 years ago
- 492f276 Move the IsVolatile and SVOffset fields into the MemSDNode base by Dan Gohman · 16 years ago
- f2452c5 Emit debug info for data-only files. ARM version. by Dale Johannesen · 16 years ago
- dd4b47c Don't use an expensive check for two-address-ness when we have the information sitting around to determine it much more quickly, by Owen Anderson · 16 years ago
- 7bc39e2 Emit debug info for data-only files. This version is X86 ATT only. by Dale Johannesen · 16 years ago
- b126f3b Add missed section by Anton Korobeynikov · 16 years ago
- 94618eb Emit debug info for data-only files. This version applies to ppc Darwin only. by Dale Johannesen · 16 years ago
- 9094db1 Factor local liveness computation out into its own function. by Owen Anderson · 16 years ago
- 85e6815 Reuse the MO variable instead of recomputing it in RegAllocLocal. by Dan Gohman · 16 years ago
- 9a06ed9 Distinguish .const and .const_data on Darwin, when needed. This is somehow crazy :) by Anton Korobeynikov · 16 years ago
- 88cef24 Give RegAllocSimple a TargetInstrInfo member to keep it consistent by Dan Gohman · 16 years ago
- 8849054 RegAllocLocal has a TargetInstrInfo data member. Use it instead by Dan Gohman · 16 years ago
- 0383bc0 Use find with std::map, when that's what's needed, instead of lower_bound by Dan Gohman · 16 years ago
- f56c2f7 Weak stuff always goes to coalesced sections on Darwin by Anton Korobeynikov · 16 years ago
- 4b9235b Remove #include <iostream>. by Dan Gohman · 16 years ago
- 091be59 Testcase for PR2024 by Anton Korobeynikov · 16 years ago
- 8e819ae Silence a warning by Anton Korobeynikov · 16 years ago
- 4b4d100 Drop enum and use constants for SectionFlags by Anton Korobeynikov · 16 years ago
- c5a7e40 Add FIXME needed to be resolved later by Anton Korobeynikov · 16 years ago
- 7d51edf Use only 'subset' of flags by Anton Korobeynikov · 16 years ago
- a3af0bf Typo by Anton Korobeynikov · 16 years ago
- 3b48591 Revert accidentially added stuff by Anton Korobeynikov · 16 years ago
- 0d44ba8 First sketch of special section objects by Anton Korobeynikov · 16 years ago
- c5c92f6 Honour text sections by Anton Korobeynikov · 16 years ago
- c33a744 Use isWeakForLinker() hook by Anton Korobeynikov · 16 years ago
- 93911d2 Unbreak by Anton Korobeynikov · 16 years ago
- e87f52d Switch to new section name handling facility by Anton Korobeynikov · 16 years ago
- 7e7fc82 Another bunch of hacks for named sections support by Anton Korobeynikov · 16 years ago
- 1290ecf Typo by Anton Korobeynikov · 16 years ago
- 87fc6b4 Drop mergeable flag, if size is no suitable by Anton Korobeynikov · 16 years ago
- 2a88917 Fix several bugs in named sections handling by Anton Korobeynikov · 16 years ago
- b20015b Add hacky way to distinguish named and named sections. This will be generalized in the future. by Anton Korobeynikov · 16 years ago
- 5248670 Use 'gnu.linkonce', where needed by Anton Korobeynikov · 16 years ago
- 0e48a0c Fix thinko by Anton Korobeynikov · 16 years ago
- c6f4947 Drop dead member reference by Anton Korobeynikov · 16 years ago
- 4039e68 Add funny darwin section selection logic by Anton Korobeynikov · 16 years ago
- 01b0e24 Handle ELF mergeable sections by Anton Korobeynikov · 16 years ago
- 4260ad3 Provide section selection for X86 ELF targets by Anton Korobeynikov · 16 years ago
- 265c525 Provide general hook for section name calculation by Anton Korobeynikov · 16 years ago
- 6d82942 Print entity size for mergeable sections by Anton Korobeynikov · 16 years ago
- f447e3d Split PrintSectionFlags by Anton Korobeynikov · 16 years ago
- b9a02fc Split UniqueSectionForGlobal() by Anton Korobeynikov · 16 years ago
- b9e58ef Split PreferredEHDataFormat hook by Anton Korobeynikov · 16 years ago
- 4468b7a Split X86TargetAsmInfo into 4 subtarget-specific classes by Anton Korobeynikov · 16 years ago
- 8210045 Whitespace cleanup by Anton Korobeynikov · 16 years ago
- 6e405f3 Move flag decoding stuff into special hook by Anton Korobeynikov · 16 years ago
- 29b03f7 Properly handle linkonce stuff by Anton Korobeynikov · 16 years ago
- c0f41db Provide skeletone code for calculation of section, where global should be emitted into by Anton Korobeynikov · 16 years ago
- a2d3307 Use 'llvm-linkonce' consistently by Anton Korobeynikov · 16 years ago
- 5555078 Make hooks virtual by Anton Korobeynikov · 16 years ago
- 0c60246 Add default section name resolution routine by Anton Korobeynikov · 16 years ago
- 8cc948d Constify by Anton Korobeynikov · 16 years ago
- beb9d40 Add code for default section falgs computation by Anton Korobeynikov · 16 years ago
- dd1c20d Remove some unneeded includes. by Duncan Sands · 16 years ago
- b5508e4 Redo LegalizeTypes soft float support for by Duncan Sands · 16 years ago
- 452911c Forgot to update the chain result when softening loads. by Duncan Sands · 16 years ago
- f8568b4 LegalizeTypes soft float support for FP_TO_SINT and FP_TO_UINT. by Duncan Sands · 16 years ago
- 851b1ee LegalizeTypes support for powi soft float. by Duncan Sands · 16 years ago
- ddc7aa3 Make the role of MVT::i32 clearer here, and add a by Duncan Sands · 16 years ago
- d8ad492 Simplify, suggested by Chris Lattner. by Nick Lewycky · 16 years ago
- 9ee863e Fold (a < 8) && (b < 8) into (a|b) < 8 for unsigned less or greater than. by Nick Lewycky · 16 years ago
- 1afe5c3 Missed alignment argument on stores lowered from memcpy. by Evan Cheng · 16 years ago
- 526be70 Back out 53254. It broke ppc debug info codegen. by Evan Cheng · 16 years ago
- 3e30cbb Make the DICountVisitor not a visitor. This keeps us from calling virtual by Bill Wendling · 16 years ago
- 06b8c19 Silence warning by initializing variable. by Bill Wendling · 16 years ago
- 7728f7e Fixed features usage. by Bruno Cardoso Lopes · 16 years ago
- d1f77bf Fold ((1 << a) & 1) to (a == 0). by Nick Lewycky · 16 years ago
- 6fa6a32 Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 16 years ago
- b02b8af random bugfix sitting in my tree. by Chris Lattner · 16 years ago
- 2782ed1 Fix a broken test. Neither load is eliminable without changing the CFG. by Chris Lattner · 16 years ago
- 7b76da1 Fixe typos and 80 column size problems by Bruno Cardoso Lopes · 16 years ago
- b4d1bc9 Reduce x - y to -y when we know the 'x' part will get masked off anyways. by Nick Lewycky · 16 years ago
- 97c2537 MipsTargetLowering cleanup by Bruno Cardoso Lopes · 16 years ago
- b0b0468 Remove getValueRange from SCEV. It wasn't doing anything there anyways, and a by Nick Lewycky · 16 years ago
- 0af8225 Consistently put quotes around pass names in debugging output. by Dan Gohman · 16 years ago
- a5e27f8 If loop induction variable's start value is less then its exit value then do not split the loop. by Devang Patel · 16 years ago
- f877b73 const-ify SelectionDAG::getNodeValueTypes. by Dan Gohman · 16 years ago
- 4e526b9 It's no longer necessary to test if a MachineBasicBlock's by Dan Gohman · 16 years ago
- f1bf29e Verify that MachineMemOperand alignment is a non-zero power of 2. by Dan Gohman · 16 years ago
- 9c6e70e Factor out the code for computing an alignment value, and make it by Dan Gohman · 16 years ago
- 0966f0f Fix the build. Apparently MachineInstr& is no longer implicitly convertable to MachineBasicBlock::iterator. by Owen Anderson · 16 years ago
- afbd073 The graph name really does matter for configurations that use gv. by Dan Gohman · 16 years ago
- 491fccc Make the local register allocator compute (purely local) liveness information for itself by Owen Anderson · 16 years ago
- 62b9b6e Testcase for debug info from data-only files. by Dale Johannesen · 16 years ago
- f71cb9b Make debug info come out in data-only files. by Dale Johannesen · 16 years ago
- 33d9b35 Remove some dead code. by Dale Johannesen · 16 years ago
- 920ae98 fix dangling pointer and argv off by one errors. Add support for --disable-inlining by Nick Kledzik · 16 years ago
- 71e8685 Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode's. This improves compile time slightly at -O0 -g. by Evan Cheng · 16 years ago
- 7ba11c5 Remove custom expansion from LegalizeTypes when doing by Duncan Sands · 16 years ago
- 3a2eb29 Add missing select_cc libcall line, somehow omitted in LegalizeTypes. by Duncan Sands · 16 years ago
- 8013954 improve comment by Chris Lattner · 16 years ago
- d038c27 'Optimize' test by Chris Lattner · 16 years ago
- 663ceeb Add a new hidden option to the interpreter to cause it to print by Chris Lattner · 16 years ago
- 7104296 Fix PR2496, a really nasty bug which involved sinking volatile loads by Chris Lattner · 16 years ago
- 895860e new testcase for PR2496 by Chris Lattner · 16 years ago