Fix compiling the ocaml kaleidoscope tutorials
[oota-llvm.git] / utils /
2011-02-09 Chris Lattneremit a specific error when the input file is empty...
2011-02-09 NAKAMURA Takumilit/LitConfig.py: Add the new method getToolsPath(dir...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2011-02-09 NAKAMURA Takumillvm-lit may be available with CMake.
2011-02-09 NAKAMURA Takumillvm-lit may be able to invoke clang tests.
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
2011-02-04 Daniel DunbarMC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmP...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-04 Daniel DunbarMC/AsmMatcher: Add support for custom conversion functions.
2011-02-04 David GreeneSilence uninitialized value warnings.
2011-02-04 NAKAMURA TakumiMake Win32's header file name lower for cross build...
2011-02-03 Jim GrosbachTidy up a bit.
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2011-02-02 Kevin EnderbyChanged the TableGen created MatchInstructionImpl(...
2011-02-01 Devang PatelUpdate to match changes in lldb interface.
2011-02-01 David Greene[AVX] Implement EnforceSmallerThan for mixed int/fp...
2011-01-31 Devang PatelTidy up.
2011-01-31 Devang PatelFocus on arguments for now.
2011-01-27 Bob WilsonFix a comment typo.
2011-01-27 Douglas GregorClang: separate the access-control diagnostics from...
2011-01-26 Bob WilsonAdd a MnemonicIsValid method to the asm matcher.
2011-01-26 Bob WilsonFix spelling of CouldMatchAmbiguouslyWith method name.
2011-01-26 Bob WilsonWhitespace and 80-column fixes.
2011-01-26 Bob WilsonImprove the AsmMatcher's ability to handle suboperands.
2011-01-26 Devang Patel- Do not try to print nameless variable's info.
2011-01-26 NAKAMURA TakumiTableGen: PointerLikeRegClass can be accepted to operand.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-24 Daniel Dunbartblgen/AsmMatcherEmitter: Fix alias handling to honor...
2011-01-24 David Greene[AVX] Add type checking support for vector/subvector...
2011-01-22 Bill WendlingARM uses '.' in their tokens. Give it a name instead...
2011-01-21 Peter Collingbournetblgen: Add support for non-inheritable attributes
2011-01-20 Bob WilsonMove InstAlias check of argument types to a separate...
2011-01-20 Bob WilsonTidy comment.
2011-01-20 Bob WilsonFix broken check for InstAlias argument used with diffe...
2011-01-20 Bob WilsonPrecompute InstAlias operand mapping to result instruct...
2011-01-19 Douglas GregorFix comment for gen-clang-decl-nodes tblgen backend...
2011-01-18 Owen AndersonWhen matching asm operands, always try to match the...
2011-01-18 Bruno Cardoso LopesAdd support for parsing and encoding ARM's official...
2011-01-18 Daniel DunbarFormatting tweak.
2011-01-14 Bob WilsonFix some tablegen issues to allow using zero_reg for...
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-11 Daniel DunbarMcARM: Write a silly Python script to compute some...
2011-01-10 Daniel DunbarMC/AsmMatcher: Fix indirect 80-col viola.
2011-01-08 Francois PichetOn Windows, replace each occurrence of '\' by '\\'...
2011-01-08 Eric ChristopherI don't think I could find a 10.2.x box if I tried.
2011-01-07 Bob WilsonUse __builtin_shufflevector to implement vget_low and...
2011-01-07 David GreeneRename lisp-like functions as suggested by Gabor Greif...
2011-01-04 Francois PichetDisable r122754 on Windows: was causing all lit tests...
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2010-12-24 Jim GrosbachTrailing whitespace.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-23 Chris Lattnerflags -> glue for selectiondag
2010-12-23 Chris Lattnersdisel flag -> glue.
2010-12-23 Chris Lattnercontinue renaming flag -> glue.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-23 Bill WendlingDefault to armv7 instead of armv6.
2010-12-21 David GreeneRevert 122341. It breaks some darwin tests.
2010-12-21 David GreeneFix PR 8199. This patch prepends the build tool dir...
2010-12-21 Jim GrosbachTidy up a bit. Trailing whitespace, hard tabs and 80...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-17 Bob WilsonNeon intrinsic tests need to be compiled for Cortex...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-15 Bob WilsonTeach the Neon intrinsic generator to widen half-precis...
2010-12-15 Bob WilsonAdd a Neon intrinsic test generator.
2010-12-15 Bob WilsonFix Neon intrinsic immediate range checking for some...
2010-12-15 Chris Lattnervarious cleanups to tblgen, patch by Garrison Venn!
2010-12-15 Mikhail Glushenkovllvmc: make switch options ZeroOrMore by default.
2010-12-14 Jakob Stoklund OlesenIntroduce TargetRegisterInfo::getOverlaps(Reg), returni...
2010-12-14 Jim GrosbachAdd support for MC-ized encoding of tLEApcrel and tLEAp...
2010-12-14 Bill WendlingThe tLDR et al instructions were emitting either a...
2010-12-14 Owen AndersonSecond attempt at make Thumb2 LEAs pseudos. This time...
2010-12-13 Bob WilsonRemove the rest of the *_sfp Neon instruction patterns.
2010-12-13 Owen AndersonRevert r121721, which broke buildbots.
2010-12-13 Owen AndersonMake Thumb2 LEA-like instruction into pseudos, which...
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-12-13 Bill WendlingAdd support for using the `!if' operator when initializ...
2010-12-13 Bill WendlingMove <map> include out of .h and into .cpp.
2010-12-13 Bill WendlingMerge DEBUG statements.
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-12-13 Chris Lattnerclean up RecordKeeper::getAllDerivedDefinitions, patch...
2010-12-10 Bill WendlingGet rid of ellipses.
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-10 Bob WilsonThe Neon vqdmlsl_lane and vqdmlal_lane intrinsics have...
2010-12-09 Devang PatelAdd initial support to measure local variables.
2010-12-09 Jim GrosbachThumb needs a few different encoding schemes for branch...
2010-12-09 Bob Wilson80-column fixes.
2010-12-09 Bob WilsonAdd a license comment to the generated arm_neon.h header.
2010-12-09 Michael J. SpencerMissed FileUpdate because CMake doesn't build it yet :(.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-09 Bill WendlingThe BLX instruction is encoded differently than the...
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Bob WilsonAdd operators for "_lane" variants of some saturating...
2010-12-08 Bob WilsonAdd operators for vabdl and vabal so they can be implem...
2010-12-08 Bob WilsonRemove unused function parameter.
next