index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-09-03
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-02
replace a couple of single-line comments with /* */ to fix the build of stuff...
Nuno Lopes
2012-09-02
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-01
PR13689: Check for backtrace(3) in the cmake build.
Benjamin Kramer
2012-09-01
Add ARM ELF support to llvm-objdump.
Logan Chien
2012-08-31
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-31
Move the GCOVFormat enums into their own namespace per the LLVM coding standard.
Bill Wendling
2012-08-31
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
Clean up ProfileDataLoader a bit.
Benjamin Kramer
2012-08-31
Cleanups due to feedback. No functionality change. Patch by Alistair.
Bill Wendling
2012-08-30
Fix HashString's Bernstein hash to use unsigned chars, as is usually done.
Will Dietz
2012-08-29
Add a bit of documentation to copyPhysReg.
Jakob Stoklund Olesen
2012-08-29
Explicitly cast an expression to bool before handing it off to __builtin_expect.
Benjamin Kramer
2012-08-29
Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...
Benjamin Kramer
2012-08-29
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-29
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
Add MachineMemOperand::isUnordered().
Jakob Stoklund Olesen
2012-08-29
fix C++ comment in C header
Michael Liao
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-28
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-08-28
Add a MachineOperand::isTied() flag.
Jakob Stoklund Olesen
2012-08-28
Don't allow TargetFlags on MO_Register MachineOperands.
Jakob Stoklund Olesen
2012-08-28
Remove extra MayLoad/MayStore flags from atomic_load/store.
Jakob Stoklund Olesen
2012-08-28
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-27
Remove the the block_node_iterator of Region, replace it by the block_iterator.
Hongbin Zheng
2012-08-27
Support MIPS DSP Rev2 intrinsics.
Simon Atanasyan
2012-08-27
Add basic support for .debug_ranges section to LLVM's DebugInfo library.
Alexey Samsonov
2012-08-26
Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadA...
Craig Topper
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Forgot to check in ProfileDataTypes.h in r162576
Manman Ren
2012-08-24
Profile: move a single enum out of ProfileInfoTypes.h into a new
Manman Ren
2012-08-24
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
Try to appease MSVC even more elaborately in the alignment hacking space.
Chandler Carruth
2012-08-23
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
2012-08-23
Add CodeGenTarget::guessInstructionProperties.
Jakob Stoklund Olesen
2012-08-23
Fix attributes on X86 store intrinsics.
Jakob Stoklund Olesen
2012-08-23
Fix a stub signature. HeuristicReduce should return a bool.
Lang Hames
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
Make the setInst method take its MCInst parameter by reference, a la Jim's
Lang Hames
2012-08-23
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-22
Fix an assortment of doxygen comment mistakes found by -Wdocumentation.
Ted Kremenek
2012-08-22
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-22
MCInstFragment constructor should take by-reference MCInst.
Jim Grosbach
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-22
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
[next]