projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[mips][msa] Made the operand register sets optional for the 3R format
[oota-llvm.git]
/
lib
/
IR
/
2013-09-05
Manman Ren
Debug Info: Use identifier to reference DIType in base...
tree
|
commitdiff
2013-08-29
Manman Ren
DIBuilder: retain a type when created with a unique...
tree
|
commitdiff
2013-08-28
David Blaikie
Period.
tree
|
commitdiff
2013-08-28
David Blaikie
r189495: Pull out some debug logic into a function...
tree
|
commitdiff
2013-08-28
David Blaikie
PR16995: DebugInfo: Don't overwrite existing member...
tree
|
commitdiff
2013-08-27
Manman Ren
DIBuilder: take an optional StringRef to pass in unique...
tree
|
commitdiff
2013-08-26
Manman Ren
Debug Info: add an identifier field to DICompositeType.
tree
|
commitdiff
2013-08-25
Chandler Carruth
Fix a bug where we would corrupt the offset when evaluating
tree
|
commitdiff
2013-08-24
Manman Ren
DebugInfoFinder: handle imported entities of a CU.
tree
|
commitdiff
2013-08-23
Manman Ren
DebugInfoFinder: handle template params of a DISubprogram.
tree
|
commitdiff
2013-08-23
Andrea Di Biagio
Add function attribute 'optnone'.
tree
|
commitdiff
2013-08-22
Chandler Carruth
Add a new helper method to Value to strip in-bounds...
tree
|
commitdiff
2013-08-19
Peter Collingbourne
Introduce non-const overloads for GlobalAlias::{get...
tree
|
commitdiff
2013-08-16
David Blaikie
DebugInfo: Allow the addition of other (such as static...
tree
|
commitdiff
2013-08-13
Jack Carter
[Mips][msa] Value types for MSA support.
tree
|
commitdiff
2013-08-09
David Blaikie
DebugInfo: provide the ability to add members to a...
tree
|
commitdiff
2013-08-08
Eric Christopher
Make sure that if we're going to attempt to add a type...
tree
|
commitdiff
2013-08-08
Eric Christopher
Be more rigorous about the sizes of forms and attributes.
tree
|
commitdiff
2013-08-06
Manman Ren
Debug Info Finder|Verifier: handle DbgLoc attached...
tree
|
commitdiff
2013-08-02
Peter Collingbourne
Add a AttributeSetImpl::dump function.
tree
|
commitdiff
2013-08-02
Peter Collingbourne
Make one of the AttributeSet ctors maintain the invaria...
tree
|
commitdiff
2013-08-02
Eric Christopher
Temporarily revert "Debug Info Finder|Verifier: handle...
tree
|
commitdiff
2013-08-01
Manman Ren
Debug Info Finder|Verifier: handle DbgLoc attached...
tree
|
commitdiff
2013-07-31
Matt Arsenault
Reject bitcasts between address spaces with different...
tree
|
commitdiff
2013-07-31
Richard Trieu
Add parentheses to silence gcc warning.
tree
|
commitdiff
2013-07-31
Matt Arsenault
Fix ptr vector inconsistency in CreatePointerCast
tree
|
commitdiff
2013-07-30
Matt Arsenault
Respect address space sizes in isEliminableCastPair.
tree
|
commitdiff
2013-07-30
Matt Arsenault
Revert "Remove isCastable since nothing uses it now"
tree
|
commitdiff
2013-07-30
Matt Arsenault
Remove isCastable since nothing uses it now
tree
|
commitdiff
2013-07-30
Matt Arsenault
Change behavior of calling bitcasted alias functions.
tree
|
commitdiff
2013-07-27
Matt Arsenault
Minor code simplification suggested by Duncan
tree
|
commitdiff
2013-07-27
Manman Ren
Debug Info Verifier: verify SPs in llvm.dbg.sp.
tree
|
commitdiff
2013-07-26
Eric Christopher
Use more parens to clarify assert.
tree
|
commitdiff
2013-07-26
Manman Ren
Debug Info Verifier: enable verification of DICompileUnit.
tree
|
commitdiff
2013-07-26
Eric Christopher
Collapse conditional and add an assert for unhandled...
tree
|
commitdiff
2013-07-26
Matt Arsenault
Re-add DataLayout pointer size convenience functions.
tree
|
commitdiff
2013-07-26
Eric Christopher
Add a way to get the context of any particular scope.
tree
|
commitdiff
2013-07-25
Manman Ren
Debug Info: update comments and add a FIXME.
tree
|
commitdiff
2013-07-25
Manman Ren
Debug Info: improve the verifier to check field types.
tree
|
commitdiff
2013-07-25
Bill Wendling
Add a way to add a kind-value string pair to an attribute.
tree
|
commitdiff
2013-07-25
Manman Ren
Debug Info: improve the verifier to check field types.
tree
|
commitdiff
2013-07-25
Rafael Espindola
Make these methods const correct.
tree
|
commitdiff
2013-07-25
Bill Wendling
Replace the "NoFramePointerElimNonLeaf" target option...
tree
|
commitdiff
2013-07-24
Manman Ren
Debug Info: improve the Finder.
tree
|
commitdiff
2013-07-24
Eric Christopher
Replace with a "null" RAUW with an assert since we...
tree
|
commitdiff
2013-07-24
Eric Christopher
Remove dead code.
tree
|
commitdiff
2013-07-24
Eric Christopher
Remove unnecessary constructors as the default conversi...
tree
|
commitdiff
2013-07-24
Eric Christopher
More constructor cleanup.
tree
|
commitdiff
2013-07-24
Eric Christopher
Collapse logic and move and reword comment for clarity.
tree
|
commitdiff
2013-07-24
Eric Christopher
Add a fixme and reformat.
tree
|
commitdiff
2013-07-23
Manman Ren
Debug Info: improve the Finder.
tree
|
commitdiff
2013-07-23
Manman Ren
Debug Info: clean up.
tree
|
commitdiff
2013-07-23
Eric Christopher
Remove unused function.
tree
|
commitdiff
2013-07-23
Manman Ren
Debug Info: code cleanup, use getNodeField if possible.
tree
|
commitdiff
2013-07-23
Manman Ren
DebugInfo Verifier: verify the actual type.
tree
|
commitdiff
2013-07-23
Manman Ren
Debug Info Finder: use processDeclare and processValue...
tree
|
commitdiff
2013-07-22
Manman Ren
Debug Info Finder: add processScope to actually handle...
tree
|
commitdiff
2013-07-20
Matt Arsenault
Disallow global aliases to bitcast between address...
tree
|
commitdiff
2013-07-20
Matt Arsenault
Remove trailing whitespace, fix file path in comment
tree
|
commitdiff
2013-07-20
Manman Ren
Debug Info Verifier: simplify DIxxx::Verify
tree
|
commitdiff
2013-07-19
Rafael Espindola
s/compiler_used/compiler.used/.
tree
|
commitdiff
2013-07-19
Eric Christopher
Remove DIBuilder cache of variable TheCU and change...
tree
|
commitdiff
2013-07-19
Manman Ren
Debug Info: enable verifying by default and disable...
tree
|
commitdiff
2013-07-18
Eric Christopher
Revert "Remove DIBuilder cache of variable TheCU and...
tree
|
commitdiff
2013-07-18
Eric Christopher
Remove DIBuilder cache of variable TheCU and change...
tree
|
commitdiff
2013-07-16
Manman Ren
Add getModuleFlag(StringRef Key) to query a module...
tree
|
commitdiff
2013-07-14
Craig Topper
Use SmallVectorImpl& instead of SmallVector to avoid...
tree
|
commitdiff
2013-07-12
Charles Davis
Target/X86: Add explicit Win64 and System V/x86-64...
tree
|
commitdiff
2013-07-11
Benjamin Kramer
Reduce the number of indirections in the attributes...
tree
|
commitdiff
2013-07-10
Hal Finkel
Don't assert if we can't constant fold extract/insertvalue
tree
|
commitdiff
2013-07-09
Eric Christopher
Revert "DebugInfo: remove unused helper function getDIC...
tree
|
commitdiff
2013-07-08
Manman Ren
DebugInfo: remove unused helper function getDIComposite...
tree
|
commitdiff
2013-07-06
Nick Lewycky
Extend 'readonly' and 'readnone' to work on function...
tree
|
commitdiff
2013-07-04
David Blaikie
DebugInfo: Consider global variables without locations...
tree
|
commitdiff
2013-07-04
Craig Topper
Use SmallVectorImpl::iterator/const_iterator instead...
tree
|
commitdiff
2013-07-03
Chad Rosier
Use an RWMutex instead of a Mutex in PassRegistry.
tree
|
commitdiff
2013-07-03
Craig Topper
Use SmallVectorImpl::iterator/const_iterator instead...
tree
|
commitdiff
2013-07-02
Manman Ren
Debug Info: cleanup
tree
|
commitdiff
2013-07-02
Tobias Grosser
IRVerifier: Correctly check attribute types
tree
|
commitdiff
2013-07-01
Manman Ren
Debug Info: clean up usage of Verify.
tree
|
commitdiff
2013-07-01
Manman Ren
Debug Info: Scope of a DebugLoc should not be null.
tree
|
commitdiff
2013-06-30
Benjamin Kramer
ConstantFold: Check that truncating the other side...
tree
|
commitdiff
2013-06-29
Manman Ren
Debug Info: clean up usage of Verify.
tree
|
commitdiff
2013-06-28
Matt Arsenault
Fix extra whitespace / formatting
tree
|
commitdiff
2013-06-27
Peter Collingbourne
Rename DIBuilder::createNullPtrType to createUnspecifie...
tree
|
commitdiff
2013-06-27
Michael Gottesman
Added support for the Builtin attribute.
tree
|
commitdiff
2013-06-25
Adrian Prantl
s/C++0x/C++11/
tree
|
commitdiff
2013-06-25
Bill Wendling
The GCDA 402 format won't have a second checksum either.
tree
|
commitdiff
2013-06-24
Adrian Prantl
typo.
tree
|
commitdiff
2013-06-24
David Blaikie
DebugInfo: DIBuilder changes to match DIEnumerator...
tree
|
commitdiff
2013-06-22
David Blaikie
DebugInfo: Support (using GNU extensions) for template...
tree
|
commitdiff
2013-06-21
David Blaikie
DebugInfo: When asm printing include a '[def]' tag...
tree
|
commitdiff
2013-06-19
Michael Gottesman
[APFloat] Converted all references to APFloat::isNormal...
tree
|
commitdiff
2013-06-18
Bill Wendling
We want a string representation of the attribute, not...
tree
|
commitdiff
2013-06-13
Derek Schuff
Fix DeleteDeadVarargs not to crash on functions referen...
tree
|
commitdiff
2013-06-11
Rafael Espindola
Require members of llvm.used to be named.
tree
|
commitdiff
2013-06-07
Manman Ren
DIBuilder: No functionality change.
tree
|
commitdiff
2013-06-07
Manman Ren
DIBuilder: No functionality change.
tree
|
commitdiff
2013-06-01
Benjamin Kramer
Move getRealLinkageName to a common place and remove...
tree
|
commitdiff
2013-06-01
Benjamin Kramer
Move object construction into [] so the temporary can...
tree
|
commitdiff
next