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-30
Make sure that we're dealing with a binary SCEVExpr when simplifying.
Benjamin Kramer
2012-05-30
Fix some uses of getSubRegisters() to use getSubReg() instead.
Jakob Stoklund Olesen
2012-05-30
Remove some redundant tests.
Jakob Stoklund Olesen
2012-05-30
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-05-30
it's pointed out that R11 can be used for magic things, and doing things just...
Chris Lattner
2012-05-30
Extend the (abi-irrelevant) return convention to be able to return more than ...
Chris Lattner
2012-05-30
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-30
Port support for SSE4a extrq/insertq to the old jit code emitter.
Benjamin Kramer
2012-05-30
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-30
SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
Andrew Trick
2012-05-30
Reformat the loop that does AddRecExpr * AddRecExpr reduction.
Andrew Trick
2012-05-30
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-30
If-converter models predicated defs as read + write. The read should be marke...
Evan Cheng
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-29
bounds checking:
Nuno Lopes
2012-05-29
Optional def can be either a def or a use (of reg0).
Evan Cheng
2012-05-29
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
Clear the entering, exiting and internal ranges of a bundle before collecting
Lang Hames
2012-05-29
Update CPPBackend to new API for AttrListPtr::get.
Nicolas Geoffray
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).
Benjamin Kramer
2012-05-28
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
Benjamin Kramer
2012-05-28
Remove unused variable.
David Blaikie
2012-05-28
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
Meador Inge
2012-05-28
Random BitcodeReader cleanups.
Benjamin Kramer
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
Implement the indirect counter increment code in a better way. Instead of
Bill Wendling
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
simplify code.
Chris Lattner
2012-05-27
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
enhance the intrinsic info table to encode what *kind* of Any argument
Chris Lattner
2012-05-27
Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...
NAKAMURA Takumi
2012-05-27
Missed parens.
Benjamin Kramer
2012-05-27
r157525 didn't work, just disable iterator checking.
Benjamin Kramer
2012-05-27
SDAGBuilder: Avoid iterator invalidation harder.
Benjamin Kramer
2012-05-26
SDAGBuilder: Don't create an invalid iterator when there is only one switch c...
Benjamin Kramer
2012-05-26
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-26
Since commit 157467, if reassociate isn't actually going to change an expression
Duncan Sands
2012-05-26
SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...
Benjamin Kramer
2012-05-26
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-26
ScoreboardHazardRecognizer: Remove dead conditional in debug code.
Benjamin Kramer
2012-05-26
Move this debug statement earlier so it is easy to see the order in
Duncan Sands
2012-05-25
The llvm_gcda_increment_indirect_counter function writes to the arguments that
Bill Wendling
2012-05-25
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Akira Hatanaka
2012-05-25
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
Delete MipsExpandPseudo.cpp.
Akira Hatanaka
[prev]
[next]