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