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-05-06
Fix formatting. Patch by o11c.
Duncan Sands
2013-05-06
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-05
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
PatternMatch: Fix documentation - 'function' not 'attribute'
Arnold Schwaighofer
2013-05-05
PatternMatch: Matcher for (un)ordered floating point min/max
Arnold Schwaighofer
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-04
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-04
Fix a performance bug in the Linker.
Rafael Espindola
2013-05-04
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
Don't store the context in the Linker.
Rafael Espindola
2013-05-04
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
Delete dead code from the linker.
Rafael Espindola
2013-05-03
Revert r181009.
Amara Emerson
2013-05-03
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
[SystemZ] Add ELF relocation support
Richard Sandiford
2013-05-03
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
[mips] Remove "Commutative" from property list of non-commutative intrinsics.
Akira Hatanaka
2013-05-03
In MC asm parsing, account for the possibility of whitespace within
John McCall
2013-05-02
Replaced usages of size_type with size_t to be more consistent.
Aaron Ballman
2013-05-02
Provide an API to temporarily suppress DebugLocations from being attached
Adrian Prantl
2013-05-01
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'.
Filip Pizlo
2013-05-01
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-05-01
Fix file header comment.
Filip Pizlo
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
get rid of windows warning:
Peng Cheng
2013-05-01
get rid of windows warning:
Peng Cheng
2013-05-01
replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...
Peng Cheng
2013-05-01
fix windows warning.
Peng Cheng
2013-05-01
use static_cast to get rid of windows warning.
Peng Cheng
2013-05-01
Now that the underlying issue is fixed, revert r180750 and r180722.
Rafael Espindola
2013-05-01
Correct comment: there is no numTys parameter any more now that this is using
Duncan Sands
2013-04-30
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
Change getSlotIndex to return unsigned.
Rafael Espindola
2013-04-30
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-29
Emit the TLS initialization function pointers into the correct section.
Bill Wendling
2013-04-29
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
Remove unused method.
Rafael Espindola
2013-04-29
Revert "revert r179735, it has no testcases, and doesn't really make sense."
Reid Kleckner
2013-04-29
Exposing MCJIT through C API
Andrew Kaylor
2013-04-27
Regen.
Eric Christopher
2013-04-27
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-27
Generalize the MachineTraceMetrics public API.
Andrew Trick
2013-04-27
Add target flags to MachineMemOperands.
Andrew Trick
2013-04-27
whitespace
Andrew Trick
2013-04-27
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-27
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
[next]