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
*
llvm-mc: Fix a crash on invalid due to a typo in relocatable expression
Daniel Dunbar
2009-08-11
1
-1
/
+1
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
2
-2
/
+2
*
Silence MSVC warning.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
llvm-mc: Accept .word as a synonym for .short
Daniel Dunbar
2009-08-11
1
-1
/
+1
*
llvm-mc: Honor -o option (and add -f).
Daniel Dunbar
2009-08-11
1
-2
/
+35
*
llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these
Daniel Dunbar
2009-08-11
2
-0
/
+100
*
llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','
Daniel Dunbar
2009-08-11
1
-4
/
+14
*
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-11
1
-3
/
+13
*
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
2
-2
/
+2
*
add a fixme
Chris Lattner
2009-08-10
1
-0
/
+4
*
fix some warnings for the MSVC build, by Yonggang Luo!
Chris Lattner
2009-08-10
1
-2
/
+1
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
5
-99
/
+116
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
2
-5
/
+5
*
switch this to create coff sections for now, it doesn't really matter for
Chris Lattner
2009-08-08
2
-5
/
+5
*
Some ProfileInfo cleanups.
Daniel Dunbar
2009-08-08
1
-16
/
+15
*
More ProfileInfo improvements.
Daniel Dunbar
2009-08-08
1
-10
/
+25
*
Always initialize AsmConds.
Benjamin Kramer
2009-08-08
1
-0
/
+2
*
Added Mac OS X assembler style conditional assembly. I may come back and see if
Kevin Enderby
2009-08-07
3
-2
/
+211
*
MSVC warning fixes; patch by Stein Roger!
Daniel Dunbar
2009-08-07
1
-1
/
+1
*
llvm-ld has a new option called -b to specify the name of bitcode output file...
Sanjiv Gupta
2009-08-06
1
-1
/
+1
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-1
/
+2
*
Make block and function count available via ProfileInfo.
Daniel Dunbar
2009-08-05
1
-4
/
+3
*
Use (void *)(intptr_t) to cast function addresses to void*
Dan Gohman
2009-08-05
2
-11
/
+7
*
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
6
-47
/
+53
*
Remove unnecessary ProfileInfoLoader methods.
Daniel Dunbar
2009-08-05
1
-71
/
+56
*
Pass user only if it's non-empty. Patch by Sandeep.
Anton Korobeynikov
2009-08-05
1
-2
/
+4
*
Add save-temps option to bugpoint to keep temporary stuff.
Anton Korobeynikov
2009-08-05
4
-6
/
+14
*
lli doesn't need <iostream> anymore.
Dan Gohman
2009-08-05
1
-1
/
+0
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
2
-2
/
+2
*
No really, it's unused.
Daniel Dunbar
2009-08-04
3
-5
/
+3
*
Provide target data from the module if the target machine doesn't have any.
Daniel Dunbar
2009-08-03
1
-2
/
+13
*
Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
Nick Lewycky
2009-08-03
3
-21
/
+1
*
Remove now unused arguments from TargetRegistry::lookupTarget.
Daniel Dunbar
2009-08-03
4
-18
/
+4
*
Pass target triple string in to TargetMachine constructor.
Daniel Dunbar
2009-08-03
3
-28
/
+52
*
Make SectionKind::get() private.
Chris Lattner
2009-08-02
1
-1
/
+1
*
update for API change.
Chris Lattner
2009-08-01
2
-4
/
+5
*
All MCSections are now required to have a SectionKind.
Chris Lattner
2009-08-01
2
-5
/
+7
*
llvm-mc: More quoted identifier support.
Daniel Dunbar
2009-08-01
2
-43
/
+63
*
llvm-mc: Support quoted identifiers.
Daniel Dunbar
2009-07-31
1
-5
/
+7
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
4
-7
/
+4
*
fix some more issues where we expected GetSection to do "get or create"
Chris Lattner
2009-07-31
1
-2
/
+12
*
fix a bunch of failing tests now that MCContext::GetSection doesn't create se...
Chris Lattner
2009-07-31
2
-4
/
+16
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
2
-2
/
+2
*
Handle NamedMDNode.
Devang Patel
2009-07-30
1
-0
/
+2
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
2
-5
/
+4
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-1
/
+1
*
Add a bugpoint flag to disable block extraction.
David Goodwin
2009-07-28
1
-1
/
+5
*
Update CMakeLists
Daniel Dunbar
2009-07-28
1
-1
/
+0
*
Move X86 instruction parsing into X86/AsmParser.
Daniel Dunbar
2009-07-28
4
-278
/
+2
*
Make expression parsing and error/warning reporting available through the
Daniel Dunbar
2009-07-28
1
-24
/
+15
[next]