oota-llvm.git
2009-02-08 Bill WendlingRename dg.exp to llvmc.exp. This is so I can ignore...
2009-02-08 Mikhail Glushenkov80-column violation.
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-08 Chris LattnerI can't type today apparently.
2009-02-08 Mikhail GlushenkovAdd Emacs hints to Alarm.inc.
2009-02-08 Chris Lattneradd a note.
2009-02-08 Chris Lattnerfix typo
2009-02-08 Chris Lattnerfix typo
2009-02-08 Chris Lattnerreject void pointers with a nice error:
2009-02-08 Chris Lattnerdocument pointer type constraints, PR3513
2009-02-08 Mikhail GlushenkovThe 'false.c' test must depend on llvm-g++.
2009-02-08 Evan ChengFix PR3486. Fix a bug in code that manually patch physi...
2009-02-08 Evan ChengStrengthen the previous check.
2009-02-08 Evan Chengr64073 commit message is lost. Here it is:
2009-02-08 Evan Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-08 Bill WendlingFixes from feedback.
2009-02-08 Bill WendlingDocument the 'llvm.OP.with.overflow' intrinsics.
2009-02-08 Bill WendlingMistakenly turned this on.
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Chris Lattnertestcase for r64049 of llvm-gcc.
2009-02-07 Chris LattnerAdd missing break statements, fixing PR3503.
2009-02-07 Mon P WangInstrcombine should not change load(cast p) to cast...
2009-02-07 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
2009-02-07 Evan ChengRevert 64023. make prefers GNUmakefile over makefile.
2009-02-07 Evan ChengMove Apple style build makefiles to the top level....
2009-02-07 Chris Lattnerfix bugpoint url, patch by Pieter de Bie!
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dan GohmanChange several SmallPtrSetImpl members from public...
2009-02-07 Dan GohmanSimplify some code by using blocks_begin(), blocks_end...
2009-02-07 Nick LewyckyAdd an API for strings with possible NULLs in the middl...
2009-02-07 Mike StumpInsert space to avoid warning and make code more readable.
2009-02-07 Nick LewyckyFree the buffer in the case where we don't create a...
2009-02-07 Dale JohannesenMake SDNode constructors take a DebugLoc always.
2009-02-07 Evan ChengEnable machine sinking pass in non-fast mode.
2009-02-07 Dale JohannesenDeleted one line too many. oops.
2009-02-07 Dale JohannesenRemove now-unused constructors.
2009-02-07 Evan ChengDon't sink the instruction if TargetRegisterInfo::isSaf...
2009-02-07 Dale JohannesenNeeds this file too.
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-07 Dan GohmanRefactor some repeated logic into a separate function.
2009-02-07 Dan GohmanMake a comment a doxygen comment.
2009-02-06 Bill WendlingConstify operators.
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenAnd one more file.
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Bill WendlingRecord debug location information in the Dwarf writer.
2009-02-06 Bill WendlingClear out the CurDebugLoc info when doing a 'clear...
2009-02-06 Bill WendlingAdd comparison operators to DebugLoc.
2009-02-06 Dan GohmanSplit the locking out of JIT::runJITOnFunction so that...
2009-02-06 Dan GohmanMake Mutex's constructor explicit, and tidy up whitespace.
2009-02-06 Dan GohmanUse .size and .type on ELF systems; this helps tools...
2009-02-06 Ted KremenekDeallocate() methods now take a 'const void*' instead...
2009-02-06 Dale JohannesenEliminate remaining non-DebugLoc version of getTargetNode.
2009-02-06 Dan GohmanRename SelectionDAGISel::Schedule to
2009-02-06 Sanjiv GuptaPrint globl directive for variables with external linka...
2009-02-06 Dan GohmanDelete an unused member function.
2009-02-06 Evan ChengWe don't really need the abort here. This unbreak x86_6...
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...
2009-02-06 Evan ChengAdd TargetInstrInfo::isSafeToMoveRegisterClassDefs...
2009-02-06 Evan ChengChange -1 => negative number.
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
2009-02-06 Evan ChengDocument the meaning of -1 for getCopyCost.
2009-02-06 Dan GohmanTidy up the ScheduleDAG class definition a little....
2009-02-06 Roman LevensteinDon't pass BitVectors by value, pass them by reference.
2009-02-06 Nick LewyckyCorrect strange whitespace.
2009-02-06 Devang PatelIgnore DbgInfoIntrinsics.
2009-02-06 Chris Lattnerfix PR3489, use bits instead of bytes.
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-06 Nick LewyckyFree the buffer.
2009-02-06 Evan ChengFix test. It produces unexpected code if sse4.1 is on.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-06 Owen AndersonFix a crasher: we need to check that the function is...
2009-02-05 Owen AndersonRefactor my previous change to maintain the distinction...
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Evan ChengisAsCheapAsMove instructions can have register src...
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Devang PatelRevert rev. 63876. It is causing llvm-gcc bootstrap...
2009-02-05 Dan GohmanDelete some trailing whiespaces.
2009-02-05 Dale JohannesenRemove 3 non-DebugLoc variants of getNode.
2009-02-05 Mike StumpFIx spelling.
2009-02-05 Mike StumpProbe for flags before using them to try to help compil...
2009-02-05 Devang PatelRemove dead blocks in the end.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Chris Lattnertestcase for rdar://6551276 and llvm-gcc r63873
2009-02-05 Chris Lattnerfix PR3488: llvm-ar r doesn't replace existing files
2009-02-05 Duncan SandsRevert the previous commit. It seems it didn't
2009-02-05 Duncan SandsStop llvm-config thinking that there are circular
2009-02-05 Evan ChengMachine LICM increases register pressure and it almost...
2009-02-05 Evan ChengTurn on machine LICM in non-fast mode.
2009-02-05 Evan ChengTeach machine licm to CSE hoisted instructions.
2009-02-05 Evan ChengReMaterializeTrivialDef need to trim the live interval...
2009-02-05 Evan ChengA few more isAsCheapAsAMove.
2009-02-05 Evan ChengClarify comments.
2009-02-05 Chris Lattnerif we have a large GEP offset on a 32-bit or other...
2009-02-05 Owen AndersonPre-alloc splitting needs to be more careful to avoid...
2009-02-05 Chris LattnerPR3485, document alignment on byref.
2009-02-05 Nick LewyckyIt's not obvious, but lto_module_create_from_memory...
2009-02-05 Mon P WangFix a bug where we were not emitting a cvt rnd sat...
2009-02-05 Nick LewyckyRemove accidentally included debug message!
next