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
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for writing LLVM IR to a specified BitstreamWriter.
Chris Lattner
2008-12-19
2
-0
/
+8
*
Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.
Daniel Dunbar
2008-10-22
1
-0
/
+9
*
Fix a calculation error in comments.
Zhongxing Xu
2008-10-16
1
-1
/
+1
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-1
/
+1
*
Update the comment to reflect the new name.
Dan Gohman
2008-09-23
1
-1
/
+1
*
Re-enables the new vector select in the bitcode reader, by modifying the
Dan Gohman
2008-09-16
1
-2
/
+4
*
Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments
Dan Gohman
2008-09-09
1
-1
/
+3
*
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
1
-1
/
+1
*
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-28
1
-14
/
+2
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
1
-0
/
+1
*
InsertValue and ExtractValue constant expressions are always
Dan Gohman
2008-07-21
1
-3
/
+1
*
Add a little wrapper header that is put around bc files when emitting
Chris Lattner
2008-07-09
1
-4
/
+10
*
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-29
1
-1
/
+1
*
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-05-23
1
-2
/
+6
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
4
-22
/
+38
*
Initialize a local variable.
Ted Kremenek
2008-05-01
1
-1
/
+1
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-3
/
+1
*
Added support for Create() calls that take an argument besides the
Sam Bishop
2008-04-07
1
-3
/
+128
*
Add member template version of SerializeTrait<T>::Create that also accepts
Ted Kremenek
2008-04-03
1
-0
/
+5
*
change the archive stuff to use MemoryBuffer instead of mappedfile.
Chris Lattner
2008-04-01
1
-2
/
+2
*
remove extraneous #include
Chris Lattner
2008-04-01
1
-1
/
+1
*
Make a note of the fact that EmitOwnedPtr() has nothing to do with the
Sam Bishop
2008-03-25
1
-0
/
+2
*
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-03-02
1
-1
/
+3
*
Read and write getresult.
Devang Patel
2008-02-22
1
-1
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
10
-20
/
+20
*
Added some sectioning comments to Serialize.h.
Ted Kremenek
2007-12-18
1
-14
/
+71
*
Modified Deserializer::ReadCStr to allow C-strings to be read into a
Ted Kremenek
2007-12-17
1
-1
/
+1
*
Implement part of review feedback for address spaces.
Christopher Lamb
2007-12-12
1
-0
/
+1
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
1
-3
/
+7
*
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-10
1
-1
/
+3
*
Added "Emitter" functor to allow easy emitting of elements of a container
Ted Kremenek
2007-12-05
1
-0
/
+11
*
Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting
Ted Kremenek
2007-11-30
1
-2
/
+2
*
Fixed potential bug where CurWord is not zeroed out in JumpToBit.
Ted Kremenek
2007-11-30
1
-0
/
+1
*
Add explicit keywords.
Dan Gohman
2007-11-19
1
-1
/
+1
*
Reverted patch 44199:
Ted Kremenek
2007-11-17
2
-111
/
+45
*
Changed implementation of Serialize::EmitDiffPtrID and
Ted Kremenek
2007-11-17
2
-4
/
+5
*
Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete
Ted Kremenek
2007-11-17
2
-46
/
+111
*
Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to
Ted Kremenek
2007-11-15
1
-5
/
+4
*
Added two new overloaded versions of BatchEmitOwnedPtrs and
Ted Kremenek
2007-11-14
2
-0
/
+40
*
Renamed serialization method "Materialize" to "Create". This is an API change.
Ted Kremenek
2007-11-13
2
-14
/
+15
*
Fixed bug with inconsistent serialization/deserialization in matching
Ted Kremenek
2007-11-13
2
-0
/
+48
*
Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows
Ted Kremenek
2007-11-12
1
-3
/
+21
*
Fixed a bug introduced by my last patch. Now we properly clear out the Batch...
Ted Kremenek
2007-11-10
1
-0
/
+2
*
Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...
Ted Kremenek
2007-11-10
1
-2
/
+4
*
Added "random access" to the Deserializer to allow a client to jump to any
Ted Kremenek
2007-11-10
1
-2
/
+37
*
Made Deserializer a friend class of BitstreamReader.
Ted Kremenek
2007-11-10
1
-5
/
+14
*
Updated Deserializer class to provide more information about the current
Ted Kremenek
2007-11-09
1
-4
/
+14
*
Added typedef "SerializedPtrID" to represent the pointer handle written to disk
Ted Kremenek
2007-11-08
3
-19
/
+46
*
Revised BatchEmitOwnedPtrs to work better with constant pointers.
Ted Kremenek
2007-11-08
1
-1
/
+1
*
Revised implementation of BatchReadOwnedPtrs() that deserializes an
Ted Kremenek
2007-11-08
1
-10
/
+13
[next]