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
...
*
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
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
5
-5
/
+5
*
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-07-22
4
-0
/
+12
*
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-21
1
-1
/
+3
*
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
1
-2
/
+5
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
2
-8
/
+7
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
1
-1
/
+0
*
Fix few warnings.
Galina Kistanova
2012-07-20
1
-1
/
+1
*
raw_ostream: Add a has_colors() method.
Daniel Dunbar
2012-07-20
1
-0
/
+5
*
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
1
-0
/
+4
*
Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...
Owen Anderson
2012-07-20
1
-1
/
+2
*
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-19
1
-5
/
+4
*
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
1
-9
/
+11
*
Fixed few warnings.
Galina Kistanova
2012-07-19
2
-3
/
+3
*
Remove tabs.
Bill Wendling
2012-07-19
2
-4
/
+4
*
Remove tabs.
Bill Wendling
2012-07-19
4
-57
/
+57
*
Remove tabs.
Bill Wendling
2012-07-18
3
-3
/
+3
*
Allow PointerIntPairs to be created from const void *.
Jordan Rose
2012-07-18
1
-1
/
+12
*
Add some missed ELF constants definitions:
Simon Atanasyan
2012-07-18
1
-1
/
+36
*
Update config.h.cmake corresponding to config.h.in.
NAKAMURA Takumi
2012-07-18
1
-7
/
+13
*
SCEVTraversal: Add a visited set.
Andrew Trick
2012-07-18
1
-1
/
+3
*
Fix broken ipo_ext_iterator constructors.
Jakob Stoklund Olesen
2012-07-17
1
-3
/
+3
*
Allow for customized graph edge pruning in PostOrderIterator.h
Jakob Stoklund Olesen
2012-07-17
2
-38
/
+73
*
Revert commit r160307. We decide to move builtins selection to the backend.
Simon Atanasyan
2012-07-17
1
-3
/
+1
*
TableGen: Allow conditional instruction pattern in multiclass.
Jim Grosbach
2012-07-17
1
-0
/
+7
*
MIPS: Create two definitions for __builtin_mips_shll_qb builtin.
Simon Atanasyan
2012-07-16
1
-1
/
+3
*
Revert "include/llvm: Add R600 Intrinsics v6"
Tom Stellard
2012-07-16
2
-37
/
+0
*
include/llvm: Add R600 Intrinsics v6
Tom Stellard
2012-07-16
2
-0
/
+37
[prev]
[next]