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
...
*
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-08-03
2
-5
/
+78
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-1
/
+5
*
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-08-02
1
-0
/
+8
*
Add TargetRegisterInfo::hasRegUnit().
Jakob Stoklund Olesen
2012-08-02
1
-0
/
+8
*
include/llvm/Analysis/RegionInfo.h: Appease msvc.
NAKAMURA Takumi
2012-08-02
1
-1
/
+1
*
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-02
1
-32
/
+40
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-0
/
+11
*
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...
Axel Naumann
2012-08-01
1
-1
/
+1
*
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
1
-1
/
+57
*
Add basic in-bounds asserts to TinyPtrVector::erase.
Chandler Carruth
2012-08-01
1
-0
/
+3
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
1
-0
/
+97
*
Fix shadowed variable warning
Nick Kledzik
2012-08-01
1
-2
/
+2
*
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
1
-9
/
+56
*
Clean up trailing whitespace and unnecessary blank lines.
Chandler Carruth
2012-07-31
1
-18
/
+16
*
Bring TinyPtrVector under test. Somehow we never picked up unit tests
Chandler Carruth
2012-07-31
1
-9
/
+4
*
Added MachineRegisterInfo::hasOneDef()
Andrew Trick
2012-07-30
1
-0
/
+9
*
Inline MachineRegisterInfo::hasOneUse
Andrew Trick
2012-07-30
1
-1
/
+6
*
Extend the InstVisitor to visit the specialized classes wrapping
Chandler Carruth
2012-07-30
1
-7
/
+46
*
Move the SmallVector unit tests to be type-parameterized so that we can
Chandler Carruth
2012-07-30
1
-3
/
+17
*
Typo.
Eric Christopher
2012-07-30
1
-1
/
+1
*
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-07-30
1
-0
/
+24
*
Add MachineBasicBlock::isPredecessor().
Jakob Stoklund Olesen
2012-07-30
1
-0
/
+4
*
APInt: Simplify code.
Benjamin Kramer
2012-07-29
1
-7
/
+1
*
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-29
1
-11
/
+0
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
1
-0
/
+11
*
Also compute register mask lists under -new-live-intervals.
Jakob Stoklund Olesen
2012-07-27
1
-0
/
+6
*
Typos.
Chad Rosier
2012-07-27
1
-1
/
+1
*
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
1
-10
/
+4
*
Add a -new-live-intervals experimental option.
Jakob Stoklund Olesen
2012-07-27
1
-0
/
+1
*
SmallVector: Crank up verbosity of asserts per Chandler's request.
Benjamin Kramer
2012-07-27
1
-3
/
+19
*
Give MCRegisterInfo an implementation file.
Jakob Stoklund Olesen
2012-07-27
1
-55
/
+3
*
SmallVector::erase: Assert that iterators are actually inside the vector.
Benjamin Kramer
2012-07-27
1
-0
/
+3
*
Eliminate the large XXXSubRegTable constant arrays.
Jakob Stoklund Olesen
2012-07-27
1
-13
/
+32
*
Remove support for 'CompositeIndices' and sub-register cycles.
Jakob Stoklund Olesen
2012-07-26
1
-15
/
+0
*
Add support for v16i32/v16i64 into the code generator. This is required for b...
Micah Villmow
2012-07-26
3
-36
/
+58
*
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-26
1
-4
/
+4
*
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-26
2
-0
/
+5
*
Add a floor intrinsic.
Dan Gohman
2012-07-26
1
-0
/
+1
*
Differentially encode all MC register lists.
Jakob Stoklund Olesen
2012-07-25
1
-34
/
+20
*
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
1
-3
/
+1
*
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
1
-1
/
+3
*
add EmitStrNLen()
Nuno Lopes
2012-07-25
1
-0
/
+6
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
2
-17
/
+26
*
In order to correctly compile
Rafael Espindola
2012-07-24
1
-2
/
+3
*
[Object] Remove unneeded const_cast.
Michael J. Spencer
2012-07-24
1
-2
/
+1
*
add a few more functions to TargetLibraryInfo:
Nuno Lopes
2012-07-24
1
-0
/
+14
*
Add new interfaces to support ldd's ReaderElf.cpp.
Anshuman Dasgupta
2012-07-24
1
-3
/
+42
*
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
Nuno Lopes
2012-07-24
1
-0
/
+12
*
Add operator== to APSInt. This will compare the signed bit before doing
Richard Trieu
2012-07-23
1
-1
/
+20
*
Doxygenify the comments of ISD nodes.
Nadav Rotem
2012-07-23
1
-292
/
+293
[prev]
[next]