- 0cd6c2a eliminate all the dead addSimpleCodeEmitter implementations. by Chris Lattner · 16 years ago
- 8714348 indicate what the native integer types for the target are. Please verify. by Chris Lattner · 16 years ago
- 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 9a6cf91 Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
- 2c30970 pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
- c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
- 31b44e8 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
- df672c2 alpha TAI doesn't need TM. by Chris Lattner · 16 years ago
- 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
- 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
- d97db68 Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
- c901392 Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. by Daniel Dunbar · 16 years ago
- 5302288 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
- d098c5a move createAlphaLLRPPass out of addAssemblyEmitter to make Alpha by Chris Lattner · 16 years ago
- e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- 863e587 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
- 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
- b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
- a31f96c by David Greene · 16 years ago
- 5661ea6 Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
- 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
- 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
- 2028e25 Unbreak cyclic deps by Anton Korobeynikov · 16 years ago
- 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
- a194c3a First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 years ago
- 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
- 084669a Second attempt: by Bill Wendling · 17 years ago
- 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
- d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
- 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
- c5437ea Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
- ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
- 122c9b1 mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
- 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
- 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- c5283ec long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 18 years ago
- 9d5df0a Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
- 517290a The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
- 59889ae Added new method to add a "simple" code emitter. That is, to only add by Bill Wendling · 19 years ago
- 692e415 Add all that branch mangling niftiness by Andrew Lenharth · 19 years ago
- a6bbf33 Jimptables working again on alpha. by Andrew Lenharth · 19 years ago
- 5e2bacd Fix jump tables to match gcc (and the ABI and whatnot) by Andrew Lenharth · 19 years ago
- f23e3bf A pass to remove the worst of the replay trap offenders, and as a bonus, align basic blocks when it is free to do so by Andrew Lenharth · 19 years ago
- ae92ce8 1. Remove condition on delete. by Jim Laskey · 19 years ago
- 261779b Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
- 12e9730 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
- 0fc4541 Simplify target construction. by Chris Lattner · 19 years ago
- f6acb34 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 19 years ago
- f3b5b92 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
- 88812b5 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
- 20a631f 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 · 20 years ago
- 3f9c179 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 20 years ago
- 6f95ab7 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 20 years ago
- c0bf377 bye bye Pattern ISEL by Andrew Lenharth · 20 years ago
- 045371a make DAG isel the default by Andrew Lenharth · 20 years ago
- 6bc51c6 prevent latent switch creation by Andrew Lenharth · 20 years ago
- 54c8fcf unbreak the build by Chris Lattner · 20 years ago
- ab72424 enable LSR by default on alpha by Andrew Lenharth · 20 years ago
- b28f214 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 · 20 years ago
- 5c7d731 If the module has no t-t and the host is an alpha, default to using the Alpha BE by Chris Lattner · 20 years ago
- 7b69867 ret 0; works, not much else by Andrew Lenharth · 20 years ago
- a7a83b9 begining alpha subtarget support by Andrew Lenharth · 20 years ago
- 19058c3 by Jim Laskey · 20 years ago
- 3a18a39 Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I will too by Andrew Lenharth · 20 years ago
- c32843e finally found the gcc defined constants by Andrew Lenharth · 20 years ago
- 55d0451 Alpha JIT (beta) by Andrew Lenharth · 20 years ago
- f11f48b Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 20 years ago
- 89b8c8d Remove trailing whitespace by Misha Brukman · 21 years ago
- 00348ce LSR cleanup patch by Andrew Lenharth · 21 years ago
- ed4b648 Added LSR as a beta pass for alpha by Andrew Lenharth · 21 years ago
- 8fb0d50 try to match alpha pattern by Andrew Lenharth · 21 years ago
- 6d1a96b Alpha JIT prune by Andrew Lenharth · 21 years ago
- 3c12772 include prune and JIT prune by Andrew Lenharth · 21 years ago
- a1b5ca2 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 21 years ago