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
2012-03-12
Added a missing error check for X86 assembly with mismatched base and index
Kevin Enderby
2012-03-12
Switch to unified syntax for VFP instructions in inline assembly.
Bob Wilson
2012-03-11
Remove global map. This code isn't even hot.
Benjamin Kramer
2012-03-11
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
Remove unused functions getArgRegs and getNumArgRegs.
Craig Topper
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-10
*fix typo in comment; test of commit access
Kay Tiong Khoo
2012-03-10
C files in llvm still have to be C89 compliant, remove C++-style comments.
Benjamin Kramer
2012-03-10
Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.
Bill Wendling
2012-03-10
Do not custom lower i64 nodes if i64 is not a legal type. Move lines that set
Akira Hatanaka
2012-03-09
Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb...
Akira Hatanaka
2012-03-09
Remove unused header files.
Akira Hatanaka
2012-03-09
Add the missing call to Error when a bad X86 scale expression is parsed.
Kevin Enderby
2012-03-09
Fix the x86 disassembler to at least print the lock prefix if it is the first
Kevin Enderby
2012-03-09
Use uint16_t to store opcodes in static tables in X86 backend.
Craig Topper
2012-03-09
Fix undefined behavior in the Mips backend.
Ahmed Charles
2012-03-09
Fix a regression from r147481.
Chad Rosier
2012-03-08
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
Invoke setTargetDAGCombine for SELECT.
Akira Hatanaka
2012-03-08
Swap the operands of a select node if the false (the second) operand is 0.
Akira Hatanaka
2012-03-08
Set minimum function alignment to 3 if target is Mips64.
Akira Hatanaka
2012-03-08
This patch eliminates redundant instructions that produce 0.
Akira Hatanaka
2012-03-08
ARM don't use MCRelaxAll, as it's not safe on ARM.
Jim Grosbach
2012-03-07
[fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point
Chad Rosier
2012-03-07
ARM pre-v6 assembly parsing for umull/smull.
Jim Grosbach
2012-03-07
ARM pre-v6 alias for 'nop' to 'mov r0, r0'
Jim Grosbach
2012-03-07
Tidy up. Remove dead code that slipped into previous commit.
Jim Grosbach
2012-03-06
ARM more NEON VLD/VST composite physical register refactoring.
Jim Grosbach
2012-03-06
ARM refactor more NEON VLD/VST instructions to use composite physregs
Jim Grosbach
2012-03-06
Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.
Eli Friedman
2012-03-06
Tidy up. Kill some dead code.
Jim Grosbach
2012-03-06
Allow the same types in DPair as in QPR.
Jakob Stoklund Olesen
2012-03-06
Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.
Kevin Enderby
2012-03-06
Convert PowerPC to register mask operands.
Roman Divacky
2012-03-06
Add <imp-def> operands when reloading into physregs.
Jakob Stoklund Olesen
2012-03-06
Split fpscr into two registers: FPSCR and FPSCR_NZCV.
Lang Hames
2012-03-05
ARM vpush/vpop assembler mnemonics accept an optional size suffix.
Jim Grosbach
2012-03-05
ARM Refactor VLD/VST spaced pair instructions.
Jim Grosbach
2012-03-05
ARM Remove a bit of dead code.
Jim Grosbach
2012-03-05
ARM refactor away a bunch of VLD/VST pseudo instructions.
Jim Grosbach
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
Address Evan's comments for r151877.
Chad Rosier
2012-03-05
updated patch for the ARM fused multiply add/sub
Sebastian Pop
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
Make aliases for shld and shrd match gas. PR12173.
Eli Friedman
2012-03-04
Use <def,undef> operands when spilling NEON bundles.
Jakob Stoklund Olesen
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
[prev]
[next]