index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backing out patch. Will refactor to remove the AsmParser dependency on Target.
Lang Hames
2011-10-18
1
-21
/
+13
*
Object: Add some types to SymbolRef::Type.
Michael J. Spencer
2011-10-17
1
-1
/
+3
*
Object: Add isSymbolAbsolute and getSymbolSection.
Michael J. Spencer
2011-10-17
3
-49
/
+75
*
Object: Add isSymbolWeak.
Michael J. Spencer
2011-10-17
4
-1
/
+13
*
Object/COFF: Expose more data in the public API.
Michael J. Spencer
2011-10-17
1
-4
/
+21
*
Object: Implement casting for concrete classes.
Michael J. Spencer
2011-10-17
2
-0
/
+11
*
80-col.
Michael J. Spencer
2011-10-17
1
-1
/
+3
*
Re-applying the target data layout verification patch from r142288, plus appr...
Lang Hames
2011-10-17
1
-13
/
+21
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
4
-3
/
+18
*
142288 broke the build:
Rafael Espindola
2011-10-17
1
-21
/
+13
*
Validate target data layout strings.
Lang Hames
2011-10-17
1
-13
/
+21
*
Add an accessor to get the underlying MachO representation.
Owen Anderson
2011-10-17
1
-0
/
+2
*
Use the correct predicate for determining if a branch is conditional or not.
Owen Anderson
2011-10-17
1
-1
/
+1
*
MCOperand is pod-like.
Benjamin Kramer
2011-10-17
1
-0
/
+1
*
Object: Fix redundant name.
Michael J. Spencer
2011-10-17
3
-6
/
+6
*
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
1
-0
/
+4
*
Add comments to TargetLowering.h indicating that the set*Alignment functions ...
Hal Finkel
2011-10-17
1
-3
/
+5
*
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
[next]