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
/
Debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-2
/
+3
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-2
/
+2
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+3
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-8
/
+8
*
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
2009-07-01
1
-4
/
+2
*
Oops...I committed too much.
Bill Wendling
2009-03-13
1
-6
/
+6
*
Temporarily XFAIL this test.
Bill Wendling
2009-03-13
1
-6
/
+6
*
Test commit
Sebastian Redl
2009-03-08
1
-1
/
+0
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
1
-2
/
+2
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-0
/
+1
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+10
*
Add #include
Chris Lattner
2008-08-23
1
-0
/
+1
*
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-30
1
-3
/
+7
*
Revert (52748 and friends):
Anton Korobeynikov
2008-06-29
1
-7
/
+3
*
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-06-26
1
-3
/
+7
*
Make these variables static.
Dan Gohman
2008-04-23
1
-1
/
+1
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-1
/
+1
*
rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.
Chris Lattner
2008-04-01
1
-13
/
+19
*
Remove the MappedFile::charBase member, rename base -> getBase() and
Chris Lattner
2008-04-01
1
-4
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
8
-16
/
+16
*
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
switch this to bitcode instead of bytecode
Chris Lattner
2007-05-06
1
-12
/
+5
*
teach this to read from bitcode files
Chris Lattner
2007-05-06
1
-1
/
+13
*
Make sure temporary data is not used past its life span.
Reid Spencer
2007-04-08
1
-2
/
+2
*
For PR1291:
Reid Spencer
2007-04-07
1
-1
/
+1
*
For PR789:
Reid Spencer
2007-03-29
1
-3
/
+4
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
1
-0
/
+1
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
2
-7
/
+5
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-10-20
1
-4
/
+4
*
For PR797:
Reid Spencer
2006-08-25
1
-9
/
+1
*
Fix another occurrence of inverted logic on the result of MappedFile::map
Reid Spencer
2006-08-22
1
-1
/
+1
*
For PR797:
Reid Spencer
2006-08-22
1
-1
/
+3
*
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-28
1
-2
/
+3
*
Build more debugger/selectiondag libraries as archives instead of .o files.
Chris Lattner
2006-07-21
1
-0
/
+1
*
This uses EH info
Chris Lattner
2006-07-07
1
-0
/
+1
*
Modify the SlowOperationInformer interface to not throw exceptions.
Chris Lattner
2006-07-06
1
-2
/
+4
*
Add the README files to the distribution.
Reid Spencer
2006-04-13
1
-0
/
+1
*
Handle new forms of llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-8
/
+6
*
Handle the removal of the debug chain.
Jim Laskey
2006-03-13
1
-3
/
+3
*
remove some dead code
Chris Lattner
2006-03-10
2
-95
/
+0
*
Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea.
Chris Lattner
2006-03-10
2
-937
/
+6
*
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
Jim Laskey
2006-03-08
1
-42
/
+3
*
dum de dum
Duraid Madina
2005-12-26
1
-0
/
+1
*
tell selectiondag when we're debugging
Chris Lattner
2005-11-16
1
-0
/
+1
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
1
-1
/
+2
*
For PR495:
Reid Spencer
2005-07-07
1
-2
/
+2
*
For PR495:
Reid Spencer
2005-07-07
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
11
-51
/
+51
*
Correct the comments and file header.
Reid Spencer
2004-12-23
1
-3
/
+2
[next]