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
Age
Commit message (
Expand
)
Author
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
Don't cache the MBB in the class. Its only used by one function. Change a for...
Craig Topper
2012-08-22
Mark a function as static since it doesn't use anything in the class.
Craig Topper
2012-08-22
Add register Mips::GP to the list of reserved registers if target is bare-metal
Akira Hatanaka
2012-08-22
Add option disable-mips-delay-filler. Turn on mips' delay slot filler by
Akira Hatanaka
2012-08-22
TblGen: Make asm-matcher ConvertToMCInst() table driven.
Jim Grosbach
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-22
Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The
Richard Smith
2012-08-22
Reduce alignment of SmallVector<T> to the required amount, rather than forcin...
Richard Smith
2012-08-21
Add a few functions to TargetLibraryInfo as part of PR13574.
Chad Rosier
2012-08-21
MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a
Richard Smith
2012-08-21
Fix misaligned access in MachO object file reader: despite containing an
Richard Smith
2012-08-21
Fix unaligned memory accesses when performing relocations in X86 JIT. There's
Richard Smith
2012-08-21
Don't pass a null pointer to cast<> in its unit tests.
Richard Smith
2012-08-21
Don't bind a reference to a dereferenced null pointer (for return value of We...
Richard Smith
2012-08-21
[ms-inline asm] Do not report a Parser error when matching inline assembly.
Chad Rosier
2012-08-21
Ignore the documentation-suggested location for compile_commands.json
David Blaikie
2012-08-21
The presence of the empty file "foo" unfortunately does not improve LLVM in a...
David Blaikie
2012-08-21
Remove unnecessary cast that was also unnecessarily casting away constness.
David Blaikie
2012-08-21
Provide a portability macro for __builtin_trap.
David Blaikie
2012-08-21
Fix macros arguments with an underscore, dot or dollar in them. This is based
Rafael Espindola
2012-08-21
[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,
Chad Rosier
2012-08-21
Formatting. No functional change.
Chad Rosier
2012-08-21
Make the wording in of the "expected identifier" error in the .macro directive
Rafael Espindola
2012-08-21
Pacify PVS-Studio by changing the type rather than doing a cast, a tweak
Duncan Sands
2012-08-21
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
Remove unused variable. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
Fix typo. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
MCJIT: Tidy up the constructor.
Jim Grosbach
2012-08-21
PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
Duncan Sands
2012-08-21
Add correct set of regression tests for r162094 commit.
Tim Northover
2012-08-21
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
Fix up indentation and remove a couple else's after returns.
Craig Topper
2012-08-21
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...
Kostya Serebryany
2012-08-21
Use uint16_t for tables of opcodes.
Craig Topper
2012-08-21
Fix up indentation. No functional change.
Craig Topper
2012-08-21
Add a couple llvm_unreachables. Add a message to several others.
Craig Topper
2012-08-21
Replace a break with llvm_unreachable in the default case of a nested switch....
Craig Topper
2012-08-21
Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...
Craig Topper
2012-08-21
Merge FMA3 instructions with and without patterns into single classes using n...
Craig Topper
2012-08-21
revise debug output to avoid dangling pointer
Michael Liao
2012-08-21
Add a missing def flag.
Jakob Stoklund Olesen
2012-08-20
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
Don't add CFG edges for redundant conditional branches.
Jakob Stoklund Olesen
2012-08-20
Clarify that duplicate edges are not allowed in the Machine CFG.
Jakob Stoklund Olesen
2012-08-20
Add a verification pass after ExpandISelPseudos.
Jakob Stoklund Olesen
2012-08-20
Add CFG checks to MachineVerifier.
Jakob Stoklund Olesen
2012-08-20
Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.
Jakob Stoklund Olesen
2012-08-20
enable cross compilation with cmake
Sebastian Pop
[prev]
[next]