aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-191-8/+8
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-162-6/+7
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-131-0/+2
* DebugInfo: provide the ability to add members to a class after it has been co...David Blaikie2013-08-091-0/+13
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-082-1/+6
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-2/+2
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-062-16/+11
* Add a AttributeSetImpl::dump function.Peter Collingbourne2013-08-022-0/+6
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-022-2/+29
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-022-7/+16
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-012-16/+7
* Reject bitcasts between address spaces with different sizesMatt Arsenault2013-07-311-20/+104
* Add parentheses to silence gcc warning.Richard Trieu2013-07-311-4/+4
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-311-5/+13
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-302-14/+52
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-301-0/+63
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-301-63/+0
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-2/+44
* Minor code simplification suggested by DuncanMatt Arsenault2013-07-271-2/+1
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-271-3/+9
* Use more parens to clarify assert.Eric Christopher2013-07-261-1/+1
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-261-3/+0
* Collapse conditional and add an assert for unhandled scope types.Eric Christopher2013-07-261-3/+1
* Re-add DataLayout pointer size convenience functions.Matt Arsenault2013-07-261-0/+10
* Add a way to get the context of any particular scope.Eric Christopher2013-07-261-0/+25
* Debug Info: update comments and add a FIXME.Manman Ren2013-07-251-2/+5
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-0/+4
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-251-0/+7
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-0/+45
* Make these methods const correct.Rafael Espindola2013-07-251-2/+1
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-0/+4
* Debug Info: improve the Finder.Manman Ren2013-07-241-0/+1
* Replace with a "null" RAUW with an assert since we'd actually likeEric Christopher2013-07-241-8/+8
* Remove dead code.Eric Christopher2013-07-241-5/+0
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-241-18/+0
* More constructor cleanup.Eric Christopher2013-07-241-6/+0
* Collapse logic and move and reword comment for clarity.Eric Christopher2013-07-241-3/+5
* Add a fixme and reformat.Eric Christopher2013-07-241-4/+3
* Debug Info: improve the Finder.Manman Ren2013-07-231-0/+9
* Debug Info: clean up.Manman Ren2013-07-231-18/+6
* Remove unused function.Eric Christopher2013-07-231-7/+0
* Debug Info: code cleanup, use getNodeField if possible.Manman Ren2013-07-231-28/+15
* DebugInfo Verifier: verify the actual type.Manman Ren2013-07-231-0/+10
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-232-1/+36
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-221-3/+23
* Disallow global aliases to bitcast between address spacesMatt Arsenault2013-07-201-4/+15
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-202-38/+38
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-202-28/+17
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-191-1/+1
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-191-14/+18