projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use address-taken to disambiguate global variable and indirect memops.
[oota-llvm.git]
/
lib
/
Bitcode
/
Reader
/
BitcodeReader.cpp
2013-10-23
Shuxin Yang
Use address-taken to disambiguate global variable and...
blob
|
commitdiff
|
raw
2013-09-28
Manman Ren
AutoUpgrade: upgrade from scalar TBAA format to struct...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-16
Peter Collingbourne
Implement function prefix data as an IR feature.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-12
Joe Abbey
Patch provide by Tom Roeder!
blob
|
commitdiff
|
raw
|
diff to current
2013-09-09
Bob Wilson
Revert patches to add case-range support for PR1255.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-23
Andrea Di Biagio
Add function attribute 'optnone'.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-26
Tobias Grosser
Make .bc en/decoding of AttrKind stable
blob
|
commitdiff
|
raw
|
diff to current
2013-05-24
Benjamin Kramer
Remove the Copied parameter from MemoryObject::readBytes.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-05
Dmitri Gribenko
Add ArrayRef constructor from None, and do the cleanups...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-12
Bill Wendling
Have the bitcode writer and reader handle the new attri...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-11
Bill Wendling
Use a std::map so that we record the group ID.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-11
Kostya Serebryany
[tsan/msan] adding thread_safety and uninitialized_chec...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-10
Bill Wendling
Add support in the bitcode reader to read the attribute...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Joe Abbey
Code Custodian (trivial whitespace cleanup)
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Michael Gottesman
Added LLVM Asm/Bitcode Reader/Writer support for new...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-04
Bill Wendling
Initial cleanups of the param-attribute code in the...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-29
Bill Wendling
Use an AttrBuilder to generate the correct AttributeSet.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-27
Bill Wendling
Use the AttributeSet instead of AttributeWithIndex...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-25
Bill Wendling
Remove some introspection functions.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-22
Tim Northover
Make APFloat constructor require explicit semantics.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-20
Chris Lattner
trivial micro-optimization: lazily call the virtual...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-20
Chris Lattner
convert the bitstream reader itself and the IR .bc...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-19
Chris Lattner
Add a new BitstreamEntry concept, and add two helper...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-19
Chris Lattner
BitstreamReader hasn't aged well. It's been hacked...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Bill Wendling
Revert s/Raw/getBitMask/g name change. This is possibly...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-30
Bill Wendling
s/Raw/getBitMask/g to be more in line with current...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Bill Wendling
Rename the 'Attributes' class to 'Attribute'. It's...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-09
Michael Ilseman
Reorganize FastMathFlags to be a wrapper around unsigne...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-09
Michael Ilseman
Have the bitcode reader/writer just use FPMathOperator...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Bill Wendling
s/AttrListPtr/AttributeSet/g to better label what this...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-28
Bill Wendling
Add back support for reading and parsing 'deplibs'.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-27
Bill Wendling
Remove the dependent libraries feature.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-27
Joe Abbey
Code pretification
blob
|
commitdiff
|
raw
|
diff to current
2012-11-27
Michael Ilseman
Fast-math flags for the bitcode
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Joe Abbey
Code Custodian:
blob
|
commitdiff
|
raw
|
diff to current
2012-11-20
Bill Wendling
Make the AttrListPtr object a part of the LLVMContext.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-19
Joe Abbey
80 cols
blob
|
commitdiff
|
raw
|
diff to current
2012-11-15
Michael Ilseman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Bill Wendling
Move the Attributes::Builder outside of the Attributes...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Bill Wendling
Attributes Rewrite
blob
|
commitdiff
|
raw
|
diff to current
2012-10-11
Sean Silva
Remove unnecessary classof()'s
blob
|
commitdiff
|
raw
|
diff to current
2012-10-11
Jan Wen Voung
Change encoding of instruction operands in bitcode...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-04
Bill Wendling
Use method to query if there are attributes.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-25
Bill Wendling
Move remaining methods inside the Attributes class...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-21
Benjamin Kramer
BitcodeReader: Correctly insert blockaddress constant...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-15
Craig Topper
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-06
Roman Divacky
Dont cast away const needlessly. Found by gcc48 -Wcast...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-05
Chad Rosier
[ms-inline asm] Enumerate the InlineAsm dialects and...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-05
Chad Rosier
Add a FIXME that assumes we maintain backward compatibi...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-05
Chad Rosier
[ms-inline asm] Add support for the nsdialect keyword...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-17
Bill Wendling
Change the `linker_private_weak_def_auto' linkage to...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-19
Bill Wendling
Remove tabs.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-23
Hans Wennborg
Extend the IL for selecting TLS models (PR9788)
blob
|
commitdiff
|
raw
|
diff to current
2012-05-29
Stepan Dyatkovskiy
ConstantRangesSet renamed to IntegersSubset. CRSBuilder...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-28
David Blaikie
Remove unused variable.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-28
Meador Inge
PR12696: Attribute bits above 1<<30 are not encoded...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-28
Benjamin Kramer
Random BitcodeReader cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-28
Stepan Dyatkovskiy
PR1255: Case Ranges
blob
|
commitdiff
|
raw
|
diff to current
2012-05-28
Chris Lattner
switch AttrListPtr::get to take an ArrayRef, simplifyin...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-23
Nuno Lopes
revert r156383: removal of TYPE_CODE_FUNCTION_OLD
blob
|
commitdiff
|
raw
|
diff to current
2012-05-14
Stepan Dyatkovskiy
SwitchInst cosmetics: renamed "Hash" method to "hash"
blob
|
commitdiff
|
raw
|
diff to current
2012-05-12
Stepan Dyatkovskiy
Recommited r156374 with critical fixes in BitcodeReader...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Nuno Lopes
remove autoupgrade code for old function attributes...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Nuno Lopes
remove TYPE_CODE_FUNCTION_OLD type code. it is no longe...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Stepan Dyatkovskiy
Rejected r156374: Ordinary PR1255 patch. Due to clang...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Stepan Dyatkovskiy
Ordinary patch for PR1255.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-29
Derek Schuff
Fix PR12080 by ensuring that MaterializeModule actually...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-06
Derek Schuff
Enable streaming of bitcode
blob
|
commitdiff
|
raw
|
diff to current
2012-02-06
Bill Wendling
[unwind removal] Remove the 'unwind' instruction parsin...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-06
Derek Schuff
Test commit; also removes some trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2012-02-05
Chris Lattner
Improve the bitcode reader's handling of constant strin...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-30
Chris Lattner
Add bitcode reader and writer support for ConstantDataA...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Chris Lattner
smallvectorize.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Kostya Serebryany
Extend Attributes to 64 bits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-02
Rafael Espindola
Materialize functions whose basic blocks are used by...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-17
Dan Gohman
The powers that be have decided that LLVM IR should...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Chad Rosier
Begin adding experimental support for preserving use...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-27
Chris Lattner
remove autoupgrade support for really old-style debug...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-27
Chris Lattner
remove autoupgrade support for LLVM 2.9 exception stuff...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-27
Chris Lattner
remove support for reading llvm 2.9 .bc files. LLVM...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
Chad Rosier
Remove some cruft from the BitcodeWriter, while still...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-05
Bill Wendling
Also update the EH with bitcode. I missed this earlier...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-19
Eli Friedman
Fix a typo in the bitcode reader in the handling of...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-01
Bill Wendling
Don't forget to add the landingpad and resume instructi...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-12
Bill Wendling
Initial commit of the 'landingpad' instruction.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-12
Chris Lattner
switch to use the new api for structtypes.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-09
Eli Friedman
Representation of 'atomic load' and 'atomic store'...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-09
Chad Rosier
Fix 80-column violations.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-31
Bill Wendling
Add the 'resume' instruction for the new EH rewrite.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-30
Bill Wendling
Revert r136253, r136263, r136269, r136313, r136325...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Eli Friedman
LangRef and basic memory-representation/reading/writing...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Bill Wendling
The personality function should be a Function* and...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Bill Wendling
Make sure that the landingpad instruction takes a Const...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-27
Bill Wendling
Merge the contents from exception-handling-rewrite...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Eli Friedman
Initial implementation of 'fence' instruction, the...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Jay Foad
Convert GetElementPtrInst to use ArrayRef.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Jay Foad
Make better use of ConstantExpr::getGetElementPtr's...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Jay Foad
Convert ConstantExpr::getGetElementPtr and
blob
|
commitdiff
|
raw
|
diff to current
next