summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola2013-06-05
* The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...Sylvestre Ledru2013-06-05
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-05
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-04
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-03
* [Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.Rui Ueyama2013-06-02
* Whitespace.Jim Grosbach2013-06-02
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* DenseMap: Move the key into place when we use the move version of operator[].Benjamin Kramer2013-06-01
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-01
* Added method comments for getZero,getInf.Michael Gottesman2013-06-01
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-01
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-31
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-31
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-31
* Use just a ArrayRef<uint8_t> to store both hex string and binary data.Rafael Espindola2013-05-31
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-31
* Remove union to fix build in c++03.Rafael Espindola2013-05-31
* Don't allocate temporary string for section data.Rafael Espindola2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-31
* Fix wrong comment. Null is not acceptable.Matt Arsenault2013-05-31
* Fix a couple of typos and 80-col.Eric Christopher2013-05-30
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-30
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-30
* Fix warning on varialbe unused in opt builds.Daniel Jasper2013-05-30
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Remove dead return.Rafael Espindola2013-05-30
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* Simplify logic by using the appropriate functions.Adrian Prantl2013-05-29
* Debug Info: Reorder accessor to match field order.David Blaikie2013-05-29
* [Mips] Add Mips specific dynamic table entry tags.Simon Atanasyan2013-05-28
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-28
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-28
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-28
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-28
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-28
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-27
* Disable the StringMapEntry copy constructor, to make sure weChris Lattner2013-05-25
* Add some comments to the stringify function.Eric Christopher2013-05-25
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-25
* Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.Andrew Trick2013-05-25
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-24
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-24