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
/
Target
Age
Commit message (
Expand
)
Author
2011-11-03
Reapply r143206, with fixes. Disallow physical register lifetimes
Dan Gohman
2011-11-03
fixed global array handling for ptx to use the correct bit widths
Dan Bailey
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
Add new X86 AVX2 VBROADCAST instructions.
Craig Topper
2011-11-03
Add support for sign-extending non-legal types in SelectSIToFP().
Chad Rosier
2011-11-02
Fixed parameter name.
Lang Hames
2011-11-02
Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...
Lang Hames
2011-11-02
Add support for comparing integer non-legal types.
Chad Rosier
2011-11-02
Fix the issue that r143552 was trying to address the _right_ way. One-regist...
Owen Anderson
2011-11-02
The rules disallowing single-register reglist operands only apply to the POP ...
Owen Anderson
2011-11-02
Register list operands are not allowed to contain only a single register. Al...
Owen Anderson
2011-11-02
Factor out an EmitIntExt function. No functionality change intended.
Chad Rosier
2011-11-02
More AVX2 instructions and intrinsics.
Craig Topper
2011-11-02
Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.
Craig Topper
2011-11-02
Factor out a SelectTrunc function. No functionality change intended.
Chad Rosier
2011-11-01
ARM label operands can be quoted.
Jim Grosbach
2011-11-01
ARM label operands can have an optional '#' before them.
Jim Grosbach
2011-11-01
Fix disassembly of some VST1 instructions.
Owen Anderson
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...
Eli Friedman
2011-11-01
Don't fold negative offsets into cp / dp accesses to avoid relocation errors.
Richard Osborne
2011-11-01
ARM VLD/VST assembly parsing for symbolic address operands.
Jim Grosbach
2011-10-31
Add support for new atomics to cpp backend. Misc other fixes while I'm here....
Eli Friedman
2011-10-31
ARM VST1 w/ writeback assembly parsing and encoding.
Jim Grosbach
2011-10-31
ARM writeback vs. stride operands for VST/VLD.
Jim Grosbach
2011-10-31
More not-crashing NEON disassembly updates for the vld refactoring.
Owen Anderson
2011-10-31
Begin adding AVX2 instructions. No selection support yet other than intrinsics.
Craig Topper
2011-10-31
Switch new .file directive emission off by default, change llc's flag for it to
Nick Lewycky
2011-10-30
Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...
Craig Topper
2011-10-30
X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...
Benjamin Kramer
2011-10-30
Fix pr11266.
Nadav Rotem
2011-10-29
PPC: Disable moves for all CR subregisters.
Benjamin Kramer
2011-10-29
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-28
ARM mode 'mov' to 'mvn' assembler alias.
Jim Grosbach
2011-10-28
Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".
Jim Grosbach
2011-10-28
Specify that the high bit of the alignment field is fixed to 0 on these instr...
Owen Anderson
2011-10-28
Make changes necessary in LowerFormalArguments to support Mips64.
Akira Hatanaka
2011-10-28
Make changes necessary in LowerCall to support Mips64.
Akira Hatanaka
2011-10-28
Add variable IsO32 to MipsTargetLowering.
Akira Hatanaka
2011-10-28
Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...
Owen Anderson
2011-10-28
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
Revert r143202.
Owen Anderson
2011-10-28
Specify fixed bits on CPS instructions to enable roundtripping.
Owen Anderson
2011-10-28
Thumb2 ADD/SUB instructions encoding selection outside IT block.
Jim Grosbach
2011-10-28
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-10-28
ARM Allow 'q' registers in VLD/VST vector lists.
Jim Grosbach
2011-10-27
Remove the Alpha backend.
Dan Gohman
2011-10-27
Add some NEON stores to the VLD decoding hook that were accidentally omitted ...
Owen Anderson
2011-10-27
Also set addrmode6 alignment when align==size.
Jakob Stoklund Olesen
[prev]
[next]