summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Mention IndVarSimplify in the comment by getSmallConstantTripCount, asDan Gohman2010-02-09
* Mention vAny and iPTRAny in a comment.Dan Gohman2010-02-09
* Debug operands should not be def or kill.Dale Johannesen2010-02-09
* Changed the definition of an "invalid" slot to include the empty & tombstone ...Lang Hames2010-02-09
* stop using reserved identifiers.Chris Lattner2010-02-09
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-09
* Add explicit keywords.Dan Gohman2010-02-09
* enhance bits_storage to work with enums by using a c-styleChris Lattner2010-02-09
* Document that MCExpr::Mod is actually remainder.Dan Gohman2010-02-08
* Added header file declarations and .exports entriesSean Callanan2010-02-08
* now that @GOTOFF is no longer represented as a suffix on aChris Lattner2010-02-08
* don't make hte dtor private or we can't construct the class.Chris Lattner2010-02-08
* use a c-style cast instead of reinterpret-cast, as sometimes theChris Lattner2010-02-08
* Add const qualifiers.Dan Gohman2010-02-08
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-08
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-08
* Flesh out the list of predicates, for those who like this style. I wasDuncan Sands2010-02-08
* ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, doneDaniel Dunbar2010-02-08
* Add a Debug bit to MachineOperand, for uses thatDale Johannesen2010-02-06
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Set DW_AT_artificial only if argument is marked as artificial.Devang Patel2010-02-06
* Update CodeMetrics to count 'big' function calls explicitly.Jakob Stoklund Olesen2010-02-05
* Teach SimplifyCFG about magic pointer constants.Jakob Stoklund Olesen2010-02-05
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-05
* MC: Change default comment column to 40 characters.Daniel Dunbar2010-02-05
* Disable external stubs for X86-32 and X86-64Evan Phoenix2010-02-04
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-04
* Change the argument to getIntegerSCEV to be an int64_t, ratherDan Gohman2010-02-04
* Filled in a few new APIs for the enhancedSean Callanan2010-02-04
* Provide interface to identifiy artificial methods.Devang Patel2010-02-03
* r94686 changed all ModuleProvider parameters to Modules, which made theJeffrey Yasskin2010-02-03
* llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar2010-02-03
* Remove redundant declaration.Zhongxing Xu2010-02-03
* Add constructors.Zhongxing Xu2010-02-03
* make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner2010-02-03
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-03
* Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.Jeffrey Yasskin2010-02-03
* privatize a bunch of methods and move \n printing into them.Chris Lattner2010-02-03
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-02
* Revert 95130.Evan Cheng2010-02-02
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-02
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-02
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-02
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-02
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-02
* Make DenseSet's erase pass on the return value rather than swallowing it.Dan Gohman2010-02-02
* Fix function names in comments. Thanks Duncan!Dan Gohman2010-02-02
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-02
* remove the remnants of TargetMachOWriterInfo.Chris Lattner2010-02-02
* Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner2010-02-02