2009-09-28 |
Chris Lattner | The select instruction is not neccesarily in the same...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | simplify some code.
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | The bitcast case is not needed here: instcombine turns...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | calls are already unmovable, malloc doesn't need a...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | calls to external functions are already marked overdefined...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | calls are already handled, malloc doesn't need a special...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | calls are rejected above, no need to special case malloc...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | remove special handling of bitcast(malloc), it will...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | unlike the malloc instruction, "malloc" calls do not...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | add a new DirectiveMap stringmap, which allows more...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | allow pushing icmps through phis with multiple uses...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | Enhance the previous fix for PR4895 to allow more values...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | implement PR4895, by making FoldOpIntoPhi handle select...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | avoid copying MCAsmInfo by value, add an (extremely...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | rename REG -> REGISTER to make it explicit in the doc...
|
commit | commitdiff | tree |
2009-09-27 |
Chris Lattner | implement and document support for filecheck variables...
|
commit | commitdiff | tree |
2009-09-26 |
Chris Lattner | remove support for "NoSub" from regex. It seems like...
|
commit | commitdiff | tree |
2009-09-25 |
Chris Lattner | reject attempts to use ()'s in patterns, these are...
|
commit | commitdiff | tree |
2009-09-25 |
Chris Lattner | reimplement the regex matching strategy by building...
|
commit | commitdiff | tree |
2009-09-25 |
Chris Lattner | special case Patterns that are a single fixed string...
|
commit | commitdiff | tree |
2009-09-25 |
Chris Lattner | convert testcases to filecheck.
|
commit | commitdiff | tree |
2009-09-25 |
Chris Lattner | filecheck should not match a \n with a .
|
commit | commitdiff | tree |
2009-09-25 |
Chris Lattner | remove a large unreduced testcase
|
commit | commitdiff | tree |
2009-09-25 |
Chris Lattner | turn a std::pair into a real class.
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | add and document regex support for FileCheck. You...
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | unconditionally request MMI
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | wrap long lines.
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | Use CanonicalizeInputFile to canonicalize the entire...
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | change 'not' matching to use Pattern, move pattern...
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | refactor out the match string into its own Pattern...
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | tidy up, fix a memory leak in Regex::isValid
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | unconditionally compute MMI even if the target doesn...
|
commit | commitdiff | tree |
2009-09-24 |
Chris Lattner | reapply r82348 with a fix, thanks Jeffrey.
|
commit | commitdiff | tree |
2009-09-23 |
Chris Lattner | errorstr can be null, don't unconditionally set it...
|
commit | commitdiff | tree |
2009-09-23 |
Chris Lattner | Make EngineBuilder return more error codes, by KS Sreeram.
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | Fix PR5023: The instruction form of DominatorTree:...
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | move DominatorTree::dominates for instructions out...
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | tidy up
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | tidy up
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | big endian systems shift by bits too, hopefully this...
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | fix PR5016, a crash I introduced in GVN handing first...
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | enable non-local analysis and PRE of large store -...
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | convert an std::pair to an explicit struct.
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | move some functions, add a comment.
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | split HandleLoadFromClobberingStore in two pieces:...
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | add pr#
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | Improve GVN to be able to forward substitute a small...
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | add a helper method.
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | one case handled, expanded another testcase inline.
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | formatting cleanups, no functionality change.
|
commit | commitdiff | tree |
2009-09-21 |
Chris Lattner | fix a FileCheck bug where:
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | simplify as daniel suggests
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | write rfind in terms of npos as daniel requested
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | remove a dead method.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | grammaro
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | Revert r82404, it is causing a bootstrap miscompile...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | rewrite CountNumNewlinesBetween to be in terms of StringRef.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | this was not supposed to be committed
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | implement and document support for CHECK-NOT
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | rewrite FileCheck in terms of StringRef instead of...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | improve memdep to eliminate bitcasts (and aliases,...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | Move CoerceAvailableValueToLoadType earlier in GVN...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | change the interface to CoerceAvailableValueToLoadType...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | enhance GVN to forward substitute a stored value to...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | update an entry, delete an entry which has been fixed.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | tidy up
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | remove a temporary hack.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | move target registry stuff to X86ATTAsmPrinter.cpp
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | simplify this now that createX86CodePrinterPass is...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | rename X86ATTAsmPrinter class -> X86AsmPrinter
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | remove the asmstring, it is now dead. Improve comment.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | kill off printPICLabel now, it's specialness is handled by
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | delete X86IntelAsmPrinter! Now -x86-asm-syntax just...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | Add an intel syntax MCInstPrinter implementation. ...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | tidy up
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | eliminate a use of strtoul.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | split random COFF asmprinter state out to X86COFFMachineModu...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | smallvectorize getExtraOptionNames
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | add a helper method.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | minor cleanups.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | strength reduce further StringRef-> const char*, saving...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | switch an std::string to StringRef, shaving 400 bytes...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | the switch from std::map -> StringMap caused --help...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | eliminate the duplicate detection loop, moving it into...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | Eliminate a masochistic "algorithm" loop, shrinking...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | don't use count + insert, just do insert + failure...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | switch to SmallPtrSet instead of std::set, saving 1K...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | change an std::sort to an array_pod_sort call, shrinking...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | Several changes together in a murky mess:
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | convert argname to StringRef, simplifying LookupOption.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | convert 'Value' to StringRef which makes it easier to
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | Change CommaSeparated processing to do it with StringRef...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | rewrite ParseCStringVector in terms of stringref.
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | move a couple non-trivial methods out of line, add new
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | coding style cleanup
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | convert a bunch more stuff to use StringRef. The ArgName...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | add size_t and a version of rfind that allows specification...
|
commit | commitdiff | tree |
2009-09-20 |
Chris Lattner | avoid a bunch of malloc thrashing for PositinoalVals...
|
commit | commitdiff | tree |
next |