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
2011-11-29
llvm-c: Add a few missing InitializeAll* functions.
Daniel Dunbar
2011-11-28
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
Bill Wendling
2011-11-28
Remove the temporary flag -disable-unroll-scev and dead code.
Andrew Trick
2011-11-28
Handle more cases in APInt::getLowBitsSet's fast path.
Benjamin Kramer
2011-11-28
configure, config.h.in: Regenerate.
NAKAMURA Takumi
2011-11-28
use llvm-config.h in public header
Dylan Noblesmith
2011-11-28
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
Dylan Noblesmith
2011-11-28
update description of LLVM_DEFAULT_TARGET_TRIPLE
Dylan Noblesmith
2011-11-27
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-27
remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports
Chris Lattner
2011-11-27
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...
Chris Lattner
2011-11-25
This patch contains support for encoding FMA4 instructions and
Bruno Cardoso Lopes
2011-11-24
Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...
Benjamin Kramer
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-22
Add configure checking for pread(2) and use it to save a syscall when reading...
Benjamin Kramer
2011-11-21
fix typo in comment
Sebastian Pop
2011-11-21
Add virtual destructor. Whoops!
Nick Lewycky
2011-11-20
Less template, more virtual! Refactoring suggested by Chris in code review.
Nick Lewycky
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-20
Make an obviously const interface actually be marked as const.
Chandler Carruth
2011-11-17
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...
Ted Kremenek
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
Remove extra ,.
Michael J. Spencer
2011-11-16
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
Object/Archive: Give Child a operator < for map.
Michael J. Spencer
2011-11-16
Support/COFF: Add structs and enums from the standard for image files.
Michael J. Spencer
2011-11-16
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
Owen Anderson
2011-11-15
StringRefize and simplify.
Benjamin Kramer
2011-11-15
Remove Value::getNameStr. It has been deprecated for a while and provides no ...
Benjamin Kramer
2011-11-15
Missed some users of Value::getNameStr.
Benjamin Kramer
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-15
include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...
NAKAMURA Takumi
2011-11-15
Move WEAK marking to the declaration.
Nick Lewycky
2011-11-15
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
Fix linking for some users who already have tsan enabled code and are trying to
Nick Lewycky
2011-11-14
Refactor capture tracking (which already had a couple flags for whether returns
Nick Lewycky
2011-11-14
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
Nick Lewycky
2011-11-14
Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...
Benjamin Kramer
2011-11-14
Make headers standalone.
Benjamin Kramer
2011-11-14
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-11-14
Under the hood, MBPI is doing a linear scan of every successor every
Chandler Carruth
2011-11-14
Reuse the logic in getEdgeProbability within getHotSucc in order to
Chandler Carruth
2011-11-14
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
Add a cautionary note to this API. It was not at all obvious to me how
Chandler Carruth
2011-11-13
Fix comment for LegalizeTypeAction enum.
Craig Topper
[prev]
[next]