- 20dd046 Emit label for llvm.dbg.func.start of the inlined function. by Devang Patel · 16 years ago
- 3efcd4a Added interface to allow clients to create a MemIntrinsicNode for by Mon P Wang · 16 years ago
- d22ec5f Add sanity checking for BUILD_PAIR (I noticed the by Duncan Sands · 16 years ago
- 7ea1ca6 Fix SelectionDAGBuild lowering of Select instructions to by Dan Gohman · 16 years ago
- 01426e1 Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts by Chris Lattner · 16 years ago
- 181b627 Fix comment. Other formatting changes. No functionality changes. by Bill Wendling · 16 years ago
- 2a0b96c Reapply r57699 with a fix to not crash on asms with multiple results. Unlike by Chris Lattner · 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
- cfc14c1 add support for 128 bit aggregates. by Chris Lattner · 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
- 3c26101 simplify comparison by Chris Lattner · 16 years ago
- b5cc34d Correctly handle calls with no return values. This fixes by Dan Gohman · 16 years ago
- d5d8191 Temporarily reverting r56683. This is causing a failure during the build of llvm-gcc: by Bill Wendling · 16 years ago
- 36a5502 Fix @llvm.frameaddress codegen. FP elimination optimization should be disabled when frame address is desired. Also add support for depth > 0. by Evan Cheng · 16 years ago
- 86098bd Add "inreg" field to CallSDNode (doesn't increase by Dale Johannesen · 16 years ago
- 0598866 Large mechanical patch. by Devang Patel · 16 years ago
- c9c6da6 Accept 'inreg' attribute on x86 functions as by Dale Johannesen · 16 years ago
- 33134c4 FastISel support for debug info. by Dan Gohman · 16 years ago
- aa765b8 <rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty() && "Couldn't allocate input reg!") by Evan Cheng · 16 years ago
- 8e3455b Remove SelectionDag early allocation of registers by Dale Johannesen · 16 years ago
- 86b49f8 Next round of earlyclobber handling. Approach the by Dale Johannesen · 16 years ago
- da43bcf Properly handle 'm' inline asm constraints. If a GV is being selected for the addressing mode, it requires the same logic for PIC relative addressing, etc. by Evan Cheng · 16 years ago
- eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 16 years ago
- cd4c73a Add helper function to get a 32-bit floating point constant. No functionality change. by Bill Wendling · 16 years ago
- 91aac10 Add a bit to mark operands of asm's that conflict by Dale Johannesen · 16 years ago
- 056292f Reverting r56249. On further investigation, this functionality isn't needed. by Bill Wendling · 16 years ago
- 9468a9b - Change "ExternalSymbolSDNode" to "SymbolSDNode". by Bill Wendling · 16 years ago
- 1937e2f Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls by Dan Gohman · 16 years ago
- 095cc29 Define CallSDNode, an SDNode subclass for use with ISD::CALL. by Dan Gohman · 16 years ago
- 4fbd796 Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and by Dan Gohman · 16 years ago
- 913d3df Pass "earlyclobber" bit through to machine by Dale Johannesen · 16 years ago
- f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 16 years ago
- 74321ab FastISel support for i1 PHI nodes. by Dan Gohman · 16 years ago
- fc2508e Remove unnecessary bit-wise AND from the limited precision work. by Bill Wendling · 16 years ago
- c0c3b9a Fix 80 col violation. by Daniel Dunbar · 16 years ago
- 277fc24 Check that both operands are f32 before attempting to lower. by Bill Wendling · 16 years ago
- aeb5c7b Implement "visitPow". This is mainly used to see if we have a pow() call of this by Bill Wendling · 16 years ago
- e10c814 Adding 6-, 12-, and 18-bit limited-precision floating-point support for exp2 by Bill Wendling · 16 years ago
- b4ec283 Add support for 6-, 12-, and 18-bit limited precision calculations of exp for by Bill Wendling · 16 years ago
- 3915025 - Add support for 6-, 12-, and 18-bit limited precision floating-point "log" by Bill Wendling · 16 years ago
- bd297bc Add limited precision floating-point conversions of log10 for 6- and 18-bit by Bill Wendling · 16 years ago
- 3eb5940 Add support for floating-point calculations of log2 with limited precisions of 6 by Bill Wendling · 16 years ago
- a0e8a1e Reapply 55904: Unbreak and fix indentation by Anton Korobeynikov · 16 years ago
- 07cabb9 Redo the 3 existing low-precision expansions to by Dale Johannesen · 16 years ago
- a425e00 Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin: by Bill Wendling · 16 years ago
- 1e0e04c Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo by Daniel Dunbar · 16 years ago
- d4fde0b Unbreak and fix indentation by Anton Korobeynikov · 16 years ago
- 853244f Next limited float precision expansion (log2 12 bits) by Dale Johannesen · 16 years ago
- 852680a Add the next limited-precision expansion. by Dale Johannesen · 16 years ago
- 59e577f Add hooks for other intrinsics to get low-precision expansions. by Dale Johannesen · 16 years ago
- 601d3c0 Add -flimit-float-precision to enable some faster, by Dale Johannesen · 16 years ago
- 5b22980 Add an include of SmallSet.h. by Dan Gohman · 16 years ago
- 6448d91 Clean up uses of TargetLowering::getTargetMachine. by Dan Gohman · 16 years ago
- 7794f2a Add intrinsics for log, log2, log10, exp, exp2. by Dale Johannesen · 16 years ago
- 2a7c671 Put RegsForValue in the llvm namespace to avoid warnings about by Dan Gohman · 16 years ago
- 3df24e6 Create HandlePHINodesInSuccessorBlocksFast, a version of by Dan Gohman · 16 years ago
- f0cbcd4 Split the SelectionDAG-building code, including the FunctionLoweringInfo by Dan Gohman · 16 years ago