index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add operator== to APSInt. This will compare the signed bit before doing
Richard Trieu
2012-07-23
1
-1
/
+20
*
An objc_retain can serve as a may-use for a different pointer.
Dan Gohman
2012-07-23
2
-1
/
+28
*
Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.
Akira Hatanaka
2012-07-23
1
-0
/
+2
*
Test revert of test changes.
Micah Villmow
2012-07-23
1
-1
/
+0
*
Test commit.
Micah Villmow
2012-07-23
1
-0
/
+1
*
Suppress a warning.
Nadav Rotem
2012-07-23
1
-1
/
+2
*
Doxygenify the comments of ISD nodes.
Nadav Rotem
2012-07-23
1
-292
/
+293
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
43
-45
/
+45
*
Fixed DAGCombine optimizations which generate select_cc for targets
Nadav Rotem
2012-07-23
2
-33
/
+66
*
Tidy up. Fix indentation and remove trailing whitespace.
Craig Topper
2012-07-23
1
-16
/
+14
*
Change llvm_unreachable in SplitVectorResult to report_fatal_error. Keeps rel...
Craig Topper
2012-07-23
1
-1
/
+2
*
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-07-22
2
-3
/
+3
*
ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.
NAKAMURA Takumi
2012-07-22
1
-1
/
+1
*
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-07-22
7
-0
/
+20
*
Revert r160602.
Nick Lewycky
2012-07-21
3
-198
/
+9
*
Teach globalopt to play nice with leak checkers. This is a reapplication of
Nick Lewycky
2012-07-21
3
-9
/
+198
*
Fix Mips long branch pass.
Akira Hatanaka
2012-07-21
3
-135
/
+142
*
Add HIGHER and HIGHEST relocations to Mips backend.
Akira Hatanaka
2012-07-21
3
-1
/
+8
*
Revert accidental commit.
Akira Hatanaka
2012-07-21
8
-288
/
+45
*
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-21
10
-46
/
+293
*
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
3
-3
/
+16
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
9
-10
/
+9
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
6
-22
/
+3
*
Fix few warnings.
Galina Kistanova
2012-07-20
1
-1
/
+1
*
Avoid folding loads that are unsafe to move.
Jakob Stoklund Olesen
2012-07-20
2
-0
/
+156
*
Fix a dangling StringRef bug in the auto upgrader. In one case, we reset
Chandler Carruth
2012-07-20
1
-2
/
+2
*
Split loop exiting edges more aggressively.
Jakob Stoklund Olesen
2012-07-20
2
-13
/
+86
*
Try to unbreak the windows build.
Benjamin Kramer
2012-07-20
1
-1
/
+1
*
SourceMgr: Use has_colors() instead of just is_displayed() before trying to use
Daniel Dunbar
2012-07-20
1
-2
/
+2
*
raw_ostream: Add a has_colors() method.
Daniel Dunbar
2012-07-20
2
-0
/
+9
*
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
3
-10
/
+20
*
lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of
Daniel Dunbar
2012-07-20
1
-1
/
+5
*
Fix assertion in jump threading (PR13405).
Richard Osborne
2012-07-20
2
-0
/
+10
*
[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...
Kostya Serebryany
2012-07-20
2
-22
/
+35
*
Don't use implicit register operands to calculate L-bit for AVX instructions....
Craig Topper
2012-07-20
1
-0
/
+2
*
Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...
Owen Anderson
2012-07-20
1
-1
/
+2
*
Revert r160529 due to crashes.
Nick Lewycky
2012-07-19
3
-192
/
+9
*
Fix crash in machine verifier when trying to print the def of a register whic...
Pete Cooper
2012-07-19
1
-0
/
+2
*
Don't wipe out global variables that are probably storing pointers to heap
Nick Lewycky
2012-07-19
3
-9
/
+192
*
Reverting r 160419.
Galina Kistanova
2012-07-19
1
-2
/
+1
*
Adds the family codes for the Midview Atom processors so that the
Preston Gurd
2012-07-19
2
-4
/
+3
*
Fix remaining lit tests which were failing when run on an Atom
Preston Gurd
2012-07-19
12
-16
/
+51
*
default to use -mv4 when no version of Hexagon has been specified
Sebastian Pop
2012-07-19
1
-1
/
+5
*
reimplement truncate() to make it optimal.
Nuno Lopes
2012-07-19
1
-10
/
+45
*
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-19
2
-17
/
+4
*
test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...
NAKAMURA Takumi
2012-07-19
1
-8
/
+8
*
Replace some explicit compare loops with std::equal.
Benjamin Kramer
2012-07-19
2
-11
/
+2
*
[arm-fast-isel] Add support for vararg function calls.
Jush Lu
2012-07-19
3
-32
/
+84
*
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
10
-24
/
+69
*
Fixed few warnings.
Galina Kistanova
2012-07-19
3
-4
/
+4
[next]