index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2009-06-21
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
set up the top-level parsing loop.
Chris Lattner
2009-06-21
stub out parser for asm files. Change invariant on lexer to always
Chris Lattner
2009-06-21
add string literals.
Chris Lattner
2009-06-21
hopefully fix the build on linux.
Chris Lattner
2009-06-21
implement enough of a lexer to get through Olden/health/Output/health.llc.s
Chris Lattner
2009-06-21
oh yeah, cmake needs to be told explicitly about new files :)
Chris Lattner
2009-06-21
some baby steps.
Chris Lattner
2009-06-21
start wiring up support for asm parsing.
Chris Lattner
2009-06-18
fix build problem pointed out by John Thompson!
Chris Lattner
2009-06-18
fix file header
Chris Lattner
2009-06-18
Add a skeleton driver for new machine code level fun. llvm-mc is meant
Chris Lattner
2009-06-17
switch to using llvm/Target/TargetSelect.h
Chris Lattner
2009-06-17
Fix libLTO by #include'ing the initializers for all targets and all asm
Nick Lewycky
2009-06-17
Another small documentation update.
Mikhail Glushenkov
2009-06-17
Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the native
Chris Lattner
2009-06-16
Remove support for building LLVM libraries into "relinked"
Chris Lattner
2009-06-16
Introduce new headers whose inclusion forces linking and
Douglas Gregor
2009-06-16
Documentation update.
Mikhail Glushenkov
2009-06-15
Remove the gcc= option. llvm-gcc uses only as=
Rafael Espindola
2009-06-09
Bug fix:
Rafael Espindola
2009-06-07
A basic PIC16 toolchain driver.
Mikhail Glushenkov
2009-06-07
Add option for specifying the path to assembler, "as". This overrides the path
Nick Lewycky
2009-06-05
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-04
Add new function attribute - noredzone.
Devang Patel
2009-06-04
CMake: Use explicit dependencies for Xcode (as well as MSVC), to make
Douglas Gregor
2009-06-04
<rdar://problem/6944342> libLTO for darwin should add -static when assembling .s
Nick Kledzik
2009-06-04
<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...
Nick Kledzik
2009-06-03
<rdar://problem/6941517> C++ static constructors not preserved for static exe...
Nick Kledzik
2009-06-03
Change LTO to run the global opt pass twice.
Daniel Dunbar
2009-06-03
Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.
Daniel Dunbar
2009-06-03
Switch opt to using StandardPasses.h
Daniel Dunbar
2009-06-03
CMake: Implements and documents option LLVM_ENABLE_ASSERTS.
Oscar Fuentes
2009-06-01
update comments about .objc_ symbols being generated
Nick Kledzik
2009-06-01
<rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols
Nick Kledzik
2009-06-01
Add missing codenames to the .bc analyzer.
Nick Lewycky
2009-05-30
Untabify.
Evan Cheng
2009-05-27
CMake: Set LIBS on llvm-config so we can query the system libraries
Oscar Fuentes
2009-05-25
Fix the crash debugger to actually bisect globals once it's determined that it
Nick Lewycky
2009-05-25
Add a bisection step on the list of instructions before doing the linear
Nick Lewycky
2009-05-24
Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself
Torok Edwin
2009-05-24
Add -disable-global-remove option to bugpoint.
Torok Edwin
2009-05-16
Make sure the CXXFLAGS setting is picked up by
Duncan Sands
2009-05-06
The 'forward_as' property did not use its second argument.
Mikhail Glushenkov
2009-05-05
bugpoint for jit should just ignore GCC arguments.
Evan Cheng
2009-05-04
Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.
Evan Cheng
2009-05-01
Fix a compiler warning on hosts where uint64_t isn't unsigned long long.
Dan Gohman
2009-04-30
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-30
Remove unused flags.
Bill Wendling
2009-04-29
Error out with bad optimization level specified.
Bill Wendling
[next]