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
*
Test case for 90787.
Evan Cheng
2009-12-07
1
-0
/
+15
*
Use FileCheck and set nounwind on calls.
David Greene
2009-12-07
1
-6
/
+7
*
Apply Pekka Jääskeläinen's patch to raise the first virtual register
Dan Gohman
2009-12-07
1
-2
/
+2
*
Introduce the "@llvm.dbg.value" debug intrinsic.
Victor Hernandez
2009-12-07
4
-0
/
+60
*
Simplify a bit.
Mikhail Glushenkov
2009-12-07
1
-13
/
+5
*
Throw 'const char*' instead of 'std::string'.
Mikhail Glushenkov
2009-12-07
1
-11
/
+10
*
add support for phi translation and incorpation of new expression.
Chris Lattner
2009-12-07
1
-121
/
+144
*
Don't enable the post-RA scheduler on x86 except at -O3. In its
Dan Gohman
2009-12-07
9
-9
/
+9
*
checkpoint of the new PHITransAddr code, still not done and not used by
Chris Lattner
2009-12-07
2
-52
/
+292
*
Regenerate.
Mikhail Glushenkov
2009-12-07
1
-59
/
+71
*
Documentation update.
Mikhail Glushenkov
2009-12-07
1
-20
/
+45
*
Deprecate 'unpack_values'.
Mikhail Glushenkov
2009-12-07
5
-63
/
+60
*
Pass '-msse' and friends to llc as '-mattr=+/-'.
Mikhail Glushenkov
2009-12-07
2
-1
/
+39
*
Implement 'forward_value' and 'forward_transformed_value'.
Mikhail Glushenkov
2009-12-07
4
-28
/
+187
*
Refactoring, no functionality change.
Mikhail Glushenkov
2009-12-07
1
-98
/
+163
*
Pre-regalloc tale duplication. Work in progress.
Evan Cheng
2009-12-07
3
-91
/
+232
*
fixed some typos in method comments, reworded some comments for clarity
John Mosby
2009-12-07
2
-9
/
+9
*
Fixes the Atomic implementation if compiled by MSVC compiler.
Oscar Fuentes
2009-12-07
2
-1
/
+5
*
If BB is empty, insert PHI before end() instead of front().
Evan Cheng
2009-12-07
1
-3
/
+6
*
Some pretty-printing
Anton Korobeynikov
2009-12-07
1
-0
/
+1
*
Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f...
Anton Korobeynikov
2009-12-07
2
-1
/
+13
*
Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...
Anton Korobeynikov
2009-12-07
3
-1
/
+65
*
Initial codegen support for MSP430 ISRs
Anton Korobeynikov
2009-12-07
4
-8
/
+54
*
Add MSP430 interrupt calling conv. No functionality change yet.
Anton Korobeynikov
2009-12-07
5
-1
/
+11
*
Add ability to select hw multiplier mode and select appropriate libcalls.
Anton Korobeynikov
2009-12-07
1
-0
/
+29
*
Fix typos. Thanks to John Tytgat for noticing it!
Rafael Espindola
2009-12-07
3
-5
/
+5
*
Dynamic stack realignment use of sp register as source/dest register
Anton Korobeynikov
2009-12-06
3
-6
/
+29
*
fix PR5698
Chris Lattner
2009-12-06
2
-0
/
+27
*
remove extraneous comma clang warns about
Chris Lattner
2009-12-06
1
-1
/
+1
*
constant fold loads from memcpy's from global constants. This is important
Chris Lattner
2009-12-06
2
-6
/
+62
*
add support for forwarding mem intrinsic values to non-local loads.
Chris Lattner
2009-12-06
2
-33
/
+97
*
gvn is optimizing this better now.
Chris Lattner
2009-12-06
1
-2
/
+2
*
Handle forwarding local memsets to loads. For example, we optimize this:
Chris Lattner
2009-12-06
2
-43
/
+173
*
Add helper methods for forming shift operations with a constant
Chris Lattner
2009-12-06
1
-0
/
+21
*
merge two tests.
Chris Lattner
2009-12-06
2
-20
/
+25
*
CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SOURCE_COMPILES.
Oscar Fuentes
2009-12-06
1
-2
/
+1
*
Fix for atomic intrinsics detection when using MSVC.
Oscar Fuentes
2009-12-05
1
-0
/
+12
*
Remove old DBG_LABEL code.
Dan Gohman
2009-12-05
2
-9
/
+0
*
Remove the unused DisableLegalizeTypes option and related code.
Dan Gohman
2009-12-05
3
-53
/
+48
*
Calling InvalidateEntry during the refinement was breaking the bootstrap.
Bill Wendling
2009-12-05
1
-2
/
+12
*
Final cleanups:
Bill Wendling
2009-12-05
1
-14
/
+2
*
Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.
Bill Wendling
2009-12-05
5
-103
/
+53
*
Document that memory use intrinsics may also return Def results.
Nick Lewycky
2009-12-05
1
-3
/
+3
*
Fix indentation in switch statement.
Nick Lewycky
2009-12-05
1
-15
/
+16
*
Generalize this optimization to work on equality comparisons between any two
Nick Lewycky
2009-12-05
2
-19
/
+60
*
More updates to objectsize intrinsic docs.
Eric Christopher
2009-12-05
1
-83
/
+103
*
Don't print a space before the : between the file name and line number.
Dan Gohman
2009-12-05
1
-2
/
+2
*
Inline methods which are called only once.
Bill Wendling
2009-12-05
1
-15
/
+3
*
Refactor some code. No functionality change.
Bill Wendling
2009-12-05
1
-9
/
+13
*
Print newlines after printing labels for debug info, so that the output
Dan Gohman
2009-12-05
2
-0
/
+2
[next]