- e7d238e Make the NaN test come second, heuristically assuming that NaNs are less common. by Dan Gohman · 16 years ago
- 7334b15 CMake: updated lib/CodeGen/CMakeLists.txt by Oscar Fuentes · 16 years ago
- 01426e1 Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts by Chris Lattner · 16 years ago
- 09e8ca8 Add skeleton for the pre-register allocation live interval splitting pass. by Evan Cheng · 16 years ago
- d659d50 Fast-isel no longer an experiment. by Dan Gohman · 16 years ago
- 11a26f3 Add a register class -> virtual registers map. by Evan Cheng · 16 years ago
- d398672 Support operations like fp_to_uint with a vector by Duncan Sands · 16 years ago
- b5f68e2 LegalizeTypes support for atomic operation promotion. by Duncan Sands · 16 years ago
- 49c18cc Use DAG.getIntPtrConstant rather than DAG.getConstant by Duncan Sands · 16 years ago
- 7e49822 Always use either MVT::i1 or getSetCCResultType for by Duncan Sands · 16 years ago
- ef5b199 Formatting - no functional change. by Duncan Sands · 16 years ago
- f6e2949 Don't use a random type for the select condition, by Duncan Sands · 16 years ago
- a1dc602 Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will by Bill Wendling · 16 years ago
- 181b627 Fix comment. Other formatting changes. No functionality changes. by Bill Wendling · 16 years ago
- 0e3da1d Vector shuffle mask elements may be "undef". Handle by Duncan Sands · 16 years ago
- 94989ac Use a legal integer type for vector shuffle mask by Duncan Sands · 16 years ago
- 2a0b96c Reapply r57699 with a fix to not crash on asms with multiple results. Unlike by Chris Lattner · 16 years ago
- 668aff6 Don't truncate GlobalAddress offsets to int in debug output. by Dan Gohman · 16 years ago
- 4ed4329 By min, I mean max. by Evan Cheng · 16 years ago
- 99fe34b When creating intervals, leave min(1, numdefs) holes after each instruction. by Evan Cheng · 16 years ago
- 6520e20 Teach DAGCombine to fold constant offsets into GlobalAddress nodes, by Dan Gohman · 16 years ago
- 9591573 Revert r57699. It's causing regressions in by Dan Gohman · 16 years ago
- c227734 Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
- af42fe3 Fix PR2898. Spiller delete a store for reuse before it knows for sure the reuse happened. by Evan Cheng · 16 years ago
- cfc14c1 add support for 128 bit aggregates. by Chris Lattner · 16 years ago
- a9f0cc4 The Dwarf writer was comparing mangled and unmangled names for C++ code when we by Bill Wendling · 16 years ago
- c4d1021 Added MemIntrinsicNode which is useful to represent target intrinsics that by Mon P Wang · 16 years ago
- 8c1a6ca Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
- 0c52644 Fix PR2356 on PowerPC: if we have an input and output that are tied together by Chris Lattner · 16 years ago
- 81249c9 refactor some code into a helper method, no functionality change. by Chris Lattner · 16 years ago
- 6bdcda3 Keep track of *which* input constraint matches an output by Chris Lattner · 16 years ago
- 58f15c4 add an assert so that PR2356 explodes instead of running off an by Chris Lattner · 16 years ago
- 6784598 Fix a very subtle spiller bug: UpdateKills should not forget to track defs of aliases. by Evan Cheng · 16 years ago
- 74feef2 Define patterns for shld and shrd that match immediate by Dan Gohman · 16 years ago
- 131161b Rename AliasSet to SubRegs, to reflect changes in the surrounding code. by Dan Gohman · 16 years ago
- 7ddcadc Move the include of MachineLocation.h into MachineModuleInfo.h by Dan Gohman · 16 years ago
- b382c4d Fix a subtle bug in DeadMachineInstructionElim's liveness by Dan Gohman · 16 years ago
- 2636747 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 16 years ago
- 7f04268 - Add target lowering hooks that specify which setcc conditions are illegal, by Evan Cheng · 16 years ago
- dd5b58a FastISel support for exception-handling constructs. by Dan Gohman · 16 years ago
- 0329466 Rename LoadX to LoadExt. by Evan Cheng · 16 years ago
- b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 16 years ago
- efa5339 FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOperands are leglized. Patch by Richard Pennington. by Evan Cheng · 16 years ago
- 195cd3a Also update sub-register intervals after a trivial computation is rematt'ed for a copy instruction. PR2775. by Evan Cheng · 16 years ago
- d9d0778 * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns by Matthijs Kooijman · 16 years ago
- e2b997b Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 16 years ago
- 44d2a98 calls can be supported. by Chris Lattner · 16 years ago
- d55fccd Fix a bug in live-in detection that caused lost-copy problems to show up. by Owen Anderson · 16 years ago
- 99cbdff fix typo by Chris Lattner · 16 years ago
- e563bbc Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as by Chris Lattner · 16 years ago
- 3c26101 simplify comparison by Chris Lattner · 16 years ago
- 8b1e054 Remove some overzealous checks that were rejecting by Dale Johannesen · 16 years ago
- 5ca6bd1 Added missing print functions that take a raw_ostream by Mon P Wang · 16 years ago
- 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 16 years ago
- 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
- d65b264 Align EH tables before label is emitted, not after, thus aligning the label. by Dale Johannesen · 16 years ago
- 04764de Fix the case where an instruction is not properly marked as using all registers that alias its inputs. by Owen Anderson · 16 years ago
- eb0d6ab Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel instead. by Dan Gohman · 16 years ago
- 1e9e8c3 Avoid emitting redundant materializations of integer constants by Dan Gohman · 16 years ago
- 95dad83 Add an option to enable StrongPHIElimination, for ease of testing. by Owen Anderson · 16 years ago
- 2163ca1 Use Dan's supperior check by Andrew Lenharth · 16 years ago
- ff75d9e No need for |= by Andrew Lenharth · 16 years ago
- 1ad0c82 Use ADDC if it is valid at any smaller size. Do it right this time by Andrew Lenharth · 16 years ago
- 5c9cc13 Use ADDC if it is valid at any smaller size. fixes test/Codegen/Generic/i128-addsub.ll on x86 by Andrew Lenharth · 16 years ago
- 40d5139 Expand arith on machines without carry flags by Andrew Lenharth · 16 years ago
- b5cc34d Correctly handle calls with no return values. This fixes by Dan Gohman · 16 years ago
- 4daa907 Don't dereference the end() iterator. Thanks to by Dan Gohman · 16 years ago
- e4d4b8c Remove unncessary isDeclaration() checks. by Devang Patel · 16 years ago
- d20a00d reorder #include order, patch by Kenneth Boyd! by Chris Lattner · 16 years ago
- 7812944 Add #include to get alloca, patch by Kenneth Boyd! by Chris Lattner · 16 years ago
- 31d7161 wrap some long lines and expand i32 mul's to libcalls, inspired by a by Chris Lattner · 16 years ago
- 8053304 CMake: Reflected changes on source file structure. New plugin support by Oscar Fuentes · 16 years ago
- 0304b87 Fix compilation error on MSVC. by Argyrios Kyrtzidis · 16 years ago
- 241f464 Fix fast-isel's handling of atomic instructions. They may by Dan Gohman · 16 years ago
- 022b21f Fix a bug in the local allocator's liveness computation where it by Dan Gohman · 16 years ago
- 1b54c7f Pass MemOperand through for 64-bit atomics on 32-bit, by Dale Johannesen · 16 years ago
- ca0a5d9 Use -1ULL instead of uint64_t(-1), at Anton's suggestion. by Dan Gohman · 16 years ago
- 17a82ea Fix typos pointed out by Duncan. Also untabify these files. by Evan Cheng · 16 years ago
- d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 16 years ago
- e47561c The result of getSetCCResultType (eg: i32) may be larger by Duncan Sands · 16 years ago
- 91b6f97 Implement fast-isel support for zero-extending from i1. by Dan Gohman · 16 years ago
- d98d620 Optimize conditional branches in X86FastISel. This replaces by Dan Gohman · 16 years ago
- 6ade6f5 Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 16 years ago
- 88ab90b fix build gcc 4.3 by Andrew Lenharth · 16 years ago
- 8481ee7 Use a multimap rather than a map for holding the list of copies to insert, so we don't lose copies when two of them have by Owen Anderson · 16 years ago
- 48c1bc2 Handle some 64-bit atomics on x86-32, some of the time. by Dale Johannesen · 16 years ago
- b1290a6 A Partitioned Boolean Quadratic Programming (PBQP) based register allocator. by Evan Cheng · 16 years ago
- d790a5c Fix a think-o in isSafeToMove. This fixes it from thinking that by Dan Gohman · 16 years ago
- 4ae641f Remove OptimizeForSize global. Use function attribute optsize. by Devang Patel · 16 years ago
- dc75685 Enable FastISel by default (on x86 and x86-64) with the -fast option. by Dan Gohman · 16 years ago
- aeaf245 Make some implicit conversions explicit, to avoid compiler warnings. by Dan Gohman · 16 years ago
- 38ac062 Fold trivial two-operand tokenfactors where the operands are equal immediately. by Dan Gohman · 16 years ago
- 929d3eb Fix typos in comments. by Dan Gohman · 16 years ago
- 6158d84 Implement the -fno-builtin option in the front-end, not in the back-end. by Bill Wendling · 16 years ago
- 05472ee Mark merged-in VNInfo's as being PHIKilled. by Owen Anderson · 16 years ago
- 309c616 Fix a simple error in renumbering kill markaers, that took an inordinant amount of time to track down. by Owen Anderson · 16 years ago
- fd8ca5a - Initialize "--no-builtin" to "false". - Testcase for r56885. by Bill Wendling · 16 years ago
- 6f287b2 Add the new `-no-builtin' flag. This flag is meant to mimic the GCC by Bill Wendling · 16 years ago
- 5ec9efd Move the primary fast-isel top-level comments to FastISel.cpp, where by Dan Gohman · 16 years ago
- f06c835 Optimize SelectionDAG's AssignTopologicalOrder even further. by Dan Gohman · 16 years ago