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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes necessary to enable linking of archives without LLVM symbol tables.
Reid Spencer
2004-11-15
1
-4
/
+7
*
Changes per code review:
Reid Spencer
2004-11-14
1
-14
/
+21
*
*Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...
Reid Spencer
2004-11-14
1
-4
/
+16
*
Make the remove*OnSignal functions deal with Paths not strings
Reid Spencer
2004-11-14
1
-2
/
+2
*
*Put the StatusInfo type in the right section. *Provide the ability to rename...
Reid Spencer
2004-11-14
1
-19
/
+72
*
Allow explicit closing of the MappedFile, before destruction
Reid Spencer
2004-11-14
1
-0
/
+2
*
Linker is its own module now. Moved to include/llvm/Linker.h
Reid Spencer
2004-11-14
1
-33
/
+0
*
Add higher level interface to simplify use of Compressor
Reid Spencer
2004-11-14
1
-13
/
+88
*
Add the MoreHelp function pointer. If non-null, this specifies a function to ...
Reid Spencer
2004-11-14
1
-0
/
+8
*
Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...
Reid Spencer
2004-11-14
1
-9
/
+10
*
Complete rewrite to get first working version.
Reid Spencer
2004-11-14
1
-192
/
+410
*
Interface to Linker (revised/expanded from Support/Linker.h)
Reid Spencer
2004-11-14
1
-10
/
+70
*
Add GhostLinkage for marking functions before they're fully materialized
Misha Brukman
2004-11-14
1
-1
/
+2
*
Moved from include/llvm/Support/Linker.h
Reid Spencer
2004-11-14
1
-3
/
+3
*
Add useful method, minor cleanups
Chris Lattner
2004-11-13
1
-3
/
+7
*
Add support for shifts
Chris Lattner
2004-11-13
1
-0
/
+12
*
Provide conversion from posix time.
Reid Spencer
2004-11-09
1
-0
/
+9
*
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-09
1
-0
/
+30
*
Remove extra spaces
Misha Brukman
2004-11-08
1
-2
/
+2
*
Make writing compressed bytecode the default.
Reid Spencer
2004-11-08
1
-1
/
+1
*
Add method to delete machine code generated for a Function
Misha Brukman
2004-11-07
1
-0
/
+6
*
Make compression the default on writing.
Reid Spencer
2004-11-07
1
-1
/
+1
*
* Provide option for specifying bytecode compression
Reid Spencer
2004-11-07
1
-5
/
+6
*
This is V9 specific stuff
Chris Lattner
2004-11-07
1
-15
/
+0
*
Add support for compressed bytecode
Reid Spencer
2004-11-06
1
-1
/
+2
*
Provide an interface for getting just the external symbols from a
Reid Spencer
2004-11-06
1
-0
/
+10
*
Deprecate constructors we don't want users to use.
Reid Spencer
2004-11-06
1
-0
/
+23
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-37
/
+37
*
Go ahead and trust the client not to mess with the ModuleProvider* returned
Reid Spencer
2004-11-05
1
-6
/
+11
*
* Documentation corrections (thanks to Chris for nit-picking)
Reid Spencer
2004-11-05
1
-18
/
+11
*
First version of the interface to Archive files. This introduces the
Reid Spencer
2004-11-05
1
-0
/
+261
*
defining __STDC_LIMIT_MACROS on the command line is not really necessary
Chris Lattner
2004-11-03
1
-5
/
+6
*
Substantially cleanup/speedup the eq graphs pass by walking the callgraph
Chris Lattner
2004-11-02
1
-4
/
+3
*
Fix typo, contributed by Henrik Bach!
Chris Lattner
2004-11-02
1
-1
/
+1
*
Remove more dead methods
Chris Lattner
2004-11-01
1
-19
/
+0
*
Delete a dead method
Chris Lattner
2004-11-01
1
-4
/
+0
*
Rename FoldedGraph -> DSInfo to be consistent with other passes
Chris Lattner
2004-11-01
1
-18
/
+4
*
Get rid of the EquivClassGraphArgsInfo class, and the map that held it.
Chris Lattner
2004-11-01
1
-26
/
+0
*
Eliminate the cloneGraph method
Chris Lattner
2004-11-01
1
-2
/
+0
*
* Do not refer to ActualCallees in CBU, when we can do it locally.
Chris Lattner
2004-10-31
1
-3
/
+7
*
Simplify graph traversal, improve grammar
Chris Lattner
2004-10-31
1
-1
/
+1
*
Do not do horrible things to the CBU graphs. In particular, we do NOT own
Chris Lattner
2004-10-31
1
-17
/
+9
*
Add an assertion and a method
Chris Lattner
2004-10-30
1
-1
/
+9
*
Fix grammar (i.e.)
Misha Brukman
2004-10-29
1
-1
/
+1
*
The Alpha (tm) intrinsics aren't even being used
Misha Brukman
2004-10-29
1
-91
/
+1
*
Commented out the _Alloc_traits specialization entirely, as it is only
John Criswell
2004-10-28
1
-1
/
+7
*
Only add the _Alloc_traits specialization in if we're compiling for
John Criswell
2004-10-28
1
-0
/
+2
*
Regenerated after fixing typo.
Brian Gaeke
2004-10-28
1
-1
/
+1
*
Add the HAVE_RAND48 define.
Reid Spencer
2004-10-27
1
-11
/
+11
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
24
-52
/
+67
[next]