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
/
lib
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
Chris Lattner
2003-07-23
1
-6
/
+8
*
Eliminate using declarations, adjust for new DSGraph API
Chris Lattner
2003-06-30
1
-21
/
+19
*
Allow the inlining limit to be controlled from the command line!
Chris Lattner
2003-06-28
1
-1
/
+5
*
Add support to globaldce for deleting dead function prototypes
Chris Lattner
2003-06-26
1
-1
/
+7
*
When internalizing global ctor/dtor list, also mark it constant. This is gro...
Chris Lattner
2003-06-26
1
-0
/
+8
*
Add argument to DAE to allow operation on non-internal functions
Chris Lattner
2003-06-25
1
-9
/
+21
*
Fix the build. :(
Chris Lattner
2003-06-20
1
-3
/
+3
*
Changes to privatize NodeType
Chris Lattner
2003-06-19
1
-6
/
+6
*
Remove a bunch of complicated code. The functionality is implemented in inst...
Chris Lattner
2003-06-19
1
-118
/
+6
*
Handle arguments passed in through the va_arg area
Chris Lattner
2003-06-18
1
-1
/
+7
*
Initial checkin of DAE pass
Chris Lattner
2003-06-17
1
-0
/
+304
*
Fix compilation problem on GCC 2.9x
Chris Lattner
2003-06-07
1
-1
/
+1
*
Made changes suggested by Chris
Sumant Kowshik
2003-06-04
1
-51
/
+55
*
Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll
Chris Lattner
2003-05-31
1
-0
/
+17
*
Fix bug: FuncResolve/2003-05-31-InternalDecl.ll
Chris Lattner
2003-05-31
1
-2
/
+6
*
Simplify funcresolve a bit more
Chris Lattner
2003-05-31
1
-7
/
+7
*
Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
Chris Lattner
2003-05-31
1
-11
/
+3
*
Added support for function pointers
Sumant Kowshik
2003-05-29
1
-104
/
+583
*
* Separate all of the grunt work of inlining out into the Utils library.
Chris Lattner
2003-05-29
1
-169
/
+127
*
Remove using declarations
Chris Lattner
2003-05-22
2
-27
/
+20
*
Make the list accept comma separated names
Chris Lattner
2003-05-22
1
-1
/
+2
*
* Revert to old behavior of ignoring a module if it doesn't contain a main
Chris Lattner
2003-05-22
1
-7
/
+24
*
Add option to internalize to allow it to read a file to determine which symbols
Chris Lattner
2003-05-22
1
-10
/
+41
*
Fix bug: FunctionResolve/2003-05-21-MissingArguments.ll
Chris Lattner
2003-05-21
1
-0
/
+5
*
Don't inline functions that take variable numbers of arguments!
Chris Lattner
2003-05-08
1
-3
/
+4
*
Remove using decl
Chris Lattner
2003-05-08
1
-2
/
+1
*
Fix several bugs:
Chris Lattner
2003-04-28
1
-9
/
+20
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
1
-1
/
+1
*
Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
Chris Lattner
2003-04-19
1
-43
/
+39
*
Global constants CAN be external
Chris Lattner
2003-04-18
1
-3
/
+3
*
Change the interface to constant expressions to allow automatic folding
Chris Lattner
2003-04-16
1
-1
/
+1
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
5
-9
/
+12
*
Eliminate tons of bogus warnings
Chris Lattner
2003-03-03
1
-8
/
+10
*
Replace assertion with a handler.
Chris Lattner
2003-02-27
1
-15
/
+21
*
Fix a bug that cause a crash resolving questionable function calls
Chris Lattner
2003-02-14
1
-2
/
+4
*
Fix a misunderstanding of the standard associative containers
Chris Lattner
2003-02-14
1
-7
/
+2
*
Fix a problem Sumant was running into
Chris Lattner
2003-02-06
1
-2
/
+4
*
Split public interface out into header file
Chris Lattner
2003-02-03
1
-115
/
+27
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-6
/
+6
*
Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...)
Chris Lattner
2003-01-30
1
-3
/
+8
*
Actually print the function _name_ if there is a problem
Chris Lattner
2003-01-30
1
-1
/
+2
*
* Fix function resolution for varargs function to generate incorrect bytecode...
Chris Lattner
2003-01-30
1
-24
/
+29
*
Initial checkin of pool allocation code
Chris Lattner
2003-01-29
1
-0
/
+531
*
Disable construction of pool allocator
Chris Lattner
2003-01-24
1
-4
/
+2
*
Fix references to functions
Chris Lattner
2003-01-13
1
-6
/
+8
*
External routines used to identify Cilk operations inserted by the
Vikram S. Adve
2002-12-10
2
-0
/
+89
*
This file implements a pass that automatically parallelizes a program,
Vikram S. Adve
2002-12-10
1
-0
/
+548
*
Fix symbol table problem
Chris Lattner
2002-11-20
1
-11
/
+10
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
2
-28
/
+26
*
Minor changes to cloning interface
Chris Lattner
2002-11-19
1
-4
/
+9
[next]