Updated VC++ build system
[oota-llvm.git] / include /
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.
2007-10-31 Owen AndersonSome fixes to get MachineDomTree working better.
2007-10-30 Ted KremenekAdded member function "size()" to FoldingSet to return...
2007-10-30 Dale JohannesenAdd missing SSE builtins: CVTPD2PI, CVTPS2PI,
2007-10-30 Dale JohannesenFix argument types for PSLLQ, PSRLQ.
2007-10-29 Evan ChengEnable more fold (sext (load x)) -> (sext (truncate...
2007-10-29 Dan GohmanAdd explicit keywords.
2007-10-29 Chris LattnerModel stacksave and stackrestore as both writing memory...
2007-10-29 Owen AndersonAdd a first attempt at dominator information for MBB...
2007-10-28 Ted KremenekUpdated backpatching logic during object deserializatio...
2007-10-28 Duncan SandsThe guaranteed alignment of ptr+offset is only the...
2007-10-26 Ted KremenekFixed bug where default SerializeTrait<>::Materialize...
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-26 Ted KremenekAdded default implementation of SerializeTrait<> that...
2007-10-26 Gordon HenriksenMore fleshing out of docs/Passes.html, plus some typo...
2007-10-26 Evan ChengLoosen up iv reuse to allow reuse of the same stride...
2007-10-25 Ted KremenekUpdated backpatching during object deserialization...
2007-10-25 Ted KremenekAdded special treatment of serializing NULL pointers.
2007-10-25 Ted KremenekCreated header file to include minimal forward referenc...
2007-10-25 Duncan SandsFix comment typos.
2007-10-25 Chris Lattnerremove unimplemented ctor, add some comments.
2007-10-25 Owen AndersonMake it possible for DomTreeBase to be constructed...
2007-10-25 Ted KremenekImplemented prototype serialization of pointers, includ...
2007-10-24 Ted KremenekSplit Serialization.h into separate headers: Serialize...
2007-10-24 Chris Lattneradd a nice predicate to check to see if nan
2007-10-24 Hartmut KaiserSilenced a VC++ warning.
2007-10-23 Ted KremenekAdded "ReadEnum" and "WriteEnum" to serialization classes.
2007-10-23 Owen AndersonMake DomTreeBase not a FunctionPass.
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-23 Owen AndersonUnbreak the build. Forgot to commit this file.
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-23 Evan ChengisSubRegOf() is a dup of isSubRegister.
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
next