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
*
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
*
Fix typo.
Nick Lewycky
2011-09-29
1
-1
/
+1
*
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
1
-0
/
+7
*
Expand the x86 V_SET0* pseudos right after register allocation.
Jakob Stoklund Olesen
2011-09-29
1
-1
/
+1
*
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-29
1
-5
/
+0
*
Object: Add isSection{Data,BSS}.
Michael J. Spencer
2011-09-28
2
-0
/
+14
*
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-28
2
-4
/
+15
*
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
2011-09-27
1
-0
/
+9
*
Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.
Jakob Stoklund Olesen
2011-09-27
1
-0
/
+31
*
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Jim Grosbach
2011-09-27
1
-1
/
+1
*
Object: Add archive support.
Michael J. Spencer
2011-09-27
1
-0
/
+90
*
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
Nadav Rotem
2011-09-27
1
-0
/
+4
*
Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...
Eli Friedman
2011-09-26
1
-8
/
+4
*
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
2011-09-26
1
-0
/
+11
*
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-25
2
-0
/
+18
*
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-25
1
-4
/
+3
*
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-23
1
-0
/
+3
*
Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef...
Anna Zaks
2011-09-23
1
-0
/
+4
*
We're no longer going to bother supporting platforms that don't
Eric Christopher
2011-09-23
2
-6
/
+0
*
Start stubbing out MCModule and MCAtom, which provide an API for accessing th...
Owen Anderson
2011-09-22
2
-0
/
+133
*
Add a MinNumRegs argument to MRI::constrainRegClass().
Jakob Stoklund Olesen
2011-09-22
1
-3
/
+5
*
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
2011-09-21
1
-1
/
+7
*
DebugInfo: Add equality operators and default constructor to DILineInfo.
Benjamin Kramer
2011-09-21
1
-0
/
+10
*
Use ArrayRef instead of an explicit 'const std::vector &'.
Bill Wendling
2011-09-20
1
-5
/
+9
*
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
1
-0
/
+8
*
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
Akira Hatanaka
2011-09-20
1
-0
/
+2
*
include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for co...
NAKAMURA Takumi
2011-09-20
1
-0
/
+3
*
include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.
NAKAMURA Takumi
2011-09-20
3
-9
/
+9
*
include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...
NAKAMURA Takumi
2011-09-20
2
-2
/
+2
*
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
1
-8
/
+0
*
Remove more of llvmc and dependencies.
Eric Christopher
2011-09-20
9
-763
/
+0
*
Regenerate configure.
Eric Christopher
2011-09-19
1
-3
/
+3
*
Rename LLVM_MULTITHREADED define and fix build without threads.
Eric Christopher
2011-09-19
4
-8
/
+8
*
Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set]...
Ted Kremenek
2011-09-16
2
-0
/
+286
*
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-15
3
-19
/
+9
*
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-09-15
1
-3
/
+3
*
Unbreak the build for compilers that don't include cstdint everywhere.
Benjamin Kramer
2011-09-15
1
-0
/
+1
*
CommandLine: Add support for 64 bit unsigned integer options.
Benjamin Kramer
2011-09-15
1
-0
/
+22
[next]