1. 20dd046 Emit label for llvm.dbg.func.start of the inlined function. by Devang Patel · 16 years ago
  2. 3efcd4a Added interface to allow clients to create a MemIntrinsicNode for by Mon P Wang · 16 years ago
  3. d22ec5f Add sanity checking for BUILD_PAIR (I noticed the by Duncan Sands · 16 years ago
  4. 7ea1ca6 Fix SelectionDAGBuild lowering of Select instructions to by Dan Gohman · 16 years ago
  5. 01426e1 Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts by Chris Lattner · 16 years ago
  6. 181b627 Fix comment. Other formatting changes. No functionality changes. by Bill Wendling · 16 years ago
  7. 2a0b96c Reapply r57699 with a fix to not crash on asms with multiple results. Unlike by Chris Lattner · 16 years ago
  8. 9591573 Revert r57699. It's causing regressions in by Dan Gohman · 16 years ago
  9. c227734 Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
  10. cfc14c1 add support for 128 bit aggregates. by Chris Lattner · 16 years ago
  11. 8c1a6ca Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 16 years ago
  12. 0c52644 Fix PR2356 on PowerPC: if we have an input and output that are tied together by Chris Lattner · 16 years ago
  13. 81249c9 refactor some code into a helper method, no functionality change. by Chris Lattner · 16 years ago
  14. 6bdcda3 Keep track of *which* input constraint matches an output by Chris Lattner · 16 years ago
  15. 58f15c4 add an assert so that PR2356 explodes instead of running off an by Chris Lattner · 16 years ago
  16. 3c26101 simplify comparison by Chris Lattner · 16 years ago
  17. b5cc34d Correctly handle calls with no return values. This fixes by Dan Gohman · 16 years ago
  18. d5d8191 Temporarily reverting r56683. This is causing a failure during the build of llvm-gcc: by Bill Wendling · 16 years ago
  19. 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
  20. 86098bd Add "inreg" field to CallSDNode (doesn't increase by Dale Johannesen · 16 years ago
  21. 0598866 Large mechanical patch. by Devang Patel · 16 years ago
  22. c9c6da6 Accept 'inreg' attribute on x86 functions as by Dale Johannesen · 16 years ago
  23. 33134c4 FastISel support for debug info. by Dan Gohman · 16 years ago
  24. aa765b8 <rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty() && "Couldn't allocate input reg!") by Evan Cheng · 16 years ago
  25. 8e3455b Remove SelectionDag early allocation of registers by Dale Johannesen · 16 years ago
  26. 86b49f8 Next round of earlyclobber handling. Approach the by Dale Johannesen · 16 years ago
  27. 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
  28. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 16 years ago
  29. cd4c73a Add helper function to get a 32-bit floating point constant. No functionality change. by Bill Wendling · 16 years ago
  30. 91aac10 Add a bit to mark operands of asm's that conflict by Dale Johannesen · 16 years ago
  31. 056292f Reverting r56249. On further investigation, this functionality isn't needed. by Bill Wendling · 16 years ago
  32. 9468a9b - Change "ExternalSymbolSDNode" to "SymbolSDNode". by Bill Wendling · 16 years ago
  33. 1937e2f Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls by Dan Gohman · 16 years ago
  34. 095cc29 Define CallSDNode, an SDNode subclass for use with ISD::CALL. by Dan Gohman · 16 years ago
  35. 4fbd796 Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and by Dan Gohman · 16 years ago
  36. 913d3df Pass "earlyclobber" bit through to machine by Dale Johannesen · 16 years ago
  37. f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 16 years ago
  38. 74321ab FastISel support for i1 PHI nodes. by Dan Gohman · 16 years ago
  39. fc2508e Remove unnecessary bit-wise AND from the limited precision work. by Bill Wendling · 16 years ago
  40. c0c3b9a Fix 80 col violation. by Daniel Dunbar · 16 years ago
  41. 277fc24 Check that both operands are f32 before attempting to lower. by Bill Wendling · 16 years ago
  42. aeb5c7b Implement "visitPow". This is mainly used to see if we have a pow() call of this by Bill Wendling · 16 years ago
  43. e10c814 Adding 6-, 12-, and 18-bit limited-precision floating-point support for exp2 by Bill Wendling · 16 years ago
  44. b4ec283 Add support for 6-, 12-, and 18-bit limited precision calculations of exp for by Bill Wendling · 16 years ago
  45. 3915025 - Add support for 6-, 12-, and 18-bit limited precision floating-point "log" by Bill Wendling · 16 years ago
  46. bd297bc Add limited precision floating-point conversions of log10 for 6- and 18-bit by Bill Wendling · 16 years ago
  47. 3eb5940 Add support for floating-point calculations of log2 with limited precisions of 6 by Bill Wendling · 16 years ago
  48. a0e8a1e Reapply 55904: Unbreak and fix indentation by Anton Korobeynikov · 16 years ago
  49. 07cabb9 Redo the 3 existing low-precision expansions to by Dale Johannesen · 16 years ago
  50. 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
  51. 1e0e04c Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo by Daniel Dunbar · 16 years ago
  52. d4fde0b Unbreak and fix indentation by Anton Korobeynikov · 16 years ago
  53. 853244f Next limited float precision expansion (log2 12 bits) by Dale Johannesen · 16 years ago
  54. 852680a Add the next limited-precision expansion. by Dale Johannesen · 16 years ago
  55. 59e577f Add hooks for other intrinsics to get low-precision expansions. by Dale Johannesen · 16 years ago
  56. 601d3c0 Add -flimit-float-precision to enable some faster, by Dale Johannesen · 16 years ago
  57. 5b22980 Add an include of SmallSet.h. by Dan Gohman · 16 years ago
  58. 6448d91 Clean up uses of TargetLowering::getTargetMachine. by Dan Gohman · 16 years ago
  59. 7794f2a Add intrinsics for log, log2, log10, exp, exp2. by Dale Johannesen · 16 years ago
  60. 2a7c671 Put RegsForValue in the llvm namespace to avoid warnings about by Dan Gohman · 16 years ago
  61. 3df24e6 Create HandlePHINodesInSuccessorBlocksFast, a version of by Dan Gohman · 16 years ago
  62. f0cbcd4 Split the SelectionDAG-building code, including the FunctionLoweringInfo by Dan Gohman · 16 years ago