aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Not all targets have efficient ISel code generation for select instructions.Nadav Rotem2012-09-021-0/+10
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-1/+1
* PR13689: Check for backtrace(3) in the cmake build.Benjamin Kramer2012-09-011-1/+1
* Add ARM ELF support to llvm-objdump.Logan Chien2012-09-011-0/+138
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-312-8/+13
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-311-14/+16
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-311-1/+0
* Clean up ProfileDataLoader a bit.Benjamin Kramer2012-08-311-12/+6
* Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling2012-08-311-14/+14
* Fix HashString's Bernstein hash to use unsigned chars, as is usually done.Will Dietz2012-08-301-1/+1
* Add a bit of documentation to copyPhysReg.Jakob Stoklund Olesen2012-08-291-0/+7
* Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer2012-08-291-2/+2
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-291-2/+4
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-291-0/+7
* Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen2012-08-291-5/+5
* Add MachineMemOperand::isUnordered().Jakob Stoklund Olesen2012-08-291-0/+9
* fix C++ comment in C headerMichael Liao2012-08-291-1/+1
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-295-29/+93
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-2917-35/+43
* Maintain a vaild isTied bit as operands are added and removed.Jakob Stoklund Olesen2012-08-291-0/+12
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-284-0/+158
* Add a MachineOperand::isTied() flag.Jakob Stoklund Olesen2012-08-281-0/+19
* Don't allow TargetFlags on MO_Register MachineOperands.Jakob Stoklund Olesen2012-08-281-8/+19
* Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen2012-08-282-7/+2
* Add the Freescale vendor to Triple.Hal Finkel2012-08-281-1/+2
* Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng2012-08-271-21/+0
* Support MIPS DSP Rev2 intrinsics.Simon Atanasyan2012-08-271-0/+125
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-271-1/+2
* Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadA...Craig Topper2012-08-261-18/+30
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-246-10/+25
* Forgot to check in ProfileDataTypes.h in r162576Manman Ren2012-08-241-0/+39
* Profile: move a single enum out of ProfileInfoTypes.h into a new Manman Ren2012-08-241-9/+1
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-242-15/+41
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-241-1/+2
* Try to appease MSVC even more elaborately in the alignment hacking space.Chandler Carruth2012-08-241-5/+33
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-232-3/+9
* Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2012-08-231-0/+11
* Fix attributes on X86 store intrinsics.Jakob Stoklund Olesen2012-08-231-11/+11
* Fix a stub signature. HeuristicReduce should return a bool.Lang Hames2012-08-231-1/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-2313-48/+45
* Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames2012-08-231-1/+1
* Simplify the computeOperandLatency API.Andrew Trick2012-08-233-29/+29
* Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek2012-08-224-14/+16
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-222-12/+17
* MCInstFragment constructor should take by-reference MCInst.Jim Grosbach2012-08-221-1/+1
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+6
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-0/+1
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-222-101/+64
* Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier2012-08-211-0/+36
* Fix misaligned access in MachO object file reader: despite containing anRichard Smith2012-08-211-0/+5