summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-14
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* Fix indenting.Eric Christopher2011-09-13
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-13
* Remove include of header that doesn't exist (yet).Benjamin Kramer2011-09-13
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13
* Add the DataExtractor utility class.Benjamin Kramer2011-09-13
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* Maintain hexadecimal order.Devang Patel2011-09-13
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-12
* CR fixes per Bruno's request.Nadav Rotem2011-09-11
* Mark the eh.typeid.for intrinsic as being 'const', which it is insideDuncan Sands2011-09-09
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-08
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-08
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-07
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-07
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands2011-09-05
* Comment and clarifying assert.Andrew Trick2011-09-02
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-30
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-30
* The code model of JIT should default to JITDefault.Nicolas Geoffray2011-08-30
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-30
* Command line option to enable support for segmented stacks:Rafael Espindola2011-08-30
* Follow up to r138791.Evan Cheng2011-08-30
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-30
* Add load commands from Lion to Macho.h.Benjamin Kramer2011-08-30
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-29
* Tidy up. Whitespace.Jim Grosbach2011-08-29
* Tidy up. 80 columns.Jim Grosbach2011-08-29
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* LoopInfo::updateUnloop fix, and verify Block->Loop maps.Andrew Trick2011-08-26
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-25
* Constify ComparisonDavid Greene2011-08-25
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-24
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-24
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-23
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-23
* Address Duncan's CR request:Nadav Rotem2011-08-23
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-23