index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrote backpatcher. Backpatcher now stores the "has final pointer"
Ted Kremenek
2007-11-01
1
-32
/
+48
*
Added typedef "value_type" to DenseMap (similar typedef appears in std::map).
Ted Kremenek
2007-11-01
1
-5
/
+11
*
constified several pointer arguments for methods in the Deserializer.
Ted Kremenek
2007-10-31
1
-2
/
+5
*
Implemented deserialization of references. References are handled
Ted Kremenek
2007-10-31
1
-5
/
+21
*
Added Serializer::EmitRef to deal with emitting arbitrary references.
Ted Kremenek
2007-10-31
1
-3
/
+6
*
Changed access control within FoldingSet for some ivars from "private"
Ted Kremenek
2007-10-31
1
-1
/
+1
*
Add a newline at the end of the file.
Duncan Sands
2007-10-31
1
-1
/
+1
*
Add the skeleton of a better PHI elimination pass.
Owen Anderson
2007-10-31
1
-0
/
+8
*
Some fixes to get MachineDomTree working better.
Owen Anderson
2007-10-31
3
-18
/
+38
*
Added member function "size()" to FoldingSet to return the number of
Ted Kremenek
2007-10-30
1
-1
/
+4
*
Add missing SSE builtins: CVTPD2PI, CVTPS2PI,
Dale Johannesen
2007-10-30
1
-0
/
+13
*
Fix argument types for PSLLQ, PSRLQ.
Dale Johannesen
2007-10-30
1
-2
/
+2
*
Enable more fold (sext (load x)) -> (sext (truncate (sextload x)))
Evan Cheng
2007-10-29
1
-0
/
+4
*
Add explicit keywords.
Dan Gohman
2007-10-29
1
-2
/
+2
*
Model stacksave and stackrestore as both writing memory, since we
Chris Lattner
2007-10-29
1
-1
/
+4
*
Add a first attempt at dominator information for MBB's. Use with caution: th...
Owen Anderson
2007-10-29
2
-7
/
+177
*
Updated backpatching logic during object deserialization to perform
Ted Kremenek
2007-10-28
1
-19
/
+53
*
The guaranteed alignment of ptr+offset is only the minimum of
Duncan Sands
2007-10-28
1
-0
/
+28
*
Fixed bug where default SerializeTrait<>::Materialize would not return the ma...
Ted Kremenek
2007-10-26
1
-1
/
+1
*
Added serialization support for APInt.
Ted Kremenek
2007-10-26
1
-0
/
+11
*
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
1
-1
/
+1
*
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
1
-1
/
+1
*
Added default implementation of SerializeTrait<> that dispatches to
Ted Kremenek
2007-10-26
2
-1
/
+25
*
More fleshing out of docs/Passes.html, plus some typo fixes and
Gordon Henriksen
2007-10-26
1
-1
/
+1
*
Loosen up iv reuse to allow reuse of the same stride but a larger type when t...
Evan Cheng
2007-10-26
1
-1
/
+8
*
Updated backpatching during object deserialization to support "smart"
Ted Kremenek
2007-10-25
1
-2
/
+6
*
Added special treatment of serializing NULL pointers.
Ted Kremenek
2007-10-25
2
-1
/
+5
*
Created header file to include minimal forward references needed for
Ted Kremenek
2007-10-25
2
-6
/
+29
*
Fix comment typos.
Duncan Sands
2007-10-25
1
-2
/
+2
*
remove unimplemented ctor, add some comments.
Chris Lattner
2007-10-25
1
-4
/
+3
*
Make it possible for DomTreeBase to be constructed from MachineFunction's as ...
Owen Anderson
2007-10-25
2
-11
/
+15
*
Implemented prototype serialization of pointers, including support
Ted Kremenek
2007-10-25
3
-29
/
+75
*
Split Serialization.h into separate headers: Serialize.h and
Ted Kremenek
2007-10-24
3
-103
/
+137
*
add a nice predicate to check to see if nan
Chris Lattner
2007-10-24
1
-0
/
+1
*
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-24
2
-2
/
+2
*
Added "ReadEnum" and "WriteEnum" to serialization classes.
Ted Kremenek
2007-10-23
1
-3
/
+16
*
Make DomTreeBase not a FunctionPass.
Owen Anderson
2007-10-23
2
-10
/
+23
*
Added preliminary implementation of generic object serialization to bitcode.
Ted Kremenek
2007-10-23
1
-0
/
+115
*
Unbreak the build. Forgot to commit this file.
Owen Anderson
2007-10-23
1
-39
/
+176
*
Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...
Owen Anderson
2007-10-23
1
-3
/
+25
*
isSubRegOf() is a dup of isSubRegister.
Evan Cheng
2007-10-23
1
-11
/
+0
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
3
-102
/
+112
*
add a mechanism for the JIT to invoke a function to lazily create functions a...
Chris Lattner
2007-10-22
1
-1
/
+14
*
Reg2Mem cleanup and optimizations:
Anton Korobeynikov
2007-10-21
1
-2
/
+3
*
Add a convenience method for creating EE's.
Chris Lattner
2007-10-21
1
-1
/
+7
*
Local spiller optimization:
Evan Cheng
2007-10-19
1
-2
/
+11
*
rename ExpandOperation to ExpandOperationResult, as suggested
Chris Lattner
2007-10-19
1
-2
/
+2
*
Add support for byval function whose argument is not 32 bit aligned.
Rafael Espindola
2007-10-19
2
-5
/
+17
*
add a new target hook.
Chris Lattner
2007-10-19
1
-0
/
+9
*
More ppcf128 issues (maybe the last)?
Dale Johannesen
2007-10-19
1
-0
/
+4
[next]