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
*
Make this test less sensitive to assembler differences.
Dan Gohman
2009-08-18
1
-4
/
+4
*
alphabeticalize
Chris Lattner
2009-08-18
1
-4
/
+4
*
fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections
Chris Lattner
2009-08-18
2
-8
/
+10
*
force a triple so this passes on darwin
Chris Lattner
2009-08-18
1
-1
/
+1
*
Generalize ScalarEvolution to be able to analyze GEPs when
Dan Gohman
2009-08-18
6
-121
/
+565
*
null streamer needs to maintain the current section as well.
Chris Lattner
2009-08-18
1
-1
/
+3
*
CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is
Oscar Fuentes
2009-08-18
2
-4
/
+4
*
Make tail merging handle blocks with repeated predecessors correctly, and
Dan Gohman
2009-08-18
4
-28
/
+93
*
Fix a bug that caused globalopt to miscompile tramp3d: don't miss
Dan Gohman
2009-08-18
2
-3
/
+49
*
Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...
Anton Korobeynikov
2009-08-18
1
-0
/
+3
*
Fixed spelling of MSP430.
Misha Brukman
2009-08-18
1
-1
/
+1
*
Fix Triple to recognize the 'bfin' arch.
Daniel Dunbar
2009-08-18
1
-0
/
+2
*
Make AsmStreamer maintain a notion of the current section, pushing it up from...
Chris Lattner
2009-08-18
5
-25
/
+22
*
add a horrible hack to the dwarf printer. It looks like mingw is not specifying
Chris Lattner
2009-08-18
1
-3
/
+9
*
Include valgrind in the steps to reproduce if valgrind was used to reproduce
Nick Lewycky
2009-08-18
1
-0
/
+1
*
remove some pointless null switchtosections. The IntelAsmPrinter doesn't rea...
Chris Lattner
2009-08-18
1
-4
/
+2
*
Fix revsh pattern.
Evan Cheng
2009-08-18
3
-2
/
+15
*
add support for some targetflags on GV operands. This allows us to
Chris Lattner
2009-08-18
1
-2
/
+44
*
Recognize xscale as an ARM arch.
Daniel Dunbar
2009-08-18
2
-2
/
+3
*
Add Triple matching for pic16 arch and solaris OS.
Daniel Dunbar
2009-08-18
2
-2
/
+10
*
fix another bozo bug
Chris Lattner
2009-08-18
1
-2
/
+2
*
fix accidentally inverted conditional and add comment.
Chris Lattner
2009-08-18
1
-1
/
+4
*
turn this conditional into something humans might actually
Chris Lattner
2009-08-18
1
-8
/
+25
*
"-" should write to stdout, not stderr.
Chris Lattner
2009-08-18
1
-3
/
+3
*
Change bugpoint to use Triple to make runtime decisions.
Daniel Dunbar
2009-08-18
5
-36
/
+64
*
Separate out Makefile defines so that we can keep the llvm
Eric Christopher
2009-08-18
1
-15
/
+15
*
Add LLVMInitializeAllTargetInfos for C api, and update
Daniel Dunbar
2009-08-18
1
-1
/
+14
*
Make TargetData optional in MemCpyOptimizer.
Dan Gohman
2009-08-18
1
-10
/
+10
*
Even more Apple style build horribleness.
Evan Cheng
2009-08-18
1
-3
/
+12
*
Make TargetData optional in SimplifyLibCalls.
Dan Gohman
2009-08-18
1
-7
/
+45
*
Regenerate
Anton Korobeynikov
2009-08-18
1
-27
/
+88
*
The attached patches attempt to fix cross builds. For example, if you
Anton Korobeynikov
2009-08-18
9
-26
/
+82
*
LLVM Ada language bindings. Credit to Rod Kay and the AuroraUX team.
Edward O'Callaghan
2009-08-18
26
-0
/
+17093
*
Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignment
Dan Gohman
2009-08-18
1
-1
/
+1
*
PowerPC inline asm was emitting two output operands
Dale Johannesen
2009-08-18
3
-26
/
+34
*
Add prefix only if it is needed.
Devang Patel
2009-08-17
2
-2
/
+33
*
cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::v...
Jim Grosbach
2009-08-17
1
-24
/
+16
*
#include <cstdlib> in the code listing for strtod.
John McCall
2009-08-17
1
-0
/
+1
*
Oops. find all llvm.dbg.global_variables.
Devang Patel
2009-08-17
1
-1
/
+1
*
Remove a bit more cruft from the sjlj moving to a backend pass.
Jim Grosbach
2009-08-17
6
-81
/
+0
*
Update CMakeLists.
Benjamin Kramer
2009-08-17
1
-0
/
+1
*
Update comments to new-style syntax.
Dan Gohman
2009-08-17
1
-2
/
+2
*
Fix build warning.
Daniel Dunbar
2009-08-17
1
-1
/
+1
*
Privatize the last bits of static type state.
Owen Anderson
2009-08-17
2
-23
/
+32
*
Test the pass the test is actually for, instead of one that doesn't exist.
Nick Lewycky
2009-08-17
1
-1
/
+1
*
Move the TypeMap lock to a member on LLVMContextImpl.
Owen Anderson
2009-08-17
2
-10
/
+11
*
Add locking around the attributes list.
Owen Anderson
2009-08-17
1
-0
/
+6
*
Add locking around signal handler registration.
Owen Anderson
2009-08-17
1
-0
/
+14
*
Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...
Benjamin Kramer
2009-08-17
1
-0
/
+6
*
Don't crash on critical edge. Patch by Andre Tavares.
Nick Lewycky
2009-08-17
2
-1
/
+16
[next]