Sync c++ kaleidoscope tutorial with test.
[oota-llvm.git] / lib /
2009-09-22 Victor HernandezNo need to verify that malloc's return type is i8*.
2009-09-22 David GoodwinUse early returns.
2009-09-22 Daniel Dunbar... missed hiding a variable for MSVC only.
2009-09-22 Daniel DunbarHide MSVC specific CRT interaction behind _MSC_VER.
2009-09-22 Mikhail GlushenkovRemove the GetProcessId() call from Win32/Program.inc...
2009-09-22 Daniel DunbarFix commento.
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-09-22 Evan ChengFix PR5024. LiveVariables::FindLastPartialDef should...
2009-09-22 Daniel DunbarUse Compiler.h macro instead of __attribute__.
2009-09-22 Daniel DunbarRevert "Get rid of GetProcessId in Win32/Program.inc...
2009-09-22 Daniel DunbarSwitch FoldingSet::AddString to StringRef based API.
2009-09-22 Daniel DunbarWorkaround what I believe is an MSVC bug where it emits...
2009-09-22 Daniel DunbarSwitch DIDescriptor to use a TrackingVH. - This makes...
2009-09-22 Daniel DunbarAdd a TrackingVH value handle.
2009-09-22 Evan ChengFix a pasto. Also simplify for Bill's benefit.
2009-09-22 Evan ChengMinor bug fix. LowerSubregs should translate
2009-09-21 Chris LattnerFix PR5023: The instruction form of DominatorTree:...
2009-09-21 Chris Lattnermove DominatorTree::dominates for instructions out...
2009-09-21 Chris Lattnertidy up
2009-09-21 Chris Lattnertidy up
2009-09-21 Evan ChengClean up spill weight computation. Also some changes...
2009-09-21 David GoodwinAdd Cortex-A8 VFP model.
2009-09-21 Dan GohmanChange MachineMemOperand's alignment value to be the...
2009-09-21 Dan GohmanAdd support for rematerializing FsFLD0SS and FsFLD0SD...
2009-09-21 Dan GohmanRecognize SSE min and max opportunities in even more...
2009-09-21 Dan GohmanFix the offset values for these memoperands. For frame...
2009-09-21 Chris Lattnerbig endian systems shift by bits too, hopefully this...
2009-09-21 Dan GohmanNick pointed out that DominanceFrontier and DominanceTr...
2009-09-21 Dan GohmanRemove the special-case for constants in PHI nodes...
2009-09-21 Chris Lattnerfix PR5016, a crash I introduced in GVN handing first...
2009-09-21 Dan GohmanFix this assertion string to mention subreg_to_reg.
2009-09-21 Nuno Lopesinitialize SymbolsCanStartWithDigit to false by default
2009-09-21 Xerxes RanbyUpdate cmake.
2009-09-21 Jakob Stoklund OlesenVerify that phi instructions refer to MBBs in the CFG.
2009-09-21 Chris Lattnerenable non-local analysis and PRE of large store -...
2009-09-21 Chris Lattnerconvert an std::pair to an explicit struct.
2009-09-21 Chris Lattnermove some functions, add a comment.
2009-09-21 Chris Lattnersplit HandleLoadFromClobberingStore in two pieces:...
2009-09-21 Chris Lattneradd a note
2009-09-21 Daniel DunbarRegister the MachineModuleInfo for the ARM JIT, and...
2009-09-21 Chris LattnerImprove GVN to be able to forward substitute a small...
2009-09-21 Evan ChengFix PR4986. "r1024 = insert_subreg r1024, undef, 2...
2009-09-21 Chris Lattnerone case handled, expanded another testcase inline.
2009-09-21 Chris Lattnerformatting cleanups, no functionality change.
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-09-20 Chris Lattnersimplify as daniel suggests
2009-09-20 Chris LattnerRevert r82404, it is causing a bootstrap miscompile...
2009-09-20 Chris Lattnerimprove memdep to eliminate bitcasts (and aliases,...
2009-09-20 Chris LattnerMove CoerceAvailableValueToLoadType earlier in GVN...
2009-09-20 Chris Lattnerchange the interface to CoerceAvailableValueToLoadType...
2009-09-20 Chris Lattnerenhance GVN to forward substitute a stored value to...
2009-09-20 Chris Lattnerupdate an entry, delete an entry which has been fixed.
2009-09-20 Chris Lattnertidy up
2009-09-20 Bill Wendling--- Reverse-merging r82282 into '.':
2009-09-20 Chris Lattnerremove a temporary hack.
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewi...
2009-09-20 Chris Lattnermove target registry stuff to X86ATTAsmPrinter.cpp
2009-09-20 Chris Lattnersimplify this now that createX86CodePrinterPass is...
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter class -> X86AsmPrinter
2009-09-20 Chris Lattnerremove the asmstring, it is now dead. Improve comment.
2009-09-20 Nick LewyckyPeer through zext and sext to eliminate them when it...
2009-09-20 Chris Lattnerkill off printPICLabel now, it's specialness is handled by
2009-09-20 Chris Lattnerdelete X86IntelAsmPrinter! Now -x86-asm-syntax just...
2009-09-20 Nick LewyckyFold 'icmp eq (icmp), true' into an xor(icmp).
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-20 Chris Lattnertidy up
2009-09-20 Chris Lattnereliminate a use of strtoul.
2009-09-20 Chris Lattnersplit random COFF asmprinter state out to X86COFFMachin...
2009-09-20 Nick LewyckyCorrect the comment; this applies to fcmp too.
2009-09-20 Nick LewyckyRemove tab, again.
2009-09-20 Nick LewyckyTeach the constant folder how to not a cmpinst.
2009-09-20 Chris Lattnersmallvectorize getExtraOptionNames
2009-09-20 Chris Lattnerminor cleanups.
2009-09-20 Chris Lattnerstrength reduce further StringRef-> const char*, saving...
2009-09-20 Nick LewyckyTry turning icmp(bitcast(x), bitcast(y)) into icmp...
2009-09-20 Chris Lattnerswitch an std::string to StringRef, shaving 400 bytes...
2009-09-20 Nick LewyckyRemove tabs I added.
2009-09-20 Chris Lattnerthe switch from std::map -> StringMap caused --help...
2009-09-20 Chris Lattnereliminate the duplicate detection loop, moving it into...
2009-09-20 Chris LattnerEliminate a masochistic "algorithm" loop, shrinking...
2009-09-20 Chris Lattnerdon't use count + insert, just do insert + failure...
2009-09-20 Chris Lattnerswitch to SmallPtrSet instead of std::set, saving 1K...
2009-09-20 Chris Lattnerchange an std::sort to an array_pod_sort call, shrinkin...
2009-09-20 Chris LattnerSeveral changes together in a murky mess:
2009-09-20 Nick LewyckyClean up the usage of evaluateICmpRelation's return...
2009-09-20 Daniel DunbarFix refacto, this code was expecting to stride past...
2009-09-20 Daniel DunbarStrip trailing whitespace.
2009-09-20 Nick LewyckyRemove dead store by taking a guess at what Chris meant...
2009-09-20 Bill WendlingStill one more thing wrong here...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-20 Bill WendlingHere's fun! It turns out that these filter functions...
2009-09-20 Nick LewyckyDelete dead code. sext and zext can not turn integers...
2009-09-20 Chris Lattnerconvert argname to StringRef, simplifying LookupOption.
2009-09-20 Chris Lattnerconvert 'Value' to StringRef which makes it easier to
2009-09-20 Chris LattnerChange CommaSeparated processing to do it with StringRe...
2009-09-20 Nick LewyckyValue* were never meant to be const. Removing constness...
2009-09-20 Chris Lattnerrewrite ParseCStringVector in terms of stringref.
2009-09-20 Chris Lattnermove a couple non-trivial methods out of line, add new
2009-09-20 Chris Lattnercoding style cleanup
2009-09-20 Chris Lattnerconvert a bunch more stuff to use StringRef. The ArgNa...
next