Applying Anton's binmode fix to the other ofstream too.
[oota-llvm.git] / include /
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-12-01 Owen AndersonFixes for MachineLoopInfo, mostly from Evan. With...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-12-01 Eric ChristopherAdd target triple to include/llvm/Config/config.h.in...
2007-11-30 Ted KremenekFixed subtle bug in Deserializer::JumpTo when jumping...
2007-11-30 Ted KremenekFixed potential bug where CurWord is not zeroed out...
2007-11-30 Evan ChengDo not fold reload into an instruction with multiple...
2007-11-30 Duncan SandsAdd a convenience method for modifying parameter
2007-11-30 Devang PatelProvide a way to update DescGlobals cache directly.
2007-11-29 Evan ChengFix a major performance issue with splitting. If there...
2007-11-29 Evan ChengReplace the odd kill# hack with something less fragile.
2007-11-29 Chris LattnerPass the whole StringMapEntry into StringMapEntryInitia...
2007-11-29 Chris Lattnerprovide an optional API to allow datatypes in a stringm...
2007-11-29 Evan ChengFixed various live interval splitting bugs / compile...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-28 Duncan SandsAdd missing newlines at EOF.
2007-11-28 Evan ChengRecover compile time regression.
2007-11-27 Owen AndersonAdd MachineLoopInfo. This is not yet tested.
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...
next