Make test not sensitive to register choice.
[oota-llvm.git] / utils /
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.
2010-09-24 Michael J. Spencerunittests: Support Windows.
2010-09-24 Michael J. SpencerTest unittests built with CMake.
2010-09-24 Michael J. SpencerCMake: Build unittests.
2010-09-24 Michael J. SpencerFix whitespace.
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Owen AndersonAdd an TargetInstrDesc bit to indicate that a given...
2010-09-23 Nate BegemanRevert r114596, it's breaking a few tests.
2010-09-22 Nate Begeman<rdar://problem/8228022> Wvector-conversions warnings...
2010-09-21 Chris LattnerRework passing parent pointers into complexpatterns...
2010-09-21 Chris Lattnerjust like they can opt into getting the root of the...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Mikhail GlushenkovTrailing whitespace, 80-col violations.
2010-09-21 Mikhail Glushenkovllvmc: Allow multiple output languages.
2010-09-19 Misha BrukmanUsing regexp-opt for keyword regex declarations makes...
2010-09-18 Eric ChristopherHandle the odd case where we only have one instruction.
2010-09-18 Daniel Dunbarlit: Bump version to 0.2.0dev, for no apparent reason.
2010-09-18 Daniel Dunbarlit: Tweak setup.py.
2010-09-18 Daniel Dunbarlit: These TODOs are done(ish).
2010-09-17 Duncan SandsSome of the tests build an executable with llvm-gcc...
2010-09-15 Duncan SandsRelease-Asserts no longer exists.
2010-09-15 Daniel Dunbarlit: Expose FileBasedTest object and Test module via...
2010-09-15 Daniel Dunbarlit: Rename main lit module to main.py, lit/lit/lit...
2010-09-15 Bob WilsonUse float64 instead of int64 vector elements for NEON...
2010-09-14 Bob WilsonTidy whitespace in generated arm_neon.h.
2010-09-14 Michael J. SpencerCBackend: Fix MSVC build.
2010-09-13 Devang PatelFix typo in temp. script file name.
2010-09-13 Devang PatelAdd little test script to check debug info.
2010-09-13 Michael J. SpencerCMake: Add llvm-lit to CMake build.
2010-09-13 Duncan SandsNowadays a release build has assertions off.
2010-09-11 Dale JohannesenAdd x86mmx to TableGen.
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-09 Duncan SandsThis script is executable.
2010-09-08 Chris Lattnerfix bugs in push/pop segment support, rdar://8407242
2010-09-08 Bill WendlingRemove --with-gxx-include-dir option because it's causi...
2010-09-08 Bill WendlingAdd an option to not test ObjC for those platforms...
2010-09-08 Duncan SandsCorrect variable name.
2010-09-08 Duncan SandsMove the number of cpus logic to somewhere more logical.
2010-09-08 Bill WendlingA script that tests a certain release candidate in...
2010-09-07 Bill WendlingAdd an MVT::x86mmx type. It will take the place of...
2010-09-07 Bill WendlingFix whitespace, because I'm OCD.
2010-09-07 Dale JohannesenAdd patterns for MMX that use the new intrinsics.
2010-09-07 Chris Lattnerattempt to appease msvc
2010-09-07 Gabor Greiffix comment typos
2010-09-06 Chris Lattnergeneralize my previous operand loc info hack. If the...
2010-09-06 Chris Lattnerin the case where an instruction only has one implement...
2010-09-06 Chris LattnerNow that we know if we had a total fail on the instruct...
2010-09-06 Chris Lattnersimplify DEBUG_WITH_TYPE usage
2010-09-06 Chris Lattnerthis if can now be an assert.
2010-09-06 Chris Lattner;
2010-09-06 Chris Lattnernow that the opcode is trivially exposed, start matchin...
2010-09-06 Chris Lattneremit the match table at global scope instead of within the
2010-09-06 Chris Lattnerspecial case the mnemonic operand of the instruction...
2010-09-06 Chris LattnerThe "ambiguous instructions" check only produces anythi...
2010-09-06 Chris Lattnerhave tblgen detect when an instruction would have match...
2010-09-06 Chris Lattnerchange MatchInstructionImpl to return an enum instead...
2010-09-06 Chris Lattnerhave AsmMatcherEmitter.cpp produce the hunk of code...
2010-09-06 Chris Lattneremit the LLVM intrinsic name -> intrinsic number mappin...
2010-09-06 Chris Lattnerallow specifying an indentation level for the string...
2010-09-06 Chris Lattneremit the __builtin -> intrinsic map with StringMatcher...
2010-09-06 Chris Lattnersame bug, another place.
2010-09-06 Chris Lattnerfix a critical bug where the generated table would say
2010-09-06 Chris Lattnerupdate cmake
2010-09-06 Chris Lattnerfactor the snazzy string matcher code that Daniel hates
2010-09-06 Chris Lattnerslightly improve the runtime and code size of the Intri...
2010-09-04 Chris Lattnerdelete dead code.
2010-09-04 Chris Lattnerzap dead code.
2010-09-03 David GreeneGeneralize getFieldType to work on all TypedInits....
2010-09-03 Dan GohmanRemove a TODO comment; this is now filed in bugzilla...
2010-09-03 Jakob Stoklund OlesenStop emitting predicate functions. They are no longer...
2010-09-01 Chris Lattnerremove dead code.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-29 Dan GohmanDon't worry about union types.
2010-08-28 Dan GohmanRemove obsolete keywords which are no longer relevant.
2010-08-28 Dan GohmanRemove unions from the vim syntax highlighting.
2010-08-28 Chris Lattnermore dead thing zapping.
2010-08-28 Chris Lattnerzap dead method
2010-08-27 Bob WilsonFix a comment typo.
2010-08-27 Dan GohmanClarify a comment.
2010-08-27 Dan GohmanParse " (Hidden)" and cope with it.
2010-08-27 Dan GohmanDefault to looking for clang++ in the PATH, rather...
2010-08-26 Dan GohmanExperimental clang-based code-completion support for...
2010-08-25 Eric ChristopherAllow strict subclasses of register classes, this way...
2010-08-25 Daniel Dunbarbuildbot/valgrind: Ignore leaks in /usr/bin/as.
2010-08-25 Eric ChristopherSplit out register class subclassing to a separate...
next