- 79acd2b Fix grammaros in comments. by Dan Gohman · 16 years ago
- 1d8973b Add the PR number to the test. by Dan Gohman · 16 years ago
- 7375fbc Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain that by Dan Gohman · 16 years ago
- 3580331 Enhance the GraphWriter support for edge destinations, and teach the by Dan Gohman · 16 years ago
- 2dbc167 After early-lowering the FORMAL_ARGUMENTS node, delete it. by Dan Gohman · 16 years ago
- a022bdf Eliminate a compilation warning. by Evan Cheng · 16 years ago
- 462dc7f Add titles to the various SelectionDAG viewGraph calls by Dan Gohman · 16 years ago
- 2d3ff5a Make the GraphWriter be more consistent about the string by Dan Gohman · 16 years ago
- 80f3d46 Fix uses of underscore-capital names. by Dan Gohman · 16 years ago
- 91fd532 Added initial support for small sections on Mips. by Bruno Cardoso Lopes · 16 years ago
- 6116a73 Now that the MachineInstr leaks are fixed, enable leak checking by Dan Gohman · 16 years ago
- 318a511 Temporary hack to build with GCC 4.0 instead of 4.2. by Bill Wendling · 16 years ago
- 9685506 Use better variable names by Anton Korobeynikov · 16 years ago
- d493b04 Don't use larger alignment. by Anton Korobeynikov · 16 years ago
- d038e04 Add VerifyNode, a place to put sanity checks on by Duncan Sands · 16 years ago
- 41c0840 Use movaps instead of movups to spill 16-byte vector values when default alignment is >= 16. This fixes some massive performance regressions. by Evan Cheng · 16 years ago
- 9e13cbc Revert r53812 -- premature. LegalizeTypes isn't actually on yet! by Nick Lewycky · 16 years ago
- 2ceb40f Switch on the use of arbitrary precision integers in scalar evolution. This will by Nick Lewycky · 16 years ago
- 8b82c49 This header isn't necessary now. by Wojciech Matyjewicz · 16 years ago
- de0f238 Fix PR2088. Use modulo linear equation solver to compute loop iteration count. by Wojciech Matyjewicz · 16 years ago
- b8c44d3 Updated VC++ projects by Cedric Venet · 16 years ago
- 3180e20 Fix for first part of PR2562. Generate the "pinsrw" instruction for inserts by Bill Wendling · 16 years ago
- fbbd701 Pull r53795 from Gaz into mainline: by Bill Wendling · 16 years ago
- badd8df Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. by Anton Korobeynikov · 16 years ago
- a7360f0 Make sure custom lowering for LegalizeTypes by Duncan Sands · 16 years ago
- e637727 XFAIL this test. by Nick Lewycky · 16 years ago
- 5c779a4 While testing particular algorithms to compute loop iteration count the brute by Wojciech Matyjewicz · 16 years ago
- 055a76b Use chars, where possible by Anton Korobeynikov · 16 years ago
- ae408e6 Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. by Anton Korobeynikov · 16 years ago
- cff2ea0 Fix a FIXME :) by Anton Korobeynikov · 16 years ago
- 18f6ed9 Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code by Anton Korobeynikov · 16 years ago
- 745e864 Add TargetAsmInfo stuff for all darwin-based targets by Anton Korobeynikov · 16 years ago
- debe34b Add TargetAsmInfo for all ELF-based targets by Anton Korobeynikov · 16 years ago
- 33500e5 Testcase for PR2549 by Anton Korobeynikov · 16 years ago
- 88bbf69 Use aligned stack spills, where possible. This fixes PR2549. by Anton Korobeynikov · 16 years ago
- 4aad12c Remove bogus assertion. This unbreaks mingw, where ConstantSDNode by Anton Korobeynikov · 16 years ago
- db6535d tentative definitions are default visibility by Nick Kledzik · 16 years ago
- 1ed9922 Fix a memory leak in LiveIntervalAnalysis. by Evan Cheng · 16 years ago
- 5a7fb69 typo. by Devang Patel · 16 years ago
- 0597667 If all linker input files are native object files then lto-bugpoint is not useful. by Devang Patel · 16 years ago
- 8e450f0 Start writing lto-bugpoint tool. by Devang Patel · 16 years ago
- c3e2672 Softfloat support for FDIV. Patch by Richard Pennington. by Duncan Sands · 16 years ago
- f8ac645 Eliminate unused variable. by Duncan Sands · 16 years ago
- 6c4d8e3 Supress a gcc-4.3 warning. by Duncan Sands · 16 years ago
- 77926da Revert 53729, after waking up in the middle of by Duncan Sands · 16 years ago
- 5a11aba In the CBackend, use casts to force integer add, subtract, and by Dan Gohman · 16 years ago
- fa82857 Fix a LocalSpiller leak. This fixes tramp3d-v4. by Dan Gohman · 16 years ago
- e98c54c Make PRE actually handle critical edges (by splitting them). Confirmed that bootstrap passes with this change. by Owen Anderson · 16 years ago
- cfa9419 Reapply r53735. My last patch fixed the failures Dan observed. by Owen Anderson · 16 years ago
- 3ecaf1b Add some checks that got lost in the shuffle. This fixes 464.h264ref. by Owen Anderson · 16 years ago
- 79c23ef Revert r53735. It broke SPEC 464.h264ref. by Dan Gohman · 16 years ago
- 0c141e6 verify limits-fndefn.c from the GCC testsuite before the by Chris Lattner · 16 years ago
- 2c3f7ae Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 16 years ago
- dc5f936 When printing MemOperand nodes, only use print() for by Dan Gohman · 16 years ago
- f7d3ecf Use MergeBlockIntoPredecessor to simplify some code. by Owen Anderson · 16 years ago
- 76a4d58 Subreg live interval valno may not have a corresponding def machineinstr since it's less precise. by Evan Cheng · 16 years ago
- d171825 Add nounwind. by Evan Cheng · 16 years ago
- bcf24cd test commit access by Daniel Dunbar · 16 years ago
- 11f2ec8 Make MergeBlockIntoPredecessor more aggressive when the same successor appears by Owen Anderson · 16 years ago
- c2b856e Enable PRE. My last batch of changes fixed the miscompile. by Owen Anderson · 16 years ago
- f1bb7f1 Use a legal type for elements of the vector_shuffle by Duncan Sands · 16 years ago
- e8be6c6 Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk by Dan Gohman · 16 years ago
- 79d99b8 Indentation. by Evan Cheng · 16 years ago
- 79ada10 LegalizeTypes support for what seems to be the by Duncan Sands · 16 years ago
- 29681a5 Remove unnecessary readme entry by Nate Begeman · 16 years ago
- f00e74f Turn LegalizeTypes back off again for the moment: by Duncan Sands · 16 years ago
- e99b255 Fix a typo in last commit by Nate Begeman · 16 years ago
- 30a0de9 SSE codegen for vsetcc nodes by Nate Begeman · 16 years ago
- bc1f989 Make GlobalOpt preserve address spaces when scalar replacing aggregate globals. by Matthijs Kooijman · 16 years ago
- d137ab4 Fix PR2553 by Chris Lattner · 16 years ago
- f595266 When lowering certain atomics, we need to copy the memoperand from the old by Mon P Wang · 16 years ago
- b2ff885 Factorize some code for determining which libcall to use. by Duncan Sands · 16 years ago
- 066fcf8 Inliner tweak. Function calls should cost more than one instruction! by Evan Cheng · 16 years ago
- b31b06d Factor MergeBlockIntoPredecessor out into BasicBlockUtils. by Owen Anderson · 16 years ago
- 4139070 Name string length is end position marker - begin position marker. by Devang Patel · 16 years ago
- c2aec57 Do not forget global definitions from inline asm code block. by Devang Patel · 16 years ago
- 0d885d1 Mark function used by asm block as used, otherwise optimizer may not see the use and may delete the function. by Devang Patel · 16 years ago
- 5d0af03 There's no need to iterate block merging and PRE. In fact, iterating the latter by Owen Anderson · 16 years ago
- 5af8f0e Somehow, custom lowering of i64 multiplications got dropped along the way. by Scott Michel · 16 years ago
- 2fbdf0e Fix the result type of X86's truncate to i8. by Dan Gohman · 16 years ago
- 7a9a5af Fix the result type of a VECTOR_SHUFFLE+BIT_CONVERT dagcombine. This by Dan Gohman · 16 years ago
- 9cf80fa Fix the name of BreakCriticalMachineEdge.h's include guard by Dan Gohman · 16 years ago
- 58ca8d5 Correct a top-level comment. by Dan Gohman · 16 years ago
- 95db39a Add support for promoting and expanding AssertZext by Duncan Sands · 16 years ago
- 61e804f Clarify the comments here, to make slightly more clear the by Dan Gohman · 16 years ago
- 2853367 Tidy a doxygen comment. by Dan Gohman · 16 years ago
- c0d6012 Fix a comment to say nonnegative instead of positive. by Dan Gohman · 16 years ago
- c5e1f98 Add an assert to check for empty flags for MachineMemOperand. by Dan Gohman · 16 years ago
- 836b3e6 Test passing of integer parameters for integers by Duncan Sands · 16 years ago
- 8b5e62f Test codegen of loads and stores of all integer by Duncan Sands · 16 years ago
- d8b4d60 Add a few cases to instcombine's extractvalue testcase. by Matthijs Kooijman · 16 years ago
- 5f0028e Un-XFAIL multdeadretval, since instcombine now properly handles the mess deadargelim leaves behind :-) by Matthijs Kooijman · 16 years ago
- 780ae5e Redo InstCombiner::visitExtractValueInst. Instead of using the (complicate) by Matthijs Kooijman · 16 years ago
- 05c397d Reorder methods alphabetically. No functionality change. by Duncan Sands · 16 years ago
- 7f1d8ae Turn on LegalizeTypes by default. by Duncan Sands · 16 years ago
- dddc827 Don't use ++idx_begin when I actually mean idx_begin + 1, especially since we by Matthijs Kooijman · 16 years ago
- 17991c3 The atomic.cmp.swap promotion logic is wrong: it by Duncan Sands · 16 years ago
- be8efa5 Fix PR2296. Do not transform x86_sse2_storel_dq into a full-width store. by Evan Cheng · 16 years ago
- 817a6a9 x86-64 PIC JIT fixes: do not generate the extra load for external GV's. by Evan Cheng · 16 years ago
- 81fb5fe X86-64 PIC jump table values are different from x86-32 cases, they are dest - table base. by Evan Cheng · 16 years ago