System/Path/Windows: Implement GetLLVMDefaultConfigDir.
[oota-llvm.git] / lib / Target /
2010-11-09 Jim GrosbachAdd support for a few simple fixups to the ARM Darwin...
2010-11-09 Bill WendlingRevert r118457 and r118458. These won't hold for GPRs.
2010-11-08 Bill WendlingGet the register and count from the register list operands.
2010-11-08 Bill Wendlingreglist has two operands.
2010-11-08 Bill WendlingThe "addRegListOperands()" function returns the start...
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-08 Bruno Cardoso LopesInitial support for Mips32 and Mips32r2. Patch contribu...
2010-11-08 Bill WendlingAdd "write back" bit encoding.
2010-11-08 Bruno Cardoso LopesFix PR8211
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-11-08 Dale JohannesenRevert 118422 in search of bot verdancy.
2010-11-08 Jason W KimSupport -mcpu=cortex-a8 in ARM attributes - Has Fixme...
2010-11-08 Jason W KimComplete listing of ARM/MC/ELF relocation enums
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 Bill WendlingMake RegList an ASM operand so that TableGen will gener...
2010-11-08 Bill WendlingRevert.
2010-11-07 Duncan SandsFix a README item: when doing a comparison with the...
2010-11-07 Bill WendlingIn this context, a reglist is a reg.
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 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 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 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-05 Jim GrosbachHook up the '.code {16|32}' directive to the streamer.
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 GrosbachMC'ize simple ARMConstantValue entry emission (with...
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 GrosbachAdd FIXME.
2010-11-04 Duncan SandsWhen passing a huge parameter using the byval mechanism...
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 Jim GrosbachAdd ARM fixup info for load/store label references...
2010-11-04 Bill WendlingAdd encoding for VSTR.
2010-11-03 Jim GrosbachTeach ARM Target to use the tblgen support for generati...
2010-11-03 Owen AndersonCovert VORRIMM to be produced via early target-specific...
2010-11-03 Owen AndersonAdd support for code generation of the one register...
2010-11-03 Jim Grosbachtrailing whitespace
2010-11-03 Eric ChristopherOptimize generated code for integer materialization...
2010-11-03 Owen AndersonUnlike a lot of NEON instructions, vext isn't _actually...
2010-11-03 Bob WilsonAdd codegen patterns for VST1-lane instructions. Radar...
2010-11-03 Bob WilsonCheck for extractelement with a variable operand for...
2010-11-03 Duncan SandsSimplify uses of MVT and EVT. An MVT can be compared...
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 ChengAdd support to match @llvm.prefetch to pld / pldw ...
2010-11-03 Bill WendlingPut the PC encoding in the correct bit position.
2010-11-03 Eric ChristopherInvert these branches by default, it makes assembly...
2010-11-03 Bill WendlingThe MC code couldn't handle ARM LDR instructions with...
2010-11-03 Jim GrosbachRemove unused function.
2010-11-03 Jim GrosbachRemove the no longer used 'Modifier' optional operand...
2010-11-03 Jim GrosbachRemove unused function.
2010-11-03 Jim GrosbachBreak ARM addrmode4 (load/store multiple base address...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-11-03 Evan ChengModify scheduling itineraries to correct instruction...
2010-11-02 Eric ChristopherMake sure we're only storing a single bit here.
2010-11-02 Chris Lattnerper a suggestion by Frits van Bommel, mark all MBlaze...
2010-11-02 Owen AndersonRevert r118097 to fix buildbots.
2010-11-02 Chris LattnerCompletely reject instructions that have an operand...
2010-11-02 Bill WendlingObsessive formatting changes. No functionality impact.
2010-11-02 Bill WendlingOmit unused parameter name.
2010-11-02 Bill WendlingSimplify the EncodeInstruction method now that a lot...
2010-11-02 Owen AndersonSince these fields are not exactly equivalent to the...
2010-11-02 Bill WendlingRename getAddrModeImm12OpValue to getAddrModeImmOpValue...
2010-11-02 Owen AndersonRename encoder methods to match naming convention.
2010-11-02 Chris Lattnermark a few codegenonly instructions.
2010-11-02 Owen AndersonProvide correct encodings for the remaining vst variant...
2010-11-02 Owen AndersonTentative encodings for the "single element from one...
2010-11-02 Owen AndersonAdd correct encodings for basic variants for vst3 and...
2010-11-02 Bob WilsonAdd NEON VST1-lane instructions. Partial fix for Radar...
next