Fix PR7272: when inlining through a callsite with byval arguments,
[oota-llvm.git] / utils /
2010-05-31 Chris Lattnerrevert r105223 which broke all my testing.
2010-05-31 Dan GohmanFix count so that it doesn't make an extra fread call...
2010-05-30 Sean HuntAllow for creation of clang DeclNodes tables.
2010-05-28 Jakob Stoklund OlesenEmit TargetRegisterInfo::composeSubRegIndices().
2010-05-28 Nate BegemanComment out some code in prep for actual .td file check...
2010-05-28 Eli FriedmanFix build breakage.
2010-05-28 Nate BegemanAdd support to tablegen for auto-generating arm_neon...
2010-05-27 Dan GohmanWhen handling raw_ostream errors manually, use clear_er...
2010-05-27 Dan GohmanSimplify raw_ostream usage.
2010-05-27 Dan GohmanMinor code simplification.
2010-05-27 Daniel DunbarAsmMatcher: Ensure classes are totally ordered, so...
2010-05-26 Jakob Stoklund OlesenCheck that inherited subregisters all have a direct...
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-26 Jakob Stoklund OlesenSuppress emmission of empty subreg/superreg/alias sets.
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-26 Jakob Stoklund OlesenRevert "Replace the SubRegSet tablegen class with a...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-25 Jakob Stoklund OlesenDrop the SuperregHashTable. It is essentially the same...
2010-05-25 Jakob Stoklund OlesenPrint symbolic SubRegIndex names on machine operands.
2010-05-25 Jakob Stoklund OlesenIgnore NumberHack and give each SubRegIndex instance...
2010-05-24 Jakob Stoklund OlesenSwitch SubRegSet to using symbolic SubRegIndices
2010-05-24 Chris Lattnerdiaggroup categories should take precedence over diag...
2010-05-24 Jakob Stoklund OlesenReplace the tablegen RegisterClass field SubRegClassLis...
2010-05-24 Jakob Stoklund OlesenAdd the SubRegIndex TableGen class.
2010-05-22 Daniel Dunbartblgen/AsmMatcher: Change AsmOperandClass to allow...
2010-05-20 Daniel Dunbartblgen/Target: Add a isAsmParserOnly bit, and teach...
2010-05-19 Daniel Dunbarlit: Add another place to look for bash.
2010-05-18 Sean HuntReplace FIRST_* and LAST_* macros with a generic STMT_R...
2010-05-14 Evan ChengAdded a QQQQ register file to model 4-consecutive Q...
2010-05-13 Evan ChengAdding a v8i64 512-bit vector type. This will be used...
2010-05-13 Chandler CarruthUpdate tablegen to generate shorts instead of chars...
2010-05-12 Daniel Dunbarlit: Fix a sh lexing bug which caused annotate-token...
2010-05-12 Daniel Dunbarlit: Fix OneCommandPerFileTest format when tests are...
2010-05-12 Daniel Dunbarlit: Add support for 'lit ... @foo', which reads a...
2010-05-11 Dan GohmanAdd initial kill flag support to FastISel.
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengRe-apply 103156 and 103157. 103156 didn't break anythin...
2010-05-06 Sean HuntFix some stylistic issues with my last commit.
2010-05-05 Bob WilsonSelect an ARM-hosted cross build with a separate makefi...
2010-05-05 Jeffrey YasskinRearrange the suppressions files to be by-architecture...
2010-05-05 Jeffrey YasskinAdd a suppressions file for an intermittent "leak"...
2010-05-05 Daniel Dunbarlit: Allow test_format to be None.
2010-05-05 Shantonu SenAdd newline to end of file to avoid warning
2010-05-05 Sean HuntInclude the right header for toupper
2010-05-05 Sean HuntAdd an emitter to handle the list of clang statement...
2010-05-04 Chris Lattneradd the ability to associate 'category' names with...
2010-05-04 Daniel DunbarMC/Matcher: Add support for over-riding the default...
2010-05-04 Dan GohmanAdd a polygen rule that reflects the fact that nsw...
2010-05-03 Bob WilsonRemove special case for llvmCore_Embedded project....
2010-05-01 Evan ChengAdd a pseudo instruction REG_SEQUENCE that takes a...
2010-04-29 Bob WilsonDon't remove libLTO.dylib if it's not being installed...
2010-04-28 Bob WilsonAdd an option to the Apple-style build to control wheth...
2010-04-28 Bob WilsonUndo most of my previous whitespace fix. I think I...
2010-04-28 Bob WilsonFix inconsistent use of HOSTS and TARGETS variables.
2010-04-28 Bob WilsonFix whitespace.
2010-04-23 Sean CallananFixes to edis that mark x86 call targets as
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-20 Chris Lattnerstop computing InstImpInputs, it is dead
2010-04-20 Chris LattnerDAGInstruction::ImpOperands is dead after my recent...
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-18 Chris Lattnersilence some -Wmissing-field-initializers warnings.
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Daniel DunbarRemove unnecessary uses of <iostream>.
2010-04-14 Benjamin KramerEDis: Don't include inttypes.h. We support compilers...
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-09 Johnny ChenIf all the bit positions are not specified; do not...
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-04-09 Bob WilsonProvide versions of the ARM eh_sjlj_setjmp instructions...
2010-04-09 Johnny ChenARM decoder emitter should print out useful information...
2010-04-09 Daniel Dunbarlit: Add support to OneCommandPerFileTest format to...
2010-04-08 Johnny ChenNow that Evan Cheng has fixed the coalescer bug (r10080...
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-08 Benjamin KramerUse errs instead of fprintf.
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattneradd newlines at end of files.
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-04-07 Eric ChristopherFix typo and correct comment somewhat.
2010-04-07 Johnny ChenRe-enable ARM/Thumb disassembler and add a workaround...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-03 Chandler CarruthFix a warning in GCC about a pointless typedef.
2010-04-03 Chandler CarruthAdd the new ARMDecodeEmitter to CMake build.
2010-04-02 Johnny ChenMove variable "Bits" declaration/definition into the...
2010-04-02 Johnny ChenFixed build warning.
2010-04-02 Johnny ChenChange from .../Support/DataTypes.h to .../System/DataT...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-31 Daniel DunbarAdd a FIXME.
2010-03-31 Daniel Dunbarlit: Make sure to close any files we open as part of...
2010-03-29 Chris LattnerSwitch pattern sorting predicate from stable sort ...
2010-03-29 Chris Lattnerrevert 99795, as mentioned, it is disabled anyway.
2010-03-29 Chris LattnerCheck in a (disabled) failed attempt to improve the...
2010-03-29 Chris Lattnerprint the complexity of the pattern being matched in the
2010-03-28 Chris Lattnerimprove type checking of SDNode operand count. This...
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
next