index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-17
1
-4
/
+0
*
Admonish that MI is not IR and virtual registers have constraints.
Jakob Stoklund Olesen
2011-10-17
1
-0
/
+8
*
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
Devang Patel
2011-10-17
2
-0
/
+3
*
Add a routine to swap branch instruction operands, and update any
Chandler Carruth
2011-10-17
1
-0
/
+7
*
Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.
Benjamin Kramer
2011-10-16
1
-0
/
+1
*
PR11143: Save the old diagnostic handler and call it when munging diagnostics...
Benjamin Kramer
2011-10-16
1
-0
/
+3
*
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
1
-10
/
+5
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
2
-15
/
+23
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
3
-13
/
+37
*
Fix extra whitespace in comment.
Nick Lewycky
2011-10-15
1
-1
/
+1
*
Fix SCEVExpander assert during LSR: "argument of incompatible type".
Andrew Trick
2011-10-15
1
-2
/
+1
*
ocaml bindings: introduce classify_value
Torok Edwin
2011-10-14
1
-2
/
+7
*
ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
Torok Edwin
2011-10-14
1
-0
/
+1
*
Add ELF relocation types for Mips.
Akira Hatanaka
2011-10-14
1
-1
/
+55
*
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-10-13
1
-13
/
+48
*
Update IntrinsicsXCore.td with the normal LLVM notice at the top of the file.
Richard Osborne
2011-10-13
1
-2
/
+5
*
Fix incorrect ELF typedefs.
Michael J. Spencer
2011-10-13
1
-21
/
+19
*
Add missing ELF constants.
Michael J. Spencer
2011-10-13
1
-18
/
+216
*
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
1
-0
/
+13
*
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-12
1
-0
/
+12
*
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-10-12
1
-0
/
+29
*
Use unsigned multiply to hash integers, so we don't end up with undefined beh...
Eli Friedman
2011-10-12
1
-5
/
+5
*
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-12
1
-2
/
+6
*
Make this use a public accessor too.
Eric Christopher
2011-10-12
1
-1
/
+1
*
Use public accessors on the scope that is returned.
Eric Christopher
2011-10-11
1
-2
/
+2
*
improve some of the documentation around target data layout strings.
Chris Lattner
2011-10-11
1
-0
/
+7
*
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
2
-0
/
+32
*
Support/DataTypes.h: Clean up some types and add matching (but presumably
Daniel Dunbar
2011-10-11
2
-4
/
+92
*
Expose MachOObjectFile externally, like we do for COFF. First step in reduci...
Owen Anderson
2011-10-11
1
-0
/
+106
*
Add -D__STDC_FORMAT_MACROS to use PRIx64.
NAKAMURA Takumi
2011-10-11
1
-0
/
+5
*
Add support for .symtab_shnidx. Unfortunately, doing this required breaking a
Nick Lewycky
2011-10-11
1
-0
/
+6
*
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-10-11
1
-1
/
+22
*
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-10-11
1
-3
/
+9
*
Add a natural stack alignment field to TargetData, and prevent InstCombine from
Lang Hames
2011-10-10
1
-0
/
+6
*
Object: add getSectionAlignment.
Michael J. Spencer
2011-10-10
2
-0
/
+9
*
Add support for dumping section headers to llvm-objdump. This uses the same
Nick Lewycky
2011-10-10
1
-0
/
+62
*
Allow stat += 0 without activating the stat.
Andrew Trick
2011-10-10
1
-0
/
+2
*
whitespace
Andrew Trick
2011-10-10
1
-8
/
+8
*
Mark the standard pseudos as isPseudo = 1.
Jakob Stoklund Olesen
2011-10-10
1
-1
/
+1
*
MCAtom extending methods need to extend the range of the atom as well.
Owen Anderson
2011-10-10
1
-9
/
+2
*
Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fast
Bill Wendling
2011-10-10
1
-4
/
+4
*
PathV2: Add simplified version of exists that returns false on error.
Michael J. Spencer
2011-10-08
1
-0
/
+7
*
Object: constize Archive.
Michael J. Spencer
2011-10-08
1
-4
/
+4
*
LSR should only reuse phis that match its formula.
Andrew Trick
2011-10-07
1
-4
/
+15
*
Add a bool value to set the IsLandingPad flag to.
Bill Wendling
2011-10-07
1
-1
/
+1
*
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
Bill Wendling
2011-10-07
1
-1
/
+1
*
Change relocation API to be per section. This time without breaking GCC.
Michael J. Spencer
2011-10-07
3
-45
/
+93
*
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
3
-93
/
+45
*
Remove Multidefs
David Greene
2011-10-07
1
-17
/
+0
*
Change relocation API to be per section.
Michael J. Spencer
2011-10-07
3
-45
/
+93
[prev]
[next]