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-13
Remove the MachineMove class.
Rafael Espindola
2013-05-11
Correct parameter name in doc comment to match declaration.
David Blaikie
2013-05-11
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-10
PR14492: Debug Info: Support for values of non-integer non-type template para...
David Blaikie
2013-05-10
Remove unused argument.
Rafael Espindola
2013-05-09
Documentation warning: \param, not \parm
Dmitri Gribenko
2013-05-09
Rewrite assert to avoid warning when the record element type is byte-sized.
Jordan Rose
2013-05-09
Avoid runtime type checks.
Rafael Espindola
2013-05-09
Introduce convenience typedefs for the 4 ELF object types.
Rafael Espindola
2013-05-09
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-08
Use correct parameter names in comments [-Wdocumentation]
Dmitri Gribenko
2013-05-08
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
Pull up AssemblyWriter interface into header to allow subclassing
Daniel Malea
2013-05-08
Add line tracking support to FormattedStream
Daniel Malea
2013-05-08
[PowerPC] Add some missing PPC64 relocs
Ulrich Weigand
2013-05-07
Rename DIImportedModule to DIImportedEntity and allow imported declarations
David Blaikie
2013-05-07
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-06
Implemented public interface for modifying registered (not positional or sink...
Andrew Trick
2013-05-06
Support command line option categories.
Andrew Trick
2013-05-06
Provide InstCombines for the following 3 cases:
Jean-Luc Duprat
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
[next]