1. 70aa33e Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 18 years ago
  2. 0ad1970 fix typo by Chris Lattner · 18 years ago
  3. df97cc6 Add memory operand and int regs by Andrew Lenharth · 18 years ago
  4. 1725599 inline asm, at least for floats by Andrew Lenharth · 18 years ago
  5. b329fe1 fix typos by Jim Laskey · 18 years ago
  6. d1aab35 fix argument problem by Andrew Lenharth · 18 years ago
  7. ef95710 Correct returns of 64-bit values, though they seemed to work before... by Chris Lattner · 18 years ago
  8. 76f6115 Fix non-64-bit clean code. by Evan Cheng · 18 years ago
  9. 7f7b346e Make these predicates correct in 64-bit mode too. by Chris Lattner · 18 years ago
  10. b410dc9 Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file by Chris Lattner · 18 years ago
  11. 96dc5e5 remove unused flag by Chris Lattner · 18 years ago
  12. f2c5bca add some logical ops by Chris Lattner · 18 years ago
  13. 4b25b40 remove some unused patterns by Chris Lattner · 18 years ago
  14. 3ae5eef Add some more immediate patterns. This allows us to compile: by Chris Lattner · 18 years ago
  15. eded521 Instead of li/xoris use li/oris. Note that this doesn't work if bit 15 is by Chris Lattner · 18 years ago
  16. 0ea70b2 Add some 64-bit logical ops. by Chris Lattner · 18 years ago
  17. cf9be26 Added --with-extra-options=opts to specify additional options to build LLVM and run tests. by Evan Cheng · 18 years ago
  18. e3db4da __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. by Evan Cheng · 18 years ago
  19. dd58343 64-bit bugfix: 0xFFFF0000 cannot be formed with a single lis. by Chris Lattner · 18 years ago
  20. f27bb6d Add some patterns for globals, so we can now compile this: by Chris Lattner · 18 years ago
  21. 094ee72 add subroutine types by Jim Laskey · 18 years ago
  22. fded8a2 remove quotes for better consistency by Chris Lattner · 18 years ago
  23. 4a463a3 more significant moving of stuff around. by Chris Lattner · 18 years ago
  24. a2bc7b0 Fix broken links, remove author information, add brief summary. by Chris Lattner · 18 years ago
  25. 650f609 Add support for function types. by Jim Laskey · 18 years ago
  26. 6cee033 Allow LLVM to be built with extra options. by Evan Cheng · 18 years ago
  27. 6d11ddb Rename EXTRA_FLAGS to EXTRA_OPTIONS. by Evan Cheng · 18 years ago
  28. a877f14 Added LLVM publications describing the LLVM compiler infrastructure. by John Criswell · 18 years ago
  29. 0389cf7 Added the privbracket project to the list of projects to auto-configure. by John Criswell · 18 years ago
  30. a51139f Fix build on old compilers by Andrew Lenharth · 18 years ago
  31. 02cdb37 Fix an error message regression. Print: by Chris Lattner · 18 years ago
  32. 4e85e64 Remove some now-unneeded casts from instruction patterns. With the casts by Chris Lattner · 18 years ago
  33. 047854f Add some patterns for ppc64 by Chris Lattner · 18 years ago
  34. 186fb7d Don't require src/dst patterns to be able to fully resolve their types, by Chris Lattner · 18 years ago
  35. 30da68a Remove some ugly now-redundant casts. by Chris Lattner · 18 years ago
  36. a354849 Make sure to use the result of the pattern to infer the result type of the by Chris Lattner · 18 years ago
  37. a973993 Fix some mismatched type constraints by Chris Lattner · 18 years ago
  38. d16f2a7 References need to be section relative. by Jim Laskey · 18 years ago
  39. b214950 Minor clean up. by Evan Cheng · 18 years ago
  40. ab390d0 Do partial inlining in BU. This resolves more call sites. Also add options to merge in globals during recursion and to back annotate DSNodes when function pointers are resolved. This makes PA work for a whole lot more things (unresolved call sites being what has been killing various DSA based passes) by Andrew Lenharth · 18 years ago
  41. 067ef41 References need to be section relative. by Jim Laskey · 18 years ago
  42. 3770500 Fix a bug, don't drop indirect call sites, especially if there is nothing known about them yet, and restore a simple version of a removed function by Andrew Lenharth · 18 years ago
  43. ca0dc56 Handle versioning of compile unit. by Jim Laskey · 18 years ago
  44. 58421d7 initial implementation of ARMRegisterInfo::eliminateFrameIndex by Rafael Espindola · 18 years ago
  45. 5cff267 Constant fold sqrtf by Chris Lattner · 18 years ago
  46. dfc0375 Just a minor tweak so you can run things like: by Chris Lattner · 18 years ago
  47. 6149668 Clean up by Evan Cheng · 18 years ago
  48. eb83f4e Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a by Chris Lattner · 18 years ago
  49. 98c3e1c new testcase that crashes indvars by Chris Lattner · 18 years ago
  50. 357edf8 A new entry. by Evan Cheng · 18 years ago
  51. b1d26f6 Implement the getPointerRegClass method, which is required for the ptr_rc by Chris Lattner · 18 years ago
  52. f06ef2c Forgot operands were hard coded for compile unit. by Jim Laskey · 18 years ago
  53. e9493d3 Include information of svn repository for llvm-gcc4. by Jim Laskey · 18 years ago
  54. 3261f0b Include information about svn repository for llvm-gcc4. by Jim Laskey · 18 years ago
  55. 54edc84 Later models likely to have Yonah like attributes. by Evan Cheng · 18 years ago
  56. f988e53 Do not hardcode random paths into the makefile. Make the user specify the by Chris Lattner · 18 years ago
  57. a24b761 Upgrade some load/store instructions to use the proper addressing mode stuff. by Chris Lattner · 18 years ago
  58. 66d7ebb In 64-bit mode, addr mode operands use G8RC instead of GPRC. by Chris Lattner · 18 years ago
  59. 059ca0f fix some assumptions that pointers can only be 32-bits. With this, we can by Chris Lattner · 18 years ago
  60. 956f43c Split 64-bit instructions out into a separate .td file by Chris Lattner · 18 years ago
  61. 8fa05da Force 64-bit register availability in 64-bit mode. For real. by Chris Lattner · 18 years ago
  62. dd19791 Document known xcode 2.3 issue by Chris Lattner · 18 years ago
  63. af89fa6 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 18 years ago
  64. fb9d0dc Add missing casts. This fixed some regressions. by Evan Cheng · 18 years ago
  65. 8f60d54 Improve a comment. by Chris Lattner · 18 years ago
  66. 426b782 Simplify TargetData ctor call by Chris Lattner · 18 years ago
  67. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  68. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  69. c91dc67 Simplify the targetdata ctor by not passing in a "targetname" which is always by Chris Lattner · 18 years ago
  70. acbc07a Remove ctor with each piece specifyable (which causes overload ambiguities), by Chris Lattner · 18 years ago
  71. a827953 Only count instructions as code size, not constant pools and other per-function stuff. by Chris Lattner · 18 years ago
  72. 276f4b5 Simplify interpreter construction. by Chris Lattner · 18 years ago
  73. 7c1fb5f Document the subtarget features better, make sure that 64-bit mode, 64-bit by Chris Lattner · 18 years ago
  74. a7a5854 Rename some subtarget features. A CPU now can *have* 64-bit instructions, by Chris Lattner · 18 years ago
  75. 6557f18 apple's compiler works too by Chris Lattner · 18 years ago
  76. 5f7a8d4 PR# not associated with XFAIL by Jim Laskey · 18 years ago
  77. 30d0250 debug info is alive again by Jim Laskey · 18 years ago
  78. 88a9625 This test isn't implemented yet by Chris Lattner · 18 years ago
  79. c269c52 Add a error message to cbu to match bu by Andrew Lenharth · 18 years ago
  80. 73a38a9 move header by Andrew Lenharth · 18 years ago
  81. 76a015e add decimal form of LLVMDebugVersion by Jim Laskey · 18 years ago
  82. 7089f45 1. Revise vector debug support. by Jim Laskey · 18 years ago
  83. 21abac2 More libcall transformations: by Evan Cheng · 18 years ago
  84. 9528952 Simplify fprintf(file, "%s", str) to fputs(str, file). by Evan Cheng · 18 years ago
  85. 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 18 years ago
  86. 1127315 Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll by Chris Lattner · 18 years ago
  87. 76591ca New testcase, the linker is not merging alignments right. by Chris Lattner · 18 years ago
  88. dc6830f Only print the stack trace if it was requested. Previously, any call into by Reid Spencer · 18 years ago
  89. 44500e3 Teach the local allocator to know that live-in values (e.g. arguments) are by Chris Lattner · 18 years ago
  90. 8e173de Add a note that Nate noticed. by Chris Lattner · 18 years ago
  91. f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 18 years ago
  92. d5a932b Was pointed out that structure alignment and type alignment are not the same by Jim Laskey · 18 years ago
  93. e4808ed Make sure global doubles and vectors are aligned properly. by Jim Laskey · 18 years ago
  94. 1f2d22a Add some more matcher classes for shifts. by Chris Lattner · 18 years ago
  95. afe91a5 Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap by Chris Lattner · 18 years ago
  96. c0ea233 new testcase, instcombine should turn these into llvm.bswap intrinsics. by Chris Lattner · 18 years ago
  97. 9ec2c3d Fix building on case-sensitive file systems, grr :) by Chris Lattner · 18 years ago
  98. 68464b7 Actually add instructions to the list of defined values so it gets by Reid Spencer · 18 years ago
  99. 35f8c20 Alignment of globals has not been quite right. Needed to drop the pointer type by Jim Laskey · 18 years ago
  100. 31f7be9 Vector extract / insert index operand should have ptr type. by Evan Cheng · 18 years ago