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
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split AsmParser into two components - AsmParser and AsmParserVariant
Devang Patel
2012-01-09
1
-1
/
+13
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
2
-1
/
+4
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
2
-1
/
+4
*
Make clever use of alignment and padding to shrink GlobalValue.
Benjamin Kramer
2012-01-07
1
-4
/
+3
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-41
/
+0
*
Port the trick to skip the check for empty buckets from StringMap to DenseMap.
Benjamin Kramer
2012-01-07
1
-9
/
+9
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
3
-3
/
+7
*
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
2
-0
/
+5
*
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
1
-1
/
+4
*
Expose isNonConstantNegative to users of ScalarEvolution.
Andrew Trick
2012-01-07
1
-0
/
+4
*
Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...
Andrew Trick
2012-01-06
1
-0
/
+4
*
Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.
Benjamin Kramer
2012-01-05
2
-524
/
+0
*
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2012-01-05
1
-0
/
+11
*
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
5
-20
/
+0
*
allow clients of SmallSet to specify their own comparison function for the set.
Chris Lattner
2012-01-05
1
-2
/
+2
*
comment cleanup
Andrew Trick
2012-01-05
1
-1
/
+1
*
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-05
1
-1
/
+38
*
Generalize isSafeToSpeculativelyExecute to work on arbitrary
Dan Gohman
2012-01-04
1
-1
/
+1
*
Simplify more DenseMap.find users.
Benjamin Kramer
2012-01-04
2
-8
/
+4
*
StringMap.find never points to an empty bucket or tombstone, skip the check.
Benjamin Kramer
2012-01-04
1
-2
/
+2
*
Simplify code. No functionality change.
Benjamin Kramer
2012-01-04
1
-7
/
+4
*
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-04
5
-0
/
+20
*
generalize LLVMContext::emitError to take a twine instead of a StringRef.
Chris Lattner
2012-01-03
1
-3
/
+4
*
Fix for PR11652: assertion failures when Type.cpp is compiled with -Os
Stepan Dyatkovskiy
2012-01-03
1
-9
/
+21
*
Type: replaced usage of ID with getTypeID().
Stepan Dyatkovskiy
2012-01-03
1
-27
/
+32
*
PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use ...
Benjamin Kramer
2012-01-01
1
-0
/
+20
*
PatternMatch: Simplify code by reusing the Operator class.
Benjamin Kramer
2012-01-01
1
-22
/
+12
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
2
-2
/
+4
*
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
1
-2
/
+2
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
2
-1
/
+10
*
Fix grammar error noticed by Duncan.
Rafael Espindola
2011-12-29
1
-1
/
+1
*
Change CaptureTracking to pass a Use* instead of a Value* when a value is
Nick Lewycky
2011-12-28
1
-4
/
+4
*
Switch StringMap from an array of structures to a structure of arrays.
Benjamin Kramer
2011-12-27
1
-34
/
+26
*
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
1
-0
/
+4
*
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
2
-2
/
+36
*
Define trivial destructor inline.
Rafael Espindola
2011-12-24
1
-1
/
+1
*
Make GetRelocType pure virtual.
Rafael Espindola
2011-12-24
1
-1
/
+1
*
When not destroying the source, the linker is not remapping the types. Added ...
Mon P Wang
2011-12-23
1
-3
/
+4
*
fix typo
Chris Lattner
2011-12-22
1
-1
/
+1
*
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
1
-0
/
+3
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
1
-1
/
+0
*
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
1
-0
/
+6
*
Fixed typo.
Lang Hames
2011-12-22
1
-1
/
+1
*
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-21
1
-1
/
+10
*
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-21
1
-7
/
+12
*
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
1
-0
/
+4
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-3
/
+17
*
Add const.
Rafael Espindola
2011-12-21
1
-1
/
+1
*
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
5
-8
/
+12
*
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
1
-1
/
+10
[next]