oota-llvm.git
2007-11-12 Owen AndersonBreak critical edges coming into blocks with PHI nodes.
2007-11-12 Gordon HenriksenTypo fix in the tutorial.
2007-11-12 Duncan SandsCompile fix.
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-11-12 Evan ChengRefactor some code.
2007-11-12 Owen AndersonFix rewriting of PHI nodes.
2007-11-12 Hartmut KaiserUpdated VC++ build system
2007-11-12 Owen AndersonRemove unnecessary #include's.
2007-11-12 Owen AndersonAs Chris and Evan pointed out, BreakCriticalMachineEdge...
2007-11-12 Owen AndersonFix on 64-bit machines.
2007-11-11 Anton KorobeynikovClarify the meaning of '-2' register number
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-11-11 Anton KorobeynikovAdd convenient helper to obtain list of ints
2007-11-10 Dale JohannesenAdd CCAssignToStackABISizeAlign for convenience in
2007-11-10 Ted KremenekFixed a bug introduced by my last patch. Now we proper...
2007-11-10 Ted KremenekFixed hack in BatchReadOwnedPtrs to no longer use the...
2007-11-10 Ted KremenekUpdated method signature to conform with the typedef...
2007-11-10 Arnold SchwaighoferUpdate tailcall code to include inline attribute operan...
2007-11-10 Ted KremenekAdded "random access" to the Deserializer to allow...
2007-11-10 Ted KremenekMade Deserializer a friend class of BitstreamReader.
2007-11-10 Evan ChengAdded -test-opts to specify test options.
2007-11-09 Chris LattnerUpdate links.
2007-11-09 Evan ChengFix tests.
2007-11-09 Hartmut KaiserFixed a strange construct. Please review.
2007-11-09 Hartmut KaiserUpdated VC++ build system
2007-11-09 Chris Lattnertry again
2007-11-09 Evan ChengUnbreak x86-64 jumptable.
2007-11-09 Anton KorobeynikovSilence a warning
2007-11-09 Dale JohannesenRevert previous rewrite per chris's comments.
2007-11-09 Chris LattnerTighten up a check for folding away loads from (newly...
2007-11-09 Duncan SandsThanks to the XTARGET line, this test should still
2007-11-09 Duncan SandsMove MinAlign to MathExtras.h.
2007-11-09 Anton KorobeynikovFix indent
2007-11-09 Anton KorobeynikovForget to commit users part of value mapper interface
2007-11-09 Anton KorobeynikovAnd delete this one
2007-11-09 Anton KorobeynikovMake this header public
2007-11-09 Duncan SandsFix some load/store logic that would be wrong for
2007-11-09 Duncan SandsAdd terminating newline.
2007-11-09 Duncan SandsCheck that the first and third characters, s and u,
2007-11-09 Duncan SandsCheck that accesses to the second short, t, have
2007-11-09 Bill WendlingInitial commit of files that support building LLVM...
2007-11-09 Nick LewyckyAdd a link to the tutorial.
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-11-09 Evan ChengDidn't mean to check these in.
2007-11-09 Evan ChengBug fix. Passive nodes are not in SUnitMap.
2007-11-09 Chuck Rose IIIAdding some recently added files to the VStudio projects
2007-11-09 Dale JohannesenRewrite Dwarf number handling per review comments.
2007-11-09 Ted KremenekUpdated Deserializer class to provide more information...
2007-11-08 Devang PatelRun this test only on darwin.
2007-11-08 Owen AndersonThis preserves critical edge breaking.
2007-11-08 Owen AndersonMake BreakCriticalMachineEdges available as a pass...
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-08 Andrew LenharthBetter check
2007-11-08 Andrew LenharthFix PR1780
2007-11-08 Lauro Ramos... [ARM] Implement __builtin_thread_pointer.
2007-11-08 Evan ChengIf both parts of smul_lohi, etc. are used, don't simpli...
2007-11-08 Owen AndersonAdd the majority of machine-level critical edge breakin...
2007-11-08 Owen AndersonTake another stab at getting isLiveIn() and isLiveOut...
2007-11-08 Owen AndersonFix MachineDominators' getAnalysisUsage.
2007-11-08 Owen AndersonOops, forgot to commit this file.
2007-11-08 Owen AndersonBring UsedBlocks back. StrongPHIElimination needs...
2007-11-08 Ted KremenekRevised BatchEmitOwnedPtrs to work better with constant...
2007-11-08 Ted KremenekRevised implementation of BatchReadOwnedPtrs() that...
2007-11-07 Ted KremenekFixed bug where we did not properly serialize owned...
2007-11-07 Ted KremenekAdded version of BatchEmitOwnedPtrs and BatchReadOwnedP...
2007-11-07 Ted KremenekAdded methods to batch emit and deserialize owned point...
2007-11-07 Dale JohannesenComplete conditionalization of Dwarf reg numbers.
2007-11-07 Bill WendlingAdd testcase
2007-11-07 Hartmut KaiserUpdated VC++ build system
2007-11-07 Hartmut KaiserFixed compilation errors on VC++.
2007-11-07 Ted KremenekImplemented generic serialization of APFloat.
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-07 Evan ChengSimplify my (il)logic.
2007-11-07 Chris Lattnerminor edit
2007-11-07 Chris Lattnerfinal edits.
2007-11-07 Chris Lattnerchapter 7 edits
2007-11-07 Chris Lattneredits for chapter 7
2007-11-07 Chris Lattneredits for chapter 5
2007-11-07 Chris Lattnerminor edits
2007-11-07 Owen AndersonAdd some more of StrongPHIElim.
2007-11-07 Chris Lattneredits.
2007-11-07 Ted KremenekAdded special version of ReadPtr() that returns a deser...
2007-11-07 Ted KremenekFixed default ctor for APInt to properly initialize...
2007-11-07 Dale JohannesenInterchange Dwarf numbers of ESP and EBP on x86 Darwin.
2007-11-06 Tanya LattnerImplement the XTARGET feature for PR1778
2007-11-06 Ted KremenekSerializer no longer automatically emits a root-level...
2007-11-06 Ted KremenekAugmented ReadPtr and ReadOwnedPtr to control whether...
2007-11-06 Chris Lattnermake smallptrset more const and type correct, which...
2007-11-06 Dan GohmanRemainder operations must be either integer or floating...
2007-11-06 Chris Lattnerfix const correctness, BB is const, so its predecessors...
2007-11-06 Chris Lattnerdon't put erase or query for non-allocainst pointers...
2007-11-06 Chris LattnerImplement PR1777 by detecting dependent phis that
2007-11-06 Evan ChengWhen the allocator rewrite a spill register with new...
2007-11-06 Duncan SandsAt the point of calculating the shift amount, the
2007-11-06 Ted KremenekRenamed "Flush()" to "FlushRecord()".
2007-11-06 Ted KremenekAdded support for processing abbreviations in the Deser...
2007-11-06 Chris Lattnerfixes from Kelly Wilson.
2007-11-06 Bill WendlingClarify some of the iostreams stuff.
2007-11-06 Evan ChengFirst step towards moving the coalescer to priority_que...
2007-11-06 Evan ChengFix a bug where a def use operand isn't being detected...
next