Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables
[oota-llvm.git] / include /
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-11-27 Owen AndersonAdd accessor for getting the underlying templated type...
2007-11-25 Anton KorobeynikovRemove another leak. Due to some reason AliasSetTracker...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-25 Anton KorobeynikovRemove a leak. Destroy LoopInfoBase object. releaseMemo...
2007-11-25 Duncan SandsFix PR1816. If a bitcast of a function only exists...
2007-11-24 Chris LattnerSeveral changes:
2007-11-23 Chris LattnerFix PR1816, by correcting the broken definition of...
2007-11-22 Chris Lattneradd some static icmpinst predicates.
2007-11-22 Duncan SandsRename the 'const' parameter attribute to 'readnone',
2007-11-20 Dale JohannesenFile missing from previous patch.
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-11-19 Dan GohmanFix a typo in a comment.
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-18 Chris LattnerFix the Linker testcase regressions, by making MemoryBu...
2007-11-17 Ted KremenekReverted patch 44199:
2007-11-17 Ted KremenekChanged implementation of Serialize::EmitDiffPtrID and
2007-11-17 Ted KremenekImplemented optimization for BatchEmitOwnedPtrs that...
2007-11-17 Evan ChengLive interval splitting:
2007-11-17 Evan ChengShrinkfy.
2007-11-15 Anton KorobeynikovImplement necessary bits for flt_rounds gcc builtin.
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Daniel BerlinFix bugs in iterator invalidation
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-11-15 Chris LattnerImport the boost scoped_ptr class to LLVM. This patch...
2007-11-15 Owen AndersonMore templatization.
2007-11-15 Ted KremenekFixed serious bug in BatchReadOwnedPtrs where in a...
2007-11-14 Anton KorobeynikovAdd pure/const attributes. Documentation will follow.
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-14 Ted KremenekAdded two new overloaded versions of BatchEmitOwnedPtrs and
2007-11-14 Evan ChengClean up sub-register implementation by moving subReg...
2007-11-14 Owen AndersonStart the process of making MachineLoopInfo possible...
2007-11-13 Hartmut KaiserFixed a compilation error.
2007-11-13 Hartmut KaiserFixed a strange construct. Please review.
2007-11-13 Owen AndersonWow. I definitely shouldn't write code when I'm tird.
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-13 Ted KremenekRenamed serialization method "Materialize" to "Create...
2007-11-13 Ted KremenekFixed bug with inconsistent serialization/deserializati...
2007-11-12 Ted KremenekAdded versions of ReadPtr that takes an explicit Serial...
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 Owen AndersonRemove unnecessary #include's.
2007-11-12 Owen AndersonAs Chris and Evan pointed out, BreakCriticalMachineEdge...
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 KremenekAdded "random access" to the Deserializer to allow...
2007-11-10 Ted KremenekMade Deserializer a friend class of BitstreamReader.
2007-11-09 Duncan SandsMove MinAlign to MathExtras.h.
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 Evan ChengMuch improved pic jumptable codegen:
2007-11-09 Ted KremenekUpdated Deserializer class to provide more information...
2007-11-08 Owen AndersonMake BreakCriticalMachineEdges available as a pass...
2007-11-08 Ted KremenekAdded typedef "SerializedPtrID" to represent the pointe...
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.
2007-11-08 Owen AndersonFix MachineDominators' getAnalysisUsage.
2007-11-08 Owen AndersonOops, forgot to commit this file.
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 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 Ted KremenekAdded special version of ReadPtr() that returns a deser...
2007-11-07 Ted KremenekFixed default ctor for APInt to properly initialize...
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 Ted KremenekRenamed "Flush()" to "FlushRecord()".
2007-11-06 Ted KremenekAdded support for processing abbreviations in the Deser...
2007-11-05 Rafael EspindolaMove the LowerMEMCPY and LowerMEMCPYCall to a common...
2007-11-05 Ted KremenekAdded support in serializer and deserializer to create...
2007-11-05 Ted KremenekAdded default creation of root-level block by bitstream...
2007-11-05 Ted KremenekFixed bug where tombstone key and empty key for DenseMa...
2007-11-05 Evan ChengMove SimpleRegisterCoalescing.h to lib/CodeGen since...
2007-11-05 Gordon HenriksenDeleting redundant copy of block extractor pass. See...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-11-03 Evan ChengThere are times when the coalescer would not coalesce...
2007-11-02 Ted KremenekAdded overloaded version of Deserializer::ReadOwnedPtr...
2007-11-02 Owen AndersonVAArgInst does, in fact, read memory.
2007-11-01 Neil BoothWhen converting to integer, do bit manipulations in...
2007-11-01 Ted KremenekRemoved ReadVal from SerializeTrait<T>, and also remove...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-11-01 Bill WendlingGet rid of compilation warning during release builds
2007-11-01 Evan Cheng- Coalesce extract_subreg when both intervals are relat...
2007-11-01 Ted KremenekRewrote backpatcher. Backpatcher now stores the "has...
2007-11-01 Ted KremenekAdded typedef "value_type" to DenseMap (similar typedef...
2007-10-31 Ted Kremenekconstified several pointer arguments for methods in...
2007-10-31 Ted KremenekImplemented deserialization of references. References...
2007-10-31 Ted KremenekAdded Serializer::EmitRef to deal with emitting arbitra...
2007-10-31 Ted KremenekChanged access control within FoldingSet for some ivars...
2007-10-31 Duncan SandsAdd a newline at the end of the file.
2007-10-31 Owen AndersonAdd the skeleton of a better PHI elimination pass.
next