aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-2112-143/+143
* [objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...Michael Gottesman2013-06-211-2/+10
* [objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...Michael Gottesman2013-06-211-2/+10
* [obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...Michael Gottesman2013-06-211-6/+15
* [objcarcopts] Some more minor code cleanups/comment additions.Michael Gottesman2013-06-211-1/+5
* [objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...Michael Gottesman2013-06-211-17/+28
* SLP Vectorizer: do not search for store-chains that are wider than the vector...Nadav Rotem2013-06-211-2/+4
* DebugInfo: When asm printing include a '[def]' tag for tag decls that are def...David Blaikie2013-06-211-1/+6
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-211-10/+7
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-201-1/+2
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-203-13/+13
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-203-0/+32
* Add another fixme.Rafael Espindola2013-06-201-0/+1
* [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInnerUlrich Weigand2013-06-201-24/+24
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-201-0/+2
* R600/SI: Expand sub for v2i32 and v4i32 for SITom Stellard2013-06-201-0/+3
* R600/SI: Expand add for v2i32 and v4i32Tom Stellard2013-06-201-0/+2
* R600: Expand v2i32 load/store instead of custom loweringTom Stellard2013-06-201-2/+2
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-202-2/+2
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-201-0/+2
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-201-0/+1
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-202-0/+21
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-205-255/+52
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-202-0/+17
* Clang-format the SLP vectorizer. No functionality change.Nadav Rotem2013-06-203-202/+259
* This reverts r155000.Joey Gouly2013-06-201-6/+1
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-203-13/+80
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-203-14/+14
* Change the debug type to match the debug type that is used by vecutils.cpp.Nadav Rotem2013-06-201-1/+1
* [PowerPC] Add missing build dependencyUlrich Weigand2013-06-201-1/+1
* [MC] Support @ variants with directional labelsUlrich Weigand2013-06-201-2/+12
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-204-46/+144
* [PowerPC] Support compare mnemonics with implied CR0Ulrich Weigand2013-06-201-0/+9
* Fix get_magic() handling of short reads.Evgeniy Stepanov2013-06-201-2/+2
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-202-2/+2
* Remove MSan hack that is no longer needed.Evgeniy Stepanov2013-06-201-2/+0
* Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...Vladimir Medic2013-06-201-48/+58
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-203-9/+12
* [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear ...Argyrios Kyrtzidis2013-06-191-2/+11
* This is now a duplicate.Bill Wendling2013-06-191-26/+0
* Make the comparison operators non-member functions.Bill Wendling2013-06-191-2/+2
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-193-4/+3
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-194-11/+16
* Spell correct (s/begining/beginning/)David Blaikie2013-06-191-3/+3
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-196-1/+170
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-1919-295/+367
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-191-0/+13
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-194-14/+14
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-195-25/+25
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-191-9/+14