oota-llvm.git
2009-09-24 Chris LattnerUse CanonicalizeInputFile to canonicalize the entire...
2009-09-24 Chris Lattnerchange 'not' matching to use Pattern, move pattern...
2009-09-24 Chris Lattnerrefactor out the match string into its own Pattern...
2009-09-24 Bob WilsonConvert to FileCheck.
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-09-24 Dan GohmanAdd nounwind to this test.
2009-09-24 Chris Lattnertidy up, fix a memory leak in Regex::isValid
2009-09-24 Dale JohannesenClarify that llvm attaches C language semantics to
2009-09-24 Torok EdwinConstant propagating byval pointer is safe if function...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-24 Bob WilsonFix a hypothetical problem for targets with StackGrowsU...
2009-09-24 Devang PatelMove parent assertion check before metadata deletion.
2009-09-24 Torok EdwinDon't constant propagate byval pointers, since they...
2009-09-24 Daniel DunbarAdd count/not tools as executables.
2009-09-24 Chris Lattnerunconditionally compute MMI even if the target doesn...
2009-09-24 Chris Lattnerreapply r82348 with a fix, thanks Jeffrey.
2009-09-24 Evan ChengFix PR5024 with a big hammer: disable the double-def...
2009-09-24 Evan ChengClean up LiveVariables and change how it deals with...
2009-09-24 Jeffrey YasskinRoll back r82348, which introduced an infinite loop...
2009-09-23 Dale JohannesenA minor improvment in accuracy to inline cost
2009-09-23 Dale JohannesenDisable test; what it's testing for is wrong.
2009-09-23 David GoodwinCheckpoint NEON scheduling itineraries.
2009-09-23 Dan GohmanUse getStoreSize() instead of getStoreSizeInBits()/8.
2009-09-23 Dan GohmanSpruce up some comments.
2009-09-23 Dan GohmanRename several variables from EVT to more descriptive...
2009-09-23 Dan GohmanAdd an EVT::getStoreSize function, like getStoreSizeInB...
2009-09-23 Jakob Stoklund... Fix verification of explicit operands.
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 -...
next