oota-llvm.git
2010-11-08 Dale JohannesenRevert 118422 in search of bot verdancy.
2010-11-08 Devang PatelDocument parameters. Fix typos.
2010-11-08 Andrew TrickAdds support for spilling previously allocated live...
2010-11-08 Jason W KimSupport -mcpu=cortex-a8 in ARM attributes - Has Fixme...
2010-11-08 Daniel DunbarFix typo.
2010-11-08 Dan GohmanMake FunctionAttrs TBAA-aware.
2010-11-08 Dan GohmanImplement getModRefBehavior for TypeBasedAliasAnalysis.
2010-11-08 Jason W KimComplete listing of ARM/MC/ELF relocation enums
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanDelete getIntrinsicModRefBehavior. Clients can just...
2010-11-08 Dan GohmanMake FunctionAttrs use AliasAnalysis::getModRefBehavior...
2010-11-08 Dan GohmanTeach BasicAliasAnalysis::getModRefBehavior(const Funct...
2010-11-08 Dan GohmanAdd comments.
2010-11-08 Benjamin Kramersvn:ignore
2010-11-08 Che-Liang ChiouAdd generating function declaration for PTX
2010-11-08 Che-Liang ChiouAdd physical register counting functions
2010-11-08 Che-Liang ChiouAdd a dummy PTXMCAsmStreamer class
2010-11-08 Rafael EspindolaSet default flags for .rodata.
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-11-08 Bill WendlingMake RegList an ASM operand so that TableGen will gener...
2010-11-08 Bill WendlingRevert.
2010-11-07 Duncan SandsAdd simplification of floating point comparisons with...
2010-11-07 Duncan SandsFix a README item: when doing a comparison with the...
2010-11-07 Rafael EspindolaSpeed up AddSectionToTheEnd. It was walking all fragmen...
2010-11-07 Rafael Espindolatypos
2010-11-07 Bill WendlingIn this context, a reglist is a reg.
2010-11-07 Ted KremenekFix memory leak in StringRef::edit_distance(). 'Alloca...
2010-11-07 Dale JohannesenTestcase for llvm-gcc 118368. 8629268.
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 Chris Lattnerimplement aliases for div/idiv that have an explicit...
2010-11-06 Bill WendlingAdd support for parsing register lists. We can't use...
2010-11-06 Chris Lattneradd aliases for movs between seg registers and mem...
2010-11-06 Chris Lattnermove the "sh[lr]d op,op" -> "shld $1, op,op" aliases...
2010-11-06 Bill WendlingReturn the base register of a register list for the...
2010-11-06 Chris Lattnerpass literals like $$1 through to the asm matcher....
2010-11-06 Chris Lattnerwork-in-progress
2010-11-06 Bill WendlingGeneral cleanup:
2010-11-06 Chris Lattnergo to great lengths to work around a GAS bug my previou...
2010-11-06 Chris Lattnerrework the rotate-by-1 instructions to be defined like the
2010-11-06 Chris Lattnerchange the fp comparison instructions to not have ...
2010-11-06 Chris Lattnermove the plethora of fp stack aliases to the .td file.
2010-11-06 Chris Lattneradd (and document) the ability for alias results to...
2010-11-06 Bill WendlingAdd a RegList (register list) object to ARMOperand...
2010-11-06 Chris Lattnergeneralize alias support to allow the result of an...
2010-11-06 Chris Lattnermove fnstsw aliases to .td file, fix typo
2010-11-06 Chris Lattnermove in/out aliases to the .td files.
2010-11-06 Chris Lattnermove sldt, imul, and movabsq aliases from c++ to .td...
2010-11-06 Chris Lattnercorrect suffix matching to search for s/l/t suffixes on
2010-11-06 Benjamin KramerPrune includes.
2010-11-06 Bill WendlingFix grammar.
2010-11-06 Bill WendlingFix grammar.
2010-11-06 Bill WendlingMatchRegisterName() returns 0 if it can't match the...
2010-11-06 Bill WendlingUse TryParseRegister() instead of MatchRegisterName...
2010-11-06 Benjamin KramerAdd a note.
2010-11-06 Chris Lattnerdocument instalias.
2010-11-06 Chris Lattnerfix a bug where we had an implicit assumption that the
2010-11-06 Eric ChristopherMake sure we have movw on the target before using it.
2010-11-06 Chris Lattnermove the lcall/ljmp aliases to the .td file.
2010-11-06 Chris Lattnermove the "movsd -> movsl" alias to the .td files,
2010-11-06 Chris Lattnerfix some bugs in the alias support, unblocking changing...
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-06 Chris Lattnerimplement more checking to reject things like:
2010-11-06 Chris Lattnerdecode and validate instruction alias result definitions.
2010-11-06 Chris Lattnersimplify
2010-11-06 Chris Lattnerfix another fixme, replacing a string with a semantic...
2010-11-06 Chris Lattnerdisolve a hack, having CodeGenInstAlias decode the...
2010-11-05 Jim GrosbachHook up the '.code {16|32}' directive to the streamer.
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachHook up the '.thumb_func' directive to the streamer.
2010-11-05 Jim GrosbachFix past-o.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Owen AndersonDisallow the certain NEON modified-immediate forms...
2010-11-05 Jim GrosbachTrailing whitespace.
2010-11-05 Jim GrosbachMC'ize simple ARMConstantValue entry emission (with...
2010-11-05 Benjamin KramerPut class into an anonymous namespace.
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
2010-11-05 Jim GrosbachEnable MachO writing for ARM/Darwin. Lots of stuff...
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-11-05 Jim Grosbachsyntaxunified directive is a no-op for MachO writing.
2010-11-05 Jim GrosbachAdd v5 and v7 ARM CPU subtype values.
2010-11-05 Jim GrosbachAdd FIXME.
2010-11-05 Duncan SandsWhen passing a parameter using the 'byval' mechanism...
2010-11-05 Daniel DunbarCrashRecoveryContext: Add RunSafelyOnThread helper...
2010-11-04 Duncan SandsWhen passing a huge parameter using the byval mechanism...
2010-11-04 Benjamin KramerUse arrays instead of constant-sized SmallVectors.
2010-11-04 Rafael EspindolaAdd 118023 back, but with proper spelling for .uleb128...
2010-11-04 Rafael EspindolaRevert previous patch. Some targets don't support uleb...
2010-11-04 Rafael EspindolaMCize.
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 Evan ChengFix @llvm.prefetch isel. Selecting between pld / pldw...
2010-11-04 Chris Lattnerpartition operand processing between aliases and instru...
2010-11-04 Chris Lattnerpull name slicing out of BuildInstructionOperandReferen...
2010-11-04 Chris Lattnercleanups.
2010-11-04 Chris Lattnerreplace SrcOpNum with SrcOpName, eliminating a numering...
2010-11-04 Daniel DunbarSystem: Add llvm_execute_on_thread, which does what...
2010-11-04 Jim GrosbachAdd ARM fixup info for load/store label references...
2010-11-04 Bill WendlingAdd encoding for VSTR.
next