2013-06-11 |
Rafael Espindola | Include PathV1.h in files that use it. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove Path::getDirname. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove Path::getBasename. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove Path::getLast. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove GetDLLSuffix. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove GetRootDirectory. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove GetUserHomeDirectory. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Don't define LTDL_SHLIBPATH_VAR. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove GetSystemLibraryPaths. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Don't define LLVM_LIBDIR, it is not used anymore. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove Path::GetBitcodeLibraryPaths. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove unused FindLibrary function. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Remove sys::identifyFileType. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Fix variable name style. Don't cast to and from int. |
tree | commitdiff |
2013-06-11 |
Sean Silva | Fix dubious type name similar to member name. |
tree | commitdiff |
2013-06-10 |
Sean Silva | Fix spurious semicolons. |
tree | commitdiff |
2013-06-10 |
Sean Silva | [yaml2obj] Initial ELF support. |
tree | commitdiff |
2013-06-10 |
Rafael Espindola | Add a missing 'e'. |
tree | commitdiff |
2013-06-10 |
Rafael Espindola | Remove the old IdentifyFileType now that lld was updated. |
tree | commitdiff |
2013-06-10 |
Rafael Espindola | Pass a StringRef to sys::identifyFileType. |
tree | commitdiff |
2013-06-10 |
Rafael Espindola | Update for current naming conventions. |
tree | commitdiff |
2013-06-10 |
Duncan Sands | Avoid warnings about unused parameters that tend to... |
tree | commitdiff |
2013-06-09 |
Benjamin Kramer | Add a const version of findNearestCommonDominator to... |
tree | commitdiff |
2013-06-08 |
Aaron Ballman | sys::process::get_id() now returns the process ID inste... |
tree | commitdiff |
2013-06-07 |
Manman Ren | No functionality change. |
tree | commitdiff |
2013-06-07 |
Manman Ren | DIBuilder: No functionality change. |
tree | commitdiff |
2013-06-07 |
Rafael Espindola | Make operator== non-member for greater symmetry. |
tree | commitdiff |
2013-06-07 |
Rui Ueyama | [Object/COFF] BaseOfData field should be absent in... |
tree | commitdiff |
2013-06-07 |
Benjamin Kramer | BitVector: Do the right thing in all() when Size is... |
tree | commitdiff |
2013-06-07 |
Benjamin Kramer | Optimize BitVector::all(). |
tree | commitdiff |
2013-06-07 |
Manman Ren | DIBuilder: No functionality change. |
tree | commitdiff |
2013-06-06 |
Jakub Staszak | Remove unneeded #include. |
tree | commitdiff |
2013-06-06 |
Kevin Enderby | Teach llvm-objdump with the -macho parser how to use... |
tree | commitdiff |
2013-06-06 |
Rafael Espindola | Print symbol names in relocations when dumping COFF... |
tree | commitdiff |
2013-06-06 |
Sean Silva | Add some class documentation to BinaryRef. |
tree | commitdiff |
2013-06-06 |
Bill Wendling | Cache the TargetLowering info object as a pointer. |
tree | commitdiff |
2013-06-06 |
Bill Wendling | Don't cache the TargetLoweringInfo object inside of... |
tree | commitdiff |
2013-06-05 |
Sean Silva | Rename operator== parameter to `RHS`. |
tree | commitdiff |
2013-06-05 |
Sean Silva | Remove error-prone methods of BinaryRef. |
tree | commitdiff |
2013-06-05 |
Sean Silva | Add writeAsHex(raw_ostream &) method to BinaryRef. |
tree | commitdiff |
2013-06-05 |
Sean Silva | Rename BinaryRef::isBinary to more descriptive DataIsHe... |
tree | commitdiff |
2013-06-05 |
Sean Silva | Add BinaryRef binary_size() method. |
tree | commitdiff |
2013-06-05 |
Sean Silva | Comment BinaryRef::Data. |
tree | commitdiff |
2013-06-05 |
Sean Silva | Add writeAsBinary(raw_ostream &) method to BinaryRef. |
tree | commitdiff |
2013-06-05 |
Sean Silva | [ELF] Add ELFOSABI_GNU. |
tree | commitdiff |
2013-06-05 |
Rafael Espindola | Don't hide the first ELF symbol. |
tree | commitdiff |
2013-06-05 |
Rafael Espindola | Represent symbols with a SymbolIndex,SectionIndex pair. |
tree | commitdiff |
2013-06-05 |
Sylvestre Ledru | The GNU/HURD is also using the libc. Therefor, endian... |
tree | commitdiff |
2013-06-05 |
Rafael Espindola | Don't print default values for NumberOfAuxSymbols and... |
tree | commitdiff |
2013-06-05 |
Rafael Espindola | Move BinaryRef to a new include/llvm/Object/YAML.h... |
tree | commitdiff |
2013-06-05 |
Rafael Espindola | Handle relocations that don't point to symbols. |
tree | commitdiff |
2013-06-04 |
Michael Gottesman | IEEE-754R 5.7.2 General Operations is* operations ... |
tree | commitdiff |
2013-06-03 |
Manuel Klimek | Introduce needsCleanup() for APFloat and APInt. |
tree | commitdiff |
2013-06-02 |
Rui Ueyama | [Object/COFF] Add dos_header, pe32{,plus}_header and... |
tree | commitdiff |
2013-06-02 |
Jim Grosbach | Whitespace. |
tree | commitdiff |
2013-06-01 |
Benjamin Kramer | Move getRealLinkageName to a common place and remove... |
tree | commitdiff |
2013-06-01 |
Benjamin Kramer | DenseMap: Move the key into place when we use the move... |
tree | commitdiff |
2013-06-01 |
Michael Gottesman | Removed a comment above an include which is unnecessary... |
tree | commitdiff |
2013-06-01 |
Michael Gottesman | Added method comments for getZero,getInf. |
tree | commitdiff |
2013-06-01 |
Michael Gottesman | Updated APFloat's comments to fit the LLVM style guide. |
tree | commitdiff |
2013-05-31 |
Ahmed Bougacha | Make SubRegIndex size mandatory, following r183020. |
tree | commitdiff |
2013-05-31 |
Eric Christopher | Add support for adding the contents of a StringRef... |
tree | commitdiff |
2013-05-31 |
Eric Christopher | Move "unsigned char" -> "uint8_t". |
tree | commitdiff |
2013-05-31 |
Quentin Colombet | Loop Strength Reduce: Scaling factor cost. |
tree | commitdiff |
2013-05-31 |
Rafael Espindola | Use just a ArrayRef<uint8_t> to store both hex string... |
tree | commitdiff |
2013-05-31 |
Rafael Espindola | Rename COFFYaml.h to COFFYAML.h for consistency. |
tree | commitdiff |
2013-05-31 |
Rafael Espindola | Remove union to fix build in c++03. |
tree | commitdiff |
2013-05-31 |
Rafael Espindola | Don't allocate temporary string for section data. |
tree | commitdiff |
2013-05-31 |
Ahmed Bougacha | Add a way to define the bit range covered by a SubRegIndex. |
tree | commitdiff |
2013-05-31 |
Andrew Trick | Fix ScalarEvolution::ComputeExitLimitFromCond for ... |
tree | commitdiff |
2013-05-31 |
Matt Arsenault | Fix wrong comment. Null is not acceptable. |
tree | commitdiff |
2013-05-30 |
Eric Christopher | Fix a couple of typos and 80-col. |
tree | commitdiff |
2013-05-30 |
Ahmed Bougacha | MCObjectSymbolizer: Switch from IntervalMap to sorted... |
tree | commitdiff |
2013-05-30 |
Michael Gottesman | Implement IEEE-754R 2008 nextUp/nextDown functions... |
tree | commitdiff |
2013-05-30 |
Daniel Jasper | Fix warning on varialbe unused in opt builds. |
tree | commitdiff |
2013-05-30 |
Rafael Espindola | Change how we iterate over relocations on ELF. |
tree | commitdiff |
2013-05-30 |
Rafael Espindola | Remove dead return. |
tree | commitdiff |
2013-05-29 |
Andrew Trick | Order CALLSEQ_START and CALLSEQ_END nodes. |
tree | commitdiff |
2013-05-29 |
Bill Wendling | Don't reach into the middle of TargetMachine and cache... |
tree | commitdiff |
2013-05-29 |
Adrian Prantl | Simplify logic by using the appropriate functions. |
tree | commitdiff |
2013-05-29 |
David Blaikie | Debug Info: Reorder accessor to match field order. |
tree | commitdiff |
2013-05-28 |
Simon Atanasyan | [Mips] Add Mips specific dynamic table entry tags. |
tree | commitdiff |
2013-05-28 |
Paul Redmond | Add support for llvm.vectorizer metadata |
tree | commitdiff |
2013-05-28 |
Michael Gottesman | [APInt] Implement tcDecrement as a counterpart to tcInc... |
tree | commitdiff |
2013-05-28 |
Chad Rosier | Remove the MCRegAliasIterator tables and compute the... |
tree | commitdiff |
2013-05-28 |
James Molloy | Extend RemapInstruction and friends to take an optional... |
tree | commitdiff |
2013-05-28 |
Michael Kuperstein | Make BasicAliasAnalysis recognize the fact a noalias... |
tree | commitdiff |
2013-05-27 |
Preston Gurd | Convert sqrt functions into sqrt instructions when... |
tree | commitdiff |
2013-05-25 |
Chris Lattner | Disable the StringMapEntry copy constructor, to make... |
tree | commitdiff |
2013-05-25 |
Eric Christopher | Add some comments to the stringify function. |
tree | commitdiff |
2013-05-25 |
Andrew Trick | Track IR ordering of SelectionDAG nodes 3/4. |
tree | commitdiff |
2013-05-25 |
Andrew Trick | Track IR ordering of SelectionDAG nodes 2/4. |
tree | commitdiff |
2013-05-25 |
Andrew Trick | Track IR ordering of SelectionDAG nodes 1/4. |
tree | commitdiff |
2013-05-25 |
Andrew Trick | Fix RecyclingAllocator::PrintStats to print the underly... |
tree | commitdiff |
2013-05-24 |
Eric Christopher | ArrayRef-ize MD5 and clean up a few variable names. |
tree | commitdiff |
2013-05-24 |
Michael J. Spencer | [Support] Remove Count{Leading,Trailing}Zeros_{32,64}. |
tree | commitdiff |
2013-05-24 |
Jim Grosbach | Tidy up. Whitespace. |
tree | commitdiff |
2013-05-24 |
Quentin Colombet | Follow up of the introduction of MCSymbolizer. |
tree | commitdiff |
2013-05-24 |
Michael Gottesman | clang formatted APFloat.h |
tree | commitdiff |
2013-05-24 |
Michael Gottesman | clang-formatted APInt.h |
tree | commitdiff |
next |