2010-02-14 |
Dan Gohman | Remove a 'protected' keyword, now that SCEVExpander... |
tree | commitdiff |
2010-02-13 |
Daniel Dunbar | MCAssembler: Switch MCAsmFixup to storing MCFixupKind... |
tree | commitdiff |
2010-02-13 |
Daniel Dunbar | MCAssembler: Sink fixup list into MCDataFragment. |
tree | commitdiff |
2010-02-13 |
Daniel Dunbar | MCAssembler: Switch MCFillFragment to only taking const... |
tree | commitdiff |
2010-02-13 |
Daniel Dunbar | MCAssembler: Start applying fixups in the data section. |
tree | commitdiff |
2010-02-13 |
Daniel Dunbar | MCAssembler: Add assorted dump() methods. |
tree | commitdiff |
2010-02-13 |
Evan Cheng | Teach MachineFrameInfo to track maximum alignment while... |
tree | commitdiff |
2010-02-13 |
Dan Gohman | Override dominates and properlyDominates for SCEVAddRec... |
tree | commitdiff |
2010-02-12 |
Chris Lattner | give MCCodeEmitters access to the current MCContext. |
tree | commitdiff |
2010-02-12 |
Bob Wilson | Fix a comment typo. |
tree | commitdiff |
2010-02-12 |
Chris Lattner | doxygenize some comments, patch by Peter Collingbourne! |
tree | commitdiff |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
tree | commitdiff |
2010-02-12 |
Anton Korobeynikov | Cleanup stdcall / fastcall name mangling. |
tree | commitdiff |
2010-02-12 |
Dan Gohman | Reapply the new LoopStrengthReduction code, with compil... |
tree | commitdiff |
2010-02-12 |
Bob Wilson | Add a new pass on machine instructions to optimize... |
tree | commitdiff |
2010-02-12 |
Charles Davis | Add a new function attribute, 'alignstack'. It will... |
tree | commitdiff |
2010-02-11 |
Chris Lattner | add a new MCInstPrinter::getOpcodeName interface, when... |
tree | commitdiff |
2010-02-11 |
Daniel Dunbar | MC: Move assembler-backend's fixup list into the fragment. |
tree | commitdiff |
2010-02-11 |
Daniel Dunbar | MC: Move MCSectionData::Fixup out to MCAsmFixup. |
tree | commitdiff |
2010-02-11 |
Chris Lattner | make getFixupKindInfo return a const reference, allowing |
tree | commitdiff |
2010-02-11 |
Chris Lattner | refactor x86 conditional branches to use a multipattern |
tree | commitdiff |
2010-02-11 |
Jeffrey Yasskin | Fix some of the memcheck errors found in the JIT unittests. |
tree | commitdiff |
2010-02-10 |
Mon P Wang | The previous fix of widening divides that trap was... |
tree | commitdiff |
2010-02-10 |
Dale Johannesen | Allow isDebug inquiry on any MO. |
tree | commitdiff |
2010-02-10 |
Chris Lattner | add a virtual dtor to MCTargetExpr, hopefully silencing... |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Add a hook to AssemblyAnnotationWriter to allow custom... |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Use doxygen comment syntax. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Fix several comments which had previously been "the... |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Minor code simplification. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Implement operators |=, &=, and ^= for SmallBitVector... |
tree | commitdiff |
2010-02-10 |
Daniel Dunbar | MC: Switch MCFixup to just hold an MCExpr pointer inste... |
tree | commitdiff |
2010-02-10 |
Daniel Dunbar | Fix a signed comparison warning. |
tree | commitdiff |
2010-02-10 |
Chris Lattner | "fixup" a comment. |
tree | commitdiff |
2010-02-10 |
Daniel Dunbar | llvm-mc: Remove --show-fixups and always show as part... |
tree | commitdiff |
2010-02-10 |
Chris Lattner | fix a layering violation: VirtRegRewriter.cpp shouldn... |
tree | commitdiff |
2010-02-10 |
Chris Lattner | Stop MachineInstr.h from #including AsmPrinter.h |
tree | commitdiff |
2010-02-10 |
Chris Lattner | Move verbose asm instruction comments to using MCStreamer. |
tree | commitdiff |
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 |
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-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 |
next |