index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-01-11
Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...
Andrew Trick
2012-01-11
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
Exclusively use SplitAnalysis::getLastSplitPoint().
Jakob Stoklund Olesen
2012-01-11
If the global variable is removed by the linker, then don't constant merge it
Bill Wendling
2012-01-10
Let asm parser query asm syntax dialect.
Devang Patel
2012-01-10
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
Teach the triple library about the androideabi environment.
Chandler Carruth
2012-01-10
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-10
Remove the logging streamer.
Rafael Espindola
2012-01-09
Split AsmParser into two components - AsmParser and AsmParserVariant
Devang Patel
2012-01-09
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-07
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
Make clever use of alignment and padding to shrink GlobalValue.
Benjamin Kramer
2012-01-07
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
Port the trick to skip the check for empty buckets from StringMap to DenseMap.
Benjamin Kramer
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
Expose isNonConstantNegative to users of ScalarEvolution.
Andrew Trick
2012-01-06
Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...
Andrew Trick
2012-01-05
Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.
Benjamin Kramer
2012-01-05
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
allow clients of SmallSet to specify their own comparison function for the set.
Chris Lattner
2012-01-05
comment cleanup
Andrew Trick
2012-01-05
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-04
Generalize isSafeToSpeculativelyExecute to work on arbitrary
Dan Gohman
2012-01-04
Simplify more DenseMap.find users.
Benjamin Kramer
2012-01-04
StringMap.find never points to an empty bucket or tombstone, skip the check.
Benjamin Kramer
2012-01-04
Simplify code. No functionality change.
Benjamin Kramer
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-03
generalize LLVMContext::emitError to take a twine instead of a StringRef.
Chris Lattner
2012-01-03
Fix for PR11652: assertion failures when Type.cpp is compiled with -Os
Stepan Dyatkovskiy
2012-01-03
Type: replaced usage of ID with getTypeID().
Stepan Dyatkovskiy
2012-01-01
PatternMatch: Introduce a matcher for instructions with the "exact" bit. Use ...
Benjamin Kramer
2012-01-01
PatternMatch: Simplify code by reusing the Operator class.
Benjamin Kramer
2011-12-29
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
Fix grammar error noticed by Duncan.
Rafael Espindola
2011-12-28
Change CaptureTracking to pass a Use* instead of a Value* when a value is
Nick Lewycky
2011-12-27
Switch StringMap from an array of structures to a structure of arrays.
Benjamin Kramer
2011-12-24
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
Define trivial destructor inline.
Rafael Espindola
2011-12-24
Make GetRelocType pure virtual.
Rafael Espindola
2011-12-23
When not destroying the source, the linker is not remapping the types. Added ...
Mon P Wang
2011-12-22
fix typo
Chris Lattner
[next]