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
/
IR
Age
Commit message (
Expand
)
Author
2013-03-22
Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair
David Blaikie
2013-03-22
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
Revert r177675. This is language-specific and shouldn't be in the API.
Bill Wendling
2013-03-22
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-22
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-21
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-21
Hoist the definition of getTypeSizeInBits to be inlinable and in the
Chandler Carruth
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
minor code style cleanup.
Chris Lattner
2013-03-20
Refactor file/directory path in namespace debug info to refer directly to the...
David Blaikie
2013-03-20
DIBuilder: allow linkage name to be specified for global variables
David Blaikie
2013-03-20
Reorder the DIFile parameter in DINameSpace
David Blaikie
2013-03-20
Provide more details for DINameSpace debug info in the IR comment annotations
David Blaikie
2013-03-20
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-19
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
The testing to ensure a vector of zeros of type floating point isn't misclass...
David Tweed
2013-03-18
The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...
David Tweed
2013-03-17
Fix the build broken in r177239
David Blaikie
2013-03-17
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-13
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
Add some additonal attribute helper functions. Test will be on follow
Reed Kotler
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
Add a doFinalization method to the DataLayout pass.
Pete Cooper
2013-03-11
Remove support for versioned debug info.
David Blaikie
2013-03-11
Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.
David Blaikie
2013-03-08
Assert to bounds check MDNode::getOperand.
David Blaikie
2013-03-07
Replace temporary vectors with arrays.
Benjamin Kramer
2013-03-07
ArrayRef has a OneElt constructor. Beautify the code.
Nadav Rotem
2013-03-07
Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.
Nadav Rotem
2013-03-06
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-02
Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.
Peter Collingbourne
2013-03-01
Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp
Jean-Luc Duprat
2013-03-01
Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...
Michael Ilseman
2013-02-28
Don't add the 'Value' string if there isn't one.
Bill Wendling
2013-02-28
Don't add an attribute that already exists and don't remove an attribute that...
Bill Wendling
2013-02-27
IR: Don't constant fold GEP bitcasts between different address spaces
Meador Inge
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...
Michael Ilseman
2013-02-25
DIBuilder: support structs with vtable pointers in the same way as classes
David Blaikie
2013-02-22
Add a field to the compile unit of where we plan on splitting out
Eric Christopher
2013-02-22
Add a TODO and explain when we can get rid of the isMain field.
Eric Christopher
[next]