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
/
include
Age
Commit message (
Expand
)
Author
2013-03-07
Remove trailing spaces.
Jakub Staszak
2013-03-07
Switch from a version 4.2/4.4 switch to a four-byte version string to be put
Nick Lewycky
2013-03-07
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-06
Generalize my previous fix for -print-options.
Andrew Trick
2013-03-06
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-06
Remove duplicated forward declaration.
Jakub Staszak
2013-03-05
Fix a few typos in comments.
Jakub Staszak
2013-03-05
Add some constantness.
Jakub Staszak
2013-03-05
std::distance() == 0 means that iterators are equal. No functionality change.
Jakub Staszak
2013-03-05
Add more functions to the TLI.
Meador Inge
2013-03-05
Use the right number of slashes in comment string
Arnold Schwaighofer
2013-03-05
Clarify comment for function getObjectSize
Arnold Schwaighofer
2013-03-02
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
add getUnderlyingObjectSize()
Nuno Lopes
2013-03-02
Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.
Peter Collingbourne
2013-03-01
Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...
Michael Ilseman
2013-03-01
Fix PR10475
Michael Liao
2013-03-01
test commit to use consistent comment notation.
Peng Cheng
2013-03-01
GCInfoDeleter code cleanup after r175528
Yiannis Tsiouris
2013-03-01
Minor coding style fix
Michael Liao
2013-03-01
Fix incorrect ScheduleDAG comment and formalize Weak edges.
Andrew Trick
2013-02-28
A small refactoring + adding comments.
Eli Bendersky
2013-02-28
[Support][ErrorOr] Add support for implicit conversion from error code/condit...
Michael J. Spencer
2013-02-27
Copy missing member in DataLayout copy ctor.
David Blaikie
2013-02-27
Reverted: r176136 - Have a way for a target to opt-out of target-independent ...
Michael Ilseman
2013-02-27
Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!
Aaron Ballman
2013-02-27
Suppressing MSVC warnings; patch thanks to Peng Cheng!
Aaron Ballman
2013-02-27
In GCC 4.7, function names are now forbidden from .gcda files. Support this by
Nick Lewycky
2013-02-26
Enhance integer division emulation support to handle types smaller than 32 bits,
Pedro Artigas
2013-02-26
Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
2013-02-26
Another test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-26
Test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-26
Slight cosmetic fixes
Eli Bendersky
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
Fix missing relocation for TLS addressing peephole optimization.
Bill Schmidt
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
2013-02-22
Formatting.
Eric Christopher
2013-02-22
An Optional<T> is pod-like if the inner type is.
Benjamin Kramer
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-21
Limit cast machinery to preserve const and not accept temporaries
David Blaikie
2013-02-21
Clear the whole table including the tombstones, since the tombstone count will
Pedro Artigas
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-21
Add move ctor/assignment to Optional<T>
David Blaikie
2013-02-21
Correct spelling of 'enumerator'.
David Blaikie
2013-02-21
Make Optional<T>'s operator bool 'explicit' in C++11
David Blaikie
2013-02-21
ADT/Optional.h: Appease msvc. It reapplies r175626.
NAKAMURA Takumi
[next]