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
/
lib
Age
Commit message (
Expand
)
Author
2012-05-23
Use zero-based shadow by default on Android.
Evgeniy Stepanov
2012-05-23
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-23
Tidy up spacing.
Craig Topper
2012-05-23
small refinement to r157218 to save a tiny amount of table size in the common
Chris Lattner
2012-05-23
Fix indentation of wrapped line for readability. No functional change.
Craig Topper
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-22
address some of John Criswell's comments
Nuno Lopes
2012-05-22
ARMDisassembler.cpp: Fix utf8 char in comments.
NAKAMURA Takumi
2012-05-22
Untabify and 80-col.
Eric Christopher
2012-05-22
Formatting consistency.
Eric Christopher
2012-05-22
hopefully fix the CMake build. sorry for breakage
Nuno Lopes
2012-05-22
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-05-22
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
Only erase virtregs with no uses left.
Jakob Stoklund Olesen
2012-05-22
Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the
Duncan Sands
2012-05-22
Fix constant used for pshufb mask when lowering v16i8 shuffles. Bug introduce...
Craig Topper
2012-05-22
This patch adds a predicate to existing mips32 and mips64 so that those
Akira Hatanaka
2012-05-21
ARM: .end_data_region mismatch in Thumb2.
Jim Grosbach
2012-05-21
Added address space qualifier to intrinsic PointerType arguments.
Pete Cooper
2012-05-21
Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...
Owen Anderson
2012-05-21
Thumb2: RSB source register should be rGRP not GPRnopc.
Jim Grosbach
2012-05-21
Mark an unreachable region of code with llvm_unreachable.
Dan Gohman
2012-05-21
Typo.
Chad Rosier
2012-05-21
Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...
Owen Anderson
2012-05-21
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...
Stepan Dyatkovskiy
2012-05-21
Allow 256-bit shuffles to still be split even if only half of the shuffle com...
Craig Topper
2012-05-21
Give a small negative bias to giant edge bundles.
Jakob Stoklund Olesen
2012-05-20
Clear kill flags on the fly when joining intervals.
Jakob Stoklund Olesen
2012-05-20
Make the global base reg GR32_NOSP.
Jakob Stoklund Olesen
2012-05-20
Constrain regclasses in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-05-20
Constrain register classes in TailDup.
Jakob Stoklund Olesen
2012-05-20
When legalising shifts, do not pre-build a list of operands which
Peter Collingbourne
2012-05-20
Emit memcmp directly from the StringMatcherEmitter.
Benjamin Kramer
2012-05-20
Plug a leak when using MCJIT.
Benjamin Kramer
2012-05-20
Add a missing PPC 64-bit stwu pattern.
Hal Finkel
2012-05-20
Use TargetMachine's register info instead of creating a new one and leaking it.
Benjamin Kramer
2012-05-20
Use the right register class for LDRrs.
Jakob Stoklund Olesen
2012-05-20
Transfer memory operands to the right instruction.
Jakob Stoklund Olesen
2012-05-20
Properly constrain register classes for sub-registers.
Jakob Stoklund Olesen
2012-05-20
Properly constrain register classes in 2-addr.
Jakob Stoklund Olesen
2012-05-20
Missed a push_back in r157147.
Jakob Stoklund Olesen
2012-05-20
Avoid deleting extra copies when RegistersDefinedFromSameValue is true.
Jakob Stoklund Olesen
2012-05-20
Fix build bots.
Jakob Stoklund Olesen
2012-05-20
LiveRangeQuery simplifies shrinkToUses().
Jakob Stoklund Olesen
2012-05-20
Use LiveRangeQuery in ScheduleDAGInstrs.
Jakob Stoklund Olesen
2012-05-20
Eliminate some uses of struct LiveRange.
Jakob Stoklund Olesen
2012-05-20
Use LiveRangeQuery instead of getLiveRangeContaining().
Jakob Stoklund Olesen
2012-05-20
Do not pass an invalid domtree to SimplifyInstruction from
Peter Collingbourne
2012-05-19
Simplify overlap check.
Jakob Stoklund Olesen
[prev]
[next]