index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.rules
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-05
Add a check for misbehaving -Wcomment from gcc-4.7 and add
Eric Christopher
1
-1
/
+1
2014-09-19
Revert my earlier change to add "all" as a dependency to check. In
Eric Christopher
1
-1
/
+1
2014-09-18
Disable GCC's -Woverloaded-virtual in the configure+make build. Clang's is be...
David Blaikie
1
-1
/
+0
2014-09-02
Reinstate "Nuke the old JIT."
Eric Christopher
1
-6
/
+1
2014-08-14
Delete support for AuroraUX.
Rafael Espindola
1
-4
/
+0
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
1
-1
/
+6
2014-08-07
Nuke the old JIT.
Rafael Espindola
1
-6
/
+1
2014-06-20
[Make] Fix dependencies for td.expanded
Adam Nemet
1
-1
/
+1
2014-06-17
Add the coverage cflags to the link step as well to make sure
Eric Christopher
1
-0
/
+1
2014-05-15
autoconf: Fix libLLVM-Major-Minor-Patch.so symlink
Tom Stellard
1
-1
/
+1
2014-05-13
autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)
Tom Stellard
1
-3
/
+12
2014-05-06
[Build] Add rule to generate fully-expanded .td file
Adam Nemet
1
-1
/
+7
2014-03-12
Use -std=gnu++11 on cygwin and mingw.
Rafael Espindola
1
-1
/
+7
2014-03-07
"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
Nico Weber
1
-2
/
+2
2014-03-03
Add patch level to llvm version in CMake and Autoconf
Tom Stellard
1
-1
/
+10
2014-03-01
[C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. The
Chandler Carruth
1
-2
/
+4
2014-02-28
Centralize the handling of install_name and rpath.
Rafael Espindola
1
-0
/
+2
2014-02-09
Provide CMake package modules in install tree
NAKAMURA Takumi
1
-5
/
+13
2014-01-03
[Mips]Work around MIPS linker issues exposed by commit r198087 until bug 1836...
Jack Carter
1
-0
/
+2
2013-12-27
Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...
Nico Weber
1
-0
/
+16
2013-11-14
Teach the Makefile build system how to handle SOURCES which include
Chandler Carruth
1
-21
/
+34
2013-11-14
Fix regular expression to work with multiple-digit version numbers
Dmitri Gribenko
1
-2
/
+2
2013-10-31
Rules adjustments in order to build on DragonFly BSD.
Rafael Espindola
1
-2
/
+2
2013-08-18
Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.
NAKAMURA Takumi
1
-1
/
+1
2013-08-18
Makefile.rules: Simplify nested if(s) on OmitFramePointer.
NAKAMURA Takumi
1
-5
/
+1
2013-08-06
Remove oddly named libraries with "make uninstall-local"
Tim Northover
1
-1
/
+1
2013-08-04
Build with the $RDYNAMIC flag on Darwin as well as other platforms.
Bob Wilson
1
-7
/
+4
2013-07-25
Remove dead code from the makefile build system.
Rafael Espindola
1
-246
/
+1
2013-07-01
The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.
Sylvestre Ledru
1
-1
/
+3
2013-06-27
Add CXXFLAGS back to the Link command.
Bob Wilson
1
-1
/
+2
2013-06-25
Add an autoconf option for turning on -gsplit-dwarf by default
Eric Christopher
1
-0
/
+5
2013-06-25
As far as I know no linker needs or wants the -g flag.
Eric Christopher
1
-4
/
+1
2013-06-24
Remove all non-linker oriented compile options from the linker
Eric Christopher
1
-4
/
+3
2013-05-23
Remove redundant rpath.
Rafael Espindola
1
-6
/
+1
2013-05-23
Fix indentation.
Rafael Espindola
1
-9
/
+9
2013-05-14
Revert previous patch, it's actually on under Wall.
Eric Christopher
1
-2
/
+1
2013-05-14
Add -Wreorder to the list of C++ warnings.
Eric Christopher
1
-1
/
+2
2013-05-03
Remove this hack. We can support this better with function attributes.
Bill Wendling
1
-1
/
+1
2013-05-02
We don't want FP elimination when doing an Apple-style build.
Bill Wendling
1
-1
/
+1
2013-04-25
Allow users to choose identity used to sign tools.
Filipe Cabecinhas
1
-1
/
+3
2013-04-09
Make check depend on all.
Eric Christopher
1
-1
/
+1
2013-03-15
Turn anonymous type in anonymous union warning back on after cleaning up
Eric Christopher
1
-1
/
+1
2013-03-08
remove an ancient and quaint bit of commented out makefile goo from when
Chris Lattner
1
-6
/
+0
2013-02-13
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...
Bill Wendling
1
-1
/
+1
2013-02-05
Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>
Bob Wilson
1
-4
/
+12
2013-01-31
Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning
Richard Smith
1
-1
/
+1
2013-01-30
build: add --with-python option
Saleem Abdulrasool
1
-2
/
+2
2013-01-18
Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags
David Greene
1
-1
/
+2
2013-01-09
Disable -Wuninitialized for gcc
David Greene
1
-1
/
+2
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-1
/
+1
[next]