projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Convert two char* that are only ever used as booleans to bool.
[oota-llvm.git]
/
lib
/
MC
/
MCAssembler.cpp
2013-08-07
Eric Christopher
Move assert above first use of variable that we'd be...
blob
|
commitdiff
|
raw
2013-06-27
Serge Pavlov
Use MCFillFragment for zero-initialized data.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-12
Ulrich Weigand
[MC/DWARF] Support .debug_frame / .debug_line code...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-17
Peter Collingbourne
Add support for subsections to the ELF assembler. Fixes...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-09
Rafael Espindola
Remove unused method and default values.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-11
David Blaikie
Fix unnecessary removal of const through cast machinery
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Derek Schuff
[MC] Bundle alignment: Invalidate relaxed fragments
blob
|
commitdiff
|
raw
|
diff to current
2013-01-31
Derek Schuff
[MC] bundle alignment: prevent padding instructions...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-30
Jack Carter
This patch reworks how llvm targets set
blob
|
commitdiff
|
raw
|
diff to current
2013-01-15
Eli Bendersky
Optimize the memory usage of MC bundling, by creating...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-08
Eli Bendersky
Simplify the code a bit: MCRelaxableFragment doesn...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-08
Eli Bendersky
Rename statistic for instruction fragments -> relaxable
blob
|
commitdiff
|
raw
|
diff to current
2013-01-08
Eli Bendersky
Renamed MCInstFragment to MCRelaxableFragment and added...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-07
Eli Bendersky
Add the align_to_end option to .bundle_lock in the...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Eli Bendersky
Fix an unitialized member variable that may have caused...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Eli Bendersky
Aligned bundling support. Following the discussion...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-14
Pedro Artigas
Add more reset methods to make all objects that the...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-12
Pedro Artigas
Make the MCStreamer have a reset method and call that...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-12
Eli Bendersky
Make naming consistent, add comments and sanity asserts
blob
|
commitdiff
|
raw
|
diff to current
2012-12-11
Eli Bendersky
Remove the RelaxAll overrule in MCAssembler::fixupNeeds...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-10
Eli Bendersky
Cleanup formatting, comments and naming.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-10
Eli Bendersky
This patch adds statistics for other non-DWARF fragment...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Eli Bendersky
Make the contents of encoded sections SmallVector<char...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Eli Bendersky
Refactor MCInstFragment and MCDataFragment to adhere...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-07
Eli Bendersky
Add separate statistics for Data and Inst fragments...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-05
Eli Bendersky
Change std::vector to SmallVector<4> and remove some...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-18
Jim Grosbach
Tidy up. Minor formatting.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-14
Dmitri Gribenko
Fix Doxygen issues:
blob
|
commitdiff
|
raw
|
diff to current
2012-09-12
Manman Ren
Release build: guard dump functions with
blob
|
commitdiff
|
raw
|
diff to current
2012-09-06
Manman Ren
Release build: guard dump functions with "ifndef NDEBUG"
blob
|
commitdiff
|
raw
|
diff to current
2012-08-29
Owen Anderson
Allow targets to specify a minimum supported NOP size...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Jim Grosbach
Move [SU]LEB128 encoding to a utility header.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-23
Sylvestre Ledru
Fix a typo (the the => the)
blob
|
commitdiff
|
raw
|
diff to current
2012-03-26
Craig Topper
Prune some includes and forward declarations.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-27
Jim Grosbach
ARM BL/BLX instruction fixups should use relocations.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-07
Craig Topper
Convert assert(0) to llvm_unreachable
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Jim Grosbach
Source information in 'expected relocatable expression...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-18
Jim Grosbach
Tidy up. MCAsmBackend naming conventions.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-18
Jim Grosbach
Move some ARM specific MCAssmebler bits into the ARMAsm...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Jim Grosbach
Move target-specific logic out of generic MCAssembler.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Jim Grosbach
Tidy up. Hard tabs.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Jim Grosbach
Switch MCAssembler to method names starting w/ lower...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-29
Jim Grosbach
Better fix for ARM MOVT relocation encoding of thumb...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-28
Jim Grosbach
Thumb2 only force the fixup thumb bit for data relocations.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Jim Grosbach
Trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Evan Cheng
Move TargetRegistry and TargetSelect from Target to...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Evan Cheng
Rename TargetAsmBackend to MCAsmBackend; rename createA...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-23
Evan Cheng
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-08
Rafael Espindola
Don't force relaxation of AdvanceLoc instructions on...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-29
Daniel Dunbar
MCAsmLayout: Add support for computing the symbol offse...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-28
Rafael Espindola
Add a small temporary hack for producing identical...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-26
Rafael Espindola
No relocation produces a SLEB or ULEB, make sure they...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-23
Jay Foad
Remove unused STL header includes.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-16
Rafael Espindola
Gas is very inconsistent about when a relaxation/reloca...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-23
Rafael Espindola
Add support for the --noexecstack option.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Rafael Espindola
Relax address updates in the eh_frame section.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-24
Rafael Espindola
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-22
Rafael Espindola
Assert that the AddrDelta expression is really constant...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-22
Rafael Espindola
Use references and simplify.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-21
Rafael Espindola
Don't relax org or align. They change size as the relax...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-21
Rafael Espindola
Layout one section until no relaxations are done and...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Owen Anderson
Thumb's forced-PC-alignment requirement applies to...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Daniel Dunbar
MC/Assembler: Strip out object writer arguments, now...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Daniel Dunbar
MC/Assembler: Make the MCObjectWriter available through...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-16
Daniel Dunbar
MC: Move target specific fixup info descriptors to...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Owen Anderson
Fix typo in r121875.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Owen Anderson
Implement cleanups suggested by Daniel.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Rafael Espindola
Relax alignment fragments.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Rafael Espindola
Patch by David Meyer to avoid a O(N^2) behaviour when...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
Jim Grosbach
ARM Fixups relative to thumb functions need to have...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
Owen Anderson
Fix an issue in some Thumb fixups, where the effective...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-07
Rafael Espindola
Layout each section independently. With the testcase...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-07
Rafael Espindola
Sorry for such a large commit. The summary is that...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Rafael Espindola
Use references to simplify the code a bit.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Rafael Espindola
Remove the instruction fragment to data fragment loweri...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Rafael Espindola
Remove the getAddress getter, initialize Ordinal in...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Rafael Espindola
Add a getSymbolOffset method and use it in the ELF...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-04
Rafael Espindola
Once the layout is done we don't need to keep updating...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-04
Rafael Espindola
Remember the contents of leb and dwarfline fragments...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-02
Rafael Espindola
The sections that the ELF object writer has to create...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-01
Rafael Espindola
Remove unused argument.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-23
Rafael Espindola
Invalidate the layout on any relaxation, not just Instr...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-23
Rafael Espindola
Reuse data fragments while lowering. Patch by David...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-19
Rafael Espindola
Add an assert.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-17
Rafael Espindola
make isVirtualSection a virtual method on MCSection...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Rafael Espindola
Change MCExpr::EvaluateAsRelocatableImpl of variables...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-07
Rafael Espindola
Speed up AddSectionToTheEnd. It was walking all fragmen...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-07
Rafael Espindola
Relax dwarf line fragments. This fixes a crash in the...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Rafael Espindola
Do relaxations with FT_Org fragments. Fixes the FIXME:
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Rafael Espindola
Add support for expressions in .sleb/.uleb directives.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-30
Kevin Enderby
This is the last major patch to implement support for...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-30
Rafael Espindola
Make it possible for the MCObjectWriter to decide if...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-27
Rafael Espindola
Remove unused argument.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-24
Daniel Dunbar
MC: Add missing ')' in diagnostic.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-22
Rafael Espindola
Avoid some Mach-O specific alignment being done on...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-15
Rafael Espindola
Add a InitSections method to the streamer interface.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Daniel Dunbar
MC: Give a (lame) hard error if a .org directive would...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Daniel Dunbar
MC/ELF: Allow null values in virtual sections, ELF...
blob
|
commitdiff
|
raw
|
diff to current
next