2009-03-27 |
Gabor Greif | "ghostify" the ilist<Function> sentinel
|
commit | commitdiff | tree |
2009-03-25 |
Gabor Greif | do not rely on callee being operand 0
|
commit | commitdiff | tree |
2009-03-24 |
Gabor Greif | simplify logic and get rid of the assumption that operand...
|
commit | commitdiff | tree |
2009-03-17 |
Gabor Greif | typo
|
commit | commitdiff | tree |
2009-03-13 |
Gabor Greif | Second installment of "BasicBlock operands to the back"
|
commit | commitdiff | tree |
2009-03-12 |
Gabor Greif | cosmetic change, in preparation of future change
|
commit | commitdiff | tree |
2009-03-12 |
Gabor Greif | Rearrange operands of the BranchInst, to be able to
|
commit | commitdiff | tree |
2009-03-12 |
Gabor Greif | add some text to explain sentinels
|
commit | commitdiff | tree |
2009-03-12 |
Gabor Greif | minor tweaks
|
commit | commitdiff | tree |
2009-03-11 |
Gabor Greif | update
|
commit | commitdiff | tree |
2009-03-11 |
Gabor Greif | do not pretend llvm/.../*.h being system headers
|
commit | commitdiff | tree |
2009-03-11 |
Gabor Greif | fix validator errors
|
commit | commitdiff | tree |
2009-03-11 |
Gabor Greif | Fix exaples using IRBuilder. Thanks, Quadrescence and...
|
commit | commitdiff | tree |
2009-03-10 |
Gabor Greif | Give Op<N>() AppleScript-like semantics, i.e. for negative...
|
commit | commitdiff | tree |
2009-03-09 |
Gabor Greif | make the Op<N> methods protected, how it was intended...
|
commit | commitdiff | tree |
2009-03-09 |
Gabor Greif | in builds without asserts we do not need to allocate...
|
commit | commitdiff | tree |
2009-03-07 |
Gabor Greif | simplify the way how traits get hold of the symbol...
|
commit | commitdiff | tree |
2009-03-07 |
Gabor Greif | further simplifications arising from peruse of the...
|
commit | commitdiff | tree |
2009-03-07 |
Gabor Greif | Remove the burden of dealing with list offsets
|
commit | commitdiff | tree |
2009-03-06 |
Gabor Greif | do not close friendship with every odd class
|
commit | commitdiff | tree |
2009-03-05 |
Gabor Greif | ignore build dirs
|
commit | commitdiff | tree |
2009-03-04 |
Gabor Greif | ooops, forgot to include the pointless-write eliminator...
|
commit | commitdiff | tree |
2009-03-04 |
Gabor Greif | Give sentinel traits the right to determine the policy...
|
commit | commitdiff | tree |
2009-03-04 |
Gabor Greif | "Ghostify" embedded sentinels. This is a real win in...
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | drop support for GCC 2.x as it is hopelessly broken...
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | fix broken GCC bugzilla link
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | add a Q/A on broken GCCs
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | Declare Sentinel fragments as mutable to get rid
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | remove a deprecated interface that was pretty useless
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | note the removal of deprecated interfaces
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | fix typo
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | minor tweaks
|
commit | commitdiff | tree |
2009-03-02 |
Gabor Greif | minor tweaks
|
commit | commitdiff | tree |
2009-03-01 |
Gabor Greif | Another sentinel optimization. This one should always
|
commit | commitdiff | tree |
2009-03-01 |
Gabor Greif | Reuse a technique (pioneered for BasicBlocks) of superposing...
|
commit | commitdiff | tree |
2009-03-01 |
Gabor Greif | fix a comment
|
commit | commitdiff | tree |
2009-03-01 |
Gabor Greif | Fix a typo. Thanks baldrick!
|
commit | commitdiff | tree |
2009-02-28 |
Gabor Greif | add description how the ilist_traits<Instruction> works
|
commit | commitdiff | tree |
2009-02-28 |
Gabor Greif | make traits more flexible by splitting out node-related...
|
commit | commitdiff | tree |
2009-02-27 |
Gabor Greif | group friendship
|
commit | commitdiff | tree |
2009-02-27 |
Gabor Greif | document ilist_traits
|
commit | commitdiff | tree |
2009-02-27 |
Gabor Greif | Expand a bit on iplist. If you are more expert on this...
|
commit | commitdiff | tree |
2009-02-27 |
Gabor Greif | update ilist documentation and add some blurb on ilist_node
|
commit | commitdiff | tree |
2009-02-27 |
Gabor Greif | update year
|
commit | commitdiff | tree |
2009-02-27 |
Gabor Greif | fix comments
|
commit | commitdiff | tree |
2009-02-27 |
Gabor Greif | Introduce a new technique for merging BasicBlock with...
|
commit | commitdiff | tree |
2009-02-26 |
Gabor Greif | remove deleteNode definition, it is inherited in an...
|
commit | commitdiff | tree |
2009-02-21 |
Gabor Greif | fix and clean up a comment
|
commit | commitdiff | tree |
2009-02-11 |
Gabor Greif | Fill in a glaring omission in derived User classes...
|
commit | commitdiff | tree |
2009-02-09 |
Gabor Greif | incorporate review feedback
|
commit | commitdiff | tree |
2009-02-09 |
Gabor Greif | make sure that BranchInst::getSuccessor() does not...
|
commit | commitdiff | tree |
2009-01-31 |
Gabor Greif | back out my previous change, it exposes a latent bug...
|
commit | commitdiff | tree |
2009-01-31 |
Gabor Greif | use precise accessors
|
commit | commitdiff | tree |
2009-01-30 |
Gabor Greif | use precise getters
|
commit | commitdiff | tree |
2009-01-30 |
Gabor Greif | use precise getters
|
commit | commitdiff | tree |
2009-01-23 |
Gabor Greif | use CallSite::isCalle instead of slow getOperandNo
|
commit | commitdiff | tree |
2009-01-23 |
Gabor Greif | Simplify the logic of getting hold of a PHI predecessor...
|
commit | commitdiff | tree |
2009-01-22 |
Gabor Greif | introduce a useful abstraction to find out if a Use...
|
commit | commitdiff | tree |
2009-01-18 |
Gabor Greif | add a comment
|
commit | commitdiff | tree |
2009-01-17 |
Gabor Greif | switch over some other methods from indices to iterators
|
commit | commitdiff | tree |
2009-01-17 |
Gabor Greif | make comparisons a bist faster
|
commit | commitdiff | tree |
2009-01-17 |
Gabor Greif | speed up iterative loop by using iterators. changes...
|
commit | commitdiff | tree |
2009-01-17 |
Gabor Greif | introduce typedef for complicated vector, and use it too
|
commit | commitdiff | tree |
2009-01-16 |
Gabor Greif | typo
|
commit | commitdiff | tree |
2009-01-16 |
Gabor Greif | use specialized accessor instead of plain getOperand(0)
|
commit | commitdiff | tree |
2009-01-15 |
Gabor Greif | avoid using iterators when they get invalidated potentially
|
commit | commitdiff | tree |
2009-01-15 |
Gabor Greif | minor refactoring: use a more specific API
|
commit | commitdiff | tree |
2009-01-14 |
Gabor Greif | minor simplification
|
commit | commitdiff | tree |
2009-01-11 |
Gabor Greif | drats! remove tabs
|
commit | commitdiff | tree |
2009-01-11 |
Gabor Greif | simplify CallSite helper class to not consult the Instruction's
|
commit | commitdiff | tree |
2009-01-07 |
Gabor Greif | revert to functionally equivalent formulation
|
commit | commitdiff | tree |
2009-01-07 |
Gabor Greif | use the obvious getters
|
commit | commitdiff | tree |
2009-01-05 |
Gabor Greif | set standard ignores
|
commit | commitdiff | tree |
2009-01-05 |
Gabor Greif | another fix to my previous commit:
|
commit | commitdiff | tree |
2009-01-05 |
Gabor Greif | eliminate tabs from my previous commit
|
commit | commitdiff | tree |
2009-01-05 |
Gabor Greif | Get rid of the tagging functions and use PointerIntPair.
|
commit | commitdiff | tree |
2008-11-09 |
Gabor Greif | suppress build products
|
commit | commitdiff | tree |
2008-11-04 |
Gabor Greif | fix two validation errors
|
commit | commitdiff | tree |
2008-11-04 |
Gabor Greif | fix typos, harmonize formatting
|
commit | commitdiff | tree |
2008-10-27 |
Gabor Greif | formatting tweak for intrinsic
|
commit | commitdiff | tree |
2008-10-17 |
Gabor Greif | remove spurious space in link
|
commit | commitdiff | tree |
2008-10-17 |
Gabor Greif | Add comment on how tagged pointers are
|
commit | commitdiff | tree |
2008-10-16 |
Gabor Greif | Introduce a typing refinenement on tagged data
|
commit | commitdiff | tree |
2008-10-15 |
Gabor Greif | catch one more typo, canonicalize LLVMdev
|
commit | commitdiff | tree |
2008-10-15 |
Gabor Greif | fix some validation errors, improve formatting, squash...
|
commit | commitdiff | tree |
2008-10-15 |
Gabor Greif | remove legacy interfaces
|
commit | commitdiff | tree |
2008-10-14 |
Gabor Greif | minor corrections, improved formatting
|
commit | commitdiff | tree |
2008-10-14 |
Gabor Greif | typo and formatting tweaks
|
commit | commitdiff | tree |
2008-10-13 |
Gabor Greif | fix typo's
|
commit | commitdiff | tree |
2008-10-13 |
Gabor Greif | remove a deprecated internal interface
|
commit | commitdiff | tree |
2008-10-13 |
Gabor Greif | do not use deprecated interfaces
|
commit | commitdiff | tree |
2008-10-13 |
Gabor Greif | ignore the standard output dirs
|
commit | commitdiff | tree |
2008-10-07 |
Gabor Greif | fix filetype suffix
|
commit | commitdiff | tree |
2008-09-19 |
Gabor Greif | backing out my last commit, it was not intended to...
|
commit | commitdiff | tree |
2008-09-19 |
Gabor Greif | first shot at removing Use::Val
|
commit | commitdiff | tree |
2008-09-13 |
Gabor Greif | minor correction
|
commit | commitdiff | tree |
2008-09-09 |
Gabor Greif | fit in 80 cols, minor tweaks
|
commit | commitdiff | tree |
2008-09-01 |
Gabor Greif | Provide two overloads of AnalyzeNewNode.
|
commit | commitdiff | tree |
2008-08-31 |
Gabor Greif | fix a bunch of 80-col violations
|
commit | commitdiff | tree |
2008-08-30 |
Gabor Greif | typo
|
commit | commitdiff | tree |
next |