Age | Commit message (Expand) | Author |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-12 | change CBE to just get TAI now, instead of TM to get TAI. | Chris Lattner |
2009-08-05 | Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel. | Anton Korobeynikov |
2009-08-05 | Minor arm CBE fixes. Patch by Sandeep. | Anton Korobeynikov |
2009-08-05 | Emit module-level inline asm for CBE. | Anton Korobeynikov |
2009-08-04 | No really, it's unused. | Daniel Dunbar |
2009-08-04 | Remove now unused Module argument to createTargetMachine. | Daniel Dunbar |
2009-08-03 | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar |
2009-08-03 | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar |
2009-08-02 | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-26 | Add TargetRegistry::lookupTarget. | Daniel Dunbar |
2009-07-25 | Add new helpers for registering targets. | Daniel Dunbar |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-22 | Simplify some uses of Value::getName() | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-18 | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar |
2009-07-17 | Make sure CWriter's Context get's initialized. | Daniel Dunbar |
2009-07-16 | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar |
2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
2009-07-15 | Switch some obvious clients to using the new TargetRegistry. | Daniel Dunbar |
2009-07-15 | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar |
2009-07-14 | rename getValueName -> getMangledName | Chris Lattner |
2009-07-13 | fix CBE & MSIL backends to not use the mangler for non-global symbols. | Chris Lattner |
2009-07-13 | These don't really need contexts either. | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
2009-06-26 | Privatize some variables. | Owen Anderson |
2009-06-23 | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson |
2009-06-18 | It looks like nobody is working on PR 4158, so I'm | Dale Johannesen |
2009-06-16 | Introduce new headers whose inclusion forces linking and | Douglas Gregor |
2009-06-04 | Fix an erroneous check for isFNeg; the FNeg case is handled | Dan Gohman |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2009-05-19 | Spacing fix. | Dale Johannesen |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
2009-04-29 | Second attempt: | Bill Wendling |
2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
2009-04-17 | Fix some failures in targets on available_externally functions, | Chris Lattner |
2009-03-23 | Fix internal representation of fp80 to be the | Dale Johannesen |
2009-01-15 | Add the private linkage. | Rafael Espindola |