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-10-20
Merging r142574:
Bill Wendling
2011-10-20
Merging r142573:
Bill Wendling
2011-10-19
Merging r142491:
Bill Wendling
2011-10-19
Merging r142168:
Bill Wendling
2011-10-17
Apply r142132:
Bill Wendling
2011-10-16
This patch relies upon non-incorporated patches.
Bill Wendling
2011-10-16
Merging r142132:
Bill Wendling
2011-10-16
Update to compile with assertions turned off. Say that optimizations are turn...
Bill Wendling
2011-10-16
------------------------------------------------------------------------
Bill Wendling
2011-10-14
ocaml bindings: introduce classify_value
Torok Edwin
2011-10-14
ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
Torok Edwin
2011-10-14
Add ELF relocation types for Mips.
Akira Hatanaka
2011-10-13
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-10-13
Update IntrinsicsXCore.td with the normal LLVM notice at the top of the file.
Richard Osborne
2011-10-13
Fix incorrect ELF typedefs.
Michael J. Spencer
2011-10-13
Add missing ELF constants.
Michael J. Spencer
2011-10-12
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-12
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
Use unsigned multiply to hash integers, so we don't end up with undefined beh...
Eli Friedman
2011-10-12
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-12
Make this use a public accessor too.
Eric Christopher
2011-10-11
Use public accessors on the scope that is returned.
Eric Christopher
2011-10-11
improve some of the documentation around target data layout strings.
Chris Lattner
2011-10-11
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
Support/DataTypes.h: Clean up some types and add matching (but presumably
Daniel Dunbar
2011-10-11
Expose MachOObjectFile externally, like we do for COFF. First step in reduci...
Owen Anderson
2011-10-11
Add -D__STDC_FORMAT_MACROS to use PRIx64.
NAKAMURA Takumi
2011-10-11
Add support for .symtab_shnidx. Unfortunately, doing this required breaking a
Nick Lewycky
2011-10-11
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-10-11
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-10-10
Add a natural stack alignment field to TargetData, and prevent InstCombine from
Lang Hames
2011-10-10
Object: add getSectionAlignment.
Michael J. Spencer
2011-10-10
Add support for dumping section headers to llvm-objdump. This uses the same
Nick Lewycky
2011-10-10
Allow stat += 0 without activating the stat.
Andrew Trick
2011-10-10
whitespace
Andrew Trick
2011-10-10
Mark the standard pseudos as isPseudo = 1.
Jakob Stoklund Olesen
2011-10-10
MCAtom extending methods need to extend the range of the atom as well.
Owen Anderson
2011-10-10
Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fast
Bill Wendling
2011-10-08
PathV2: Add simplified version of exists that returns false on error.
Michael J. Spencer
2011-10-08
Object: constize Archive.
Michael J. Spencer
2011-10-07
LSR should only reuse phis that match its formula.
Andrew Trick
2011-10-07
Add a bool value to set the IsLandingPad flag to.
Bill Wendling
2011-10-07
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
Bill Wendling
2011-10-07
Change relocation API to be per section. This time without breaking GCC.
Michael J. Spencer
2011-10-07
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
Remove Multidefs
David Greene
2011-10-07
Change relocation API to be per section.
Michael J. Spencer
2011-10-06
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-06
Don't require C bindings opcode numbers to be kept in sync.
Torok Edwin
[next]