oota-llvm.git
2009-09-23 Bob WilsonRemove BlackfinRegisterInfo::getFrameIndexOffset since...
2009-09-23 Dan GohmanCorrect a comment.
2009-09-23 Devang PatelDelete attached metadata when an instruction is deleted.
2009-09-23 Anton KorobeynikovARM does not support offset folding (yet). Disable...
2009-09-23 Bob WilsonEdit a comment.
2009-09-23 Devang PatelDo not leave behind metadata while cloning an instruction.
2009-09-23 Evan ChengAdd nounwind.
2009-09-23 Devang Patels/*Location/*DebugLocation/g
2009-09-23 Jeffrey YasskinPR4047: Permit configure --enable-targets=host,cpp...
2009-09-23 David GoodwinFix bug in kill flag updating for post-register-allocat...
2009-09-23 Benjamin KramerFix a struct/class mismatch.
2009-09-23 John McCallMake the type traits for a const pointer defer to those...
2009-09-23 Evan ChengFix PR5024. LiveVariables physical register defs should...
2009-09-23 Evan ChengFix a obvious logic error.
2009-09-23 Gabor Greifpretty mechanical changes to match coding guidelines...
2009-09-23 Chris Lattnererrorstr can be null, don't unconditionally set it...
2009-09-23 Chris LattnerMake EngineBuilder return more error codes, by KS Sreeram.
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-09-23 Dan GohmanFix X86's unfoldMemoryOperand to properly handle Machin...
2009-09-23 Mike StumpThis is overly constraining with respect to clang.
2009-09-22 Erick TryzelaarAdd examples for Kaleidoscope chapters 2 through 6.
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,...
next