1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. c85e171 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 17 years ago
  3. e5f6204 Enabling new condition code modeling scheme. by Evan Cheng · 17 years ago
  4. a360268 New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. by Evan Cheng · 17 years ago
  5. a7ad3d1 expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 17 years ago
  6. aa4f1e1 Add a new option. by Chris Lattner · 17 years ago
  7. 3e1b03f Fix a message, patch by Christopher Lamb. by Chris Lattner · 17 years ago
  8. 73c5624 rename flag by Jim Laskey · 18 years ago
  9. 1b340dc Flag to control exception handling. by Jim Laskey · 18 years ago
  10. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 18 years ago
  11. e911615 Revert patch. by Bill Wendling · 18 years ago
  12. cc91f58 Create/store/and delete the TargetObjInfo object. by Bill Wendling · 18 years ago
  13. c9ab2f3 Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 18 years ago
  14. fde1b3b 1. Remove condition on delete. by Jim Laskey · 18 years ago
  15. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  16. 3199af2 remove #include by Chris Lattner · 18 years ago
  17. c4fa386 Simplify target construction. by Chris Lattner · 18 years ago
  18. 85aaf90 Tidy up options. by Jim Laskey · 18 years ago
  19. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 18 years ago
  20. 152ed05 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 18 years ago
  21. 077b387 For PR786: Remove a spurious ; by Reid Spencer · 18 years ago
  22. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  23. 80235d5 -enable-unsafe-fp-math implies -enable-finite-only-fp-math by Evan Cheng · 18 years ago
  24. 95942d7 Added option -enable-finite-only-fp-math. When on, the codegen can assume that by Evan Cheng · 18 years ago
  25. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 18 years ago
  26. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  27. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 18 years ago
  28. 73bfa71 Remove the X86 and PowerPC Simple instruction selectors; their time has passed. by Nate Begeman · 19 years ago
  29. f63be7d First round of support for doing scalar FP using the SSE2 ISA extension and by Nate Begeman · 19 years ago
  30. 7d93727 capitalize by Chris Lattner · 19 years ago
  31. 34f74a6 Expose an option allowing unsafe math optimizations. Patch contributed by by Chris Lattner · 19 years ago
  32. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  33. f8b0294 Make pattern isel default for ppc by Nate Begeman · 19 years ago
  34. 45554a6 Add a new target-independent code generator flag. by Chris Lattner · 20 years ago
  35. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  36. 167deff Implement new constructor. by Misha Brukman · 20 years ago
  37. c8e8764 * Add BoolAlignment to TargetData, default is 1 byte, size 1 byte by Misha Brukman · 20 years ago
  38. f90e402 Direct declaration of namespace-ified globals does not work, must enclose by Misha Brukman · 20 years ago
  39. 53594de Specify variables' namespace directly instead of using an enclosing namespace. by Misha Brukman · 20 years ago
  40. e67d5fb Move implemented interface header up to the top. by Misha Brukman · 20 years ago
  41. 66d6ee4 Spell out `NoFramePointerElim' for readability. by Misha Brukman · 20 years ago
  42. 0fb5a66 Implement `NoFPElim' in a target-agnostic fashion so it can be shared. by Misha Brukman · 20 years ago
  43. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 20 years ago
  44. bdf1400 Method has been inlined into all callers by Chris Lattner · 20 years ago
  45. 323819e make -print-machineinstrs work for both SparcV9 and X86 by Brian Gaeke · 20 years ago
  46. 2bed9ec Add a new constructor by Chris Lattner · 20 years ago
  47. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 20 years ago
  48. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 21 years ago
  49. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  50. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  51. 37ec811 The promotion rules are the same for all targets, they are set by the C standard. by Chris Lattner · 21 years ago
  52. f27eeea Rename MachineOptInfo to TargetoptInfo by Chris Lattner · 22 years ago
  53. 62eaf7e Implement findOptimalStorageSize a bit more generally by Chris Lattner · 22 years ago
  54. 93fa705 Seperate code out of TargetMachine into MachineInstrInfo by Chris Lattner · 22 years ago
  55. 4f94637 Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it by Chris Lattner · 22 years ago
  56. fce1143 Changed `MachineCodeForMethod' to `MachineFunction'. by Misha Brukman · 22 years ago
  57. 516b26f Run LICM before GCSE! by Vikram S. Adve · 22 years ago
  58. c308aef Disable reassociation pass in LLC until it is fixed. by Vikram S. Adve · 22 years ago
  59. c078930 Changed codegen to add 2 empty slots at the top of stack using StackSlots pass by Anand Shukla · 22 years ago
  60. e5b2565 Add peephole optimization pass at the end of code generation. by Vikram S. Adve · 22 years ago
  61. e1f7280 Move all the code that creates code generation passes from Sparc.cpp to by Vikram S. Adve · 22 years ago
  62. 4a48c33 Added class MachineCacheInfo. by Vikram S. Adve · 23 years ago
  63. 7a2f1e7 Add handle to TargetMachine object in all Machine...Info classes. by Vikram S. Adve · 23 years ago
  64. 0799fc4 Renamed files to match the main classes they provide. Some other minor changes. by Vikram S. Adve · 23 years ago
  65. 78a81a2 Add a comment by Chris Lattner · 23 years ago
  66. c763461 Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp by Chris Lattner · 23 years ago
  67. e5bc8b0 Split Target/Machine.h into three files: * Machine.h * InstInfo.h * SchedInfo.h by Chris Lattner · 23 years ago
  68. b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 23 years ago[Renamed (92%) from lib/CodeGen/TargetMachine/TargetMachine.cpp]
  69. bf24233 Added class MachineSchedInfo and several supporting classes by Vikram S. Adve · 23 years ago
  70. 3a13c7e Factor code out to the TargetData class by Chris Lattner · 23 years ago
  71. 44a853c Added MachineInstrInfo class and moved instruction-related members there. by Vikram S. Adve · 23 years ago
  72. 68498ce Eliminate lots of unnecessary #includes and forward decls by Chris Lattner · 23 years ago
  73. 7e583cf Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 23 years ago
  74. daae699 Base clas for a description of a target architecture. by Vikram S. Adve · 23 years ago