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
...
*
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
*
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-06
1
-68
/
+0
*
Don't require C bindings opcode numbers to be kept in sync.
Torok Edwin
2011-10-06
1
-3
/
+5
*
Add uwtable, returnstwice and nonlazybind to the C bindings also.
Torok Edwin
2011-10-06
1
-1
/
+4
*
ocaml/C bindings: type->isSized()
Torok Edwin
2011-10-06
1
-0
/
+1
*
add binding to read icmp predicate
Torok Edwin
2011-10-06
1
-0
/
+1
*
ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too
Torok Edwin
2011-10-06
1
-0
/
+5
*
C/OCaml API to retrieve struct name.
Torok Edwin
2011-10-06
1
-0
/
+1
*
Cosmetic change.
Evan Cheng
2011-10-06
1
-16
/
+16
*
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-06
1
-1
/
+1
*
Remove the TRI::getSubRegisterRegClass() hook.
Jakob Stoklund Olesen
2011-10-06
1
-22
/
+1
*
Add accessor method to check if the landing pad symbol has call site informat...
Bill Wendling
2011-10-05
1
-0
/
+8
*
Add Multidef Data Structures
David Greene
2011-10-05
1
-0
/
+17
*
Add an ivar that maps a landing pad's EH symbol to the call sites that may jump
Bill Wendling
2011-10-05
1
-0
/
+14
*
Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This
Rafael Espindola
2011-10-05
1
-0
/
+9
*
Add TRI::getSubClassWithSubReg(RC, Idx) function.
Jakob Stoklund Olesen
2011-10-05
1
-0
/
+14
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
2
-0
/
+70
*
Adding back support for printing operands symbolically to ARM's new disassembler
Kevin Enderby
2011-10-04
2
-5
/
+42
*
Allow <undef> flags on def operands as well as uses.
Jakob Stoklund Olesen
2011-10-04
1
-2
/
+26
*
Doxygen-ize comments. No functionality change.
Bill Wendling
2011-10-04
1
-21
/
+19
*
Add method to determine if a begin label has a call site number associated wi...
Bill Wendling
2011-10-04
1
-3
/
+9
*
Put GCOVFile and other related interface in a common header so that llvm-cov ...
Devang Patel
2011-10-04
1
-0
/
+224
*
The product of two chrec's can always be represented as a chrec.
Nick Lewycky
2011-10-04
1
-0
/
+8
*
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-04
1
-3
/
+6
*
whitespace
Andrew Trick
2011-10-04
1
-12
/
+12
*
Add C api for Instruction->eraseFromParent().
Devang Patel
2011-10-03
1
-0
/
+1
*
Add the returns_twice attribute to LLVM.
Rafael Espindola
2011-10-03
1
-3
/
+2
*
Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.
Ted Kremenek
2011-10-02
1
-2
/
+3
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
5
-0
/
+1801
*
Inlining and unrolling heuristics should be aware of free truncs.
Andrew Trick
2011-10-01
2
-3
/
+13
*
whitespace
Andrew Trick
2011-10-01
1
-5
/
+5
*
Store sub-class lists as a bit vector.
Jakob Stoklund Olesen
2011-09-30
1
-39
/
+24
*
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-30
3
-5
/
+10
*
Tidy up. Formatting.
Jim Grosbach
2011-09-29
1
-8
/
+5
[prev]
[next]