2010-11-09 |
Dan Gohman | Translate IntrReadArgMem to AccessesArgumentsReadonly. |
tree | commitdiff |
2010-11-06 |
Chris Lattner | pass literals like $$1 through to the asm matcher.... |
tree | commitdiff |
2010-11-06 |
Chris Lattner | add (and document) the ability for alias results to... |
tree | commitdiff |
2010-11-06 |
Chris Lattner | generalize alias support to allow the result of an... |
tree | commitdiff |
2010-11-06 |
Chris Lattner | fix a bug where we had an implicit assumption that the |
tree | commitdiff |
2010-11-06 |
Chris Lattner | fix some bugs in the alias support, unblocking changing... |
tree | commitdiff |
2010-11-06 |
Chris Lattner | Reimplement BuildResultOperands to be in terms of the... |
tree | commitdiff |
2010-11-06 |
Chris Lattner | implement more checking to reject things like: |
tree | commitdiff |
2010-11-06 |
Chris Lattner | decode and validate instruction alias result definitions. |
tree | commitdiff |
2010-11-06 |
Chris Lattner | simplify |
tree | commitdiff |
2010-11-06 |
Chris Lattner | fix another fixme, replacing a string with a semantic... |
tree | commitdiff |
2010-11-06 |
Chris Lattner | disolve a hack, having CodeGenInstAlias decode the... |
tree | commitdiff |
2010-11-04 |
Duncan Sands | In the calling convention logic, ValVT is always a... |
tree | commitdiff |
2010-11-04 |
Chris Lattner | partition operand processing between aliases and instru... |
tree | commitdiff |
2010-11-04 |
Chris Lattner | pull name slicing out of BuildInstructionOperandReferen... |
tree | commitdiff |
2010-11-04 |
Chris Lattner | cleanups. |
tree | commitdiff |
2010-11-04 |
Chris Lattner | replace SrcOpNum with SrcOpName, eliminating a numering... |
tree | commitdiff |
2010-11-04 |
Chris Lattner | strength reduce some code, resolving a fixme. |
tree | commitdiff |
2010-11-04 |
Chris Lattner | take a big step to making aliases more general and... |
tree | commitdiff |
2010-11-03 |
Jim Grosbach | Support generating an MC'ized CodeEmitter directly... |
tree | commitdiff |
2010-11-03 |
Chris Lattner | rename Operand -> AsmOperand for clarity. |
tree | commitdiff |
2010-11-03 |
Duncan Sands | Inside the calling convention logic LocVT is always... |
tree | commitdiff |
2010-11-03 |
Jim Grosbach | Break ARM addrmode4 (load/store multiple base address... |
tree | commitdiff |
2010-11-02 |
Chris Lattner | Completely reject instructions that have an operand... |
tree | commitdiff |
2010-11-02 |
Chris Lattner | make MatchableInfo::Validate reject instructions (like... |
tree | commitdiff |
2010-11-02 |
Chris Lattner | rewrite EmitConvertToMCInst to iterate over the MCInst... |
tree | commitdiff |
2010-11-02 |
Chris Lattner | merge two large parallel loops in EmitConvertToMCInst... |
tree | commitdiff |
2010-11-02 |
Chris Lattner | a bunch of random cleanup, move a helper to CGT where... |
tree | commitdiff |
2010-11-02 |
Jim Grosbach | Revert r114340 (improvements in Darwin function prologu... |
tree | commitdiff |
2010-11-02 |
Chris Lattner | add and update comments. |
tree | commitdiff |
2010-11-02 |
Chris Lattner | refactor/cleanup MatchableInfo by eliminating the Token... |
tree | commitdiff |
2010-11-02 |
Chris Lattner | rename operands -> asmoperands to be more descriptive. |
tree | commitdiff |
2010-11-02 |
Jim Grosbach | Tidy up. |
tree | commitdiff |
2010-11-01 |
Chris Lattner | fix computation of ambiguous instructions to not ignore... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | give MatchableInfo::Operand a constructor |
tree | commitdiff |
2010-11-01 |
Chris Lattner | Implement enough of the missing instalias support to get |
tree | commitdiff |
2010-11-01 |
Chris Lattner | rename InstructionInfo -> MatchableInfo since it now |
tree | commitdiff |
2010-11-01 |
Chris Lattner | refactor initialization of InstructionInfo to be sharab... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | make the asm matcher emitter reject instructions that... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | refactor InstructionInfo to not have a pointer to CodeG... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | define a new CodeGenInstAlias. It has an asmstring... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | factor the operand list (and related fields/operations... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | avoid needless throw/catch/rethrow, stringref'ize some... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | eliminate the old InstFormatName which is always "AsmSt... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | all predicates on an MnemonicAlias must be AssemblerPre... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | change the singleton register handling code to be based... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | Give AsmMatcherInfo a CodeGenTarget, which simplifies... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | move FlattenVariants out of AsmMatcherEmitter into... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | add a FIXME, $lane in ARM is an issue that needs to... |
tree | commitdiff |
2010-11-01 |
Chris Lattner | reject instructions that contain a \n in their asmstrin... |
tree | commitdiff |
2010-10-31 |
Chris Lattner | fix a crash on: |
tree | commitdiff |
2010-10-31 |
Chris Lattner | fix the !eq operator in tblgen to return a bit instead... |
tree | commitdiff |
2010-10-31 |
Chris Lattner | two changes: make the asmmatcher generator ignore ARM... |
tree | commitdiff |
2010-10-31 |
Chris Lattner | reapply r117858 with apparent editor malfunction fixed... |
tree | commitdiff |
2010-10-31 |
Chris Lattner | revert r117858 while I check out a failure I missed. |
tree | commitdiff |
2010-10-31 |
Chris Lattner | the asm matcher can't handle operands with modifiers... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | have GetAliasRequiredFeatures get its features from |
tree | commitdiff |
2010-10-30 |
Chris Lattner | simplify code that creates SubtargetFeatureInfo, ensuri... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | fix a fixme in stringmatcher, having it generate nice... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | fix typos and some serious bugs in feature handling... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | Resolve a terrible hack in tblgen: instead of hardcoding |
tree | commitdiff |
2010-10-30 |
Chris Lattner | Implement (and document!) support for MnemonicAlias... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | fix build problem |
tree | commitdiff |
2010-10-30 |
Chris Lattner | diagnose targets that define two alises with the same... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | emit the mnemonic aliases in their own helper function... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | implement (and document!) the first kind of MC assemble... |
tree | commitdiff |
2010-10-29 |
Dan Gohman | Apply a patch from Frits van Bommel to fix the CMake... |
tree | commitdiff |
2010-10-29 |
Jim Grosbach | trailing whitespace |
tree | commitdiff |
2010-10-29 |
Dan Gohman | not is testing for a normal exit with a non-zero value... |
tree | commitdiff |
2010-10-28 |
Chris Lattner | fix the asmmatcher generator to handle targets with... |
tree | commitdiff |
2010-10-27 |
Evan Cheng | Shifter ops are not always free. Do not fold them ... |
tree | commitdiff |
2010-10-27 |
Owen Anderson | Provide correct encodings for NEON vcvt, which has... |
tree | commitdiff |
2010-10-27 |
Kevin Enderby | Added the x86 instruction ud2b (2nd official undefined... |
tree | commitdiff |
2010-10-26 |
Dan Gohman | Enable clang autocompletion by default. |
tree | commitdiff |
2010-10-26 |
Jim Grosbach | First part of refactoring ARM addrmode2 (load/store... |
tree | commitdiff |
2010-10-23 |
Benjamin Kramer | Constify another 2 disassembler tables. |
tree | commitdiff |
2010-10-23 |
Benjamin Kramer | Make the disassembler tables const so they end up in... |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Remove -llvmc-temp-hack from tblgen. |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Syntax tweak in llvmc: (something [a,b,c]) -> (somethin... |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2010-10-22 |
Bob Wilson | Do not install libBugpointPasses.dylib for Apple builds... |
tree | commitdiff |
2010-10-22 |
Bob Wilson | Fix the name of libLLVMHello.dylib so that it does... |
tree | commitdiff |
2010-10-22 |
Benjamin Kramer | Make some symbols static, move classes into anonymous... |
tree | commitdiff |
2010-10-20 |
Anders Carlsson | Add a way to emit StringSwitch of clang attribute spell... |
tree | commitdiff |
2010-10-19 |
Michael J. Spencer | Fix VC2010 build. |
tree | commitdiff |
2010-10-17 |
Oscar Fuentes | Build with RTTI and exceptions disabled. Only in GCC... |
tree | commitdiff |
2010-10-15 |
Michael J. Spencer | KillTheDoctor: Fix 2008 build. I'm actually surprised... |
tree | commitdiff |
2010-10-15 |
Jakob Stoklund Olesen | Teach FileCheck to handle trailing CHECK-NOT patterns. |
tree | commitdiff |
2010-10-15 |
Jim Grosbach | ARM mode encoding information for UBFX and SBFX instruc... |
tree | commitdiff |
2010-10-14 |
Jim Grosbach | Teach PerfectShuffle to not generate files with embedde... |
tree | commitdiff |
2010-10-13 |
Jim Grosbach | Refactor the ARM 'setend' instruction pattern. Use... |
tree | commitdiff |
2010-10-13 |
Jim Grosbach | Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH... |
tree | commitdiff |
2010-10-12 |
Jim Grosbach | Allow targets to optionally specify custom binary encod... |
tree | commitdiff |
2010-10-12 |
Michael J. Spencer | KillTheDoctor: Fix VS2008 build. |
tree | commitdiff |
2010-10-12 |
Cameron Esfahani | Fix spelling error. |
tree | commitdiff |
2010-10-11 |
Jim Grosbach | The assert() should reference to machine instr operand... |
tree | commitdiff |
2010-10-11 |
Jim Grosbach | Make sure to use the machine instruction operand number... |
tree | commitdiff |
2010-10-11 |
Michael J. Spencer | Add KillTheDoctor. |
tree | commitdiff |
2010-10-11 |
Jim Grosbach | trailing whitespace cleanup |
tree | commitdiff |
2010-10-11 |
Jim Grosbach | When figuring out which operands match which encoding... |
tree | commitdiff |
next |