projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-06-22
Jim Grosbach
Add missing header.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jim Grosbach
Move ARMMachObjectWriter to its own file.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Devang Patel
Set debug loc.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Nick Lewycky
Needs a triple.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Nick Lewycky
Emit trailing padding on constant vectors when TargetDa...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Justin Holewinski
PTX: Fix FrameIndex mapping bug
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jay Foad
Replace the existing forms of ConstantArray::get()...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jay Foad
Make ConstantVector::get() always take an ArrayRef...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Dan Bailey
Test Commit.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jay Foad
Eliminate a temporary std::vector in ConstantStruct...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jay Foad
Extend ConstantUniqueMap with a new template parameter...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Andrew Trick
Only do config-time substitution of LLVM_BUILD_MODE in
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Rafael Espindola
Reenable the optimization added in 133415, but change...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Justin Holewinski
PTX: Add signed integer comparisons
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Justin Holewinski
PTX: Add .address_size directive if PTX version >= 2.3
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Devang Patel
Test case for r133560.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Francois Pichet
Unbreak the CMake build
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Devang Patel
After register is spilled there should not be any DBG_V...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jim Grosbach
Consolidate some TableGen diagnostic helper functions.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Owen Anderson
Fix some trailing issues from my introduction of MVT...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Nick Lewycky
Add support for assembling "movq" when it's correct...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Bill Wendling
Add verbose EH table printing to SjLj exception tables.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Devang Patel
There could be more than one DBG_VALUE instructions...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Bill Wendling
Improve the comment printing for the EH table. This...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Eric Christopher
Handle the memory-ness of all U+ ARM constraints.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Devang Patel
Remove r130409, as requested by Chris.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Evan Cheng
Reorg. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Bob Wilson
Revert r133452: "Emit movq for 64-bit register to XMM...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Anna Zaks
Add support for sadd.with.overflow and uadd.with.overfl...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Andrew Trick
IVUsers no longer needs to record the phis.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jay Foad
Remove deprecated forms of StringMap::GetOrCreateValue().
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jay Foad
Remove some unnecessary uses of c_str().
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Benjamin Kramer
Remove unused variables.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jay Foad
Reinstate r133435 and r133449 (reverted in r133499...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jay Foad
Don't use PN->replaceUsesOfWith() to change a PHINode...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jay Foad
Add a reduced test case for the buildbot failure (clang...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Chris Lattner
use the MapEntryTy typedef instead of writing it out...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Evan Cheng
Teach dag combine to match halfword byteswap patterns.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Andrew Trick
indvars -disable-iv-rewrite: Adds support for eliminati...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Chad Rosier
Revert r133435 and r133449 to appease buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Akira Hatanaka
Add A0 and A1 to the list of registers used for returni...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Akira Hatanaka
Coding style fixes.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Akira Hatanaka
Re-apply 132758 and 132768 which were speculatively...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Bill Wendling
Don't mark the eh.dispatch.setup with a memory access...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Dan Gohman
Completely short-circuit out ARC optimization if the...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Bill Wendling
Remove the subclassing. This will be moved to the ASM...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Jakob Stoklund...
Skip fields that don't exist in the Register class.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Justin Holewinski
PTX: Fix conversion between predicates and value types
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Nick Lewycky
Emit movq for 64-bit register to XMM register moves...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Jay Foad
Fix a check for PHINodes with two incoming values.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Justin Holewinski
PTX: Fix if-then-else formatting and add missing asserts
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rafael Espindola
Disable again.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Justin Holewinski
PTX: Add basic register spilling code
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Roman Divacky
Don't apply on PPC64 the 32bit ADDIC optimizations...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Jay Foad
This is an automatically reduced test case that crashed...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Jay Foad
Change how PHINodes store their operands.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Jay Foad
Make better use of the PHINode API.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Jay Foad
Remove the AugmentedUse struct.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rafael Espindola
Re enable 133415 with two fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Duncan Sands
Disable the logic added by rafael in commit 133415...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Nadav Rotem
Fix PromoteIntRes_TRUNCATE: Add support for cases where the
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Francois Pichet
Fix MSVC build. next() function already exists in the...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rafael Espindola
Teach early dup how to duplicate basic blocks with...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Chris Lattner
Revamp the "ConstantStruct::get" methods. Previously...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Chris Lattner
introduce an isLayoutIdentical() method, which is curre...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Jakob Stoklund...
Add a RegisterTuples class to Target.td and TableGen.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Jay Foad
Fix a FIXME by making GlobalVariable::getInitializer...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Benjamin Kramer
Update test.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Nadav Rotem
Code cleanups: Remove duplicated logic in PromotInteRes...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Nadav Rotem
Calls to AssertZext and getZeroExtendInReg must be...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Nadav Rotem
When promoting the vector elements in CopyToParts,...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Nadav Rotem
Reduce the runtime of the test. Keep only the interesti...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Nick Lewycky
Revert r133373. I was going to use this to teach the...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Nick Lewycky
Add the remaining instructions/constant expressions...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Chris Lattner
Remove support for parsing the "type i32" syntax for...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
revert r133368, apparently I missed the tests to be...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
Remove support for parsing the "type i32" syntax for...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
fix the varargs version of StructType::get to not requi...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
eliminate some pointless virtual methods.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
simplify some code.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
now that Type::getDescription() is dead, the TypePrinti...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
eliminate the Type::getDescription() method, using...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
improve some comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
remove an unreduced testcase.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
rework the remaining autoupgrade logic to use a StringR...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Benjamin Kramer
Directly print to a raw_ostream instead of printing...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Benjamin Kramer
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Benjamin Kramer
Simplify code. No change in functionality.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Hans Wennborg
MC: Allow .common as alias for .comm assembler directiv...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Benjamin Kramer
Don't allocate empty read-only SmallVectors during...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Benjamin Kramer
Remove unused but set variables.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Hans Wennborg
Fix PR10103: Less code for enum type translation.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Nick Lewycky
Add test for r133251.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Cameron Zwarich
When scalar replacement returns a vector type, only...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Chris Lattner
rip out a ton of intrinsic modernization logic from...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Cameron Zwarich
Fix an invalid bitcast crash that occurs when doing...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Cameron Zwarich
Remove a pointless assignment. Nothing checks the value...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Jakob Stoklund...
Use the correct comparator to avoid depending on pointe...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Jakob Stoklund...
Store CodeGenRegisters as pointers so they won't be...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Jakob Stoklund...
Remove MethodProtos/MethodBodies and allocation_order_b...
commit
|
commitdiff
|
tree
|
snapshot
next