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
*
Add functions to compute ceil(log2(N)) to match functions for floor(log2(N))
Chris Lattner
2006-07-18
1
-1
/
+14
*
Add an out-of-line virtual function to home class.
Chris Lattner
2006-07-14
1
-1
/
+2
*
Add two helper functions
Chris Lattner
2006-07-14
1
-0
/
+9
*
Add another helper method.
Chris Lattner
2006-07-14
1
-0
/
+4
*
Add a new method for bugpoint to use.
Chris Lattner
2006-07-14
1
-0
/
+5
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
1
-13
/
+30
*
1. Support for c++ mangled names.
Jim Laskey
2006-07-11
1
-1
/
+18
*
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
Reid Spencer
2006-07-07
1
-12
/
+27
*
Remove EH use from the Archive library and adjust its users accordingly.
Reid Spencer
2006-07-07
1
-6
/
+18
*
#include <iosfwd> not <ostream>
Chris Lattner
2006-07-07
1
-5
/
+2
*
Change AllocateRWX/DeallocateRWX to not throw an exception.
Chris Lattner
2006-07-07
1
-7
/
+15
*
Change LoadLibraryPermanently to not throw an exception.
Chris Lattner
2006-07-07
1
-3
/
+4
*
This patch (written by Reid) changes compressor to never throw an exception.
Chris Lattner
2006-07-07
1
-12
/
+12
*
Fix an embarassing bug reid noticed
Chris Lattner
2006-07-07
1
-1
/
+1
*
Modify the SlowOperationInformer interface to not throw exceptions.
Chris Lattner
2006-07-06
1
-9
/
+8
*
Change the ModuleProvider interface to not throw exceptions.
Chris Lattner
2006-07-06
1
-10
/
+16
*
Change the verifier to never throw an exception. Instead verifyModule can
Chris Lattner
2006-07-06
1
-2
/
+4
*
Added option -code-model to set code model (only used in 64-bit) mode. Valid
Evan Cheng
2006-07-06
1
-0
/
+18
*
Ugly hack! Add helper functions InsertInFlightSetEntry and
Evan Cheng
2006-06-29
1
-1
/
+12
*
Add support to print 4-, 8-, and 16- byte constant literals in special
Evan Cheng
2006-06-29
1
-1
/
+11
*
Add support for hidden visibility
Chris Lattner
2006-06-28
1
-0
/
+23
*
Allow EmitConstantPool to be redefined by derived classes.
Evan Cheng
2006-06-28
1
-1
/
+1
*
For PR801:
Reid Spencer
2006-06-27
1
-0
/
+58
*
Add a new method.
Chris Lattner
2006-06-26
1
-0
/
+7
*
Add and sort "sections" in debug lines. This always stepping through
Jim Laskey
2006-06-23
3
-16
/
+15
*
Added jump table address relocation.
Evan Cheng
2006-06-23
1
-4
/
+35
*
Whoops, missed a couple more C-style casts.
Reid Spencer
2006-06-21
1
-2
/
+2
*
Use C++ style casts instead of C-style casts to shut up compiler warnings
Reid Spencer
2006-06-21
1
-6
/
+18
*
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
2006-06-21
4
-8
/
+13
*
Fix non-64-bit clean code.
Evan Cheng
2006-06-21
1
-1
/
+2
*
Fix build on old compilers
Andrew Lenharth
2006-06-20
1
-1
/
+1
*
Do partial inlining in BU. This resolves more call sites. Also add options ...
Andrew Lenharth
2006-06-19
1
-1
/
+10
*
Clean up
Evan Cheng
2006-06-17
1
-2
/
+1
*
Simplify the targetdata ctor by not passing in a "targetname" which is always
Chris Lattner
2006-06-16
1
-8
/
+14
*
Remove ctor with each piece specifyable (which causes overload ambiguities),
Chris Lattner
2006-06-16
1
-10
/
+11
*
move header
Andrew Lenharth
2006-06-16
2
-1
/
+1
*
1. Revise vector debug support.
Jim Laskey
2006-06-16
2
-34
/
+53
*
1. Support standard dwarf format (was bootstrapping in Apple format.)
Jim Laskey
2006-06-15
2
-4
/
+14
*
Add some more matcher classes for shifts.
Chris Lattner
2006-06-15
1
-6
/
+21
*
Avoid undesirable behavior when assert is not enabled.
Evan Cheng
2006-06-15
1
-3
/
+3
*
Instructions with variable operands (variable_ops) can have a number required
Evan Cheng
2006-06-15
1
-1
/
+14
*
Change versioning to per debug info descriptor (merged with tag.)
Jim Laskey
2006-06-14
1
-26
/
+21
*
Place dwarf headers at earliest possible point. Well behaved when skipping
Jim Laskey
2006-06-14
1
-5
/
+17
*
Start on my todo list
Andrew Lenharth
2006-06-12
1
-3
/
+2
*
Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...
Owen Anderson
2006-06-11
1
-0
/
+3
*
Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...
Evan Cheng
2006-06-11
1
-4
/
+1
*
Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...
Owen Anderson
2006-06-09
1
-1
/
+4
*
Update some comments, and expose LCSSAID in preparation for having other passes
Owen Anderson
2006-06-08
1
-0
/
+1
*
For PR804:
Reid Spencer
2006-06-08
1
-1
/
+1
*
New method BasicBlock::getFirstNonPHI.
Vladimir Prus
2006-06-08
1
-1
/
+8
[next]