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
2013-03-12
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
2013-03-12
[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...
Michael J. Spencer
2013-03-12
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
Avoid generating ISD::SELECT for vector operands to SIGN_EXTEND
Richard Relph
2013-03-12
Remove the assert()'s from the LLVMCreateDisasmCPU() library API and just
Kevin Enderby
2013-03-12
Add a doFinalization method to the DataLayout pass.
Pete Cooper
2013-03-12
Change the order of the operands in patchAndReplaceAllUsesWith so
Dan Gohman
2013-03-12
Don't reserve R2 on Darwin/PPC
Hal Finkel
2013-03-12
PPC should always use the register scavenger for CR spilling
Hal Finkel
2013-03-12
Small fix for cost analysis of ptrtoint.
Patrik Hagglund
2013-03-12
[mips] Rename function and variable names to start with proper case. Fix typos.
Akira Hatanaka
2013-03-12
LibCallSimplifier: optimize speed for short-lived instances
Meador Inge
2013-03-11
Remove support for versioned debug info.
David Blaikie
2013-03-11
Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.
David Blaikie
2013-03-11
Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
Nick Lewycky
2013-03-11
Fixes disassembler crashes on 2013 Haswell RTM instructions.
Kevin Enderby
2013-03-11
Don't remove a landing pad if the invoke requires a table entry.
Bill Wendling
2013-03-11
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
2013-03-11
R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> h...
NAKAMURA Takumi
2013-03-10
Correct this error message, and most importantly make it distinct from the
Nick Lewycky
2013-03-10
Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!
Nick Lewycky
2013-03-10
BBVectorize: Fixup debugging statements
Hal Finkel
2013-03-10
Cleanup #includes.
Jakub Staszak
2013-03-10
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-09
Remove an unused member variable from HelpPrinter. Move another member variab...
Craig Topper
2013-03-09
Don't glue users to extract_subreg when selecting the llvm.arm.ldrexd
Lang Hames
2013-03-09
Remove a source of nondeterminism from the LoopVectorizer.
Benjamin Kramer
2013-03-09
LoopVectorizer: Ignore all dbg intrinisic
Arnold Schwaighofer
2013-03-09
LoopVectorizer: Ignore dbg.value instructions
Arnold Schwaighofer
2013-03-09
TLI: Microoptimize calls to strlen+memcmp to strncmp.
Benjamin Kramer
2013-03-09
Simplify code. No functionality change.
Jakub Staszak
2013-03-09
Use the correct index variable. This is the meat of what was supposed to be in
Nick Lewycky
2013-03-09
Commit the right files for r176762. Sigh.
Nick Lewycky
2013-03-09
We need a shndx if the number of sections breaks SHN_LORESERVE. This condition
Nick Lewycky
2013-03-09
Fix bug introduced in r176616 when making function identifier numbers stable.
Nick Lewycky
2013-03-09
Don't emit the extra checksum into the .gcda file if the user hasn't asked for
Nick Lewycky
2013-03-08
Remove wrong and unnecessary assertion.
Jakob Stoklund Olesen
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
Clean up out-of-date comments and some stray whitespace
Eli Bendersky
2013-03-08
Early exit from getAllocationData() and isFreeCall() for intrinsics.
Michael Ilseman
2013-03-08
Assert to bounds check MDNode::getOperand.
David Blaikie
2013-03-08
Remove trailing whitespace
Michael Ilseman
2013-03-08
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-08
Rewrite the physreg part of findLastUseBefore().
Jakob Stoklund Olesen
2013-03-08
Remove default from fully covered switch.
Benjamin Kramer
2013-03-08
Insert the reduction start value into the first bypass block to preserve domi...
Benjamin Kramer
2013-03-08
R600: Optimize another selectcc case
Tom Stellard
2013-03-08
R600: Improve custom lowering of select_cc
Tom Stellard
2013-03-08
R600: Change operation action from Custom to Expand for BR_CC
Tom Stellard
2013-03-08
R600: Change operation action from Custom to Expand for SETCC
Tom Stellard
[prev]
[next]