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
/
CodeGen
Age
Commit message (
Expand
)
Author
2010-01-13
use the new form of getNameWithPrefix, not makeNameProper.
Chris Lattner
2010-01-13
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2010-01-13
fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality.
Chris Lattner
2010-01-13
reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt.
Chris Lattner
2010-01-13
reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte
Chris Lattner
2010-01-13
reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnly
Chris Lattner
2010-01-13
Disable opt-ext pass to unbreak the build for now.
Evan Cheng
2010-01-13
Remove debug option I accidentally left in.
Evan Cheng
2010-01-13
Update CMake file.
Ted Kremenek
2010-01-13
Add a quick pass to optimize sign / zero extension instructions. For targets ...
Evan Cheng
2010-01-13
Further progration of metadata operands. The
Dale Johannesen
2010-01-12
Fix a comment typo.
Bob Wilson
2010-01-12
Update a partially obsolete comment.
Dan Gohman
2010-01-12
Fix a typo in a comment.
Dan Gohman
2010-01-11
Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...
Jakob Stoklund Olesen
2010-01-11
Disable transformation of select of two loads to a select of address and then...
Mon P Wang
2010-01-11
s/NextValueNo/NextMDValueNo while processing metadata.
Devang Patel
2010-01-09
Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode
Dan Gohman
2010-01-09
Dan pointed out checking whether a node is dead by comparing its opcode to IS...
Evan Cheng
2010-01-08
ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....
Evan Cheng
2010-01-07
Fix rdar://7517201, a regression introduced by r92849.
Chris Lattner
2010-01-07
factor this code better and reduce nesting at the same
Chris Lattner
2010-01-07
APInt'fy TargetLowering::SimplifySetCC to fix PR5963.
Evan Cheng
2010-01-07
Simplify code. No intended functionality/performance change.
Benjamin Kramer
2010-01-07
Kill dead store.
Benjamin Kramer
2010-01-07
Remove dead variable.
Benjamin Kramer
2010-01-07
Use pop_back_val instead of back()+pop_back.
Benjamin Kramer
2010-01-06
Allow double defs after tail duplication.
Jakob Stoklund Olesen
2010-01-06
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
Anti-dependency breaking needs to be careful regarding instructions with
Jim Grosbach
2010-01-06
Comment.
Evan Cheng
2010-01-06
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
80 column and whitespace cleanup
Jim Grosbach
2010-01-06
Fixed malformed -*- lines in PBQP headers.
Lang Hames
2010-01-06
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2010-01-06
The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 ...
Bill Wendling
2010-01-06
Only check the ordering if there is an ordering for each nodes.
Bill Wendling
2010-01-05
Add a semi-primitive form of scheduling via the "SDNode ordering" to the
Bill Wendling
2010-01-05
Don't assign the shift the same type as the variable being shifted. This could
Bill Wendling
2010-01-05
Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen
Dan Gohman
2010-01-05
Restore dump() methods to Loop and MachineLoop.
Dan Gohman
2010-01-05
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
Remove livein checks from machine code verifier.
Jakob Stoklund Olesen
2010-01-05
If a scope has only one instruction then first instruction is also the last i...
Devang Patel
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
Delete renaming use of dead dbg intrinsics.
Devang Patel
2010-01-05
Use StringRef.startswith().
Devang Patel
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
[prev]
[next]