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-07-22
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-07-21
Revert r160602.
Nick Lewycky
2012-07-21
Teach globalopt to play nice with leak checkers. This is a reapplication of
Nick Lewycky
2012-07-21
Fix Mips long branch pass.
Akira Hatanaka
2012-07-21
Add HIGHER and HIGHEST relocations to Mips backend.
Akira Hatanaka
2012-07-21
Revert accidental commit.
Akira Hatanaka
2012-07-21
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-20
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
Fix few warnings.
Galina Kistanova
2012-07-20
Avoid folding loads that are unsafe to move.
Jakob Stoklund Olesen
2012-07-20
Fix a dangling StringRef bug in the auto upgrader. In one case, we reset
Chandler Carruth
2012-07-20
Split loop exiting edges more aggressively.
Jakob Stoklund Olesen
2012-07-20
Try to unbreak the windows build.
Benjamin Kramer
2012-07-20
SourceMgr: Use has_colors() instead of just is_displayed() before trying to use
Daniel Dunbar
2012-07-20
raw_ostream: Add a has_colors() method.
Daniel Dunbar
2012-07-20
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of
Daniel Dunbar
2012-07-20
Fix assertion in jump threading (PR13405).
Richard Osborne
2012-07-20
[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...
Kostya Serebryany
2012-07-20
Don't use implicit register operands to calculate L-bit for AVX instructions....
Craig Topper
2012-07-20
Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...
Owen Anderson
2012-07-19
Revert r160529 due to crashes.
Nick Lewycky
2012-07-19
Fix crash in machine verifier when trying to print the def of a register whic...
Pete Cooper
2012-07-19
Don't wipe out global variables that are probably storing pointers to heap
Nick Lewycky
2012-07-19
Reverting r 160419.
Galina Kistanova
2012-07-19
Adds the family codes for the Midview Atom processors so that the
Preston Gurd
2012-07-19
Fix remaining lit tests which were failing when run on an Atom
Preston Gurd
2012-07-19
default to use -mv4 when no version of Hexagon has been specified
Sebastian Pop
2012-07-19
reimplement truncate() to make it optimal.
Nuno Lopes
2012-07-19
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-19
test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...
NAKAMURA Takumi
2012-07-19
Replace some explicit compare loops with std::equal.
Benjamin Kramer
2012-07-19
[arm-fast-isel] Add support for vararg function calls.
Jush Lu
2012-07-19
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
Fixed few warnings.
Galina Kistanova
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Tweak prose.
Chad Rosier
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-18
Remove tabs.
Bill Wendling
2012-07-18
Move around some enum elements so that lastMRM corrects gets assigned 56, which
Richard Trieu
2012-07-18
TblGen: Tweak to pretty-print DAGISel.inc a bit better.
Jim Grosbach
[next]