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
2011-07-22
Rename function to be more specific and be more strict about its usage
Bruno Cardoso Lopes
2011-07-21
Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion.
Jakub Staszak
2011-07-21
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-21
ARM Asm parser range checking for [0,31] immediates.
Jim Grosbach
2011-07-21
ARM parsing and encoding tests for SBC instruction.
Jim Grosbach
2011-07-21
Initialize DenseSets lazily.
Benjamin Kramer
2011-07-21
ARM testcases for SADD/SASX parsing and encoding.
Jim Grosbach
2011-07-21
Add missing getAnalysisUsage in MachineBlockFrequency.
Jakub Staszak
2011-07-21
ARM assembly parsing support for RSC instruction.
Jim Grosbach
2011-07-21
ARM assembly parsing support for RSB instruction.
Jim Grosbach
2011-07-21
ARM parsing and encoding tests for RBIT, REV, REV16 and REVSH.
Jim Grosbach
2011-07-21
ARM parsing and encodings tests for saturating arithmetic insns.
Jim Grosbach
2011-07-21
Tidy up.
Jim Grosbach
2011-07-21
Update generated CPP code with the new API on CallInst::Create and ConstantEx...
Nicolas Geoffray
2011-07-21
ARM assembly parsing POP/PUSH mnemonics.
Jim Grosbach
2011-07-21
Fix CMake build
Oscar Fuentes
2011-07-21
Add tests for ARM PKH assembly parsing.
Jim Grosbach
2011-07-21
Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...
Owen Anderson
2011-07-21
Cleanup: make std::pair usage slightly less indecipherable without actually n...
Andrew Trick
2011-07-21
Sink parts of TargetRegisterClass into MCRegisterClass.
Benjamin Kramer
2011-07-21
ARM assembly parsing and encoding for PKHBT and PKHTB instructions.
Jim Grosbach
2011-07-21
Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir
Bruno Cardoso Lopes
2011-07-21
Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.
Jay Foad
2011-07-21
Sort case-insensitively.
Jay Foad
2011-07-21
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIs
Jay Foad
2011-07-21
Convert ConstantFolder APIs to use ArrayRef.
Jay Foad
2011-07-21
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-21
- Register v16i16 as valid VR256 register class
Bruno Cardoso Lopes
2011-07-21
Add support for 256-bit versions of VPERMIL instruction. This is a new
Bruno Cardoso Lopes
2011-07-21
Improve splat promotion to handle AVX types: v32i8 and v16i16. Also
Bruno Cardoso Lopes
2011-07-21
Add aditional patterns for vextractf128 instruction
Bruno Cardoso Lopes
2011-07-21
Add aditional patterns for vinsertf128 instruction
Bruno Cardoso Lopes
2011-07-21
Add v16i16 type to VR256 class
Bruno Cardoso Lopes
2011-07-21
Move code around. No functionality changes
Bruno Cardoso Lopes
2011-07-21
Tidy up code
Bruno Cardoso Lopes
2011-07-21
LSR, correct fix for rdar://9786536. Silly casting bug.
Andrew Trick
2011-07-21
LSR must sometimes sign-extend before generating double constants.
Andrew Trick
2011-07-21
Mark instructions which are part of the frame setup with the MachineInstr::Fr...
Bill Wendling
2011-07-21
LSR crashes on an empty IVUsers list.
Andrew Trick
2011-07-20
X86 is the only target that uses coff format. This should fixes test failures...
Evan Cheng
2011-07-20
docs/GettingStarted.html: Tweak style.
NAKAMURA Takumi
2011-07-20
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
Remove unused function.
Bill Wendling
2011-07-20
Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...
Bill Wendling
2011-07-20
Refactor.
Devang Patel
2011-07-20
docs/GettingStarted.html: Fix a typo and tweak a command line.
NAKAMURA Takumi
2011-07-20
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-20
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...
Eli Friedman
[prev]
[next]