2010-02-10 |
Dale Johannesen | more comment updates |
tree | commitdiff |
2010-02-10 |
Dale Johannesen | Add isDebug argument to ChangeToRegister; this prevents |
tree | commitdiff |
2010-02-10 |
Chris Lattner | Add ability for MCInstPrinters to add comments for... |
tree | commitdiff |
2010-02-09 |
Daniel Dunbar | llvm-mc: Add --show-fixups option, for displaying the... |
tree | commitdiff |
2010-02-09 |
Daniel Dunbar | MC: First cut at MCFixup, for getting fixup/relocation... |
tree | commitdiff |
2010-02-09 |
Chris Lattner | move target-independent opcodes out of TargetInstrInfo |
tree | commitdiff |
2010-02-09 |
Jeffrey Yasskin | Add support for TypeBuilder<const/volatile void*, false>. |
tree | commitdiff |
2010-02-09 |
Eric Christopher | Pull these back out, they're a little too aggressive... |
tree | commitdiff |
2010-02-09 |
Dan Gohman | Mention IndVarSimplify in the comment by getSmallConsta... |
tree | commitdiff |
2010-02-09 |
Dan Gohman | Mention vAny and iPTRAny in a comment. |
tree | commitdiff |
2010-02-09 |
Dale Johannesen | Debug operands should not be def or kill. |
tree | commitdiff |
2010-02-09 |
Lang Hames | Changed the definition of an "invalid" slot to include... |
tree | commitdiff |
2010-02-09 |
Chris Lattner | stop using reserved identifiers. |
tree | commitdiff |
2010-02-09 |
Eric Christopher | Add a new pass to do llvm.objsize lowering using SCEV. |
tree | commitdiff |
2010-02-09 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2010-02-09 |
Chris Lattner | enhance bits_storage to work with enums by using a... |
tree | commitdiff |
2010-02-08 |
Dan Gohman | Document that MCExpr::Mod is actually remainder. |
tree | commitdiff |
2010-02-08 |
Sean Callanan | Added header file declarations and .exports entries |
tree | commitdiff |
2010-02-08 |
Chris Lattner | now that @GOTOFF is no longer represented as a suffix... |
tree | commitdiff |
2010-02-08 |
Chris Lattner | don't make hte dtor private or we can't construct the... |
tree | commitdiff |
2010-02-08 |
Chris Lattner | use a c-style cast instead of reinterpret-cast, as... |
tree | commitdiff |
2010-02-08 |
Dan Gohman | Add const qualifiers. |
tree | commitdiff |
2010-02-08 |
Dan Gohman | Rename the PerformTailCallOpt variable to GuaranteedTai... |
tree | commitdiff |
2010-02-08 |
Chris Lattner | add scaffolding for target-specific MCExprs. |
tree | commitdiff |
2010-02-08 |
Duncan Sands | Flesh out the list of predicates, for those who like... |
tree | commitdiff |
2010-02-08 |
Daniel Dunbar | ImmutableIntervalMap: Fix for unqualified lookup into... |
tree | commitdiff |
2010-02-06 |
Dale Johannesen | Add a Debug bit to MachineOperand, for uses that |
tree | commitdiff |
2010-02-06 |
Jakob Stoklund Olesen | Reintroduce the InlineHint function attribute. |
tree | commitdiff |
2010-02-06 |
Devang Patel | Set DW_AT_artificial only if argument is marked as... |
tree | commitdiff |
2010-02-05 |
Jakob Stoklund Olesen | Update CodeMetrics to count 'big' function calls explic... |
tree | commitdiff |
2010-02-05 |
Jakob Stoklund Olesen | Teach SimplifyCFG about magic pointer constants. |
tree | commitdiff |
2010-02-05 |
Jeffrey Yasskin | Move --march, --mcpu, and --mattr from JIT/TargetSelect... |
tree | commitdiff |
2010-02-05 |
Daniel Dunbar | MC: Change default comment column to 40 characters. |
tree | commitdiff |
2010-02-04 |
Evan Phoenix | Disable external stubs for X86-32 and X86-64 |
tree | commitdiff |
2010-02-04 |
Chris Lattner | add support for the sparcv9-*-* target triple to turn on |
tree | commitdiff |
2010-02-04 |
Dan Gohman | Change the argument to getIntegerSCEV to be an int64_t... |
tree | commitdiff |
2010-02-04 |
Sean Callanan | Filled in a few new APIs for the enhanced |
tree | commitdiff |
2010-02-03 |
Devang Patel | Provide interface to identifiy artificial methods. |
tree | commitdiff |
2010-02-03 |
Jeffrey Yasskin | r94686 changed all ModuleProvider parameters to Modules... |
tree | commitdiff |
2010-02-03 |
Daniel Dunbar | llvm-mc: Add --show-inst option, for showing the MCInst... |
tree | commitdiff |
2010-02-03 |
Zhongxing Xu | Remove redundant declaration. |
tree | commitdiff |
2010-02-03 |
Zhongxing Xu | Add constructors. |
tree | commitdiff |
2010-02-03 |
Chris Lattner | make MachineModuleInfoMachO hold non-const MCSymbol... |
tree | commitdiff |
2010-02-03 |
Chris Lattner | change addPassesToEmitFile to return true on failure... |
tree | commitdiff |
2010-02-03 |
Jeffrey Yasskin | Reconfigure with autoconf-2.60, and fix autoconf.ac... |
tree | commitdiff |
2010-02-03 |
Chris Lattner | privatize a bunch of methods and move \n printing into... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Hook up -filetype=obj through the MachO streamer. ... |
tree | commitdiff |
2010-02-02 |
Evan Cheng | Revert 95130. |
tree | commitdiff |
2010-02-02 |
Chris Lattner | refactor code so that LLVMTargetMachine creates the... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Remove a bunch of stuff around the edges of the ELF... |
tree | commitdiff |
2010-02-02 |
Daniel Dunbar | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate all the dead addSimpleCodeEmitter implementat... |
tree | commitdiff |
2010-02-02 |
Evan Cheng | Pass callsite return type to TargetLowering::LowerCall... |
tree | commitdiff |
2010-02-02 |
Dan Gohman | Make DenseSet's erase pass on the return value rather... |
tree | commitdiff |
2010-02-02 |
Dan Gohman | Fix function names in comments. Thanks Duncan! |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | remove the remnants of TargetMachOWriterInfo. |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Add a new top-level MachO.h file for manifest constants... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate all forms of addPassesToEmitMachineCode except |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Inline addAssemblyEmitter into its one real caller... |
tree | commitdiff |
2010-02-02 |
Duncan Sands | Adding missing methods for creating Add, Mul, Neg and... |
tree | commitdiff |
2010-02-02 |
Zhongxing Xu | Return value on every path. |
tree | commitdiff |
2010-02-02 |
Zhongxing Xu | simplify code. |
tree | commitdiff |
2010-02-02 |
Zhongxing Xu | More logic correction: RemoveOverlap should always... |
tree | commitdiff |
2010-02-02 |
Zhongxing Xu | Add a lookup method to the IntervalMap. The difference... |
tree | commitdiff |
2010-02-02 |
Zhongxing Xu | Fix a bunch of errors in the old logic. |
tree | commitdiff |
2010-02-02 |
Zhongxing Xu | 11.8p1: A nested class is a member and as such has... |
tree | commitdiff |
2010-02-01 |
Nate Begeman | Kill the Mach-O writer, and temporarily make filetype... |
tree | commitdiff |
2010-02-01 |
Bill Wendling | Add "dump" method to IVUsersOneStride. |
tree | commitdiff |
2010-02-01 |
Duncan Sands | Do an early exit when the result is known cheaply. |
tree | commitdiff |
2010-02-01 |
Chris Lattner | eliminate a bunch of pointless LLVMContext arguments. |
tree | commitdiff |
2010-02-01 |
Dan Gohman | Generalize target-independent folding rules for sizeof... |
tree | commitdiff |
2010-02-01 |
Dan Gohman | Add a getNUWMul function. |
tree | commitdiff |
2010-02-01 |
Dan Gohman | Add a generalized form of ConstantExpr::getOffsetOf... |
tree | commitdiff |
2010-02-01 |
Zhongxing Xu | Add an immutable interval map, prepared to be used... |
tree | commitdiff |
2010-02-01 |
Zhongxing Xu | Simplify code. We can compare TNew with T in one batch. |
tree | commitdiff |
2010-01-31 |
Sean Callanan | Moved InstallLexer() from the X86-specific AsmLexer |
tree | commitdiff |
2010-01-30 |
Bob Wilson | Check alignment of loads when deciding whether it is... |
tree | commitdiff |
2010-01-29 |
Junjie Gu | Make sure the size is doubled (not 4x). |
tree | commitdiff |
2010-01-29 |
Jeffrey Yasskin | Rename two IRReader.h functions to indicate that they... |
tree | commitdiff |
2010-01-29 |
Bob Wilson | Improve isSafeToLoadUnconditionally to recognize that... |
tree | commitdiff |
2010-01-28 |
Bill Wendling | Assign the ordering of SDNodes in a much less intrusive... |
tree | commitdiff |
2010-01-28 |
Douglas Gregor | Add llvm::Program::ChangeStderrToBinary(). |
tree | commitdiff |
2010-01-28 |
Dan Gohman | Make getAlignOf return an i64, for consistency with... |
tree | commitdiff |
2010-01-28 |
Dan Gohman | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and... |
tree | commitdiff |
2010-01-28 |
Chris Lattner | add target hooks for emitting random gunk before and... |
tree | commitdiff |
2010-01-28 |
Jim Grosbach | Update of 94055 to track the IR level call site informa... |
tree | commitdiff |
2010-01-28 |
Chris Lattner | Give AsmPrinter the most common expected implementation of |
tree | commitdiff |
2010-01-28 |
Chris Lattner | Remove the argument from EmitJumpTableInfo, because... |
tree | commitdiff |
2010-01-28 |
Chris Lattner | Drop the argument to AsmPrinter::EmitConstantPool and... |
tree | commitdiff |
2010-01-28 |
Chris Lattner | rename printVisibility to EmitVisibility and make it... |
tree | commitdiff |
2010-01-27 |
Chris Lattner | add a helper function for bumping up the alignment... |
tree | commitdiff |
2010-01-27 |
Sean Callanan | Changed constants to an enum so as not to pollute the |
tree | commitdiff |
2010-01-27 |
Sean Callanan | Added a header file defining the externally-visible... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-27 |
Benjamin Kramer | Don't bother with sprintf, just pass the Twine through. |
tree | commitdiff |
2010-01-27 |
Mikhail Glushenkov | Make SMDiagnostic::Print a const method. |
tree | commitdiff |
2010-01-27 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2010-01-27 |
Chris Lattner | add a new AsmPrinter::EmitFunctionEntryLabel virtual... |
tree | commitdiff |
2010-01-27 |
Evan Cheng | Remove a dead target hook. |
tree | commitdiff |
next |