2012-04-20 |
Gabor Greif | effectively back out my last change (r155190)
|
commit | commitdiff | tree |
2012-04-20 |
Gabor Greif | fix obviously bogus (IMO) operand index of the load...
|
commit | commitdiff | tree |
2012-04-19 |
Gabor Greif | zap tabs
|
commit | commitdiff | tree |
2012-01-26 |
Gabor Greif | comment tweaks
|
commit | commitdiff | tree |
2010-10-22 |
Gabor Greif | fix memory-layout assumption which only holds on little...
|
commit | commitdiff | tree |
2010-10-04 |
Gabor Greif | validator fixes; others remain, somebody who knows...
|
commit | commitdiff | tree |
2010-10-04 |
Gabor Greif | minor tweaks and typos
|
commit | commitdiff | tree |
2010-10-01 |
Gabor Greif | typo
|
commit | commitdiff | tree |
2010-09-29 |
Gabor Greif | do not compare actual branch labels; this may fix llvm...
|
commit | commitdiff | tree |
2010-09-29 |
Gabor Greif | improve heuristics to find the 'and' corresponding...
|
commit | commitdiff | tree |
2010-09-21 |
Gabor Greif | Fix buglet when the TST instruction directly uses the...
|
commit | commitdiff | tree |
2010-09-21 |
Gabor Greif | Move the search for the appropriate AND instruction
|
commit | commitdiff | tree |
2010-09-18 |
Gabor Greif | restrict dyn_cast_or_null to pointer types, just like...
|
commit | commitdiff | tree |
2010-09-18 |
Gabor Greif | back out r114279 as some darwin buildbots get errors...
|
commit | commitdiff | tree |
2010-09-18 |
Gabor Greif | restrict dyn_cast_or_null to pointer types, just like...
|
commit | commitdiff | tree |
2010-09-18 |
Gabor Greif | do not rely on the implicit-dereference semantics of...
|
commit | commitdiff | tree |
2010-09-18 |
Gabor Greif | do not rely on the implicit-dereference semantics of...
|
commit | commitdiff | tree |
2010-09-18 |
Gabor Greif | remove CallSite::get; it is still present (as protected...
|
commit | commitdiff | tree |
2010-09-17 |
Gabor Greif | fix comments; patch by Edmund Grimley-Evans\!
|
commit | commitdiff | tree |
2010-09-15 |
Gabor Greif | the darwin9-powerpc buildbot keeps consistently crashing,
|
commit | commitdiff | tree |
2010-09-14 |
Gabor Greif | an attempt to salvage the darwin9-powerpc buildbot...
|
commit | commitdiff | tree |
2010-09-14 |
Gabor Greif | set isCompare for another three Thumb1 instructions
|
commit | commitdiff | tree |
2010-09-14 |
Gabor Greif | set comparable for a bunch of Thumb instructions
|
commit | commitdiff | tree |
2010-09-14 |
Gabor Greif | must not peephole away side effects
|
commit | commitdiff | tree |
2010-09-14 |
Gabor Greif | forgot the testcase change for r113839
|
commit | commitdiff | tree |
2010-09-14 |
Gabor Greif | Eliminate a 'tst' that immediately follows an 'and'
|
commit | commitdiff | tree |
2010-09-14 |
Gabor Greif | test for and-tst peephole optimization
|
commit | commitdiff | tree |
2010-09-10 |
Gabor Greif | typoes
|
commit | commitdiff | tree |
2010-09-07 |
Gabor Greif | fix comment typos
|
commit | commitdiff | tree |
2010-08-23 |
Gabor Greif | tyops
|
commit | commitdiff | tree |
2010-08-05 |
Gabor Greif | remove the private hack from CallInst, it was not supposed...
|
commit | commitdiff | tree |
2010-08-04 |
Gabor Greif | by Alexander Herz:
|
commit | commitdiff | tree |
2010-07-31 |
Gabor Greif | doxygenize argument accessors
|
commit | commitdiff | tree |
2010-07-29 |
Gabor Greif | remove a layer of cruft
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | simplify by using CallSite constructors; virtually...
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | simplify
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | simplify
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | use Value* constructor of CallSite to create potentially...
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | use Value* constructor of CallSite to create potentially...
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | use Value* constructor of CallSite to create potentially...
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | simplify
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | simplify
|
commit | commitdiff | tree |
2010-07-28 |
Gabor Greif | we are supposed to only create proper CallSites from...
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | reintroduce original (asserting) semantics of CallSite...
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | recommit simplification (originally r109504, backed...
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | remove bogus assert, use static_cast for additional...
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | recommit simplification (r109502, backed out r109509...
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | back out this too to restore the bots
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | back out r109504, breaks the bots
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | simplify: CallSite::get --> CallSite constructor
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | simplify
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | use ImmutableCallSite for const-corrgoodness
|
commit | commitdiff | tree |
2010-07-27 |
Gabor Greif | simplify
|
commit | commitdiff | tree |
2010-07-26 |
Gabor Greif | re-commit r109220, the compile error has already been...
|
commit | commitdiff | tree |
2010-07-23 |
Gabor Greif | fix constness warnings
|
commit | commitdiff | tree |
2010-07-23 |
Gabor Greif | do not (implicitly) dereference iterator many times...
|
commit | commitdiff | tree |
2010-07-23 |
Gabor Greif | Simplifying use_iterators by dereferencing
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | keep in 80 cols
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | add dyn_cast_or_null tests, exclude invalid dyn_cast...
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | tidy up
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | add dyn_cast tests and beef up others a bit
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | fit in 80 columns
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | use cascading operator-> feature
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | mass elimination of reliance on automatic iterator...
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | simplify
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | do not access arguments via low-level interface, do...
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | pass dereferenced iterator to dyn_cast
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | pass dereferenced iterator to dyn_cast
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | use -> instead of (*).
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | cache dereferenced iterator
|
commit | commitdiff | tree |
2010-07-22 |
Gabor Greif | undo 80 column trespassing I caused
|
commit | commitdiff | tree |
2010-07-21 |
Gabor Greif | appease Validator
|
commit | commitdiff | tree |
2010-07-21 |
Gabor Greif | add info on operand rotation
|
commit | commitdiff | tree |
2010-07-21 |
Gabor Greif | restore aesthetics
|
commit | commitdiff | tree |
2010-07-20 |
Gabor Greif | tidy up
|
commit | commitdiff | tree |
2010-07-20 |
Gabor Greif | remove testing cruft, this can be found in unittests...
|
commit | commitdiff | tree |
2010-07-20 |
Gabor Greif | migrate essentially everything from under #ifdef DEBUG_CAST_...
|
commit | commitdiff | tree |
2010-07-20 |
Gabor Greif | extend to cast<> and cast_or_null<> tests
|
commit | commitdiff | tree |
2010-07-20 |
Gabor Greif | isa<> tests
|
commit | commitdiff | tree |
2010-07-20 |
Gabor Greif | initial checkin for unittest to exercise Support/Casting.h
|
commit | commitdiff | tree |
2010-07-19 |
Gabor Greif | precompute 20 tags
|
commit | commitdiff | tree |
2010-07-17 |
Gabor Greif | fullStopTag cannot happen here, it is handled above
|
commit | commitdiff | tree |
2010-07-16 |
Gabor Greif | get the first few tags from a precomputed table (count...
|
commit | commitdiff | tree |
2010-07-16 |
Gabor Greif | eliminate CallInst::ArgOffset
|
commit | commitdiff | tree |
2010-07-15 |
Gabor Greif | cache another dereferenced iterator
|
commit | commitdiff | tree |
2010-07-13 |
Gabor Greif | rotate CallInst operands
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache results of operator*
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache results of operator*
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache dereferenced iterators
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | recommit r108131 (hich has been backed out in r108135...
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | back out r108131 (of TailDuplication.cpp) for now,...
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache dereferenced iterators
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache dereferenced iterators
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache dereferenced iterators
|
commit | commitdiff | tree |
2010-07-12 |
Gabor Greif | cache dereferenced iterators
|
commit | commitdiff | tree |
next |