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 |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | remove useless cast and fix typos in comment
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator* (found by inspection)
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | fix clang selfhost issue (shadowing)
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache result of operator*
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | cache operator*'s result (in multiple functions)
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | refactor type expressions and cache operator*'s result
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | do not repeatedly dereference use_iterator
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | do not repeatedly dereference use_iterator
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | two more cases of reuse result of operator*, found...
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | another case of reuse result of operator*, it is expensive...
|
commit | commitdiff | tree |
2010-07-09 |
Gabor Greif | reuse result of operator*, it is expensive to recompute
|
commit | commitdiff | tree |
next |