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
...
*
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
*
tools/lto/LTOModule.cpp: Eliminate an unused variable.
NAKAMURA Takumi
2011-03-18
1
-1
/
+0
*
Use RequiresNullTerminator to create buffers without a null terminator
Rafael Espindola
2011-03-17
1
-9
/
+2
*
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-17
1
-2
/
+11
*
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-02
1
-36
/
+232
*
Fix some memory leaks and avoid looking in the hash tables twice.
Rafael Espindola
2011-02-20
1
-32
/
+49
*
Remove std::string version of getNameWithPrefix.
Rafael Espindola
2011-02-11
1
-2
/
+5
*
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
1
-0
/
+11
*
Don't tell the linker about available_externally definitions. If we do, it will
Rafael Espindola
2011-02-01
1
-0
/
+4
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-8
/
+6
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-1
/
+1
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-1
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-1
/
+1
*
More code not compiled by CMake. :(.
Michael J. Spencer
2010-12-09
1
-3
/
+8
*
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
1
-3
/
+3
*
Record sysbols created by aliases. Fixes PR8414.
Rafael Espindola
2010-10-20
1
-0
/
+9
*
Provide a fast "get me the target triple from the module" API. This can
Bill Wendling
2010-10-06
1
-9
/
+4
*
Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the
Bill Wendling
2010-09-27
1
-8
/
+8
*
The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK
Bill Wendling
2010-09-27
1
-1
/
+3
*
lto: Fix an inverted conditional which prevented the addition of symbols scraped
Daniel Dunbar
2010-08-11
1
-1
/
+1
*
lto: Fix gratuitous memory leaks.
Daniel Dunbar
2010-08-11
1
-3
/
+3
*
lto: Reduce nesting.
Daniel Dunbar
2010-08-10
1
-56
/
+57
*
LTOModule.cpp: Fix numerous style issues.
Daniel Dunbar
2010-08-10
1
-413
/
+390
*
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2010-08-09
1
-0
/
+5
*
The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a
Bill Wendling
2010-05-11
1
-2
/
+3
*
stringref-ize the MemoryBuffer::get apis. This requires
Chris Lattner
2010-04-05
1
-7
/
+7
*
give Mangler access to TargetData.
Chris Lattner
2010-03-12
1
-1
/
+1
*
make the mangler take an MCContext instead of an MAI.
Chris Lattner
2010-03-12
1
-2
/
+4
[prev]
[next]