1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 8c1e6a1 long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 17 years ago
  3. 082ced9 Fix an oversight: for modules with no other identifying target info, by Chris Lattner · 17 years ago
  4. 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 17 years ago
  5. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  6. fde1b3b 1. Remove condition on delete. by Jim Laskey · 18 years ago
  7. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  8. c4fa386 Simplify target construction. by Chris Lattner · 18 years ago
  9. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  10. 8f7f4cc Sparc is big-endian. by Owen Anderson · 18 years ago
  11. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 18 years ago
  12. 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
  13. 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 18 years ago
  14. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  15. 3ab48ed Enable LSR by default for SPARC: it is a clear win. by Chris Lattner · 19 years ago
  16. 9413678 add an option to turn on LSR. by Chris Lattner · 19 years ago
  17. 7c90f73 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 19 years ago
  18. 69d3909 Two changes: by Chris Lattner · 19 years ago
  19. 0d170a7 Add trivial subtarget support by Chris Lattner · 19 years ago
  20. bb978c7 remove the V8 simple isel by Chris Lattner · 19 years ago
  21. 7c41907 reorder passes by Chris Lattner · 19 years ago
  22. b3c7715 invert the sense of this switch and its name by Chris Lattner · 19 years ago
  23. aca0901 Run lower-switch after lower-invoke. by Chris Lattner · 19 years ago
  24. 6c18b10 Add the framework for a dag-dag isel by Chris Lattner · 19 years ago
  25. 03a83c9 Remove JIT support, which doesn't work. by Chris Lattner · 19 years ago
  26. ce8eb0c Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. by Chris Lattner · 19 years ago
  27. 72fe0af remove reference to this pass by Chris Lattner · 19 years ago
  28. b1e1180 by Jim Laskey · 19 years ago
  29. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 19 years ago
  30. 27177f8 Convert tabs to spaces by Misha Brukman · 19 years ago
  31. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  32. 3ea78c4 Use the target triple to pick this target. by Chris Lattner · 20 years ago
  33. 74be3a5 Print llvm code one function at a time. by Brian Gaeke · 20 years ago
  34. b3a86a6 JIT should print LLVM each function before selecting instructions for it. by Brian Gaeke · 20 years ago
  35. 56c5d73 Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine by Brian Gaeke · 20 years ago
  36. 5aefa8a Move -lowerselect later in the chain; some select instructions were by Brian Gaeke · 20 years ago
  37. 20503bd Bytes and shorts are aligned differently from words. by Brian Gaeke · 20 years ago
  38. 4b92ed6 Allocate fewer registers and tighten up alignment restrictions. by Brian Gaeke · 20 years ago
  39. 0e2d466 Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the by Brian Gaeke · 20 years ago
  40. 8a9acd1 Fix double and long alignment. Call the FPMover pass after register allocation. by Brian Gaeke · 20 years ago
  41. 0cf0c37 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 20 years ago
  42. 71d24aa Make these format a bit nicer by Chris Lattner · 20 years ago
  43. d36c970 Auto-registrate target by Chris Lattner · 20 years ago
  44. 38343f6 Add #includes by Chris Lattner · 20 years ago
  45. a9a582f Fix potential problems with unreachable basic blocks. by Chris Lattner · 20 years ago
  46. 0280aa9 Order #includes as per style guide. by Misha Brukman · 20 years ago
  47. a3c5762 Get rid of selects the easy way by Brian Gaeke · 20 years ago
  48. f405280 I think we'll use the standard lowering passes for now. by Brian Gaeke · 20 years ago
  49. ef8e48a I don't think we have to have 4 extra allocated (but unused) bytes on the stack. by Brian Gaeke · 20 years ago
  50. 86a8790 Add references to delay slot filler pass. Fill in addPassesToJITCompile method. by Brian Gaeke · 20 years ago
  51. 7a3ae1f Support -print-machineinstrs by Brian Gaeke · 20 years ago
  52. 4acfd03 Asm printer support, based on x86 - only prints mnemonics for now by Brian Gaeke · 20 years ago
  53. 1c809c5 Add an instruction selector capable of selecting 'ret void' by Chris Lattner · 20 years ago
  54. 9ff6ba1 Change this so that LLC actually tries to run the code generator, though it will by Chris Lattner · 20 years ago
  55. 8d8a6bc Finegrainify namespacification by Chris Lattner · 20 years ago
  56. e785e53 SparcV8 skeleton by Brian Gaeke · 20 years ago