Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
31359bab86e8fad55a7c0643a9984eb8b3b59d24
31359ba
Update docs for ssp and sspreq function attributes.
by Bill Wendling
· 16 years ago
e9e6bdf
Implement stack protectors as function attributes: "ssp" and "sspreq".
by Bill Wendling
· 16 years ago
7fc610f
Revert the part of r59145 that changed the comment about
by Dan Gohman
· 16 years ago
bc5cbb8
Move the code that inserts X87 FP_REG_KILL instructions from a
by Dan Gohman
· 16 years ago
cb57982
Remove the incorrect assertion. We don't have enough information before relocation to set U bit.
by Evan Cheng
· 16 years ago
bc8dda8
CMake: when bulding shared libraries on non-WIN32 systems, link dl to
by Oscar Fuentes
· 16 years ago
e40db4a
Tell GenLibDeps.pl to inspect .so and .dylib shared files.
by Oscar Fuentes
· 16 years ago
7e298ed
Fix unsigned char->ppcf128 conversion.
by Dale Johannesen
· 16 years ago
2d9716f
Do the LiveVariables update before printing the instruction in
by Dan Gohman
· 16 years ago
4cbb3ca
Remove some debugging code made redundant by the change to do
by Dan Gohman
· 16 years ago
e8f4ac2
Update VarInfo's comments to reflect the current code. LiveVar
by Dan Gohman
· 16 years ago
4974b6a
Correct a function name in a comment.
by Dan Gohman
· 16 years ago
02fa4f4
Add test case for ptr annotation.
by Tanya Lattner
· 16 years ago
6766572
Check the return value of std::getenv.
by Mikhail Glushenkov
· 16 years ago
9a365b6
Correct these links.
by Duncan Sands
· 16 years ago
1e465a3
Simplify SplitVecRes_EXTRACT_SUBVECTOR. This means
by Duncan Sands
· 16 years ago
245146b
Correct some thinkos in the expansion of ADD/SUB
by Duncan Sands
· 16 years ago
e7c3551
Change binary dump format.
by Evan Cheng
· 16 years ago
607f1b4
Address mode immediate offset has already been divided by 4.
by Evan Cheng
· 16 years ago
3f4924e
Fix a VFP binary arithmetic instruction encoding bug.
by Evan Cheng
· 16 years ago
7063291
Fix address mode 3 immediate offset mode encoding.
by Evan Cheng
· 16 years ago
3c4a4ff
Consolidate formats; fix FCMPED etc. encodings.
by Evan Cheng
· 16 years ago
0a6b8fd
Add ptr annotation intrinsic.
by Tanya Lattner
· 16 years ago
80a1198
Fix VFP conversion instruction encodings.
by Evan Cheng
· 16 years ago
d06d48d
Fix encoding of single-precision VFP registers.
by Evan Cheng
· 16 years ago
cbf7cf5
Fix the testb optimization so x86 also bootstraps. Reenable test.
by Dale Johannesen
· 16 years ago
580c0df
VFP fld / fst immediate field is multiplied by 4.
by Evan Cheng
· 16 years ago
4e506ab
CMake: Remove removed source file.
by Oscar Fuentes
· 16 years ago
262d248
Add a bit of lazy evaluation to PopulateCompilationGraph().
by Mikhail Glushenkov
· 16 years ago
aa4774c
Some cosmetic changes.
by Mikhail Glushenkov
· 16 years ago
19ab6b0
Remove
by Devang Patel
· 16 years ago
94b29c3
Undo previous check-in.
by Devang Patel
· 16 years ago
068d1c5
This shouldn't be necessary
by Andrew Lenharth
· 16 years ago
0a0ab13
Fix FMDRR encoding.
by Evan Cheng
· 16 years ago
cb5201f
Handle floating point constpool_entry's.
by Evan Cheng
· 16 years ago
80fe873
Don't walk into predecessors in which the vreg is not live when doing shrinkwrapping.
by Owen Anderson
· 16 years ago
cd8e66a
Encode VFP load / store instructions.
by Evan Cheng
· 16 years ago
b13af2f
In ScheduleDAGRRList::CopyAndMoveSuccessors, create the SUnit for the load
by Dan Gohman
· 16 years ago
eb9dbf1
Avoid relying on the SelectionDAG for initializing the MachineFunction and
by Dan Gohman
· 16 years ago
3af7fd5
CMake: Updated library dependency info used for MSVC++.
by Oscar Fuentes
· 16 years ago
7d013e4
CMake: Updated list of source files for lib/Transforms/Utils.
by Oscar Fuentes
· 16 years ago
78be83d
Encode VFP conversion instructions.
by Evan Cheng
· 16 years ago
7d12b4b
last validation errors
by Chris Lattner
· 16 years ago
17ddcd9
Remove incomplete lto-bugpoint tool. If there is an interest then we can resurrect this tool later on and finish implementation.
by Devang Patel
· 16 years ago
cfd5c26
fix some validation errors <it> -> <i>
by Chris Lattner
· 16 years ago
528875c
fix some validation errors.
by Chris Lattner
· 16 years ago
90d45b8
Add utility pass to remove dbg info.
by Devang Patel
· 16 years ago
611944b
remove an extraneous tag
by Chris Lattner
· 16 years ago
7897538
Make this document *substantially* better and cover a lot more territory.
by Chris Lattner
· 16 years ago
89d0a4d
Silence unused variable warning.
by Devang Patel
· 16 years ago
772777e
Use actual function name in comments.
by Devang Patel
· 16 years ago
9b75b37
Change the scheduler accessor methods to accept an explicit TargetMachine
by Dan Gohman
· 16 years ago
86d7733
Add a README entry.
by Evan Cheng
· 16 years ago
123f4fd
CMake: forces rebuild of llvm-config's library dependency info when a
by Oscar Fuentes
· 16 years ago
2ae80d8
CMake: corrected split of Alpha and Sparc AsmPrinters.
by Oscar Fuentes
· 16 years ago
578f6cf
CMake: Removed unnecessary library path setting that was breaking the
by Oscar Fuentes
· 16 years ago
3bd86aa
Separate sparc asmprinter. This should unbreak the native build
by Anton Korobeynikov
· 16 years ago
bfac426
Separate alpha asmprinter. This should unbreak native build.
by Anton Korobeynikov
· 16 years ago
27cae7b
The 32-bit displacement field in an x86 address is signed. Arrange for it
by Dan Gohman
· 16 years ago
cfd15cf
Add svn:ignore properties for srcdir = objdir builds.
by Dan Gohman
· 16 years ago
24d3b38
Update CMakeLists.txt
by Cedric Venet
· 16 years ago
ae89bb1
Fix for PR3040:
by Bill Wendling
· 16 years ago
683a922
fix another libgcc blocker
by Andrew Lenharth
· 16 years ago
00ec49b
Cleaned up and fix bugs in convert_rndsat node
by Mon P Wang
· 16 years ago
935e8e9
Un-XFAIL tests now that they're fixed.
by Bill Wendling
· 16 years ago
19fd42a
Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU
by Scott Michel
· 16 years ago
96581d3
Encode VFP arithmetic instructions.
by Evan Cheng
· 16 years ago
35275f4
Cleanup debug info. assocated with deleted instructions.
by Devang Patel
· 16 years ago
780c38d
Add utility routines to remove dead debug info.
by Devang Patel
· 16 years ago
080098e
r59009 broke these tests. XFAIL for now.
by Bill Wendling
· 16 years ago
73ce1c5
CellSPU: Fix bug 3606, as well as some ongoing work.
by Scott Michel
· 16 years ago
22511ed
Small simplification. Use the iterator already present as the insertion point.
by Bill Wendling
· 16 years ago
e4d783d
Comments and indentation.
by Evan Cheng
· 16 years ago
588920b
Correct PIC function stub codegen.
by Evan Cheng
· 16 years ago
0ef3b61
CMake: Fixed cross-compiling.
by Oscar Fuentes
· 16 years ago
f4b24e2
Fix indentation.
by Dan Gohman
· 16 years ago
d0ab34b
Temporarily revert r58979 and related patch. It's causing a failure in X86 bootstrap:
by Bill Wendling
· 16 years ago
7205677
- Make sure that we don't over-increment the iterator when going through the
by Bill Wendling
· 16 years ago
77cdf30
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
by Mon P Wang
· 16 years ago
cf1f23f
Update VC++ project file.
by Steve Naroff
· 16 years ago
d4e7f44
If the sign of exit condition and split condition does not match
by Devang Patel
· 16 years ago
f509224
Fix PR2667: add soft float support for sint_to_fp/uint_to_fp
by Duncan Sands
· 16 years ago
cff50d9
Tweak some comments.
by Duncan Sands
· 16 years ago
6959b2b
Small cleanups. No functionality change intended!
by Duncan Sands
· 16 years ago
a29c130
When promoting the result of fp_to_uint/fp_to_sint,
by Duncan Sands
· 16 years ago
c04b691
Work around PR1000.
by Duncan Sands
· 16 years ago
569c45c
Proper way of doing llvm canadian-cross compilation. Patch by Jim Grosbach!
by Anton Korobeynikov
· 16 years ago
22a8e9e
Reenable test.
by Dale Johannesen
· 16 years ago
baf26b2
Really fix testb optimization on big-endian. Fixes ppc32 bootstrap.
by Dale Johannesen
· 16 years ago
11bb6c6
Third time's a charm.
by Bill Wendling
· 16 years ago
e18b32e
final edits
by Chris Lattner
· 16 years ago
aeb06d2
Added support for the following definition of shufflevector
by Mon P Wang
· 16 years ago
a64f463
eliminate a couple more uses of utohexstr.
by Chris Lattner
· 16 years ago
c6a1346
Use utohex_buffer instead of utohexstr to avoid creating a temporary
by Chris Lattner
· 16 years ago
886645a
split out the functionality of utohexstr into a new utohex_buffer
by Chris Lattner
· 16 years ago
497a7a8
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
by Chris Lattner
· 16 years ago
4d557e4
Fix an over aggressive assumption that struct decls will have a pointer to
by Chris Lattner
· 16 years ago
3b78185
Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.
by Chris Lattner
· 16 years ago
09e99e4
move some cases around to silence these sorts of warnings in
by Chris Lattner
· 16 years ago
903361e
add new file
by Chris Lattner
· 16 years ago
Next »