oota-llvm.git
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.
2010-11-04 Chris Lattnerstrength reduce some code, resolving a fixme.
2010-11-04 Chris Lattnertake a big step to making aliases more general and...
2010-11-04 Jakob Stoklund... Disable fancy splitting during spilling unless -extra...
2010-11-03 Jim GrosbachTeach ARM Target to use the tblgen support for generati...
2010-11-03 Jim GrosbachAdd rule to build MC'ized CodeEmitter.
2010-11-03 Jim GrosbachSupport generating an MC'ized CodeEmitter directly...
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 ChristopherJust return undef for invalid masks or elts, and since...
2010-11-03 Jakob Stoklund... Let RegAllocBasic require MachineDominators - they...
2010-11-03 Jakob Stoklund... Tag debug output as regalloc
2010-11-03 Eric ChristopherOptimize generated code for integer materialization...
2010-11-03 Chris Lattnerrename Operand -> AsmOperand for clarity.
2010-11-03 Evan ChengFix test.
2010-11-03 Owen AndersonUnlike a lot of NEON instructions, vext isn't _actually...
2010-11-03 Dale JohannesenThis test assumes SSE is present; that is not the default
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 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Mikhail Glushenkov80-col violations, trailing whitespace.
2010-11-03 Duncan SandsRename PointsToLocalMemory to PointsToLocalOrConstantMe...
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 Eric ChristopherIf we have an undef mask our Elt will be -1 for our...
2010-11-03 Duncan SandsFix typo, pointed out by Trevor Harmon.
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 Dan GohmanFix DAGCombiner to avoid going into an infinite loop...
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-03 Dan GohmanFactor code out of APInt to form a isUIntN helper function.
2010-11-03 Chris Lattnerfix typo, patch by Trevor Harmon (PR8537)
2010-11-03 Dan GohmanPrint an error as one big string instead of breaking...
2010-11-03 Dan GohmanDelete unused variables.
2010-11-03 Dan GohmanRemove several unhelpful checks for isValid from sys...
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 Chris Lattnerchase owen.
2010-11-02 Chris Lattnertweak this to pass.
2010-11-02 Owen AndersonRevert r118097 to fix buildbots.
next