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
/
lto
/
LTOModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a use after free when the streamer is destroyed. Fixes pr12622.
Rafael Espindola
2012-05-11
1
-1
/
+1
*
Reformatting. No functionality change.
Bill Wendling
2012-04-03
1
-18
/
+19
*
Hack the hack. If we have a situation where an ASM object is defined but isn't
Bill Wendling
2012-04-02
1
-22
/
+17
*
It could come about that we parse the inline ASM before we get a potential
Bill Wendling
2012-04-02
1
-0
/
+26
*
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-31
1
-6
/
+0
*
* Set the scope attributes for the ASM symbol we added to be the value passed
Bill Wendling
2012-03-30
1
-14
/
+18
*
Make some headway towards compiling all of LLVM.
Bill Wendling
2012-03-29
1
-33
/
+50
*
Cache the end() iterator.
Bill Wendling
2012-03-29
1
-3
/
+3
*
Cleanup some whitespaces.
Bill Wendling
2012-03-28
1
-3
/
+3
*
Inline function into its one caller.
Bill Wendling
2012-03-28
1
-7
/
+2
*
Reformat the LTOModule code to be more inline with LLVM's coding standards. Add
Bill Wendling
2012-03-28
1
-55
/
+44
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-2
/
+2
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
1
-2
/
+2
*
update this to ConstantDataArray. There are no tests and this isn't using th...
Chris Lattner
2012-01-31
1
-2
/
+2
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-2
/
+2
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-1
/
+1
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-1
/
+3
*
Reformatting changes to get rid of blank lines, put code on one line, and to
Bill Wendling
2011-11-04
1
-66
/
+58
*
Move comment to the correct place.
Bill Wendling
2011-11-04
1
-2
/
+0
*
Make the Mangler an ivar so that it doesn't have to be passed around everywhere.
Bill Wendling
2011-11-04
1
-19
/
+16
*
Refactor the MCContext so that it's an ivar instead of a local which is passed
Bill Wendling
2011-11-04
1
-8
/
+7
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
1
-1
/
+1
*
lto/addAsmGlobalSymbols: fast path when no module level asm is present.
Ivan Krasin
2011-09-08
1
-0
/
+2
*
lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...
Ivan Krasin
2011-09-08
1
-4
/
+10
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-1
/
+2
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-2
/
+2
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
1
-1
/
+1
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-3
/
+3
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
1
-3
/
+1
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
1
-2
/
+1
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-1
/
+1
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-0
/
+1
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-1
/
+3
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-0
/
+1
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
1
-1
/
+2
*
Fix LTO after the recent MC subtarget refactoring.
Cameron Zwarich
2011-07-11
1
-0
/
+1
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-4
/
+6
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-1
/
+4
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-2
/
+3
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
1
-1
/
+1
*
Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing null
Chad Rosier
2011-06-28
1
-6
/
+6
*
PR10210: New method ConstantArray::getAsCString(). Use it in LTO to
Jay Foad
2011-06-28
1
-1
/
+1
*
Revert r133516 "Remove some unnecessary uses of c_str()."
Chad Rosier
2011-06-27
1
-6
/
+6
*
Remove some unnecessary uses of c_str().
Jay Foad
2011-06-21
1
-6
/
+6
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-1
/
+1
*
Remove unused argument.
Rafael Espindola
2011-04-21
1
-4
/
+2
*
Fix typo in comment.
Nick Lewycky
2011-04-21
1
-1
/
+1
*
Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for
Rafael Espindola
2011-03-18
1
-8
/
+23
*
Simplify the computation of undefined symbols. Instead of walking
Rafael Espindola
2011-03-18
1
-44
/
+2
[next]