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
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix build problem pointed out by John Thompson!
Chris Lattner
2009-06-18
1
-1
/
+1
*
fix file header
Chris Lattner
2009-06-18
1
-7
/
+3
*
Add a skeleton driver for new machine code level fun. llvm-mc is meant
Chris Lattner
2009-06-18
5
-1
/
+86
*
switch to using llvm/Target/TargetSelect.h
Chris Lattner
2009-06-17
3
-25
/
+12
*
Fix libLTO by #include'ing the initializers for all targets and all asm
Nick Lewycky
2009-06-17
1
-9
/
+11
*
Another small documentation update.
Mikhail Glushenkov
2009-06-17
2
-12
/
+13
*
Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the native
Chris Lattner
2009-06-17
1
-0
/
+21
*
Remove support for building LLVM libraries into "relinked"
Chris Lattner
2009-06-16
1
-2
/
+2
*
Introduce new headers whose inclusion forces linking and
Douglas Gregor
2009-06-16
1
-0
/
+2
*
Documentation update.
Mikhail Glushenkov
2009-06-16
2
-22
/
+52
*
Remove the gcc= option. llvm-gcc uses only as=
Rafael Espindola
2009-06-15
1
-12
/
+5
*
Bug fix:
Rafael Espindola
2009-06-09
1
-1
/
+1
*
A basic PIC16 toolchain driver.
Mikhail Glushenkov
2009-06-07
8
-0
/
+287
*
Add option for specifying the path to assembler, "as". This overrides the path
Nick Lewycky
2009-06-07
1
-0
/
+10
*
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
1
-0
/
+7
*
Add new function attribute - noredzone.
Devang Patel
2009-06-04
1
-1
/
+9
*
CMake: Use explicit dependencies for Xcode (as well as MSVC), to make
Douglas Gregor
2009-06-04
1
-3
/
+3
*
<rdar://problem/6944342> libLTO for darwin should add -static when assembling .s
Nick Kledzik
2009-06-04
1
-0
/
+4
*
<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...
Nick Kledzik
2009-06-04
4
-11
/
+36
*
<rdar://problem/6941517> C++ static constructors not preserved for static exe...
Nick Kledzik
2009-06-03
1
-13
/
+14
*
Change LTO to run the global opt pass twice.
Daniel Dunbar
2009-06-03
2
-2
/
+1
*
Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.
Daniel Dunbar
2009-06-03
2
-119
/
+9
*
Switch opt to using StandardPasses.h
Daniel Dunbar
2009-06-03
1
-126
/
+21
*
CMake: Implements and documents option LLVM_ENABLE_ASSERTS.
Oscar Fuentes
2009-06-03
1
-1
/
+0
*
update comments about .objc_ symbols being generated
Nick Kledzik
2009-06-01
1
-2
/
+20
*
<rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols
Nick Kledzik
2009-06-01
2
-18
/
+152
*
Add missing codenames to the .bc analyzer.
Nick Lewycky
2009-06-01
1
-0
/
+4
*
Untabify.
Evan Cheng
2009-05-30
1
-1
/
+1
*
CMake: Set LIBS on llvm-config so we can query the system libraries
Oscar Fuentes
2009-05-27
1
-1
/
+6
*
Fix the crash debugger to actually bisect globals once it's determined that it
Nick Lewycky
2009-05-25
1
-1
/
+1
*
Add a bisection step on the list of instructions before doing the linear
Nick Lewycky
2009-05-25
1
-0
/
+92
*
Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself
Edwin Török
2009-05-24
1
-0
/
+3
*
Add -disable-global-remove option to bugpoint.
Edwin Török
2009-05-24
1
-1
/
+6
*
Make sure the CXXFLAGS setting is picked up by
Duncan Sands
2009-05-16
1
-2
/
+2
*
The 'forward_as' property did not use its second argument.
Mikhail Glushenkov
2009-05-06
1
-1
/
+1
*
bugpoint for jit should just ignore GCC arguments.
Evan Cheng
2009-05-05
1
-5
/
+0
*
Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.
Evan Cheng
2009-05-04
2
-11
/
+25
*
Fix a compiler warning on hosts where uint64_t isn't unsigned long long.
Dan Gohman
2009-05-01
1
-1
/
+1
*
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-30
4
-6
/
+38
*
Remove unused flags.
Bill Wendling
2009-04-30
1
-4
/
+3
*
Error out with bad optimization level specified.
Bill Wendling
2009-04-29
1
-1
/
+3
*
Remove LTO optimization level.
Bill Wendling
2009-04-29
2
-3
/
+2
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
3
-9
/
+26
*
Don't use 'false' for 'fast isel' here.
Bill Wendling
2009-04-29
1
-2
/
+2
*
Second attempt:
Bill Wendling
2009-04-29
1
-5
/
+10
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
1
-10
/
+5
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
1
-5
/
+10
*
give bitstreamreader an API to ignore names for blocks/records,
Chris Lattner
2009-04-27
1
-0
/
+1
*
Print statistics for each record kind saying the number of bits
Chris Lattner
2009-04-27
1
-3
/
+24
*
clean up the output of llvm-bcanalyzer by using printf
Chris Lattner
2009-04-27
1
-8
/
+17
[next]