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
2012-02-16
Remove comment.
Akira Hatanaka
2012-02-16
Remove unnecessary assignment to temporary, ResultReg.
Chad Rosier
2012-02-16
Use –mcpu=generic, so that the test will not fail when run on an Intel Atom
Bill Wendling
2012-02-16
Update credits.
Chad Rosier
2012-02-16
Note x86 regmask operands in release notes.
Jakob Stoklund Olesen
2012-02-16
Remove the YMM_HI_6_15 hack.
Jakob Stoklund Olesen
2012-02-16
Use the same CALL instructions for Windows as for everything else.
Jakob Stoklund Olesen
2012-02-16
Remove trailing whitespace. Add newline.
Akira Hatanaka
2012-02-16
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-16
Revert "InstSimplify: Strip pointer casts early."
Benjamin Kramer
2012-02-16
InstSimplify: Strip pointer casts early.
Benjamin Kramer
2012-02-16
InstSimplify: Ignore pointer casts when constant folding compares between poi...
Benjamin Kramer
2012-02-16
s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...
Bill Wendling
2012-02-16
Add 'exception handling' to my description.
Bill Wendling
2012-02-16
Add blurb about module flags and reformat a bit.
Bill Wendling
2012-02-16
Remove extraneous #include and spelling mistake introduced in r150669.
James Molloy
2012-02-16
Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N...
James Molloy
2012-02-16
VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier.
NAKAMURA Takumi
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
Template specialize SmallVector::push_back based on POD-ness of the type. Re...
Pete Cooper
2012-02-16
VMCore/AsmWriter.cpp: Use APFloat instead of atof(3).
NAKAMURA Takumi
2012-02-16
Oop - r150653 + r150654 broke one of my test cases. Backing out for now...
Lang Hames
2012-02-16
FPSCR shouldn't be reserved.
Lang Hames
2012-02-16
MachineCSE shouldn't extend the live ranges of reserved or allocatable regist...
Lang Hames
2012-02-16
Give a description of the Objective-C garbage collection module flags.
Bill Wendling
2012-02-16
loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...
Eli Friedman
2012-02-16
Enable register mask operands for x86 calls.
Jakob Stoklund Olesen
2012-02-15
Remove extraneous tests.
Bill Wendling
2012-02-15
Add a test for generating Objective-C metadata from module flags.
Bill Wendling
2012-02-15
Handle register masks in branch folding.
Jakob Stoklund Olesen
2012-02-15
Fix library visibility problems with VLIWPacketizer.
Andrew Trick
2012-02-15
Use the enum instead of 'unsigned'.
Bill Wendling
2012-02-15
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
Use 'getDataNoRel' for the section kind.
Bill Wendling
2012-02-15
Fix assertion condition.
Lang Hames
2012-02-15
Add a test for the Objective-C garbage collection metadata stuff.
Bill Wendling
2012-02-15
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-15
Add a module flags accessor method which returns the flags in a vector.
Bill Wendling
2012-02-15
Add function for computing the edit distance of two arrays.
Kaelyn Uhrain
2012-02-15
Don't expose DefaultVLIWScheduler
Andrew Trick
2012-02-15
utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I kn...
Daniel Dunbar
2012-02-15
Remove overly conservative assert.
Lang Hames
2012-02-15
Generic "VLIW" packetizer based on a DFA generated from target itinerary.
Andrew Trick
2012-02-15
Optimize redundant sign extends and negation of predicates.
Sirish Pande
2012-02-15
Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole."
Eric Christopher
2012-02-15
Revert "Optimize redundant sign extends and negation of predicates"
Eric Christopher
2012-02-15
Replacing HexagonOptimizeSZExtends with HexagonPeephole.
Sirish Pande
2012-02-15
Optimize redundant sign extends and negation of predicates
Sirish Pande
2012-02-15
Add braces to if clause to make symmetric with associate else clause.
Chad Rosier
2012-02-15
For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...
David Meyer
[prev]
[next]