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
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-4
/
+4
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector
Eric Christopher
2013-07-03
2
-6
/
+6
*
Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...
Craig Topper
2013-07-03
1
-7
/
+7
*
Add a space between type and variable name. No functional change.
Craig Topper
2013-07-03
1
-2
/
+2
*
Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...
Michael Gottesman
2013-07-03
1
-0
/
+2
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-0
/
+2
*
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
2013-07-02
1
-2
/
+0
*
[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr
Ulrich Weigand
2013-07-02
1
-1
/
+1
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
5
-42
/
+26
*
Fix typo in comment
Tobias Grosser
2013-07-02
1
-1
/
+1
*
Fix up some asserts that are within an if statement. This removes the need
Richard Trieu
2013-07-01
1
-4
/
+6
*
[PowerPC] Add support for TLS data relocations
Ulrich Weigand
2013-07-01
3
-0
/
+13
*
Remove floating point computations form SpillPlacement.cpp.
Jakob Stoklund Olesen
2013-07-01
1
-0
/
+3
*
[PowerPC] Fix 32-bit PowerPC TLS relocs
Ulrich Weigand
2013-07-01
2
-8
/
+14
*
PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
David Blaikie
2013-07-01
1
-3
/
+0
*
extending the interface of Dependence slightly to support future work
Preston Briggs
2013-06-28
1
-1
/
+35
*
Fix extra whitespace / formatting
Matt Arsenault
2013-06-28
1
-3
/
+4
*
Try to unbreak Linux buildbots.
Jakob Stoklund Olesen
2013-06-28
1
-2
/
+2
*
Minimize precision loss when computing cyclic probabilities.
Jakob Stoklund Olesen
2013-06-28
1
-35
/
+49
*
Fix broken asserts that never fire.
Richard Trieu
2013-06-28
1
-2
/
+2
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-17
/
+3
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
2
-0
/
+7
*
Remove limitation on DebugIR that made it require existing debug metadata.
Daniel Malea
2013-06-28
1
-5
/
+30
*
Add a division operator to BlockFrequency.
Jakob Stoklund Olesen
2013-06-28
1
-0
/
+8
*
[NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...
Justin Holewinski
2013-06-28
1
-2
/
+0
*
Don't ask for a mode when we are not keeping the file.
Rafael Espindola
2013-06-28
1
-2
/
+1
*
Fix typo
Matt Arsenault
2013-06-28
1
-1
/
+1
*
Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce
Peter Collingbourne
2013-06-27
1
-2
/
+5
*
Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...
Michael Gottesman
2013-06-27
1
-1
/
+0
*
Revert "[APFloat] Removed APFloat constructor which initialized to either zer...
Michael Gottesman
2013-06-27
1
-0
/
+1
*
Remove unnecessary conditional checks.
Chad Rosier
2013-06-27
1
-20
/
+18
*
[APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...
Michael Gottesman
2013-06-27
1
-1
/
+0
*
Improve the compression of the tablegen DiffLists by introducing a new sort
Chad Rosier
2013-06-27
1
-0
/
+80
*
[Support/Registry.h] Include llvm/Support/Compiler.h.
Argyrios Kyrtzidis
2013-06-27
1
-0
/
+2
*
Use MCFillFragment for zero-initialized data.
Serge Pavlov
2013-06-27
2
-5
/
+4
*
Add a convenience createUniqueDirectory function.
Rafael Espindola
2013-06-27
1
-2
/
+7
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
3
-2
/
+39
*
Use enums instead of raw octal values.
Rafael Espindola
2013-06-26
1
-2
/
+7
*
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
Rafael Espindola
2013-06-26
1
-407
/
+0
*
Add a convenience functions that don't return if the directory existed.
Rafael Espindola
2013-06-26
1
-0
/
+14
*
Add a simpler version of remove_all.
Rafael Espindola
2013-06-26
1
-0
/
+7
*
Remove sys::GetMainExecutable.
Rafael Espindola
2013-06-26
1
-5
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-1
/
+4
*
Remove PathWithStatus.
Rafael Espindola
2013-06-26
1
-86
/
+0
*
Merge isReachable into isBackedge.
Jakob Stoklund Olesen
2013-06-25
1
-19
/
+10
*
TableGen: Generate a function for getting operand indices based on their defi...
Tom Stellard
2013-06-25
1
-0
/
+5
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
3
-0
/
+23
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
1
-6
/
+0
*
Remove sys::PathSeparator.
Rafael Espindola
2013-06-25
1
-4
/
+0
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
3
-6
/
+6
[next]