Fix typo: Exectuable -> Executable
[oota-llvm.git] / include /
2010-11-17 Peter CollingbourneFix typo: Exectuable -> Executable
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-16 Dan GohmanSplit pseudo-instruction expansion into a separate...
2010-11-16 Rafael EspindolaAdd const.
2010-11-16 Michael J. Spencersystem_error: More conditional error codes for Darwin.
2010-11-16 Michael J. SpencerThis is the first step in adding sane error handling...
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
2010-11-16 Michael J. SpencerObject: Get rid of sys::Path, Triple, and cleanup names...
2010-11-15 Evan ChengCode clean up. The peephole pass should be the one...
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Rafael EspindolaFix PR8565.
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-15 Michael J. SpencerAdd LLVMObject Library.
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-14 Duncan SandsIf dom tree information is available, make it possible...
2010-11-14 Duncan SandsStrip trailing whitespace.
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-13 Jim GrosbachTrailing whitespace.
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-13 Daniel DunbarJIT: More nitty style tweakage, aka territory marking.
2010-11-13 Daniel Dunbarreport_fatal_error: Simplify a possible ambiguity.
2010-11-13 Daniel DunbarMore style nittiness.
2010-11-13 Daniel DunbarClean up some doxyments/style.
2010-11-12 Chris Lattneradd operand iterator apis to MachineInstr, patch by...
2010-11-11 Dan GohmanAdd helper functions for computing the Location of...
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-11 Dan GohmanAdd comments.
2010-11-11 Dan GohmanAdd brief doxygen comments for AliasResult enum values.
2010-11-11 Dan GohmanSet NonLocalDepInfo's Size field to UnknownSize when...
2010-11-11 Jakob Stoklund OlesenInsert two blank SlotIndexes between basic blocks inste...
2010-11-10 Jakob Stoklund OlesenDelete unused function.
2010-11-10 Devang PatelTake care of special characters while creating named...
2010-11-10 Dan GohmanEnhance GVN to do more precise alias queries for non...
2010-11-10 Andrew TrickRABasic is nearly functionally complete. There are...
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-10 Dan GohmanRename AccessesArguments and AccessesArgumentsReadonly...
2010-11-10 Dan GohmanFix a copy+pasto Duncan noticed.
2010-11-10 Dan GohmanAdd a doesAccessArgPointees helper function, and update...
2010-11-10 Dan GohmanFactor out the code for testing whether a function...
2010-11-10 Dan GohmanGive NonLocalDepResult a NonLocalDepEntry member, replacing
2010-11-10 Michael J. SpencerSystem/Path: Update comments to match code.
2010-11-10 Duncan SandsThere is no EndPtr anymore - reinterpret the original...
2010-11-10 Jim GrosbachUpdate ARMConstantPoolValue to not use a modifier strin...
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-11-09 Dan GohmanConvert comments to doxygen syntax.
2010-11-09 Dan GohmanAccessesArgumentsReadonly is read-only.
2010-11-09 Dan GohmanAdd a AccessesArgumentsReadonly ModRefBehavior value...
2010-11-09 Dan GohmanFactor out the logic for onlyReadsMemory into a helper...
2010-11-09 Dan GohmanDelete AccessesArgumentsAndGlobals, which was unused.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Change GetRootDirectory to return...
2010-11-08 Dan GohmanAdd some comments noting some correspondences between...
2010-11-08 Devang PatelDocument parameters. Fix typos.
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanDelete getIntrinsicModRefBehavior. Clients can just...
2010-11-08 Dan GohmanAdd comments.
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-11-07 Rafael Espindolatypos
2010-11-07 Rafael EspindolaAdd method for checking if a path is a symbolic link.
2010-11-07 Rafael EspindolaRelax dwarf line fragments. This fixes a crash in the...
2010-11-06 Benjamin KramerPrune includes.
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Jim GrosbachTrailing whitespace.
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-11-05 Jim GrosbachAdd v5 and v7 ARM CPU subtype values.
2010-11-05 Daniel DunbarCrashRecoveryContext: Add RunSafelyOnThread helper...
2010-11-04 Devang PatelIntroduce DIBuilder. It is intended to be a front-end...
2010-11-04 Devang PatelAdd getFile() to get DIFile of a DIType.
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-04 Daniel DunbarSystem: Add llvm_execute_on_thread, which does what...
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Duncan SandsSimplify uses of MVT and EVT. An MVT can be compared...
2010-11-03 Duncan SandsFix a comment typo.
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-11-03 Dan GohmanFactor code out of APInt to form a isUIntN helper function.
2010-11-02 Jakob Stoklund OlesenLet the -inline-threshold command line argument take...
2010-11-02 Mikhail GlushenkovappendSuffix: don't append a dot when the suffix is...
2010-11-02 Rafael EspindolaDo relaxations with FT_Org fragments. Fixes the FIXME:
2010-11-02 Mikhail GlushenkovFindExecutable: remove the executability check.
2010-11-02 Mikhail GlushenkovMake FindProgramByName return paths with slashes unmodi...
2010-11-02 Mikhail GlushenkovPath: Add GetEXESuffix() to complement GetDLLSuffix().
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-02 Duncan SandsFix comment typo.
2010-11-02 Duncan SandsAdd some comments explaining what MVT and EVT are,...
2010-11-02 Duncan SandsRemove trailing whitespace.
2010-11-02 Jim GrosbachTweak to fix spelling and grammar in comment.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-11-01 Rafael EspindolaImplement .weakref.
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
next