1. 1e14289 Add cbe support for powi by Chris Lattner · 19 years ago
  2. 6ddf8ed Implement the fpowi now by lowering to a libcall by Chris Lattner · 19 years ago
  3. c0c9c5e (indirect) test for the __builtin_powi builtin which we now support. by Chris Lattner · 19 years ago
  4. dd2afb0 Implement new fpowi node by Chris Lattner · 19 years ago
  5. f3f333d Allow targets to custom lower expanded BIT_CONVERT's by Chris Lattner · 19 years ago
  6. 94be248 First pass at supporting relocations. Relocations are written correctly to by Nate Begeman · 19 years ago
  7. 6f34b43 Fixed a FuseTwoAddrInst() bug: consider GlobalAddress and JumpTableIndex by Evan Cheng · 19 years ago
  8. 0c5b8da Non-allocatable physregs can be killed and dead, but don't treat them as by Chris Lattner · 19 years ago
  9. cc40632 This fixes Benchmarks/Prolangs-C/unix-smail by Chris Lattner · 19 years ago
  10. 45d5788 Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selection by Chris Lattner · 19 years ago
  11. cf8cb6d ok this really works :) by Chris Lattner · 19 years ago
  12. aa91978 Remove redundant include. by Devang Patel · 19 years ago
  13. 70c3537 Need to include Makefile.config to get the value of $(OS). Add a comment. by Chris Lattner · 19 years ago
  14. 294492b Enabling LTO building on Darwin only right now. This probably should be by Anton Korobeynikov · 19 years ago
  15. 0a20060 implement shl and sra by Rafael Espindola · 19 years ago
  16. 40f4ba5 Use __USER_LABEL_PREFIX__ to get the prefix added by the current host. by Chris Lattner · 19 years ago
  17. 4e30764 add the eor (xor) instruction by Rafael Espindola · 19 years ago
  18. f45c25f Missing tab by Jim Laskey · 19 years ago
  19. e246fd9 fix select.ll to always test a select node by Rafael Espindola · 19 years ago
  20. 5c2aa0a implement unconditional branches fix select.ll by Rafael Espindola · 19 years ago
  21. 6cec34e Generated isel should favors explicit constant operand (+2) over an operand with a predicate (+1). by Evan Cheng · 19 years ago
  22. fa12482 New test case. by Evan Cheng · 19 years ago
  23. 36978b9 Remove TEST64mr. It's same as TEST64rm since and is commutative. by Evan Cheng · 19 years ago
  24. 25ab690 Committing X86-64 support. by Evan Cheng · 19 years ago
  25. 1e5fb69 add powi intrinsics. by Chris Lattner · 19 years ago
  26. f4d252d new powi intrinsic by Chris Lattner · 19 years ago
  27. 6fe6084 We actually do support object file writing, so don't return true (error) by Nate Begeman · 19 years ago
  28. e119691 Add a new test case for 'undef' shuffles. by Evan Cheng · 19 years ago
  29. 8cf723d - Identify a vector_shuffle that can be turned into an undef, e.g. by Evan Cheng · 19 years ago
  30. fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
  31. f93f683 Untabify. by Devang Patel · 19 years ago
  32. c8719e9 Use iterative do-while loop instead of recursive DFSPass calls to by Devang Patel · 19 years ago
  33. 2dd538c add a new value for the command line optn by Chris Lattner · 19 years ago
  34. cdb341d Fix a cross-build issue. The asmsyntax shouldn't be affected by the build by Chris Lattner · 19 years ago
  35. 9346336 Adding new files. by Jim Laskey · 19 years ago
  36. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  37. 8e8de8f Break out target asm info into separate files. by Jim Laskey · 19 years ago
  38. 998051a Using addPassesToEmitWholeFile is not a good idea here. by Devang Patel · 19 years ago
  39. 76ed7b1 Add linker into list of LINK_COMPONENTS. by Devang Patel · 19 years ago
  40. e99c623 Throttle back tail duplication to avoid creating really ugly sequences of code. by Chris Lattner · 19 years ago
  41. 3d222b9 new testcase by Chris Lattner · 19 years ago
  42. ffc0b26 Eliminate X86ISD::TEST, using X86ISD::CMP instead. Match X86ISD::CMP patterns by Chris Lattner · 19 years ago
  43. b14ca60 Some notes on better load folding we could do by Chris Lattner · 19 years ago
  44. 0300352 Add lto into the list of PARALLEL_DIRS by Devang Patel · 19 years ago
  45. bdaf3dc Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() by Devang Patel · 19 years ago
  46. ec3bc39 Consistency. by Evan Cheng · 19 years ago
  47. 61c958e Fix pasto that was breaking x86 tests. by Evan Cheng · 19 years ago
  48. afd39f0 Change DisambiguateGlobalSymbols to not rename asm globals, which breaks by Chris Lattner · 19 years ago
  49. 833eb68 Add new option to leave asm names alone by Chris Lattner · 19 years ago
  50. 81fe06a This fails by Chris Lattner · 19 years ago
  51. c40eb5e Warn people not to use GCC 4.1.1. by Chris Lattner · 19 years ago
  52. 05a059d Make the x86 asm flavor part of the subtarget info. by Jim Laskey · 19 years ago
  53. 41b3252 *** empty log message *** by Bill Wendling · 19 years ago
  54. bd0d7b5 Fixed my rotten Engrish grammar. by Bill Wendling · 19 years ago
  55. 9abd8af cleanups and updates to the GSG, patch by B Scott Michel, thanks! This is PR899 by Chris Lattner · 19 years ago
  56. d5e93c0 Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted by Chris Lattner · 19 years ago
  57. 5aa0307 New testcase for a switch lowering bug. by Chris Lattner · 19 years ago
  58. 95971c5 Clean up. by Evan Cheng · 19 years ago
  59. 07240e0 testcase, ensure this never breaks. by Chris Lattner · 19 years ago
  60. 48ff2fb Watch out for variable_ops instructions. by Evan Cheng · 19 years ago
  61. 3530baf Variable ops instructions may ignore the last few operands for code emission. by Evan Cheng · 19 years ago
  62. c1e6e13 Document getTargetTriple(). by Devang Patel · 19 years ago
  63. a291a68 Add getTargetTriple() that linker can use to query target architecture. by Devang Patel · 19 years ago
  64. 7c95ad4 Oops - forgot to update banner. by Jim Laskey · 19 years ago
  65. 0701a2f Keep track of all modules crated using a name to module map. by Devang Patel · 19 years ago
  66. 3fc488d Cleaned up some of the grammar in the Live Intervals section. Removed the by Bill Wendling · 19 years ago
  67. 10aaba8 Update project with new files. by Jim Laskey · 19 years ago
  68. ec0d9fe Separate target specifc asm properties from asm printers. by Jim Laskey · 19 years ago
  69. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  70. b52b54d add the orr instruction by Rafael Espindola · 19 years ago
  71. ed87286 Instead of demangling symbol name by hand, use original name, which was by Devang Patel · 19 years ago
  72. 2681023 Extract target triplet from optimized module. Untabify. by Devang Patel · 19 years ago
  73. 5d8062b Only call isUse/isDef on register operands by Evan Cheng · 19 years ago
  74. 6cdb1ea Bugfix to work with the two-addr changes that have been made in the tree recently by Chris Lattner · 19 years ago
  75. c39d194 make this harder by Chris Lattner · 19 years ago
  76. f89e2a9 IsDef can only be accessed / set if operand is a register. by Evan Cheng · 19 years ago
  77. d8f44e0 Only call isUse/isDef on register operands by Chris Lattner · 19 years ago
  78. 67942f5 Don't call isDef on non-registers by Chris Lattner · 19 years ago
  79. 04957ac Initialize IsDef of all non-register MachineOperand to false. by Evan Cheng · 19 years ago
  80. 97d2dbd Fix Duraid's changes to work when TLI is null. This fixes the failing by Chris Lattner · 19 years ago
  81. 7acf5f3 Change the default to 0, which means 'default'. by Chris Lattner · 19 years ago
  82. 2f5993b Fix a few dejagnu failures. e.g. fast-cc-merge-stack-adj.ll by Evan Cheng · 19 years ago
  83. 23b3122 JIT encoding bug. by Evan Cheng · 19 years ago
  84. 8aa01f4 Fix JIT encoding of two-addr instructions. by Chris Lattner · 19 years ago
  85. 0e42d81 Update the X86 JIT to make it work with the new two-addr changes. This also by Chris Lattner · 19 years ago
  86. 09e4606 Completely eliminate def&use operands. Now a register operand is EITHER a by Chris Lattner · 19 years ago
  87. 2926869 Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 19 years ago
  88. 89c0b4a jmp_bufs are this big on alpha. by Andrew Lenharth · 19 years ago
  89. 2f87a88 First draft of the "Live Interval Analysis" section. This is the "Live by Bill Wendling · 19 years ago
  90. 171ce44 ADd getImm/setImm methods by Chris Lattner · 19 years ago
  91. 930ab73 Add some short-hand accessors by Chris Lattner · 19 years ago
  92. 3a02f02 add support for returning 64bit values by Rafael Espindola · 19 years ago
  93. 2130b99 Fix some X86 JIT failures. This should really come from TargetJITInfo. by Chris Lattner · 19 years ago
  94. 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 19 years ago
  95. dffb2e8 Correct fix for a crasher on functions with live in values by Chris Lattner · 19 years ago
  96. 5277e43 Hack around a regression I introduced yesterday by Chris Lattner · 19 years ago
  97. 0c9e0ff forgot this by Duraid Madina · 19 years ago
  98. a7868af Fix a build problem by Chris Lattner · 19 years ago
  99. 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 19 years ago
  100. 362b368 Update this to reflect llvm-config usage by Chris Lattner · 19 years ago