projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-01-22
Craig Topper
Move some vector shift patterns into their instruction...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Craig Topper
Add memory patterns for some of the fp<->integer conver...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
David Blaikie
Remove unreachable defaults from gtest.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Benjamin Kramer
Remove unused variables.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Craig Topper
Fix PR11819 introduced by r148537. I'd commit the test...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Evan Cheng
Fix an obvious typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Jakob Stoklund...
Handle register masks in LiveVariables.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Jim Grosbach
RuntimeDyld alignment adjustment from MachO file.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Jim Grosbach
Thumb2 'add rd, pc, imm' alternate form for 'adr' instr...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Jakob Stoklund...
Delete an unused member variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Jim Grosbach
Fix inverted condition.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Devang Patel
Intel syntax: Robustify register parsing.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Jakob Stoklund...
Support register masks in MachineLICM.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Jakob Stoklund...
Handle register masks in DeadMachineInstructionElim.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
David Blaikie
More dead code removal (using -Wunreachable-code)
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Andrew Trick
Handle a corner case with IV chain collection with...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Andrew Trick
Test case comments missing from my previous checkin.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Devang Patel
Intel syntax: Parse ... PTR [-8]
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Devang Patel
Intel syntax: For now, disable ambiguous JMP64pcrel32...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Bob Wilson
ARM vector any_extends need to be selected to vmovl...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Jim Grosbach
TblGen diagnostic for mismatched template instantiation.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Jim Grosbach
VST2 four-register w/ update pseudos for fixed/register...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Jim Grosbach
NEON use vmov.i32 to splat some f32 values into vectors.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Benjamin Kramer
Don't use my favorite C++11 feature (comma at end of...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Kostya Serebryany
Extend Attributes to 64 bits
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Benjamin Kramer
Protect SmallVectorImpl's constructor and a few other...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Benjamin Kramer
Add missing breaks to switch.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Benjamin Kramer
Remove a bunch of unused variable assignments.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Benjamin Kramer
Remove obviously invalid early exit that prevented...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Rafael Espindola
Don't use -fvisibility-inlines-hidden on mingw to try...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Craig Topper
Improve 256-bit shuffle splitting to allow 2 sources...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Nick Lewycky
Fix CountCodeReductionForAlloca to more accurately...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Andrew Trick
SCEVExpander fixes. Affects LSR and indvars.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Craig Topper
Add support for selecting 256-bit PALIGNR.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Rafael Espindola
cmake: pass -fvisibility-inlines-hidden if it is suppor...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Eli Friedman
Remove a low-quality test which was failing on Windows...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Bill Wendling
When lowering the 'resume' instruction, look to see...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Eli Friedman
Support MSVC x86-32 sret convention. PR11688. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Chad Rosier
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Benjamin Kramer
Silence warnings about mixing enums.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Owen Anderson
Add a dump() implementation for sub-instruction MCOperands.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Owen Anderson
Add a new form of MCOperand, for representing sub-instr...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Dan Gohman
Set the "tail" flag on pattern-matched objc_storeStrong...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Devang Patel
Post process 'and', 'sub' instructions and select bette...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Nick Lewycky
Actually, this code handles wrapped sets just fine...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Devang Patel
Intel syntax: There is no need to create unary expr...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Devang Patel
Post process 'xor', 'or' and 'cmp' instructions and...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Evgeniy Stepanov
Emit ARM EHABI unwinding instructions for 3 more Thumb...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Craig Topper
Folding table additions and fixes for AVX.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Craig Topper
Merge 128-bit and 256-bit SHUFPS/SHUFPD handling.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Evan Cheng
More bundle related API additions.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Evan Cheng
Rewriter should definitly rewrite instructions inside...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Chris Lattner
Introduce a new MutableArrayRef class, which refers...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Evan Cheng
Enhance finalizeBundle to return end of bundle iterator...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Jim Grosbach
ARM assembly diagnostic caret in better position for...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Jim Grosbach
Thumb2 relaxation for tADR to t2ADR.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Jim Grosbach
Add comment and fix range check in condition.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Jim Grosbach
Add testcase.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Lang Hames
Added methods to get the live range immediately before...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Nick Lewycky
Space after punctuation.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Evan Cheng
- Slight change to finalizeBundle() interface. LastMI...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Nick Lewycky
Add a TargetOption for disabling tail calls.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-19
Evan Cheng
Rename Finalizebundle to finalizeBundle to conform...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jakob Stoklund...
Add experimental -x86-use-regmask command line option.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jakob Stoklund...
Ignore register mask operands when lowering instruction...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jakob Stoklund...
Add a RegisterMaskSDNode class.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Rafael Espindola
Add support for the gnueabihf environment. Patch by...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
Thumb2 alternate syntax for LDR(literal) and friends.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Devang Patel
Process instructions after match to select alternative...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
Replace FIXME with explanatory comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
Thumb2 relaxation for LDR(literal).
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
MCAssembler tweak for determining when a symbol differe...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
Rename pattern for clarity.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Dan Gohman
Add a depth limit to avoid runaway recursion.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Dan Gohman
Use llvm.global_ctors to locate global constructors...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jakub Staszak
Remove trailing spaces and unneeded includes.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Nadav Rotem
Document the fact that the selection dag changes the...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Lang Hames
Fixed macro condition.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
Tidy up. 80 columns.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
Tidy up. MCAsmBackend naming conventions.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Bill Wendling
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Nadav Rotem
Fix a bug in the type-legalization of vector integers...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Pete Cooper
Fix ISD::REG_SEQUENCE to accept physical registers...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
Thumb2 load/store fixups don't set the thumb bit.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jim Grosbach
Move some ARM specific MCAssmebler bits into the ARMAsm...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Jakob Stoklund...
Add a CoveredBySubRegs property to Register descriptions.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-18
Daniel Dunbar
[lit] Add a --filter option which is useful when dealin...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jakub Staszak
Remove unneeded include.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jakob Stoklund...
Implement ARMBaseRegisterInfo::getCallPreservedMask().
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jim Grosbach
Fix MCJIT memory leak of owned TargetMachine.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jakob Stoklund...
Move X86 callee saved register lists to the X86CallConv...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jakob Stoklund...
Add TableGen support for callee saved registers.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Andrew Trick
Test case rename
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jakub Staszak
Move includes to the .cpp file.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jim Grosbach
MC tweak symbol difference resolution for non-local...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jim Grosbach
Tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Devang Patel
Intel syntax: Fix parser match class to check memory...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Nadav Rotem
Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) ...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Devang Patel
Intel syntax: Parse "BYTE PTR [RDX + RCX]"
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Jakub Staszak
Trailing spaces.
commit
|
commitdiff
|
tree
|
snapshot
next