Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
8408d0be90edd89b60fcd20e68034fe932cec7ee
8408d0b
New testcase
by Chris Lattner
· 20 years ago
4913cdc
Rewrote prcontext.py in tcl.
by Tanya Lattner
· 20 years ago
ce7cafa
by Chris Lattner
· 20 years ago
62f5a94
Add missing check
by Chris Lattner
· 20 years ago
44205ca
Compile:
by Chris Lattner
· 20 years ago
50af16a
Simplify handling of shifts to be the same as we do for adds. Add support
by Chris Lattner
· 20 years ago
706759e
New testcase
by Chris Lattner
· 20 years ago
f17ffcc
Add support for shifts
by Chris Lattner
· 20 years ago
65aedc1
Fold:
by Chris Lattner
· 20 years ago
0c3b390
Lazily create the abort message, so only translation units that use unwind
by Chris Lattner
· 20 years ago
9ecc046
Fix: CodeExtractor/2004-11-12-InvokeExtract.ll
by Chris Lattner
· 20 years ago
8de2da4
New testcase
by Chris Lattner
· 20 years ago
68c311a
Fix a bug where the code extractor would get a bit confused handling invoke
by Chris Lattner
· 20 years ago
44c94b9
Simplify handling of constant initializers
by Chris Lattner
· 20 years ago
5c911ab
Makefile for lib/Linker
by Reid Spencer
· 20 years ago
7f49602
This file originated in lib/VMCore/Linker.cpp but now lives in
by Reid Spencer
· 20 years ago
c408c45
This file originated in tools/gccld/Linker.cpp but now lives in
by Reid Spencer
· 20 years ago
12d7951
* Clean up all the shared library output on uninstall
by Reid Spencer
· 20 years ago
37d813d
Document the new llvm-ranlib command.
by Reid Spencer
· 20 years ago
2152cca
Correctly terminate a list.
by Reid Spencer
· 20 years ago
742ecbc
Document the modifiers and the file format.
by Reid Spencer
· 20 years ago
04252fe
Make this build in release mode
by Chris Lattner
· 20 years ago
0aa1899
Add llvm-ar to the index.
by Reid Spencer
· 20 years ago
e26ed7a
First attempt at llvm-ar documentation. Modifiers need a little more
by Reid Spencer
· 20 years ago
d79c7b4
Actually, leave the check in. This prevents us from counting dead arguments
by Chris Lattner
· 20 years ago
3e062ea
Fix bug: IPConstantProp/deadarg.ll
by Chris Lattner
· 20 years ago
1f7893f
new testcase
by Chris Lattner
· 20 years ago
7863c40
Fix documentation for Makefile target name change. install-bytecode is now
by Reid Spencer
· 20 years ago
ff1529b
Make IP Constant prop more aggressive about handling self recursive calls.
by Chris Lattner
· 20 years ago
6285016
New testcase
by Chris Lattner
· 20 years ago
546faca
Correct the name of stosd for the AT&T syntax:
by John Criswell
· 20 years ago
c890bfe
Do not let dead constant expressions hanging off of functions prevent IPCP.
by Chris Lattner
· 20 years ago
8ee9da0
Provide conversion from posix time.
by Reid Spencer
· 20 years ago
4b82681
Fix isBytecodeFile to correctly recognized compressed bytecode too.
by Reid Spencer
· 20 years ago
9195f37
* Implement getStatusInfo for getting stat(2) like information
by Reid Spencer
· 20 years ago
31391b6
Make sure llee can deal with compressed bytecode too.
by Reid Spencer
· 20 years ago
b581028
Recognize compressed LLVM bytecode files.
by John Criswell
· 20 years ago
580a116
Tune compression:
by Reid Spencer
· 20 years ago
a8e4750
Change this back so that I get stable numbers to reflect the change from the
by Chris Lattner
· 20 years ago
8db573e1
Document quick-test target.
by Reid Spencer
· 20 years ago
ed8c089
Add a quick-test target that uses QUICKTEST variable to quickly run a
by Reid Spencer
· 20 years ago
52f20f8
Fix bug: 2004-11-08-FreeUseCrash.ll
by Chris Lattner
· 20 years ago
2fc09ae
Name file properly
by Chris Lattner
· 20 years ago
99159b9
Hrm, don't ask how I ran into this bug
by Chris Lattner
· 20 years ago
710d1ce
* Convert tabs to spaces
by Misha Brukman
· 20 years ago
669b524
Output the program name (in this case, gccld) with warning about invalid files
by Misha Brukman
· 20 years ago
a591457
Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen
by Nate Begeman
· 20 years ago
336e56e
Handle headers for compressed bytecode files
by Misha Brukman
· 20 years ago
eda20f9
Don't silently ignore invalid files: tell the user!
by Misha Brukman
· 20 years ago
ac6d485
Fix a bug that was preventing povray and namd from pool allocating correctly.
by Chris Lattner
· 20 years ago
beacefa
Handle assert_fail special
by Chris Lattner
· 20 years ago
35c4c33
Remove extra spaces
by Misha Brukman
· 20 years ago
99c4488
This file is gone
by Chris Lattner
· 20 years ago
cc0bd56
Add a --disable-compression option to gccas so the default compression of
by Reid Spencer
· 20 years ago
ad768d7
Make writing compressed bytecode the default.
by Reid Spencer
· 20 years ago
cceed9f
Implement and document the TOOL_VERBOSE option that asks each tool invoked
by Reid Spencer
· 20 years ago
a4213b2
Fix typo.
by Reid Spencer
· 20 years ago
da794e7
Document compressed bytecode details.
by Reid Spencer
· 20 years ago
01a42e4
Fix a typo: isvalid -> isValid
by Reid Spencer
· 20 years ago
440add2
Move path override in test/Makefile.
by Alkis Evlogimenos
· 20 years ago
a43efac
Override PATH to submake so that all tools are found if the PATH is
by Alkis Evlogimenos
· 20 years ago
2e9ac69
* Add support for f2c and the -f2c switch to enable Fortran benchmarks
by Misha Brukman
· 20 years ago
00a7469
Now using path to python found by configure.
by Tanya Lattner
· 20 years ago
e3c803c
First draft of compendium of documents relevant to writers of LLVM machine
by Misha Brukman
· 20 years ago
676dee6
Put int the getReg cast optimization from x86 so that we generate fewer
by Nate Begeman
· 20 years ago
9f54791
Recommend that new users read the documentation before they get started,
by Reid Spencer
· 20 years ago
52afa7e
Correct and Explain the first rule of thumb better.
by Reid Spencer
· 20 years ago
347e288
Fix typo.
by Reid Spencer
· 20 years ago
6fb5166
Fix grammar: use commas in a list of entities
by Misha Brukman
· 20 years ago
895eddf
Implement ExecutionEngine::freeMachineCodeForFunction()
by Misha Brukman
· 20 years ago
e81aaf2
Add method to delete machine code generated for a Function
by Misha Brukman
· 20 years ago
4b8f82f
Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This
by Reid Spencer
· 20 years ago
d09fbdc
Changed TEST to TESTSUITE
by Tanya Lattner
· 20 years ago
e976d89
Fix for objdir != srcdir.
by Tanya Lattner
· 20 years ago
808fafa
More srcdir != objdir changes.
by Tanya Lattner
· 20 years ago
3fecb44
* Fix file-relative links: they need '#' prepended to the target name
by Misha Brukman
· 20 years ago
a152753
Use LLVMToolDir instead of ToolDir because the latter is no longer set (?)
by Misha Brukman
· 20 years ago
e243e2f
Made changes to support objdir!=srcdir.
by Tanya Lattner
· 20 years ago
ae18963
VERY large functions that are only called from one place are not really
by Chris Lattner
· 20 years ago
fd93c7d
Removed passing TARGET.
by Tanya Lattner
· 20 years ago
491e9cd
Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags.
by Tanya Lattner
· 20 years ago
075cdc6
Disable bogus cast elimination when the cast is used by a setcc instruction.
by Nate Begeman
· 20 years ago
1822403
Add TARGET_TRIPLE
by Reid Spencer
· 20 years ago
1b6ab59
First version of this document listing the required software. Might need
by Reid Spencer
· 20 years ago
f0c977c
* Comments & cleanup per CL code review.
by Reid Spencer
· 20 years ago
36eea80
Add comments per CL code review.
by Reid Spencer
· 20 years ago
78d215b
Make compression the default on writing.
by Reid Spencer
· 20 years ago
83296f5
* Add comments and cleanup per CL code review
by Reid Spencer
· 20 years ago
92c0d65
Minor error.
by Tanya Lattner
· 20 years ago
38ed80a
Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite
by Tanya Lattner
· 20 years ago
ec3a78f
Revert back to r1.1, I'm just thoroughly confused :)
by Chris Lattner
· 20 years ago
ac196c6
Add new (old) testcase
by Chris Lattner
· 20 years ago
3f7706b
Added RUN lines and dejagnu support for Feature dir.
by Tanya Lattner
· 20 years ago
4b5fdc7
Rename the option for defeating compression to be a little more specific.
by Reid Spencer
· 20 years ago
34b9071
Enable compression by default.
by Reid Spencer
· 20 years ago
ae70fed
* Enable bytecode compression by default
by Reid Spencer
· 20 years ago
cf0eb8d
Turn on compression by default.
by Reid Spencer
· 20 years ago
8ad8a52
* Provide option for specifying bytecode compression
by Reid Spencer
· 20 years ago
12d632c
Add missing file header
by Chris Lattner
· 20 years ago
030a552
Removing old Modulosched tests since that version of modulosched does not exist anymore and llc does not support modulosched by default.
by Tanya Lattner
· 20 years ago
Next »