Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch of
[oota-llvm.git] / utils /
2010-11-01 Chris LattnerGive AsmMatcherInfo a CodeGenTarget, which simplifies...
2010-11-01 Chris Lattnermove FlattenVariants out of AsmMatcherEmitter into...
2010-11-01 Chris Lattneradd a FIXME, $lane in ARM is an issue that needs to...
2010-11-01 Chris Lattnerreject instructions that contain a \n in their asmstrin...
2010-10-31 Chris Lattnerfix a crash on:
2010-10-31 Chris Lattnerfix the !eq operator in tblgen to return a bit instead...
2010-10-31 Chris Lattnertwo changes: make the asmmatcher generator ignore ARM...
2010-10-31 Chris Lattnerreapply r117858 with apparent editor malfunction fixed...
2010-10-31 Chris Lattnerrevert r117858 while I check out a failure I missed.
2010-10-31 Chris Lattnerthe asm matcher can't handle operands with modifiers...
2010-10-30 Chris Lattnerhave GetAliasRequiredFeatures get its features from
2010-10-30 Chris Lattnersimplify code that creates SubtargetFeatureInfo, ensuri...
2010-10-30 Chris Lattnerfix a fixme in stringmatcher, having it generate nice...
2010-10-30 Chris Lattnerfix typos and some serious bugs in feature handling...
2010-10-30 Chris LattnerResolve a terrible hack in tblgen: instead of hardcoding
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerfix build problem
2010-10-30 Chris Lattnerdiagnose targets that define two alises with the same...
2010-10-30 Chris Lattneremit the mnemonic aliases in their own helper function...
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-29 Dan GohmanApply a patch from Frits van Bommel to fix the CMake...
2010-10-29 Jim Grosbachtrailing whitespace
2010-10-29 Dan Gohmannot is testing for a normal exit with a non-zero value...
2010-10-28 Chris Lattnerfix the asmmatcher generator to handle targets with...
2010-10-27 Evan ChengShifter ops are not always free. Do not fold them ...
2010-10-27 Owen AndersonProvide correct encodings for NEON vcvt, which has...
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-26 Dan GohmanEnable clang autocompletion by default.
2010-10-26 Jim GrosbachFirst part of refactoring ARM addrmode2 (load/store...
2010-10-23 Benjamin KramerConstify another 2 disassembler tables.
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-23 Mikhail GlushenkovRemove -llvmc-temp-hack from tblgen.
2010-10-23 Mikhail GlushenkovSyntax tweak in llvmc: (something [a,b,c]) -> (somethin...
2010-10-23 Mikhail GlushenkovTrailing whitespace.
2010-10-22 Bob WilsonDo not install libBugpointPasses.dylib for Apple builds...
2010-10-22 Bob WilsonFix the name of libLLVMHello.dylib so that it does...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-20 Anders CarlssonAdd a way to emit StringSwitch of clang attribute spell...
2010-10-19 Michael J. SpencerFix VC2010 build.
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-15 Michael J. SpencerKillTheDoctor: Fix 2008 build. I'm actually surprised...
2010-10-15 Jakob Stoklund OlesenTeach FileCheck to handle trailing CHECK-NOT patterns.
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-14 Jim GrosbachTeach PerfectShuffle to not generate files with embedde...
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-13 Jim GrosbachAdd ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
2010-10-12 Jim GrosbachAllow targets to optionally specify custom binary encod...
2010-10-12 Michael J. SpencerKillTheDoctor: Fix VS2008 build.
2010-10-12 Cameron EsfahaniFix spelling error.
2010-10-11 Jim GrosbachThe assert() should reference to machine instr operand...
2010-10-11 Jim GrosbachMake sure to use the machine instruction operand number...
2010-10-11 Michael J. SpencerAdd KillTheDoctor.
2010-10-11 Jim Grosbachtrailing whitespace cleanup
2010-10-11 Jim GrosbachWhen figuring out which operands match which encoding...
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-09 Michael J. Spencersyntax-highlighting: Fix module asm keyword.
2010-10-09 Michael J. SpencerAdd Kate syntax highlighting files.
2010-10-08 Jim GrosbachA few 80 column cleanups
2010-10-08 Jim Grosbachtrailing whitespace
2010-10-08 Daniel DunbarFix -Asserts warning.
2010-10-08 Jim GrosbachMake <target>CodeEmitter::getBinaryCodeForInstr() a...
2010-10-07 Jim GrosbachMove checking for t2MOVCCi16 to the right place.
2010-10-07 Nick LewyckyFix typo in comment.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-10-07 Michael J. Spencergtest: Fix warnings on MinGW.
2010-10-07 Michael J. SpencerCMake: Fix warning in gtest.
2010-10-07 Jim Grosbachtrailing whitespace
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-06 Jim GrosbachNow that VDUPfqf and VDUPfdfare properly pseudos, nuke...
2010-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-06 Chris Lattnercleanups
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-10-05 Chris Lattnerallow !strconcat to take more than two operands to...
2010-10-05 Chris Lattnerwhen david added support for #NAME# he didn't update...
2010-10-05 Chris Lattnerenhance tblgen to support anonymous defm's, use this to
2010-10-05 Jim Grosbachtrailing whitespace
2010-10-05 Sebastian RedlUpdate attribute reading for the changed source locatio...
2010-10-05 Douglas GregorProperly deserialize Clang types that are used as attri...
2010-10-04 Sean CallananFixed the disassembler to handle two new X86
2010-10-02 Chris Lattnerremove reference to dead script.
2010-10-02 Chris Lattnernuke an old script
2010-10-02 Francois PichetFix MSVC release mode compilation error.
2010-10-01 Francois PichetFix typo
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Jim Grosbachtrailing whitespace
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-09-29 Daniel DunbarGetSourceVersion: Strip off svninfo extra markers,...
2010-09-29 Daniel Dunbarutils: Add GetRepositoryPath script, patch by Jonathan...
2010-09-29 Daniel Dunbarlit: Fix a subtle resource usage bug when executing...
2010-09-29 Chris Lattneradd basic avx support to the disassembler, also teach...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-24 Michael J. SpencerGet rid of pop_macro warnings on MSVC.
2010-09-24 Michael J. SpencerCMake: Don't include tools, unittets, or examples as...
2010-09-24 Michael J. SpencerFix line endings from my last commit.
next