aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* This is the first step towards refactoring the x86 vector shuffle code. TheBruno Cardoso Lopes2010-08-201-1/+1
* CreateTemporaryType doesn't needs its Context argument.Dan Gohman2010-08-201-1/+1
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-202-15/+28
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-202-4/+17
* Reword NamedMDNode's comment.Dan Gohman2010-08-201-2/+3
* Delete SlowOperationInformer, which is no longer used.Dan Gohman2010-08-202-66/+0
* Add include guards to Support/Regex.h.Mikhail Glushenkov2010-08-201-0/+5
* Trailing whitespace.Mikhail Glushenkov2010-08-202-12/+12
* Add explicit initializer for UseLocalStackAllocationBlock in MFI constructorJim Grosbach2010-08-201-0/+1
* Delete raw_stdout_ostream and raw_stderr_ostream, which are unusedDan Gohman2010-08-201-18/+0
* Add an inspirational quote.Dan Gohman2010-08-201-0/+5
* Add a comment.Dan Gohman2010-08-201-1/+2
* Move raw_ostream's Error flag into raw_fd_ostream, as that's the onlyDan Gohman2010-08-201-25/+27
* Export error-handling functions in formatted_tool_output_file.Dan Gohman2010-08-201-2/+10
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+2
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-0/+4
* Disambiguate calls to WriteGraph() to disable ADL.Mikhail Glushenkov2010-08-201-2/+2
* Trailing whitespace.Mikhail Glushenkov2010-08-201-1/+1
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-201-5/+0
* Introduce a new tool_output_file class, which extends raw_ostream withDan Gohman2010-08-202-1/+44
* Better handling of offsets on frame index references. rdar://8277890Jim Grosbach2010-08-191-7/+13
* Update comment to remove special case for vector extending loads. AnBob Wilson2010-08-191-5/+2
* Re-re-revert this patch. It seems to be causing performanceEric Christopher2010-08-191-1/+1
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-191-0/+16
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-192-4/+1
* Reapply the virtual register patch from 109102. The places where we wereEric Christopher2010-08-191-1/+1
* Finish full attribute class emission for clang.Sean Hunt2010-08-181-0/+20
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-181-2/+5
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-181-19/+0
* Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman2010-08-181-0/+12
* Revert r111394. It was too aggressive.Jakob Stoklund Olesen2010-08-181-9/+0
* Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen2010-08-181-0/+9
* Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen2010-08-181-0/+10
* Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar2010-08-181-0/+19
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-181-0/+2
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-181-19/+0
* Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach2010-08-181-0/+7
* don't emit zero bit fields with Emit, fixing undefined behavior,Chris Lattner2010-08-181-3/+5
* Don't pass in a null pointer to std::string's ctor, an empty stringChris Lattner2010-08-181-1/+4
* Add materialization of virtual base registers for frame indices allocated intoJim Grosbach2010-08-171-0/+16
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-171-0/+4
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-171-4/+2
* Add some win64 coff goodness.Anton Korobeynikov2010-08-172-2/+25
* Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer2010-08-171-0/+21
* Add hook to examine an instruction referencing a frame index to determineJim Grosbach2010-08-171-0/+8
* Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer2010-08-171-29/+24
* Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer2010-08-171-24/+29
* There is this new "LLVM" compiler that supports __builtin_bswap but thinks it...Benjamin Kramer2010-08-171-2/+4
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-162-1/+4
* Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach2010-08-161-0/+14