aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target
AgeCommit message (Expand)Author
2010-02-21Formatting tweaks (trailing whitespace, ordering, comments).Daniel Dunbar
2010-02-21Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner
2010-02-19Revert 96634. It causes assertion failures for 126.gcc and 176.gcc inBob Wilson
2010-02-19Radar 7636153. In the presence of large call frames, it's not sufficientJim Grosbach
2010-02-17Fix a few unused parameter warnings.Eric Christopher
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2010-02-12give MCCodeEmitters access to the current MCContext.Chris Lattner
2010-02-11refactor x86 conditional branches to use a multipatternChris Lattner
2010-02-10The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-02-08Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman
2010-02-03change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner
2010-02-02Revert 95130.Evan Cheng
2010-02-02refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner
2010-02-02eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner
2010-02-02Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng
2010-02-02eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner
2010-02-02remove the remnants of TargetMachOWriterInfo.Chris Lattner
2010-02-02eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner
2010-02-02Inline addAssemblyEmitter into its one real caller and deleteChris Lattner
2010-02-01Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman
2010-01-31Moved InstallLexer() from the X86-specific AsmLexerSean Callanan
2010-01-27Remove a dead target hook.Evan Cheng
2010-01-27Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng
2010-01-26constify a method argument.Chris Lattner
2010-01-26Remove warning about non return on a non-void function.Bill Wendling
2010-01-26eliminate the TargetLowering::UsesGlobalOffsetTable bool, which isChris Lattner
2010-01-26Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner
2010-01-26stub out a new target hook, need some refactoring before I canChris Lattner
2010-01-26this hook should be const.Chris Lattner
2010-01-26Add support for target-specific 32-bit custom-lowered Chris Lattner
2010-01-25Rearrange handling of jump tables. Highlights:Chris Lattner
2010-01-25add a method to get the alignment of an integer type even Chris Lattner
2010-01-22Filled out the skeleton of the TargetAsmLexer to behaveSean Callanan
2010-01-22Add two target hooks to determine whether two loads are near and should be sc...Evan Cheng
2010-01-22allow registering target lexers.Chris Lattner
2010-01-22stub out a new TargetAsmLexer interface.Chris Lattner
2010-01-21remove a couple of asserts that use RTTI.Chris Lattner
2010-01-19stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner
2010-01-19use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner
2010-01-19change an accessor to a predicate.Chris Lattner
2010-01-19Cleanup handling of .zerofill on darwin:Chris Lattner
2010-01-18- Add getLSDAEncoding to the PowerPC backend.Bill Wendling
2010-01-18- Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling
2010-01-18Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer
2010-01-17stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner
2010-01-17fix uninit member, thanks to Benjamin Kramer for identifying the bug.Chris Lattner