2014-03-14 |
Rafael Espindola | Correctly handle an ELF symbol defined with "a = b...
|
commit | commitdiff | tree |
2014-03-14 |
Rafael Espindola | Fix a bug introduced during the transition to PathV2.
|
commit | commitdiff | tree |
2014-03-13 |
Rafael Espindola | Remove the linker_private and linker_private_weak linkages.
|
commit | commitdiff | tree |
2014-03-13 |
Rafael Espindola | Use printable names to implement directional labels.
|
commit | commitdiff | tree |
2014-03-13 |
Rafael Espindola | Remove utils/llvm-native-gcc.
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Remove more empty directories.
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Remove empty directories.
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Remove projects/sample.
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | This test need the X86 backend, move it to the X86...
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Fix the ocaml test to not create a alias to a declaration.
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Add a triple to fix the test on OS X.
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Reject alias to undefined symbols in the verifier.
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Use -std=gnu++11 on cygwin and mingw.
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Avoid repeated calls to CE->getOperand(0). No functionality...
|
commit | commitdiff | tree |
2014-03-12 |
Rafael Espindola | Try harder to evaluate expressions when printing assembly.
|
commit | commitdiff | tree |
2014-03-11 |
Rafael Espindola | Simplify a really complicated check for Arch == X86_64.
|
commit | commitdiff | tree |
2014-03-11 |
Rafael Espindola | Remove dead code.
|
commit | commitdiff | tree |
2014-03-11 |
Rafael Espindola | Cleanup the interface for creating soft or hard links.
|
commit | commitdiff | tree |
2014-03-11 |
Rafael Espindola | Don't assume an empty stderr.
|
commit | commitdiff | tree |
2014-03-10 |
Rafael Espindola | Add a --enable-clang-plugin-support option to configure.
|
commit | commitdiff | tree |
2014-03-07 |
Rafael Espindola | Don't avoid cfi instructions on the bg/p.
|
commit | commitdiff | tree |
2014-03-07 |
Rafael Espindola | Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
|
commit | commitdiff | tree |
2014-03-07 |
Rafael Espindola | clang-format a bit of code to make the next patch easier...
|
commit | commitdiff | tree |
2014-03-07 |
Rafael Espindola | Simplify. No functionality change.
|
commit | commitdiff | tree |
2014-03-07 |
Rafael Espindola | Simplify. No functionality change.
|
commit | commitdiff | tree |
2014-03-07 |
Rafael Espindola | Add missing "[unnamed_addr]" to LangRef.rst#functions.
|
commit | commitdiff | tree |
2014-03-06 |
Rafael Espindola | Remove shouldEmitUsedDirectiveFor.
|
commit | commitdiff | tree |
2014-03-06 |
Rafael Espindola | Convert test to FileCheck.
|
commit | commitdiff | tree |
2014-03-06 |
Rafael Espindola | Fix warning about mismatched signs in comparison.
|
commit | commitdiff | tree |
2014-03-06 |
Rafael Espindola | Fix the printing of n_type.
|
commit | commitdiff | tree |
2014-03-06 |
Rafael Espindola | Use the existing N_STAB from the MachO namespace.
|
commit | commitdiff | tree |
2014-03-06 |
Rafael Espindola | Micro optimization: this code only needs to look at...
|
commit | commitdiff | tree |
2014-03-05 |
Rafael Espindola | Now that we don't use libtool, we don't need to upgrade...
|
commit | commitdiff | tree |
2014-03-05 |
Rafael Espindola | Always print the implicit .text at the start of an...
|
commit | commitdiff | tree |
2014-02-28 |
Rafael Espindola | Drop libtool from llvm.
|
commit | commitdiff | tree |
2014-02-28 |
Rafael Espindola | With rpaths being set correctly, SHLIBPATH_VAR is not...
|
commit | commitdiff | tree |
2014-02-28 |
Rafael Espindola | Correctly set rpath for unittests.
|
commit | commitdiff | tree |
2014-02-28 |
Rafael Espindola | Centralize the handling of install_name and rpath.
|
commit | commitdiff | tree |
2014-02-28 |
Rafael Espindola | Now that it is possible, use the mangler in IRObjectFile.
|
commit | commitdiff | tree |
2014-02-27 |
Rafael Espindola | Remove MCPureStreamer.
|
commit | commitdiff | tree |
2014-02-26 |
Rafael Espindola | Use an install name dir of @executable_path/../lib...
|
commit | commitdiff | tree |
2014-02-26 |
Rafael Espindola | Don't mix the plain and keyword signatures of target_link_li...
|
commit | commitdiff | tree |
2014-02-26 |
Rafael Espindola | Use count 0.
|
commit | commitdiff | tree |
2014-02-26 |
Rafael Espindola | Fix typo. Thanks to Roman Divacky for noticing it.
|
commit | commitdiff | tree |
2014-02-26 |
Rafael Espindola | Compare DataLayout by Value, not by pointer.
|
commit | commitdiff | tree |
2014-02-26 |
Rafael Espindola | Use a sorted array to store the information about a...
|
commit | commitdiff | tree |
2014-02-26 |
Rafael Espindola | Move these functions out of line. A DenseMap lookup...
|
commit | commitdiff | tree |
2014-02-25 |
Rafael Espindola | Use DataLayout from the module when easily available.
|
commit | commitdiff | tree |
2014-02-25 |
Rafael Espindola | Fix resetting the DataLayout in a Module.
|
commit | commitdiff | tree |
2014-02-25 |
Rafael Espindola | Don't try to set a dummy DataLayout. It is parsed now.
|
commit | commitdiff | tree |
2014-02-25 |
Rafael Espindola | Store a DataLayout in Module.
|
commit | commitdiff | tree |
2014-02-25 |
Rafael Espindola | Make DataLayout a plain object, not a pass.
|
commit | commitdiff | tree |
2014-02-25 |
Rafael Espindola | Factor out calls to AA.getDataLayout().
|
commit | commitdiff | tree |
2014-02-25 |
Rafael Espindola | Make a few more DataLayout variables const.
|
commit | commitdiff | tree |
2014-02-24 |
Rafael Espindola | Make some DataLayout pointers const.
|
commit | commitdiff | tree |
2014-02-24 |
Rafael Espindola | Replace the F_Binary flag with a F_Text one.
|
commit | commitdiff | tree |
2014-02-24 |
Rafael Espindola | Fix windows unittest I missed in the raw_fd_ostream...
|
commit | commitdiff | tree |
2014-02-24 |
Rafael Espindola | Don't make F_None the default.
|
commit | commitdiff | tree |
2014-02-24 |
Rafael Espindola | Share a createUniqueEntity implementation between unix...
|
commit | commitdiff | tree |
2014-02-24 |
Rafael Espindola | Delete dead code.
|
commit | commitdiff | tree |
2014-02-23 |
Rafael Espindola | Use static instead of an anonymous namespace.
|
commit | commitdiff | tree |
2014-02-23 |
Rafael Espindola | Simplify remove, create_directory and create_directories.
|
commit | commitdiff | tree |
2014-02-23 |
Rafael Espindola | Use simpler form of llvm::sys::fs::remove.
|
commit | commitdiff | tree |
2014-02-22 |
Rafael Espindola | Revert "Revert "Use relative rpath so that the installation...
|
commit | commitdiff | tree |
2014-02-22 |
Rafael Espindola | Revert "Use relative rpath so that the installation...
|
commit | commitdiff | tree |
2014-02-22 |
Rafael Espindola | Use relative rpath so that the installation and build...
|
commit | commitdiff | tree |
2014-02-21 |
Rafael Espindola | Add missing include.
|
commit | commitdiff | tree |
2014-02-21 |
Rafael Espindola | Add a SymbolicFile interface between Binary and ObjectFile.
|
commit | commitdiff | tree |
2014-02-21 |
Rafael Espindola | Rename a few more DataLayout variables from TD to DL.
|
commit | commitdiff | tree |
2014-02-21 |
Rafael Espindola | Make DisableIntegratedAS a TargetOption.
|
commit | commitdiff | tree |
2014-02-21 |
Rafael Espindola | One last pass of DataLayout variable renaming.
|
commit | commitdiff | tree |
2014-02-21 |
Rafael Espindola | Rename a few more DataLayout variables.
|
commit | commitdiff | tree |
2014-02-21 |
Rafael Espindola | Rename many DataLayout variables from TD to DL.
|
commit | commitdiff | tree |
2014-02-19 |
Rafael Espindola | move getNameWithPrefix and getSymbol to TargetMachine.
|
commit | commitdiff | tree |
2014-02-19 |
Rafael Espindola | Add back r201608, r201622, r201624 and r201625
|
commit | commitdiff | tree |
2014-02-19 |
Rafael Espindola | This reverts commit r201625 and r201624.
|
commit | commitdiff | tree |
2014-02-19 |
Rafael Espindola | Now that llvm always does the right thing with private...
|
commit | commitdiff | tree |
2014-02-19 |
Rafael Espindola | Use PrivateLinkage now that it is safe.
|
commit | commitdiff | tree |
2014-02-19 |
Rafael Espindola | Avoid an infinite cycle with private linkage and -f...
|
commit | commitdiff | tree |
2014-02-18 |
Rafael Espindola | Fix PR18743.
|
commit | commitdiff | tree |
2014-02-18 |
Rafael Espindola | Rename a DebugLoc variable to DbgLoc and a DataLayout...
|
commit | commitdiff | tree |
2014-02-18 |
Rafael Espindola | Rename some member variables from TD to DL.
|
commit | commitdiff | tree |
2014-02-16 |
Rafael Espindola | Remove dead code, we already require cmake 2.8.8.
|
commit | commitdiff | tree |
2014-02-16 |
Rafael Espindola | Remove unnecessary typename.
|
commit | commitdiff | tree |
2014-02-14 |
Rafael Espindola | Hopefully fix the build with gcc.
|
commit | commitdiff | tree |
2014-02-14 |
Rafael Espindola | Add extern template instantiations of llvm::Calculate.
|
commit | commitdiff | tree |
2014-02-14 |
Rafael Espindola | Trivial cleanup: reuse existing variable.
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | Use __literal16. It has been supported by the linker...
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | Check that GlobalAliases don't have section or alignment.
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | Use mkdir instead of stat+mkdir.
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | Add triples to try to fix the windows bots.
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | .file is only available on ELF, use a triple instead...
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | "foo" is not a ppc instruction, don't try to parse it.
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | Specify a triple. MachO AArch64 support is missing.
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | Remove dead code.
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | Copy dll storage in copyAttributes.
|
commit | commitdiff | tree |
2014-02-13 |
Rafael Espindola | Use simpler version of sys::fs::exists when possible.
|
commit | commitdiff | tree |
2014-02-12 |
Rafael Espindola | Don't try to build ExceptionDemo on ARM.
|
commit | commitdiff | tree |
2014-02-10 |
Rafael Espindola | Mark the methods in the Mangler const.
|
commit | commitdiff | tree |
2014-02-10 |
Rafael Espindola | Fix an old FIXME. LDPO_PIE is available since 2.23...
|
commit | commitdiff | tree |
next |