projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_initialized.
2013-02-05
Michael Gottesman
Added LLVM Asm/Bitcode Reader/Writer support for new...
commit
|
commitdiff
|
tree
2013-02-04
Michael Gottesman
Removed reference to LLVM as a project (since in LangRef...
commit
|
commitdiff
|
tree
2013-02-03
Michael Gottesman
Added instance variable/initializers/getter/setters...
commit
|
commitdiff
|
tree
2013-02-03
Michael Gottesman
Added new Global Variable marker ``externally_initialized...
commit
|
commitdiff
|
tree
2013-02-03
Michael Gottesman
Added clarification paragraph to LangRef's documentation of
commit
|
commitdiff
|
tree
2013-01-31
Michael Gottesman
Fixed a mistake in my previous commit where I changed...
commit
|
commitdiff
|
tree
2013-01-31
Michael Gottesman
Formatting Fix. Changed " to `` around the word 'constant...
commit
|
commitdiff
|
tree
2013-01-31
Michael Gottesman
Filecheckized 2x tests in SimplifyCFG and removed their...
commit
|
commitdiff
|
tree
2013-01-30
Michael Gottesman
Added a unit test for r173983 that verifies that Target...
commit
|
commitdiff
|
tree
2013-01-30
Michael Gottesman
Doxygenified some comments in IRBuilder.h.
commit
|
commitdiff
|
tree
2013-01-30
Michael Gottesman
Removed CreateFPExtOrFPTrunc for now until I have the...
commit
|
commitdiff
|
tree
2013-01-30
Michael Gottesman
Encapsulate testing that we have an iOS Triple in Triple...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Made certain small functions in PtrState inlined.
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Removed trailing comma in last element of enum declaration.
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Moved S_Stop back to its previous position in the sequence...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Fixed a few debug messages and some 80+ violations.
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Added some periods to some comments and added an overload...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Fixed 2 more header comments...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Fixed header comment.
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Fixed some whitespace/80+ violations. Also added a...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Added missing dashes from header declaration comment.
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Juggled Debug.h from ObjCARC.h to only the including...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Sorted includes using utils/sort_includes.
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Added two missing headers from ObjCARCAliasAnalysis.h.
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Removed InstCombine/Targets as library dependencies...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Extracted ObjCARCContract from ObjCARCOpts into its...
commit
|
commitdiff
|
tree
2013-01-29
Michael Gottesman
Removed some cruft from ObjCARCAliasAnalysis.cpp.
commit
|
commitdiff
|
tree
2013-01-28
Michael Gottesman
Created ObjCARCUtil.cpp for functions which in my humble...
commit
|
commitdiff
|
tree
2013-01-28
Michael Gottesman
Cleaned up includes in various ObjCARC files and removed...
commit
|
commitdiff
|
tree
2013-01-28
Michael Gottesman
Refactor ObjCARCAliasAnalysis into its own file.
commit
|
commitdiff
|
tree
2013-01-28
Michael Gottesman
Refactored out pass ObjCARCAPElim from ObjCARCOpts...
commit
|
commitdiff
|
tree
2013-01-28
Michael Gottesman
Fixed case insensitive issue.
commit
|
commitdiff
|
tree
2013-01-28
Michael Gottesman
Removed extraneous doxygen end module statement.
commit
|
commitdiff
|
tree
2013-01-28
Michael Gottesman
Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpa...
commit
|
commitdiff
|
tree
2013-01-28
Michael Gottesman
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpt...
commit
|
commitdiff
|
tree
2013-01-27
Michael Gottesman
Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.
commit
|
commitdiff
|
tree
2013-01-25
Michael Gottesman
Fixed typo.
commit
|
commitdiff
|
tree
2013-01-25
Michael Gottesman
Added new section to the git-svn getting started section...
commit
|
commitdiff
|
tree
2013-01-24
Michael Gottesman
Added comment to ObjCARC elaborating what is meant...
commit
|
commitdiff
|
tree
2013-01-22
Michael Gottesman
Fixed typo.
commit
|
commitdiff
|
tree
2013-01-22
Michael Gottesman
[ObjCARC] Refactored out the inner most 2-loops from...
commit
|
commitdiff
|
tree
2013-01-22
Michael Gottesman
This test is only supposed to test that the objc-arc...
commit
|
commitdiff
|
tree
2013-01-20
Michael Gottesman
Changed IRBuilder::CreateZExtOrTrunc and IRBuilder...
commit
|
commitdiff
|
tree
2013-01-20
Michael Gottesman
More copy editing.
commit
|
commitdiff
|
tree
2013-01-20
Michael Gottesman
Doxygenified and copy edited BasicBlock.h.
commit
|
commitdiff
|
tree
2013-01-20
Michael Gottesman
Doxygenified Argument.h and performed some copy editing...
commit
|
commitdiff
|
tree
2013-01-20
Michael Gottesman
Converted all method comments in IRBuilder.h to use...
commit
|
commitdiff
|
tree
2013-01-20
Michael Gottesman
Corrected assert messages for CreateZExtOrTrunc/CreateSExtOr...
commit
|
commitdiff
|
tree
2013-01-20
Michael Gottesman
Added IRBuilder::CreateFPExtOrFPTrunc.
commit
|
commitdiff
|
tree
2013-01-18
Michael Gottesman
Improved comment.
commit
|
commitdiff
|
tree
2013-01-18
Michael Gottesman
Fixed typo in comment.
commit
|
commitdiff
|
tree
2013-01-18
Michael Gottesman
Fixed 80+ violation.
commit
|
commitdiff
|
tree
2013-01-17
Michael Gottesman
Added missing const from my last commit.
commit
|
commitdiff
|
tree
2013-01-17
Michael Gottesman
[ObjCARC] Implemented operator<< for InstructionClass...
commit
|
commitdiff
|
tree
2013-01-16
Michael Gottesman
Added test for r172599 which fixes bugzilla://14584...
commit
|
commitdiff
|
tree
2013-01-16
Michael Gottesman
[ObjCARC] Turn off ignoring unwind edges in ObjCARC...
commit
|
commitdiff
|
tree
2013-01-14
Michael Gottesman
Changed SmallPtrSet.count guard + SmallPtrSet.insert...
commit
|
commitdiff
|
tree
2013-01-14
Michael Gottesman
Fixed some 80+ violations.
commit
|
commitdiff
|
tree
2013-01-14
Michael Gottesman
Updated the documentation in ObjCARC.cpp to fit the...
commit
|
commitdiff
|
tree
2013-01-13
Michael Gottesman
Added bugzilla PR number to test case.
commit
|
commitdiff
|
tree
2013-01-13
Michael Gottesman
Fixed an infinite loop in the block escape in analysis...
commit
|
commitdiff
|
tree
2013-01-13
Michael Gottesman
[ObjCARC] Even more debug messages!
commit
|
commitdiff
|
tree
2013-01-13
Michael Gottesman
[ObjCARC] More debug messages.
commit
|
commitdiff
|
tree
2013-01-12
Michael Gottesman
Fixed debug message in ObjCARC.
commit
|
commitdiff
|
tree
2013-01-12
Michael Gottesman
Fixed a few debug messages in ObjCARC and added one.
commit
|
commitdiff
|
tree
2013-01-12
Michael Gottesman
Fixed bug in ObjCARC where we were changing a call...
commit
|
commitdiff
|
tree
2013-01-12
Michael Gottesman
Fixed a bug where we were tail calling objc_autorelease...
commit
|
commitdiff
|
tree
2013-01-11
Michael Gottesman
Fixed whitespace.
commit
|
commitdiff
|
tree
2013-01-11
Michael Gottesman
Added debug messages to GlobalOpt.
commit
|
commitdiff
|
tree
2013-01-11
Michael Gottesman
Converted test dont-tce-tail-marked-call.ll to use...
commit
|
commitdiff
|
tree
2013-01-11
Michael Gottesman
This commit is a 4x squash commit consisting of 4x...
commit
|
commitdiff
|
tree
2013-01-10
Michael Gottesman
[ObjCARC Debug Message] Added debug message when we...
commit
|
commitdiff
|
tree
2013-01-09
Michael Gottesman
[ObjCARC Debug Messages] This is a squashed commit...
commit
|
commitdiff
|
tree
2013-01-07
Michael Gottesman
Fixed EOL whitespace.
commit
|
commitdiff
|
tree
2013-01-07
Michael Gottesman
[ObjCARC Debug Message] - Added debug message when...
commit
|
commitdiff
|
tree
2013-01-07
Michael Gottesman
[ObjCARC Debug Message] - Added debug message when...
commit
|
commitdiff
|
tree
2013-01-07
Michael Gottesman
[ObjCARC Debug Message] - Added debug message when...
commit
|
commitdiff
|
tree
2013-01-06
Michael Gottesman
[ObjCARC Debug Message] - Added debug message when...
commit
|
commitdiff
|
tree
2013-01-06
Michael Gottesman
[ObjCARC Debug Message] - Added debug message when...
commit
|
commitdiff
|
tree
2013-01-06
Michael Gottesman
[ObjCARC Debug Messages] - Added missing newline.
commit
|
commitdiff
|
tree
2013-01-06
Michael Gottesman
Added debug statement to ObjCARC when we replace objc_autore...
commit
|
commitdiff
|
tree
2013-01-06
Michael Gottesman
Added 2x Debug statements to ObjCARC that log when...
commit
|
commitdiff
|
tree
2013-01-06
Michael Gottesman
Added debug message in ObjCARC when we remove a no...
commit
|
commitdiff
|
tree
2013-01-06
Michael Gottesman
Added debug message to ObjCARC when we transform an...
commit
|
commitdiff
|
tree
2013-01-05
Michael Gottesman
Added debug message to ObjCARC when we transform objc_retain...
commit
|
commitdiff
|
tree
2013-01-05
Michael Gottesman
Added debug message for ObjCARC when we zap an objc_autorele...
commit
|
commitdiff
|
tree
2013-01-04
Michael Gottesman
Added DEBUG message to ObjCARC when we optimize objc_retain...
commit
|
commitdiff
|
tree
2013-01-04
Michael Gottesman
Fixed up some DEBUG messages where I was putting in...
commit
|
commitdiff
|
tree
2013-01-03
Michael Gottesman
Revert "Mark DIV/IDIV instructions hasSideEffects=1...
commit
|
commitdiff
|
tree
2013-01-03
Michael Gottesman
Changed two debug statements that state that a queue...
commit
|
commitdiff
|
tree
2013-01-03
Michael Gottesman
Added DEBUG message for ObjCARC when we zap a push...
commit
|
commitdiff
|
tree
2013-01-03
Michael Gottesman
Added DEBUG message to ObjCARC when we transform objc_initWe...
commit
|
commitdiff
|
tree
2013-01-03
Michael Gottesman
Added DEBUG message for ObjCARC when an inline asm...
commit
|
commitdiff
|
tree
2013-01-01
Michael Gottesman
Added DEBUG message when ObjCARC replaces a call which...
commit
|
commitdiff
|
tree
2013-01-01
Michael Gottesman
Added DEBUG messages to the top of several processing...
commit
|
commitdiff
|
tree
2012-10-16
Michael Gottesman
[InstCombine] Teach InstCombine how to handle an obfuscated...
commit
|
commitdiff
|
tree
2012-08-30
Michael Gottesman
[llvm] Updated the test fold-vector-select so that...
commit
|
commitdiff
|
tree