index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
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
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
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
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LLVMTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-3
/
+11
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-10
/
+10
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
1
-1
/
+1
*
Remove the ObjC ARC passes from the default optimization list, and add
Dan Gohman
2011-07-05
1
-4
/
+0
*
Move early tail duplication earlier.
Rafael Espindola
2011-07-04
1
-6
/
+6
*
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
1
-4
/
+1
*
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-17
1
-1
/
+4
*
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-06-15
1
-0
/
+4
*
Stub out support for Win64-style exceptions. Note that this is merely using
Charles Davis
2011-05-27
1
-0
/
+1
*
eliminate dependence on StandardPasses.h. The code generator's pass pipeline
Chris Lattner
2011-05-22
1
-2
/
+6
*
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
1
-1
/
+0
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
1
-0
/
+1
*
Integrated-As: Add support for setting the AllowTemporaryLabels flag via
Daniel Dunbar
2011-03-28
1
-0
/
+6
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
1
-1
/
+1
*
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-18
1
-0
/
+26
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
1
-0
/
+1
*
Delete the GEPSplitter experiment.
Dan Gohman
2011-02-28
1
-12
/
+0
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-1
/
+2
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
1
-1
/
+2
*
Pass a Banner argument to the machine code verifier both from
Jakob Stoklund Olesen
2010-12-18
1
-1
/
+1
*
MC: Make TargetAsmBackend available to the AsmStreamer.
Daniel Dunbar
2010-12-16
1
-2
/
+5
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-22
/
+9
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-9
/
+22
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-22
/
+9
*
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-19
1
-5
/
+23
*
Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos.
Dan Gohman
2010-11-18
1
-2
/
+2
*
Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,
Evan Cheng
2010-11-17
1
-1
/
+3
*
Split pseudo-instruction expansion into a separate pass, to make it
Dan Gohman
2010-11-16
1
-0
/
+3
*
Add registry hook for assembly text output
Che-Liang Chiou
2010-11-08
1
-4
/
+5
*
Add TypeBasedAliasAnalysis to the standard pass lists. Note that it
Dan Gohman
2010-10-18
1
-2
/
+2
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
1
-0
/
+4
*
Call InitSections in llc and clang so that the binaries produced by them
Rafael Espindola
2010-10-08
1
-0
/
+1
*
Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's
Duncan Sands
2010-08-31
1
-1
/
+1
*
Move enabling the local stack allocation pass into the target where it belongs.
Jim Grosbach
2010-08-24
1
-15
/
+3
*
Add a local stack object block allocation pass. This is still an
Jim Grosbach
2010-08-14
1
-0
/
+16
*
tidy up whitespace a bit
Jim Grosbach
2010-08-13
1
-7
/
+6
*
Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer
Bill Wendling
2010-08-09
1
-2
/
+1
*
Add the Optimize Compares pass (disabled by default).
Bill Wendling
2010-08-06
1
-0
/
+1
*
Remove double-def checking from MachineVerifier, so a register does not have to
Jakob Stoklund Olesen
2010-08-05
1
-13
/
+7
*
The lower invoke pass needs to have unreachable code elimination run after it
Bill Wendling
2010-08-04
1
-2
/
+4
*
The EH prepare passes really want to be the last passes run before code-gen.
Bill Wendling
2010-08-04
1
-5
/
+5
*
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-29
1
-4
/
+0
*
Add hook to insert late LLVM=>LLVM passes just before isel
Anton Korobeynikov
2010-07-24
1
-0
/
+2
*
Initial modifications to MCAssembler and TargetMachine for the MCJIT.
Reid Kleckner
2010-07-22
1
-0
/
+18
*
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-10
1
-12
/
+8
*
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
1
-8
/
+12
*
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-09
1
-12
/
+8
*
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-08
1
-8
/
+12
*
Implement bottom-up fast-isel. This has the advantage of not requiring
Dan Gohman
2010-07-07
1
-12
/
+8
*
Temporarily disable on-demand fast-isel.
Dan Gohman
2010-07-01
1
-8
/
+12
[prev]
[next]