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-08-14
llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)
Daniel Dunbar
2009-08-14
CMake: Automatic regeneration of the library dependencies file.
Oscar Fuentes
2009-08-14
CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is
Oscar Fuentes
2009-08-14
Update llvm-mc / MCAsmStreamer to print the instruction using the actual target
Daniel Dunbar
2009-08-14
llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.
Daniel Dunbar
2009-08-14
CMake: build llvm-config before the other tools.
Oscar Fuentes
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
Simplify this code so that it doesn't depend on raw_ostream being copyable.
Dan Gohman
2009-08-13
Update llvm-prof for ProfileInfo API changes.
Daniel Dunbar
2009-08-12
This void is implicit in C++.
Dan Gohman
2009-08-12
CMake: Localized dependency on Perl.
Oscar Fuentes
2009-08-12
CMake: Re-enabled build of llvm-config. Removed recursive invocation
Oscar Fuentes
2009-08-11
llvm-mc: Fix a crash on invalid due to a typo in relocatable expression
Daniel Dunbar
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
Silence MSVC warning.
Benjamin Kramer
2009-08-11
llvm-mc: Accept .word as a synonym for .short
Daniel Dunbar
2009-08-11
llvm-mc: Honor -o option (and add -f).
Daniel Dunbar
2009-08-11
llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these
Daniel Dunbar
2009-08-11
llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','
Daniel Dunbar
2009-08-11
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-10
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
add a fixme
Chris Lattner
2009-08-10
fix some warnings for the MSVC build, by Yonggang Luo!
Chris Lattner
2009-08-10
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-08
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
switch this to create coff sections for now, it doesn't really matter for
Chris Lattner
2009-08-08
Some ProfileInfo cleanups.
Daniel Dunbar
2009-08-08
More ProfileInfo improvements.
Daniel Dunbar
2009-08-08
Always initialize AsmConds.
Benjamin Kramer
2009-08-07
Added Mac OS X assembler style conditional assembly. I may come back and see if
Kevin Enderby
2009-08-07
MSVC warning fixes; patch by Stein Roger!
Daniel Dunbar
2009-08-06
llvm-ld has a new option called -b to specify the name of bitcode output file...
Sanjiv Gupta
2009-08-05
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
Make block and function count available via ProfileInfo.
Daniel Dunbar
2009-08-05
Use (void *)(intptr_t) to cast function addresses to void*
Dan Gohman
2009-08-05
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
Remove unnecessary ProfileInfoLoader methods.
Daniel Dunbar
2009-08-05
Pass user only if it's non-empty. Patch by Sandeep.
Anton Korobeynikov
2009-08-05
Add save-temps option to bugpoint to keep temporary stuff.
Anton Korobeynikov
2009-08-05
lli doesn't need <iostream> anymore.
Dan Gohman
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
No really, it's unused.
Daniel Dunbar
2009-08-03
Provide target data from the module if the target machine doesn't have any.
Daniel Dunbar
2009-08-03
Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
Nick Lewycky
2009-08-03
Remove now unused arguments from TargetRegistry::lookupTarget.
Daniel Dunbar
2009-08-03
Pass target triple string in to TargetMachine constructor.
Daniel Dunbar
2009-08-02
Make SectionKind::get() private.
Chris Lattner
2009-08-01
update for API change.
Chris Lattner
2009-08-01
All MCSections are now required to have a SectionKind.
Chris Lattner
2009-08-01
llvm-mc: More quoted identifier support.
Daniel Dunbar
[next]