summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-08
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-02
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-02
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-31
* Add parentheses to silence gcc warning.Richard Trieu2013-07-31
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-31
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-30
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-30
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-30
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* Minor code simplification suggested by DuncanMatt Arsenault2013-07-27
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* Use more parens to clarify assert.Eric Christopher2013-07-26
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-26
* Collapse conditional and add an assert for unhandled scope types.Eric Christopher2013-07-26
* Re-add DataLayout pointer size convenience functions.Matt Arsenault2013-07-26
* Add a way to get the context of any particular scope.Eric Christopher2013-07-26
* Debug Info: update comments and add a FIXME.Manman Ren2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Make these methods const correct.Rafael Espindola2013-07-25
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Debug Info: improve the Finder.Manman Ren2013-07-24
* Replace with a "null" RAUW with an assert since we'd actually likeEric Christopher2013-07-24
* Remove dead code.Eric Christopher2013-07-24
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-24
* More constructor cleanup.Eric Christopher2013-07-24
* Collapse logic and move and reword comment for clarity.Eric Christopher2013-07-24
* Add a fixme and reformat.Eric Christopher2013-07-24
* Debug Info: improve the Finder.Manman Ren2013-07-23
* Debug Info: clean up.Manman Ren2013-07-23
* Remove unused function.Eric Christopher2013-07-23
* Debug Info: code cleanup, use getNodeField if possible.Manman Ren2013-07-23
* DebugInfo Verifier: verify the actual type.Manman Ren2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-22
* Disallow global aliases to bitcast between address spacesMatt Arsenault2013-07-20
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-20
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-20
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-19
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren2013-07-19
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-18
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16