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
Age
Commit message (
Expand
)
Author
2013-04-03
Updating branches/google/stable to r178511
stable
Alexander Kornienko
2013-04-01
unindent the file to follow coding standards, change class doc comment
Chris Lattner
2013-04-01
Target/R600: Fix CMake build to add missing files.
NAKAMURA Takumi
2013-04-01
Mips direct object exception handling regression
Jack Carter
2013-04-01
R600: Add support for native control flow
Vincent Lejeune
2013-04-01
R600/SI: Share code recording ShaderTypeAttribute between generations
Vincent Lejeune
2013-04-01
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
2013-04-01
Fix top-comment header and some indentation
Eli Bendersky
2013-04-01
Fix a bad assert in PPCTargetLowering
Hal Finkel
2013-04-01
Add triple to test/CodeGen/PowerPC/stfiwx-2
Hal Finkel
2013-04-01
Correct assertion condition
Shuxin Yang
2013-04-01
Merge load/store sequences with adresses: base + index + offset
Arnold Schwaighofer
2013-04-01
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
Use ImmToIdxMap.count in PPCRegisterInfo
Hal Finkel
2013-04-01
Fix PowerPC/cttz.ll to specify a cpu (and use FileCheck)
Hal Finkel
2013-04-01
Add the PPC popcntw instruction
Hal Finkel
2013-04-01
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-04-01
Treat PPCISD::STFIWX like the memory opcode that it is
Hal Finkel
2013-04-01
Remove unused typedef.
Duncan Sands
2013-04-01
ARM Scheduler Model: Add resources instructions, map resources in subtargets
Arnold Schwaighofer
2013-04-01
X86TTI: Add accurate costs for itofp operations, based on the actual instruct...
Benjamin Kramer
2013-04-01
Whitespace cleanup
Joe Abbey
2013-03-31
R600: Emit native instructions for tex
Vincent Lejeune
2013-03-31
There is no longer any need to silence this compiler warning as the warning has
Duncan Sands
2013-03-31
Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfo
Hal Finkel
2013-03-31
X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.
Benjamin Kramer
2013-03-31
Add the PPC lfiwax instruction
Hal Finkel
2013-03-31
Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
2013-03-30
DAGCombine: visitXOR can replace a node without returning it, bail out in tha...
Benjamin Kramer
2013-03-30
Add start of user documentation for NVPTX
Justin Holewinski
2013-03-30
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2013-03-30
[docs] llvmbugs is not the place for patches.
Sean Silva
2013-03-30
[docs] Annotate mailing lists with their "name".
Sean Silva
2013-03-30
[docs] Reorganize mailing lists.
Sean Silva
2013-03-30
[docs] Pull IRC and Mailing Lists under a new "Community" heading.
Sean Silva
2013-03-30
[docs] The GEP FAQ is not "design and overview"
Sean Silva
2013-03-30
[docs] Put DeveloperPolicy under "Development Process Documentation"
Sean Silva
2013-03-30
Put private class into an anonmyous namespace.
Benjamin Kramer
2013-03-30
[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.
Justin Holewinski
2013-03-30
[NVPTX] Add NVVMReflect pass to allow compile-time selection of
Justin Holewinski
2013-03-30
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-30
Object: Turn a couple of degenerate for loops into while loops.
Benjamin Kramer
2013-03-30
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-30
[mips] Add patterns for DSP indexed load instructions.
Akira Hatanaka
2013-03-30
[mips] Define reg+imm load/store pattern templates.
Akira Hatanaka
2013-03-30
[mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
2013-03-30
Remove unused variables.
Akira Hatanaka
2013-03-30
[mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
2013-03-30
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-30
[mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.
Akira Hatanaka
[next]