Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb1dbb41f6d7eaa3b45793d3307fe092f635167
/
llvm
/
lib
/
CodeGen
/
Analysis.cpp
a7c44e6
Sink a function that refers to the SelectionDAG into that library in the
by Chandler Carruth
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
3d7b0b8
Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future.
by Bill Wendling
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
50d2784
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.
by Bill Wendling
· 13 years ago
a05b043
Remove the bitwise XOR operator from the Attributes class. Replace it with the equivalent from the builder class.
by Bill Wendling
· 13 years ago
bbcdf4e
Remove the final bits of Attributes being declared in the Attribute
by Bill Wendling
· 13 years ago
c9b22d7
Create enums for the different attributes.
by Bill Wendling
· 13 years ago
cdfe20b
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
3bef2dd
Convert some attribute existence queries over to use the predicate methods.
by Bill Wendling
· 13 years ago
cc84e6d
quick fix for PR13006, will check in testcase later.
by Chris Lattner
· 13 years ago
466076b
enhance the logic for looking through tailcalls to look through transparent casts
by Chris Lattner
· 13 years ago
182fe3e
enhance getNoopInput to know about vector<->vector bitcasts of legal
by Chris Lattner
· 13 years ago
4f3615d
rearrange some logic, no functionality change.
by Chris Lattner
· 13 years ago
f8bad08
Fix a long standing tail call optimization bug. When a libcall is emitted
by Evan Cheng
· 13 years ago
46a9f01
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 14 years ago
a5054ad
Extend Attributes to 64 bits
by Kostya Serebryany
· 14 years ago
75d7d5e
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
by Dan Gohman
· 14 years ago
50f02cb
Move global variables in TargetMachine into new TargetOptions class. As an API
by Nick Lewycky
· 14 years ago
229907c
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
b1f3b49
Minor code re-structuring.
by Evan Cheng
· 15 years ago
d4b0873
Enable sibling call optimization of libcalls which are expanded during
by Evan Cheng
· 15 years ago
e8360b7
Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support.
by John Thompson
· 15 years ago
aadc559
ComputeLinearIndex doesn't need its TLI argument.
by Dan Gohman
· 15 years ago
fa60b0e
Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.
by Bill Wendling
· 15 years ago
55f0c6b
Split -enable-finite-only-fp-math to two options:
by Evan Cheng
· 15 years ago
450aa64
Move several SelectionDAG-independent utility functions out of the
by Dan Gohman
· 15 years ago