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
*
Move the code for printing a graph node label for an SUnit into
Dan Gohman
2008-11-19
3
-22
/
+23
*
Convert SUnit's dump method into a print method and implement
Dan Gohman
2008-11-19
2
-6
/
+11
*
CMake: Removed source file.
Oscar Fuentes
2008-11-19
1
-1
/
+0
*
Do not use separate utility to walk all instructions and remove dead dbg intr...
Devang Patel
2008-11-19
2
-88
/
+0
*
Let instcombiner remove redundant dbg intrinsics.
Devang Patel
2008-11-19
1
-7
/
+1
*
If there are two consecutive llvm.dbg.stoppoint calls then
Devang Patel
2008-11-19
2
-1
/
+60
*
CMake: Removed source file from lib/Target/PIC16/CMakeLists.txt.
Oscar Fuentes
2008-11-19
1
-1
/
+0
*
CellSPU: Do not custom lower i1 stores, rely on type legalization to do the
Scott Michel
2008-11-19
1
-34
/
+11
*
<rdar://problem/6351057>
Stuart Hastings
2008-11-19
1
-10
/
+12
*
ignore the -m elf_i386 directive used in the linux kernel
Andrew Lenharth
2008-11-19
1
-0
/
+3
*
Revert r59640. It broke this test for builds that aren't
Dan Gohman
2008-11-19
1
-1
/
+1
*
Use %llvmgcc -xassembler instead of invoking as directly. This avoids
Dan Gohman
2008-11-19
1
-1
/
+1
*
Temporary check-in for Duncan to demonstrate CellSPU store problem.
Scott Michel
2008-11-19
1
-8
/
+41
*
Fix compilation error on MSVC.
Argiris Kirtzidis
2008-11-19
1
-1
/
+1
*
Forgot to add this in the previous commit.
Sanjiv Gupta
2008-11-19
1
-0
/
+62
*
Fixed build warnings.
Sanjiv Gupta
2008-11-19
2
-4
/
+6
*
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-11-19
23
-2307
/
+1579
*
Use stripPointerCasts when checking for AllocaInsts for the stackprotector in...
Bill Wendling
2008-11-19
1
-1
/
+1
*
Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset.
Sanjiv Gupta
2008-11-19
1
-0
/
+9
*
add a write method.
Chris Lattner
2008-11-19
1
-0
/
+6
*
- Move the stackprotector intrinsic to the general section.
Bill Wendling
2008-11-19
1
-56
/
+39
*
Add support for rematerialization in pre-alloc-splitting.
Owen Anderson
2008-11-19
2
-4
/
+96
*
LLVMC2: -emit-llvm stops compilation.
Daniel Dunbar
2008-11-19
2
-0
/
+6
*
LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.
Daniel Dunbar
2008-11-19
2
-0
/
+15
*
Grammar.
Daniel Dunbar
2008-11-19
1
-1
/
+1
*
Rearrange code to reduce the nesting level. No functionality change.
Dan Gohman
2008-11-19
1
-36
/
+36
*
Use dyn_cast instead of cast.
Bill Wendling
2008-11-19
1
-1
/
+1
*
Match an element of the return type if it returns a structure.
Bill Wendling
2008-11-19
1
-2
/
+12
*
Remove unused variables.
Devang Patel
2008-11-19
1
-12
/
+9
*
Fix typo.
Devang Patel
2008-11-19
1
-1
/
+1
*
CMake: Support for building 32 bits shared libraries on 64 bits GNU
Oscar Fuentes
2008-11-19
1
-5
/
+5
*
Fix debug printing of flagged SDNodes in SUnits so that they
Dan Gohman
2008-11-19
1
-12
/
+12
*
Make the same change to RegScavenger::backward.
Evan Cheng
2008-11-18
1
-9
/
+28
*
CMake: Option for enabling/disabling threads.
Oscar Fuentes
2008-11-18
2
-2
/
+13
*
Verify that the second parameter of the stacprotector intrinsic is an alloca
Bill Wendling
2008-11-18
1
-0
/
+5
*
We also need to keep the operand index for two address check.
Evan Cheng
2008-11-18
1
-9
/
+11
*
Register scavenger should process early clobber defs first. A dead early clob...
Evan Cheng
2008-11-18
2
-23
/
+53
*
Fix indentation.
Evan Cheng
2008-11-18
1
-23
/
+22
*
Documentation for the llvm.stackprotector intrinsic.
Bill Wendling
2008-11-18
1
-17
/
+70
*
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
3
-28
/
+59
*
Don't set neverHasSideEffects on x86's divide instructions, since
Dan Gohman
2008-11-18
2
-3
/
+1
*
Tidy up ScheduleNodeBottomUp methods, and make them more
Dan Gohman
2008-11-18
2
-10
/
+8
*
Update a comment to reflect the current code.
Dan Gohman
2008-11-18
1
-3
/
+2
*
Remove integer promotion support for FP_EXTEND
Duncan Sands
2008-11-18
2
-16
/
+1
*
Remove even more llvm.dbg variables.
Devang Patel
2008-11-18
1
-33
/
+50
*
CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it was
Oscar Fuentes
2008-11-18
1
-3
/
+0
*
Simplify code using helper routines. There is not
Duncan Sands
2008-11-18
2
-67
/
+53
*
Fix a bug introduced by my previous patch. With this change, SPEC is now cle...
Owen Anderson
2008-11-18
1
-1
/
+1
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
20
-44
/
+69
*
Make some methods const.
Dan Gohman
2008-11-18
2
-4
/
+6
[next]