summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-06
* TiedTo is an integer, not a bool.Jakob Stoklund Olesen2012-09-06
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-06
* Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen2012-09-06
* Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-06
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-05
* Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky2012-09-05
* Cleanup a few magic numbers.Chad Rosier2012-09-05
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* [ms-inline asm] We only need one bit to represent the AsmDialect in theChad Rosier2012-09-05
* Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky2012-09-05
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-05
* [ms-inline asm] Propagate the asm dialect into the MachineInstr representation.Chad Rosier2012-09-05
* Clean up.Chad Rosier2012-09-05
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-05
* Clean up includes.Benjamin Kramer2012-09-05
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-05
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-05
* Removed Trie.h; unused in a long timeMarshall Clow2012-09-05
* Fix function name per coding standard.Chad Rosier2012-09-05
* [ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier2012-09-05
* Make provenance checking conservative in cases whenDan Gohman2012-09-04
* [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier2012-09-04
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-04
* Remove unneeded code.Jakub Staszak2012-09-04
* Actually use the MachineOperand field for isRegTiedToDefOperand().Jakob Stoklund Olesen2012-09-04
* Allow tied uses and defs in different orders.Jakob Stoklund Olesen2012-09-04
* Generic Bypass Slow DivPreston Gurd2012-09-04
* Make sure macros in the include subdirectory are not used without being defined.Bob Wilson2012-09-04
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-03
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-03
* Removed unused argument.Chad Rosier2012-09-03
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-03
* replace a couple of single-line comments with /* */ to fix the build of stuff...Nuno Lopes2012-09-02
* Not all targets have efficient ISel code generation for select instructions.Nadav Rotem2012-09-02
* Rename ANDROIDEABI to Android.Logan Chien2012-09-02
* PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer2012-09-01
* Add ARM ELF support to llvm-objdump.Logan Chien2012-09-01
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-31
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-31
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-31
* Clean up ProfileDataLoader a bit.Benjamin Kramer2012-08-31
* Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling2012-08-31
* Fix HashString's Bernstein hash to use unsigned chars, as is usually done.Will Dietz2012-08-30
* Add a bit of documentation to copyPhysReg.Jakob Stoklund Olesen2012-08-29
* Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer2012-08-29
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-29
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-29