- b46443a Wire up primitive support in the assembler backend for writing .o files by Chris Lattner · 15 years ago
- 5ffe38e Implement a basic MCCodeEmitter for PPC. This doesn't handle by Chris Lattner · 15 years ago
- 3346491 First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place by Anton Korobeynikov · 15 years ago
- ff7a562 Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 15 years ago
- 5d067fe TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. by Daniel Dunbar · 15 years ago
- 9184b25 Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there by Anton Korobeynikov · 15 years ago
- 5335bce remove dead code. by Chris Lattner · 16 years ago
- f1d6b10 eliminate all the dead addSimpleCodeEmitter implementations. by Chris Lattner · 16 years ago
- 6914b86 remove PPCMachOWriterInfo. by Chris Lattner · 16 years ago
- e1e0f48 Even more explanation. by Bill Wendling · 16 years ago
- 4881468 - Add getLSDAEncoding to the PowerPC backend. by Bill Wendling · 16 years ago
- 2928c83 Pass StringRef by value. by Daniel Dunbar · 16 years ago
- 2807afa rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 16 years ago
- af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 16 years ago
- b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 16 years ago
- a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
- 09652df second half of commit. by Chris Lattner · 16 years ago
- 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
- e28039c Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
- 3be0340 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
- 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
- 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
- 64cc972 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
- 5d77cad Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
- cfe9a60 Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. by Daniel Dunbar · 16 years ago
- f055229 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
- 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- f3f4715 Replace large swaths of copy-n-paste code with obvious helper function... by Daniel Dunbar · 16 years ago
- 6c05796 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
- 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
- 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
- 7184781 by David Greene · 16 years ago
- ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
- 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
- a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
- 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
- 434dd4f Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray by Bruno Cardoso Lopes · 16 years ago
- a3f99f9 First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 years ago
- 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
- be8cc2a Second attempt: by Bill Wendling · 16 years ago
- c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
- 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
- 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
- 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
- 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
- b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
- cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- 06be997 Factor out asmprinter out of ppc by Anton Korobeynikov · 17 years ago
- 7232464 Add a flag to disable jump table generation (all by Dale Johannesen · 17 years ago
- badd8df Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. by Anton Korobeynikov · 17 years ago
- 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- bfae831 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
- 7c1c261 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 17 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 50cdabc Remove meaningless qualifiers from return types, avoiding compiler warnings. by Dan Gohman · 18 years ago
- 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
- 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
- e6e4354 name change requested by review of previous patch by Dale Johannesen · 18 years ago
- 81da02b Make tail merging the default, except on powerPC. There was no prior art by Dale Johannesen · 18 years ago
- 456bc87 Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! by Chris Lattner · 18 years ago
- eb1ac33 Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the by Bill Wendling · 19 years ago
- 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 19 years ago
- e911615 Revert patch. by Bill Wendling · 19 years ago
- 22fb302 Create the specified TargetObjInfo and use it. by Bill Wendling · 19 years ago
- 15c9188 Disable the macho writer until it is 100% functional. Enabling it when by Chris Lattner · 19 years ago
- bf11182 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 19 years ago
- 57fc62c Another step forward in PPC64 JIT support: we now no-longer need stubs by Chris Lattner · 19 years ago
- e150b8e this is an initial patch to switch the ppc64 jit over to working in PIC mode, by Chris Lattner · 19 years ago
- ff79089 make sure to safe LR8 in the right stack slot for PPC64 by Chris Lattner · 19 years ago
- 4da1c82 The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass by Chris Lattner · 19 years ago
- 6fe6084 We actually do support object file writing, so don't return true (error) by Nate Begeman · 19 years ago
- fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
- 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
- 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
- c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
- 06abd22 Make ppc64 jit kinda work right. About 2/3 of Olden passes with this, by Nate Begeman · 19 years ago
- eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 19 years ago
- 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 19 years ago
- ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 19 years ago
- 3d6721a An overaggressive #ifdef allows a function to fall off the bottom of the by Chris Lattner · 19 years ago
- 90ac1c0 Undisable ppc64 jit by Chris Lattner · 19 years ago
- b1d26f6 Implement the getPointerRegClass method, which is required for the ptr_rc by Chris Lattner · 19 years ago
- af89fa6 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 19 years ago
- 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
- 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 19 years ago
- bcd8a82 Make TargetData strings less redundant. by Owen Anderson · 19 years ago
- d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
- 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 · 19 years ago
- d9993b0 Fix the comment by Nate Begeman · 19 years ago
- 6fcbd69 Change the PPC JIT to use a Static relocation model by Nate Begeman · 19 years ago
- 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 19 years ago
- bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 19 years ago
- 714554d Added a way for TargetLowering to specify what values can be used as the by Evan Cheng · 19 years ago
- 9c543b2 PPC LSR pass should use target lowering hooks. by Evan Cheng · 19 years ago
- c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
- d0839f3 PPC JIT relocation model should be DynamicNoPIC. by Evan Cheng · 19 years ago
- 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
- 05f1fe8 Goodbye PPC pattern isel. You have served us well, but it is now time for by Chris Lattner · 20 years ago