Remove libtool.
[oota-llvm.git] / include /
2009-02-26 Evan ChengADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable...
2009-02-26 Bob WilsonFix a duplicated word in a comment.
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-25 Scott MichelExpand tabs to spaces (overlooked in previous commit)
2009-02-25 Scott MichelRemove all "cached" data from BuildVectorSDNode, prefer...
2009-02-24 Mon P WangAdded support to have TableGen provide information...
2009-02-24 Dan GohmanRename ScalarEvolution's getIterationCount to getBacked...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-23 Ted KremenekCorrectly implement ImmutableMap::getMaxElement() by...
2009-02-23 Ted KremenekAdd ImmutableMap::getMaxElement(), a method that return...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-21 Nick LewyckyRegenerate.
2009-02-21 Ted KremenekAdd version of StringsEqualNoCase that takes two null...
2009-02-21 Gabor Greiffix and clean up a comment
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanFixed lint errors:
2009-02-20 Evan ChengFactor address mode matcher out of codegen prepare...
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-20 Bill WendlingAdd a default debug location object to the Machine...
2009-02-19 Dale JohannesenDescribe tail merging's use of InsertBranch.
2009-02-19 Bill WendlingPrint out a new label only if the debug location *tuple...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanClarify the definition of "latch block" in a comment.
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-18 Chris Lattnerallow TimeRegion to take a potentially-null pointer...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-17 Dan GohmanAdd a method to ScalarEvolution for telling it when...
2009-02-17 Dan GohmanMove dumpPassStructure out of line.
2009-02-17 Dan GohmanTidy whitespace.
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-02-16 Daniel DunbarAdd llvm::RoundUpToAlignment.
2009-02-16 Ted KremenekFix bug where APSInt::operator-- incremented instead...
2009-02-15 Mikhail Glushenkov80-column violation.
2009-02-14 Cedric VenetAdd mode_t to the config.h generated by cmake on win32...
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-14 Mikhail Glushenkov80-column violation.
2009-02-14 Duncan SandsThe trampoline intrinsic can be marked IntrWriteArgMem,
2009-02-14 Duncan SandsIntrWriteArgMem implies nocapture, but this wasn't
2009-02-13 Duncan SandsCorrect a comment: since AccessArguments is now
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI.
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-12 Dan GohmanTeach IndVarSimplify to optimize code using the C ...
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2009-02-12 Dan GohmanAdd a utility function to LoopInfo to return the exit...
2009-02-12 Chris LattnerAdd operator->, patch by Ben Laurie!
2009-02-12 Ted KremenekAdd method 'isSingleton()' to ImmutableSet. This retur...
2009-02-11 Gabor GreifFill in a glaring omission in derived User classes...
2009-02-11 Ted KremenekAdd FoldingSet profile method for bools. Patch by...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-11 Dan GohmanIt isn't necessary to explicitly clear the contents...
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
2009-02-10 Devang PatelEnable scalar replacement of AllocaInst whose one of...
2009-02-09 Gabor Greifincorporate review feedback
2009-02-09 Mikhail Glushenkov80-column violations.
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-08 Mikhail Glushenkov80-column violation.
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
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 Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
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 Dale JohannesenMake SDNode constructors take a DebugLoc always.
2009-02-07 Dale JohannesenDeleted one line too many. oops.
2009-02-07 Dale JohannesenRemove now-unused constructors.
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Bill WendlingConstify operators.
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Bill WendlingAdd comparison operators to DebugLoc.
2009-02-06 Dan GohmanMake Mutex's constructor explicit, and tidy up whitespace.
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 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 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
next