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-07-26
Add support for v16i32/v16i64 into the code generator. This is required for b...
Micah Villmow
2012-07-26
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-26
Use an otherwise unused variable.
Jakob Stoklund Olesen
2012-07-26
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-26
Add a floor intrinsic.
Dan Gohman
2012-07-26
do null checks for a few more Emit*() functions.
Nuno Lopes
2012-07-26
Stop reassociate from looking through expressions of arbitrary complexity. This
Duncan Sands
2012-07-26
Make l/q suffixes on AVX forms of scalar convert instructions consistent with...
Craig Topper
2012-07-26
Fix call setup for PIC.
Akira Hatanaka
2012-07-25
It's not safe to blindly remove invoke instructions. This happens when we
Nick Lewycky
2012-07-25
You cannot call removeModule on a JIT with no modules. Patch by Verena
Chad Rosier
2012-07-25
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
Disable rematerialization in TwoAddressInstructionPass.
Manman Ren
2012-07-25
Don't add null characters to the end of the APFloat string buffer.
David Blaikie
2012-07-25
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
add EmitStrNLen()
Nuno Lopes
2012-07-25
Preserve 2-addr constraints in ConnectedVNInfoEqClasses.
Jakob Stoklund Olesen
2012-07-25
ARM: Don't assume an SDNode is a constant.
Jim Grosbach
2012-07-25
Verify two-address constraints more carefully.
Jakob Stoklund Olesen
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
Fix typos. Thanks to Matt Beaumont-Gay for noticing it.
Rafael Espindola
2012-07-25
When a return struct pointer is passed in registers, the called has nothing
Rafael Espindola
2012-07-25
Factor a long list of conditions into a predicate function. No functionality
Rafael Espindola
2012-07-25
When folding a load from a global constant, if the load started in the middle
Duncan Sands
2012-07-25
Eliminate the stack slot used to save the global base register.
Akira Hatanaka
2012-07-24
Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-Jump
Kevin Enderby
2012-07-24
Don't delete one more instruction than we're allowed to. This should fix the
Nick Lewycky
2012-07-24
add a few more functions to TargetLibraryInfo:
Nuno Lopes
2012-07-24
ELF does not imply GNU/Linux. Do not assume GNU conventions just because we
David Chisnall
2012-07-24
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
Nuno Lopes
2012-07-24
teach objectsize about strdup() and strndup()
Nuno Lopes
2012-07-24
Clean whitespaces.
Nadav Rotem
2012-07-24
Teach globalopt to not nuke all stores to globals. Keep them around of they
Nick Lewycky
2012-07-24
Change llvm_unreachable in SplitVectorOperand to report_fatal_error. Keeps re...
Craig Topper
2012-07-24
Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass test
Akira Hatanaka
2012-07-23
Add basic ability to setup call frame, and make procedure calls.
Akira Hatanaka
2012-07-23
make ConstantRange::zeroExtend() optimal
Nuno Lopes
2012-07-23
An objc_retain can serve as a may-use for a different pointer.
Dan Gohman
2012-07-23
Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.
Akira Hatanaka
2012-07-23
Test revert of test changes.
Micah Villmow
2012-07-23
Test commit.
Micah Villmow
2012-07-23
Suppress a warning.
Nadav Rotem
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
Fixed DAGCombine optimizations which generate select_cc for targets
Nadav Rotem
2012-07-23
Tidy up. Fix indentation and remove trailing whitespace.
Craig Topper
2012-07-23
Change llvm_unreachable in SplitVectorResult to report_fatal_error. Keeps rel...
Craig Topper
2012-07-22
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-07-22
ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.
NAKAMURA Takumi
2012-07-21
Revert r160602.
Nick Lewycky
2012-07-21
Teach globalopt to play nice with leak checkers. This is a reapplication of
Nick Lewycky
[prev]
[next]