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-27
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
Specutively revert r178130.
Bill Wendling
2013-03-27
Fix comment
David Blaikie
2013-03-27
R600/SI: add SETO/SETUO patterns
Christian Konig
2013-03-27
Silence warning about mixing || in &&, fix up 80-cols.
Benjamin Kramer
2013-03-27
Print PPC ZERO as 0 (not r0) even on Darwin
Hal Finkel
2013-03-27
Switch to LLVM support function abs64 to keep VS2008 happy.
Tim Northover
2013-03-27
Fix target-customized spilling in the register scavenger
Hal Finkel
2013-03-27
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-27
Hexagon: Disable optimizations at O0.
Jyotsna Verma
2013-03-27
Improve performance of LinkModules when linking with modules with large numbe...
James Molloy
2013-03-27
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
R600/SI: add mulhu/mulhs patterns
Christian Konig
2013-03-27
R600/SI: add srl/sha patterns for SI
Christian Konig
2013-03-27
Allocate r0 on PPC
Hal Finkel
2013-03-27
Use the PPC no-r0 class on the TOC LD pseudos
Hal Finkel
2013-03-27
Apply the no-r0 register class to the PPC SELECT_CC_I[4|8] pseudos
Hal Finkel
2013-03-27
Apply the no-r0 class to PPC TOC ADDI[S] pseudo instructions
Hal Finkel
2013-03-27
Remove the link register from the GPR classes on PowerPC.
Bill Schmidt
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-26
Make DIBuilder::createClassType more type safe by returning DICompositeType r...
David Blaikie
2013-03-26
DebugInfo: more support for mutating DICompositeType to reduce magic number u...
David Blaikie
2013-03-26
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-03-26
Use the full path when outputting the `.gcda' file.
Bill Wendling
2013-03-26
Add XTEST codegen support
Michael Liao
2013-03-26
Add HLE target feature
Michael Liao
2013-03-26
Enable SandyBridgeModel for all modern Intel P6 descendants.
Jakob Stoklund Olesen
2013-03-26
Debug Info: Provide a means to update the members of a composite type
David Blaikie
2013-03-26
Restore real bit lengths on PPC register numbers
Hal Finkel
2013-03-26
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
PPC: Use HWEncoding and TRI->getEncodingValue
Hal Finkel
2013-03-26
R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wu...
NAKAMURA Takumi
2013-03-26
Use multiple virtual registers in PPC CR spilling
Hal Finkel
2013-03-26
Update PPCRegisterInfo's use of virtual registers to be SSA
Hal Finkel
2013-03-26
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
Annotate the remaining x86 instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
Annotate x87 and mmx instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
Annotate control instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
Annotate the rest of X86InstrInfo.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
BasicAA: Only query twice if the result of the more general query was MayAlias
Arnold Schwaighofer
2013-03-26
Add PREFETCHW codegen support
Michael Liao
2013-03-26
Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.
Jyotsna Verma
2013-03-26
Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe.
Ulrich Weigand
2013-03-26
Hexagon: Remove HexagonMCInst.h file. It has been replaced with MCTargetDesc/...
Jyotsna Verma
2013-03-26
Revert ARM Scheduler Model: Add resources instructions, map resources
Arnold Schwaighofer
2013-03-26
Remove default case from fully covered switch.
Benjamin Kramer
2013-03-26
R600/SI: improve post ISel folding
Christian Konig
2013-03-26
R600/SI: improve vector interpolation
Christian Konig
2013-03-26
R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLE
Christian Konig
[next]