index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Debugger
Age
Commit message (
Expand
)
Author
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
2009-03-13
Oops...I committed too much.
Bill Wendling
2009-03-13
Temporarily XFAIL this test.
Bill Wendling
2009-03-08
Test commit
Sebastian Redl
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-08-23
Add #include
Chris Lattner
2008-06-30
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-29
Revert (52748 and friends):
Anton Korobeynikov
2008-06-26
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-04-23
Make these variables static.
Dan Gohman
2008-04-01
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.
Chris Lattner
2008-04-01
Remove the MappedFile::charBase member, rename base -> getBase() and
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-05-06
switch this to bitcode instead of bytecode
Chris Lattner
2007-05-06
teach this to read from bitcode files
Chris Lattner
2007-04-08
Make sure temporary data is not used past its life span.
Reid Spencer
2007-04-07
For PR1291:
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-11-02
For PR786:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-08-25
For PR797:
Reid Spencer
2006-08-22
Fix another occurrence of inverted logic on the result of MappedFile::map
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-21
Build more debugger/selectiondag libraries as archives instead of .o files.
Chris Lattner
2006-07-07
This uses EH info
Chris Lattner
2006-07-06
Modify the SlowOperationInformer interface to not throw exceptions.
Chris Lattner
2006-04-13
Add the README files to the distribution.
Reid Spencer
2006-03-23
Handle new forms of llvm.dbg intrinsics.
Jim Laskey
2006-03-13
Handle the removal of the debug chain.
Jim Laskey
2006-03-10
remove some dead code
Chris Lattner
2006-03-10
Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea.
Chris Lattner
2006-03-08
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
Jim Laskey
2005-12-26
dum de dum
Duraid Madina
2005-11-16
tell selectiondag when we're debugging
Chris Lattner
2005-10-23
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-12-23
Correct the comments and file header.
Reid Spencer
2004-12-22
For PR351:
Reid Spencer
[next]