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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish the documentation.
Reid Spencer
2004-09-20
1
-9
/
+5
*
Tighten up the specification of what counts as a code file. The previous
Reid Spencer
2004-09-20
1
-11
/
+60
*
Base the implementation on the llvmdo script so that we only have to
Reid Spencer
2004-09-20
3
-38
/
+11
*
Fixed to actually work correctly and be the basis for other tools by
Reid Spencer
2004-09-20
1
-9
/
+39
*
Fix loop condition so that we don't decrement off the beginning of the
Alkis Evlogimenos
2004-09-20
1
-5
/
+5
*
Don't count .lo files :)
Chris Lattner
2004-09-20
1
-0
/
+1
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
64
-186
/
+193
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-10
/
+19
*
Finegrainify namespacification
Chris Lattner
2004-09-20
3
-21
/
+12
*
Prototype more accurately
Chris Lattner
2004-09-20
1
-1
/
+1
*
Prototype these functions more accurately
Chris Lattner
2004-09-20
12
-13
/
+15
*
Do not prototype any of these passes as returning Pass*. Instead, be specific
Chris Lattner
2004-09-20
2
-33
/
+33
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-27
/
+30
*
Adjust to API changes
Chris Lattner
2004-09-20
1
-2
/
+2
*
Put in a #error in the event that we don't have an mmap that can map a file
Reid Spencer
2004-09-20
1
-0
/
+1
*
Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R that caused problems
Reid Spencer
2004-09-20
1
-10
/
+34
*
Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by
Reid Spencer
2004-09-20
2
-14
/
+8
*
Allow the suffix for shared libraries to be obtained correctly so we can
Reid Spencer
2004-09-20
1
-1
/
+1
*
The problem with depending on the internal implementation of third party
Reid Spencer
2004-09-20
1
-1
/
+1
*
libtool's name is now back to mklib.
Reid Spencer
2004-09-20
1
-1
/
+1
*
Change to support creation of "mklib" instead of "libtool" in builddir.
Reid Spencer
2004-09-20
1
-1
/
+1
*
Update the script to generate mklib instead of libtool.
Reid Spencer
2004-09-20
1
-1
/
+1
*
Adjust the libtool macros so that libtool's name is "mklib". Also, tidy up
Reid Spencer
2004-09-19
1
-1719
/
+3079
*
Various minor cleanups and replacement of obsoleted macro names.
Reid Spencer
2004-09-19
1
-14
/
+13
*
Numerous fixes to convert ~ into ; that (probably) occurred during data
Reid Spencer
2004-09-19
1
-61
/
+45
*
The lexicon doc is more of a user guide than programming dox
Chris Lattner
2004-09-19
1
-3
/
+3
*
Bring the script out of the dark ages and into modern autoconfness.
Reid Spencer
2004-09-19
12
-124
/
+115
*
Make the "Warning" notice a LOT more prominent.
Reid Spencer
2004-09-19
1
-1
/
+10
*
Add in version dependency checks on all the tools we depend on. This is
Reid Spencer
2004-09-19
1
-6
/
+17
*
Add our own version of libtool.m4 instead of relying on the installed one.
Reid Spencer
2004-09-19
1
-0
/
+6010
*
better code
Chris Lattner
2004-09-19
1
-4
/
+6
*
Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 and
Chris Lattner
2004-09-19
1
-6
/
+28
*
New testcase for PR362: Icky code generated for std::min/std::max
Chris Lattner
2004-09-19
1
-0
/
+34
*
Fix a nasty iterator invalidation problem I introduced yesterday. This
Chris Lattner
2004-09-19
1
-5
/
+5
*
Remove a whole bunch of horrible hacky code that was used to promote allocas
Chris Lattner
2004-09-19
1
-145
/
+7
*
Instcombine now helps out with these
Chris Lattner
2004-09-19
2
-4
/
+7
*
Make instruction combining a bit more aggressive in the face of volatile
Chris Lattner
2004-09-19
1
-3
/
+60
*
Add two new testcases that instcombine should handle
Chris Lattner
2004-09-19
1
-0
/
+23
*
Minor correction to Signals implementation.
Reid Spencer
2004-09-19
2
-28
/
+48
*
Add comment
Chris Lattner
2004-09-19
1
-1
/
+1
*
Fix the inliner to always delete any edges from the external call node to
Chris Lattner
2004-09-18
1
-8
/
+7
*
Add CallGraphNode::removeAnyCallEdgeTo method
Chris Lattner
2004-09-18
2
-0
/
+17
*
Use the /dev/zero device as the device on which the pages are mapped.
Reid Spencer
2004-09-18
1
-1
/
+7
*
Porting of Unix implementation to Win32.
Reid Spencer
2004-09-18
2
-96
/
+380
*
Get rid of file descriptor leak in create_file.
Reid Spencer
2004-09-18
2
-2
/
+6
*
Misha implemented the ModuleProvider interface back in 9/18/2003.
Chris Lattner
2004-09-18
1
-28
/
+0
*
Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and
Chris Lattner
2004-09-18
1
-15
/
+130
*
Make this HTML 4.01 strict
Chris Lattner
2004-09-18
1
-4
/
+4
*
Don't include libtool "object" files
Chris Lattner
2004-09-18
2
-0
/
+2
*
Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates
Chris Lattner
2004-09-18
1
-39
/
+33
[next]