Gabor Greif
|
63d024fc9a
rotate CallInst operands
|
15 年之前 |
Gabor Greif
|
135d7fe9bb
beautify output
|
15 年之前 |
Gabor Greif
|
53ba550df1
use ArgOperand API
|
15 年之前 |
Bill Wendling
|
5e721d7682
Implement the "linker_private_weak" linkage type. This will be used for
|
15 年之前 |
Bill Wendling
|
07d3177117
Revert r107205 and r107207.
|
15 年之前 |
Bill Wendling
|
207855cff9
Introducing the "linker_weak" linkage type. This will be used for Objective-C
|
15 年之前 |
Gabor Greif
|
7a1d92a2cb
use ArgOperand API
|
15 年之前 |
Chris Lattner
|
ceea301c1d
make sure to initialize indent_level
|
15 年之前 |
Chris Lattner
|
3284877064
add some support for blockaddress. This isn't really enough to be useful,
|
15 年之前 |
Chris Lattner
|
1018c24c13
eliminate a mutable global variable, use raw_ostream::indent instead of
|
15 年之前 |
Chris Lattner
|
7e6d7451ae
un-indent a huge amount of code out of an anonymous namespace.
|
15 年之前 |
Bill Wendling
|
22a5b29820
Create new accessors to get arguments for call/invoke instructions. It breaks
|
15 年之前 |
Anton Korobeynikov
|
61aeed11cd
Properly set thread-local flag on globals during cpp emission
|
15 年之前 |
Dan Gohman
|
99dca4fde7
Remove the "WantsWholeFile" concept, as it's no longer needed. CBE
|
15 年之前 |
Gabor Greif
|
2f256f4561
fix operand indexes when outputting InvokeInsts
|
15 年之前 |
Eric Christopher
|
551754c495
Revert 101465, it broke internal OpenGL testing.
|
15 年之前 |
Gabor Greif
|
4ec2258ffb
reapply r101434
|
15 年之前 |
Gabor Greif
|
607a7ab3da
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
|
15 年之前 |
Gabor Greif
|
2ff961f668
reapply r101364, which has been backed out in r101368
|
15 年之前 |
Gabor Greif
|
9ee1720811
back out r101364, as it trips the linux nightlybot on some clang C++ tests
|
15 年之前 |
Gabor Greif
|
165dac08d1
rotate CallInst operands, i.e. move callee to the back
|
15 年之前 |
Chris Lattner
|
75361b69f3
rename llvm::llvm_report_error -> llvm::report_fatal_error
|
15 年之前 |
Dan Gohman
|
8772f5041c
Add a flag to addPassesToEmit* to disable the Verifier pass run
|
15 年之前 |
Nicolas Geoffray
|
81d97c0495
Use the module's context instead of the global context.
|
15 年之前 |
Duncan Sands
|
b0bc6c361d
Uniformize the names of type predicates: rather than having isFloatTy and
|
15 年之前 |
Jakob Stoklund Olesen
|
570a4a5d9c
Reintroduce the InlineHint function attribute.
|
15 年之前 |
Chris Lattner
|
211edae484
eliminate FileModel::Model, just use CodeGenFileType. The client
|
15 年之前 |
Jeffrey Yasskin
|
f0356fe140
Kill ModuleProvider and ghost linkage by inverting the relationship between
|
15 年之前 |
Eric Christopher
|
606a1d1f59
Remove the InlineHint attribute. There are no current or planned
|
15 年之前 |
Chris Lattner
|
cdfb302876
fix an obvious bug found by clang++ and collapse a redundant if.
|
15 年之前 |