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
Age
Commit message (
Expand
)
Author
2010-10-08
reapply: Use the new TB_NOT_REVERSABLE flag instead of special
Chris Lattner
2010-10-08
reapply the patch reverted in r116033:
Chris Lattner
2010-10-08
Fix Formatting.
Michael J. Spencer
2010-10-08
MC-COFF: Fix Simple and Complex type. Fixes PR8320.
Michael J. Spencer
2010-10-08
Fix Whitespace.
Michael J. Spencer
2010-10-08
Update CMake.
Daniel Dunbar
2010-10-08
Revert "Reimplement (part of) the or -> add optimization. Matching 'or' into
Daniel Dunbar
2010-10-08
Revert "Use the new TB_NOT_REVERSABLE flag instead of special ", which depends
Daniel Dunbar
2010-10-08
Revert "reimplement the second half of the or/add optimization. We should now",
Daniel Dunbar
2010-10-08
Fix -Asserts warning.
Daniel Dunbar
2010-10-08
Move to thumb2 loads, fixes a problem with incoming registers
Eric Christopher
2010-10-08
reimplement the second half of the or/add optimization. We should now
Chris Lattner
2010-10-08
Add test file for simple ARM binary encodings with MC
Jim Grosbach
2010-10-08
Enable binary encoding of some simple instructions.
Jim Grosbach
2010-10-08
Try to fix ocaml bindings.
Eric Christopher
2010-10-08
Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.
Jim Grosbach
2010-10-08
Use the new TB_NOT_REVERSABLE flag instead of special
Chris Lattner
2010-10-08
MC-COFF: Add test for my last commit.
Michael J. Spencer
2010-10-07
simplify some map operations.
Chris Lattner
2010-10-07
MC-COFF: Handle relaxation in COFF better. Fixes PR8321.
Michael J. Spencer
2010-10-07
Delete the FormulaSorter class and inline its one method into its
Dan Gohman
2010-10-07
Fix a spello.
Dan Gohman
2010-10-07
Charge a formula for explicit multiplies on scaled registers too,
Dan Gohman
2010-10-07
Use size_t for consistency.
Dan Gohman
2010-10-07
When merging one use into another, transfer the offsets from
Dan Gohman
2010-10-07
Reimplement (part of) the or -> add optimization. Matching 'or' into 'add'
Chris Lattner
2010-10-07
After splitting, the remaining LiveInterval may be fragmented into multiple
Jakob Stoklund Olesen
2010-10-07
Fix LSR to keep the RegUseTracker up to date when combining users.
Dan Gohman
2010-10-07
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
Devang Patel
2010-10-07
Unbreak cmake build.
John Thompson
2010-10-07
Code refactoring.
Evan Cheng
2010-10-07
Reduce casting in various tables by defining the table
Chris Lattner
2010-10-07
Warn about broken GCCs on ARM due to the problem fixed:
Nick Lewycky
2010-10-07
simplify code: don't build up vector only to assert it is empty.
Chris Lattner
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
Move checking for t2MOVCCi16 to the right place.
Jim Grosbach
2010-10-07
Trivial MC code emitter shell. No instruction forms actually handled yet.
Jim Grosbach
2010-10-07
Correctly check if a path is a directory. Fix by Brian Korver.
Evan Cheng
2010-10-07
Provie a clearner interface so that FE can decide whether a function has prot...
Devang Patel
2010-10-07
Include the auto-generated bits for machine encoding.
Jim Grosbach
2010-10-07
Fix typo in comment.
Nick Lewycky
2010-10-07
Remember to promote load/store types for stack to register size.
Eric Christopher
2010-10-07
convert test to use the existing classes that the multipatterns
Chris Lattner
2010-10-07
convert cmp to use a multipattern
Chris Lattner
2010-10-07
Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...
Evan Cheng
2010-10-07
This file needs ToolOutputFile.h too.
Dan Gohman
2010-10-07
ARM instruction don't have instruction prefixes, so remove the helper functions
Jim Grosbach
2010-10-07
Add output stream operator for MCInst.
Jim Grosbach
2010-10-07
Move tool_output_file into its own file.
Dan Gohman
2010-10-07
Add initialization routines for Instrumentation.
Owen Anderson
[next]