aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-072-7/+14
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-071-1/+1
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-071-2/+4
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-064-19/+62
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-062-11/+20
* Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands2011-09-052-0/+13
* Comment and clarifying assert.Andrew Trick2011-09-021-2/+3
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-0/+12
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-012-5/+13
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-303-9/+0
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-301-0/+1
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-301-1/+1
* The code model of JIT should default to JITDefault.Nicolas Geoffray2011-08-301-1/+1
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-301-0/+4
* Command line option to enable support for segmented stacks:Rafael Espindola2011-08-301-0/+2
* Follow up to r138791.Evan Cheng2011-08-303-0/+17
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-302-1/+14
* Add load commands from Lion to Macho.h.Benjamin Kramer2011-08-301-0/+11
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-291-0/+12
* Tidy up. Whitespace.Jim Grosbach2011-08-291-5/+5
* Tidy up. 80 columns.Jim Grosbach2011-08-291-1/+1
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-294-6/+7
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-291-0/+1
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-274-7/+6
* Fix PassManager stack depths.Andrew Trick2011-08-274-6/+7
* LoopInfo::updateUnloop fix, and verify Block->Loop maps.Andrew Trick2011-08-261-2/+5
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-251-0/+4
* Constify ComparisonDavid Greene2011-08-251-1/+1
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-244-17/+71
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-242-1/+5
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-242-5/+5
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-231-2/+8
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-234-14/+72
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-231-3/+0
* Address Duncan's CR request:Nadav Rotem2011-08-231-0/+3
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-231-0/+1
* Add an MCInstrAnalysis version of isCall.Benjamin Kramer2011-08-221-0/+4
* Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS, folding itsJay Foad2011-08-223-45/+8
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-191-2/+4
* Add IntervalMap::const_iterator::atBegin().Jakob Stoklund Olesen2011-08-191-0/+3
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-191-0/+3
* Add SplitLandingPadPredecessors().Bill Wendling2011-08-191-0/+17
* Add NativeClient operating system support.Ivan Krasin2011-08-181-1/+2
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-181-1/+19
* Rip out the old StructType APIs as warned about on llvmdev last week.Chris Lattner2011-08-181-14/+0
* Add intrinsics for SETEV, GETED, GETET.Richard Osborne2011-08-181-0/+4
* Add the support in code-gen for the landingpad instruction lowering.Bill Wendling2011-08-171-0/+5
* Remove unneeded sentence.Bill Wendling2011-08-171-2/+1
* ...and make sure DynamicLibrary builds by removing "const" from the Invalid p...Jordy Rose2011-08-171-1/+1
* Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEF...Jordy Rose2011-08-171-2/+7