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
*
fix a circular dependency between the mips code generator
Chris Lattner
2009-06-16
3
-4
/
+28
*
Fix the EE bindings to use the proper EE interfaces for creating a JIT.
Chris Lattner
2009-06-16
1
-1
/
+1
*
CMake: Only include LLVM example executables in the build if requested by the...
Douglas Gregor
2009-06-16
1
-1
/
+4
*
Test for llvm-gcc patch 73564.
Dale Johannesen
2009-06-16
1
-0
/
+10
*
Accidentally broke this file.
Owen Anderson
2009-06-16
1
-1
/
+1
*
Add newline at end of file.
Owen Anderson
2009-06-16
1
-1
/
+1
*
Remove the Win32 implementation, since it doesn't compile pre-Vista.
Owen Anderson
2009-06-16
1
-12
/
+7
*
Fix #include guards.
Owen Anderson
2009-06-16
1
-2
/
+2
*
Make the test target-neutral
Anton Korobeynikov
2009-06-16
1
-2
/
+2
*
Fix/cleanup trailing newlines.
Owen Anderson
2009-06-16
2
-2
/
+1
*
Add a portable wrapper for reader-writer locks.
Owen Anderson
2009-06-16
5
-1
/
+352
*
Introduce new headers whose inclusion forces linking and
Douglas Gregor
2009-06-16
31
-30
/
+333
*
Generalize a few more instcombines to be vector/scalar-independent.
Dan Gohman
2009-06-16
3
-18
/
+32
*
Instcombine's ShrinkDemandedConstant may strip bits out of constants,
Dan Gohman
2009-06-16
2
-3
/
+32
*
CALL64pcrel32 immediate field is 32-bit. Patch by Abhinav Duggal.
Evan Cheng
2009-06-16
1
-1
/
+1
*
Address review comments: add 3 ARM calling conventions.
Anton Korobeynikov
2009-06-16
8
-39
/
+72
*
GNU as refuses to assemble "pop {}" instruction. Do not emit such
Anton Korobeynikov
2009-06-16
2
-3
/
+7
*
Add a configure check for pthread_rwlock_init.
Owen Anderson
2009-06-16
3
-0
/
+109
*
Update the threading section to reflect current plans/implementation.
Owen Anderson
2009-06-16
1
-16
/
+36
*
Add Threading.cpp to the CMake project files
Douglas Gregor
2009-06-16
1
-0
/
+1
*
Fix validation errors.
Owen Anderson
2009-06-16
1
-2
/
+3
*
Split the thread-related APIs out into their own file, and add a few more
Owen Anderson
2009-06-16
4
-27
/
+113
*
Testcase for r73506
Chris Lattner
2009-06-16
1
-0
/
+15
*
Generalize instcombine's isSafeToLoadUnconditionally() function
Chris Lattner
2009-06-16
3
-39
/
+55
*
Added missing libcalls for floating point to int conversions.
Sanjiv Gupta
2009-06-16
1
-7
/
+59
*
Remove the "llvm.umul.with.overflow is broken" warning; it should be
Eli Friedman
2009-06-16
1
-3
/
+0
*
Fixed names of libcalls checked in r73480.
Sanjiv Gupta
2009-06-16
2
-12
/
+4
*
Code Restructuring. No functionality change.
Sanjiv Gupta
2009-06-16
4
-188
/
+352
*
Added required libcalls for PIC16 (mostly floating points to integer casting ...
Sanjiv Gupta
2009-06-16
2
-0
/
+24
*
Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.
Evan Cheng
2009-06-16
2
-10
/
+10
*
If a val# is defined by an implicit_def and it is being removed, all of the c...
Evan Cheng
2009-06-16
2
-20
/
+371
*
Add some generic expansion logic for SMULO and UMULO. Fixes UMULO
Eli Friedman
2009-06-16
4
-0
/
+85
*
Misc accumulated tweaks to legalization logic for various targets.
Eli Friedman
2009-06-16
4
-2
/
+25
*
another xform that is target-independent (should be done in instcombine).
Chris Lattner
2009-06-16
1
-3
/
+23
*
I think instcombine should unconditionally do this xform.
Chris Lattner
2009-06-16
1
-2
/
+17
*
Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic.
Chris Lattner
2009-06-16
1
-6
/
+5
*
There doesn't seem to be a reason to move the save FP stuff.
Bill Wendling
2009-06-16
1
-7
/
+7
*
The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offset
Bill Wendling
2009-06-16
1
-20
/
+18
*
Fix typos.
Bill Wendling
2009-06-16
1
-2
/
+2
*
Use MainCU if it is available.
Devang Patel
2009-06-16
2
-2
/
+278
*
Add initial stab at documenting the use of LLVM with threaded clients.
Owen Anderson
2009-06-16
1
-2
/
+109
*
Add comments to ConstantInt::get and ConstantFP::get to more fully
Dan Gohman
2009-06-16
1
-7
/
+12
*
Use Type::getScalarType.
Dan Gohman
2009-06-16
1
-4
/
+2
*
Regenerate.
Mikhail Glushenkov
2009-06-16
2
-43
/
+74
*
Documentation update.
Mikhail Glushenkov
2009-06-16
2
-22
/
+52
*
Remove extraneous propset.
Owen Anderson
2009-06-15
0
-0
/
+0
*
Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...
Owen Anderson
2009-06-15
2
-8
/
+18
*
Add a CreateFNeg function to IRBuilder.
Dan Gohman
2009-06-15
1
-0
/
+5
*
Update this test to use fmul instead of mul.
Dan Gohman
2009-06-15
1
-1
/
+1
*
Change this from an assert to a cerr+exit, since it's diagnosing an
Dan Gohman
2009-06-15
1
-2
/
+6
[next]