index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add note about va_arg code on x86 and x86-64
Edwin Török
2008-10-24
1
-0
/
+94
*
Fix a pasto.
Evan Cheng
2008-10-24
1
-1
/
+1
*
Fix translateX86CC: if SetCCOpcode is SETULE and
Duncan Sands
2008-10-24
2
-13
/
+27
*
Modify the cmake build system so that if it doesn't find bison, it will use t...
Cédric Venet
2008-10-24
2
-6
/
+30
*
Add a file to VC++ proj.
Steve Naroff
2008-10-24
1
-13
/
+17
*
Don't try to create a mask when we don't need one. Fixes a crash.
Nick Lewycky
2008-10-24
2
-4
/
+14
*
Fix a end() dereference; remove an abort() that wasn't meant to be left in.
Evan Cheng
2008-10-24
1
-5
/
+4
*
Add value range analyzing of Add and Sub.
Nick Lewycky
2008-10-24
1
-9
/
+73
*
Avoid splitting an interval multiple times; avoid splitting re-materializable...
Evan Cheng
2008-10-24
6
-51
/
+195
*
Fix constant-offset emission for x86-64 absolute addresses. This
Dan Gohman
2008-10-24
3
-11
/
+58
*
Add file to VC++ project.
Steve Naroff
2008-10-24
1
-13
/
+17
*
Initialize uninitialized variable.
Dale Johannesen
2008-10-24
1
-1
/
+1
*
Added raw_fd_ostream::close().
Ted Kremenek
2008-10-23
2
-3
/
+17
*
Changes to make the Windows build work...
Steve Naroff
2008-10-23
3
-116
/
+131
*
Committing a good chunk of the pre-register allocation live interval splittin...
Evan Cheng
2008-10-23
3
-12
/
+611
*
Mark defs and uses of CTR and LR correctly.
Dale Johannesen
2008-10-23
2
-11
/
+30
*
Make sure to set stdout to binary when writing bitcode files via
Daniel Dunbar
2008-10-23
1
-0
/
+3
*
Fix thinko - the operand number has nothing to do
Duncan Sands
2008-10-23
2
-3
/
+3
*
Introduce INT64_C macro and unbreak LLVM on MSVC.
Argiris Kirtzidis
2008-10-23
1
-0
/
+3
*
make this test not depend on how the system header defines memset.
Chris Lattner
2008-10-23
1
-1
/
+2
*
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-22
10
-19
/
+18
*
Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T...
Ted Kremenek
2008-10-22
1
-1
/
+1
*
remove extraneous #ifdef's
Jim Grosbach
2008-10-22
1
-4
/
+0
*
Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.
Daniel Dunbar
2008-10-22
3
-5
/
+35
*
Remove allocation of unused stack slot.
Dale Johannesen
2008-10-22
1
-6
/
+0
*
Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic.
Julien Lerouge
2008-10-22
1
-6
/
+5
*
[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...
Gordon Henriksen
2008-10-22
7
-7
/
+7
*
Regenerate.
Gordon Henriksen
2008-10-22
1
-1032
/
+3309
*
[PR2886] Don't look for ocaml's .opt executables; something in the autoconf/t...
Gordon Henriksen
2008-10-22
1
-4
/
+4
*
LegalizeTypes soft-float support for fpow.
Duncan Sands
2008-10-22
2
-1
/
+15
*
Get this working with LegalizeTypes: (1) don't
Duncan Sands
2008-10-22
1
-5
/
+9
*
Regenerate configure
Edwin Török
2008-10-22
1
-3305
/
+1075
*
Unbreak LLVM on the MSVC compiler:
Argiris Kirtzidis
2008-10-22
3
-2
/
+5
*
Use spaces rather than tab.
Duncan Sands
2008-10-22
1
-1
/
+1
*
Be nice to CellSPU: for this target getSetCCResultType
Duncan Sands
2008-10-22
1
-2
/
+8
*
Port from LegalizeDAG the logic to only generate
Duncan Sands
2008-10-22
1
-8
/
+44
*
Add some comments explaining the meaning of a boolean
Duncan Sands
2008-10-22
2
-11
/
+11
*
Temporarily allow the operands of a BUILD_VECTOR
Duncan Sands
2008-10-22
1
-4
/
+8
*
Fix PR2907 by digging through constant expressions to find FP constants that
Chris Lattner
2008-10-22
2
-42
/
+92
*
Move Print*Pass to use raw_ostream.
Daniel Dunbar
2008-10-22
5
-20
/
+27
*
CMake: `make install' for libraries, executables and header files.
Oscar Fuentes
2008-10-22
4
-0
/
+27
*
CMake: use add_llvm_example for HowToUseJIT.
Oscar Fuentes
2008-10-22
1
-1
/
+1
*
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-22
5
-5
/
+5
*
Adjust comments for pedantic satisfaction.
Dale Johannesen
2008-10-22
1
-9
/
+9
*
Fix comment to name "TokenFactor" instead of "Token factor".
Bill Wendling
2008-10-21
1
-1
/
+1
*
CMake: updated lib/VMCore/CMakeLists.txt
Oscar Fuentes
2008-10-21
1
-0
/
+1
*
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-21
7
-68
/
+118
*
Add comments to explain uint64->f64 algorithm,
Dale Johannesen
2008-10-21
1
-0
/
+35
*
Add an SSE2 algorithm for uint64->f64 conversion.
Dale Johannesen
2008-10-21
3
-2
/
+86
*
Fix SelectionDAGBuild lowering of Select instructions to
Dan Gohman
2008-10-21
2
-8
/
+46
[next]