oota-llvm.git
2009-09-22 Erick TryzelaarRename Kaleidoscope to show that it's for Chapter 7...
2009-09-22 Erick TryzelaarSync c++ kaleidoscope tutorial with test.
2009-09-22 Devang PatelAdd SetLocation() to allow IRBuilder user to set locati...
2009-09-22 Devang PatelCheck exisiting dbg MDKind first.
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 DunbarRevert "Don't allow formatted_ostream to be unbuffered...
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 Dunbarlit: When executing shell scripts internally, don't...
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-09-22 Evan ChengForgot this.
2009-09-22 Evan ChengFix PR5024. LiveVariables::FindLastPartialDef should...
2009-09-22 Daniel DunbarInitial support for running LLVM tests from cmake.
2009-09-22 Daniel DunbarGenerate lit.site.cfg from a .in file, as clang does.
2009-09-22 Daniel DunbarUse Compiler.h macro instead of __attribute__.
2009-09-22 Daniel DunbarCMake: Fix definition of LTDL_SHLIB_EXT for Darwin.
2009-09-22 Daniel DunbarFix llvm-config --src-root and --obj-root for CMake...
2009-09-22 Daniel Dunbarllvm-config: Remove unused variables.
2009-09-22 Daniel DunbarActually use the arguments with the resolved executable...
2009-09-22 Daniel DunbarRevert "Get rid of GetProcessId in Win32/Program.inc...
2009-09-22 Daniel Dunbarlit: Don't use close_fds=True on Windows.
2009-09-22 Daniel Dunbarlit: When executing commands internally, perform PATH...
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 a comment mentioning the rdar number associated...
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 Mikhail GlushenkovUse raw_ostream::indent instead of passing strings.
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... Verify 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 Lattneradd pr#
2009-09-21 Chris LattnerImprove GVN to be able to forward substitute a small...
2009-09-21 Chris Lattneradd a helper method.
2009-09-21 Evan ChengFix PR4986. "r1024 = insert_subreg r1024, undef, 2...
2009-09-21 Daniel DunbarDon't allow formatted_ostream to be unbuffered, even...
2009-09-21 Chris Lattnerone case handled, expanded another testcase inline.
2009-09-21 Chris Lattnerformatting cleanups, no functionality change.
2009-09-21 Reid KlecknerAdd documentation on how to use enable debug informatio...
2009-09-21 Chris Lattnerfix a FileCheck bug where:
2009-09-21 Daniel DunbarMove ARM and X86 specific AsmParser tests into separate...
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-09-20 Daniel DunbarWork around a FileCheck bug, for now.
2009-09-20 Chris Lattnersimplify as daniel suggests
2009-09-20 Chris Lattnerwrite rfind in terms of npos as daniel requested
2009-09-20 Chris Lattnerremove a dead method.
2009-09-20 Chris Lattnergrammaro
2009-09-20 Chris LattnerRevert r82404, it is causing a bootstrap miscompile...
2009-09-20 Chris Lattnerrewrite CountNumNewlinesBetween to be in terms of Strin...
2009-09-20 Chris Lattnerthis was not supposed to be committed
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-20 Chris Lattnerrewrite FileCheck in terms of StringRef instead of...
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 Daniel DunbarTeach 'make check-all' to build the site configuration...
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 Nick LewyckyRewrite this check so that it checks what it's supposed...
2009-09-20 Chris Lattnereliminate a use of strtoul.
next