projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2010-12-09
Devang Patel
Add initial support to measure local variables.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Rafael Espindola
Use const references.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bill Wendling
Fix the prototype for the llvm.eh.selector intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bill Wendling
Thumb ldr reg+imm offsets were encoded incorrectly...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Nate Begeman
Add support for AVX to materialize +0.0 when doing...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Owen Anderson
Use the new IsAligned fixup flag to improve fixup encod...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Stuart Hastings
Initial support for nested CALLSEQ_START/CALLSEQ_END...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jakob Stoklund...
Remember to filter out reserved rergisters from the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jakob Stoklund...
Add a forgotten initializer for CheckedFirstInterference.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Dan Gohman
Give CurStreamType's enum a name. This works around...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Owen Anderson
Fix an issue in some Thumb fixups, where the effective...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
Rename CB/CBZ specific fixup accordingly.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Devang Patel
Add assert to catch an attempt to emit .byte 256
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Kevin Enderby
Add support for parsing ARM arithmetic instructions...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
Rename the encoder method for t_cbtarget to match.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
Thumb needs a few different encoding schemes for branch...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bob Wilson
80-column fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
ARM stm/ldm instructions require more than one register...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bob Wilson
Add a license comment to the generated arm_neon.h header.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Andrew Trick
Added register reassignment prototype to RAGreedy....
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Michael J....
More code not compiled by CMake. :(.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Michael J....
CMake: Add FileUpdate to the build.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Michael J....
Missed FileUpdate because CMake doesn't build it yet :(.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Michael J....
Support/Windows/PathV2: Fix header comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Michael J....
Fix whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Michael J....
Support: Move c_str from SmallVector back to SmallStrin...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Michael J....
Support/FileSystem: Change file_status predicate functi...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Michael J....
Support/MemoryBuffer: Replace all uses of std::string...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bruno Cardoso...
Add ROTR and ROTRV mips32 instructions. Patch by Akira...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bruno Cardoso...
Fix delay slot filler for non mips1 targets. Patch...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Kalle Raiskila
Dont' feed ILA two inputs - it takes just one.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
tidy up.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
80 columns.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Chris Lattner
enhance memcpyopt to zap memcpy's that have the same...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Chris Lattner
fix PR8753, eliminating a case where we'd infinitely...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Eric Christopher
Rewrite the darwin tlv support to use a chain and retur...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Owen Anderson
Take the first step towards making LVI non-recursive...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Eric Christopher
80-col fixups.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Wesley Peck
Reworking the stack layout generated by the MBlaze...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Owen Anderson
Fix encoding of the immediate operands on post-indexed...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Dan Gohman
Really check that the bits that will become zero are...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Eric Christopher
Fix up some comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Owen Anderson
Fix Thumb2 fixups for ldr.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
Add a textual message to the assert.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
Add a sanity check assert() for t2ADD/SUBrSPi instructi...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
When using multiple instructions to reference a frame...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jim Grosbach
The add/sub SP instructions are really pseudos. The...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Jakob Stoklund...
IntervalMap iterators are heavyweight, so avoid copying...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Matt Beaumont-Gay
Remove unused variables
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Owen Anderson
Fix typo in Thumb2 branch fixup.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Eric Christopher
Stop confusing people, it's not really a chain, or...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bill Wendling
Remove extraneous semicolon.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bill Wendling
Attempt to make the bit-twiddling readable resulted...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Bill Wendling
The BLX instruction is encoded differently than the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Eric Christopher
Remove extraneous copy from DAG conversion for darwin...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Owen Anderson
Fix Thumb2 BCC encoding and fixups.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Eric Christopher
Add rsp to the uses for the same reason as 32-bit.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Devang Patel
DW_FORM_data1 may not provide sufficient room for vtabl...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Kevin Enderby
Allow a slash, '/', as a prefix separator for X86....
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jakob Stoklund...
Properly deal with empty intervals when checking for...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jason W Kim
Style nit and whitespace cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Eric Christopher
Move this test to tlv* to make it easier to notice...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Clean up the add/sub w/ SP source reg instructions...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Fix T2TwoRegImm and use it for t2ADDrSPi12 and friends.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jason W Kim
Removed dead comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jason W Kim
ARM/MC/ELF TPsoft is now a proper pseudo inst.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
T2TwoRegImm isn't right for t2SUBrSPi12. Use T2I instead.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Add operand encoding for Thumb2 subw SP + imm. rdar...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Add operand encoding for Thumb2 addw Rn + imm. rdar...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bill Wendling
Support the "target" encodings for the CB[N]Z instructions.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Evan Cheng
Fix an obvious cut-n-paste error.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jakob Stoklund...
Implement very primitive hinting support in RegAllocGreedy.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Add operand encoding for Thumb2 addw SP + imm. rdar...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Parameterize opcode encoding bits for Thumb2 extended...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bob Wilson
Add operators for "_lane" variants of some saturating...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Fix operand encoding for Thumb2 extended precision...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jakob Stoklund...
Store (priority,regnum) pairs in the priority queue...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Eric Christopher
Reword comment slightly.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Lang Hames
Fixed some dependencies in RegAllocPBQP.h . Thanks...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Simplify T2 operand assignment notation a bit. No need...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Devang Patel
Use type's file info while describing inheritance relat...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bob Wilson
Add operators for vabdl and vabal so they can be implem...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bob Wilson
Remove unused function parameter.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Eric Christopher
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jakob Stoklund...
Trim includes.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Devang Patel
Add support to create debug info for functions and...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Tweak ARM fixup value adjustments for Thumb to better...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Devang Patel
Add support to create class type.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bob Wilson
Add an operator for vaba so it can be implemented using...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Andrew Trick
Generalize PostRAHazardRecognizer so it can be used...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bill Wendling
Use this new fangled StringSwitch technology.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Owen Anderson
Improve comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jim Grosbach
Add initializer.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bill Wendling
Cleanup table a bit.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Evan Cheng
Add comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Jakob Stoklund...
Stub out RegAllocGreedy.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bill Wendling
Fix newlines.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Daniel Dunbar
build: Shared libraries shouldn't used RPATH on Darwin...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Eric Christopher
Regenerate this for Daniel.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Bill Wendling
Add support for loading from a constant pool.
commit
|
commitdiff
|
tree
|
snapshot
next