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 the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
29
-325
/
+440
*
More LLVMContext-ification.
Owen Anderson
2009-07-06
11
-135
/
+181
*
CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown when
Oscar Fuentes
2009-07-05
1
-1
/
+1
*
More LLVMContext-ification.
Owen Anderson
2009-07-05
26
-98
/
+162
*
There are five floating point types.
Nick Lewycky
2009-07-05
1
-1
/
+1
*
There are *four* lights!
Nick Lewycky
2009-07-05
1
-1
/
+1
*
CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379.
Oscar Fuentes
2009-07-05
1
-1
/
+4
*
Clarify that later compiler versions are known to
Duncan Sands
2009-07-05
1
-0
/
+1
*
When comparing constants, consider a less wide constant to be "less complex"
Nick Lewycky
2009-07-04
2
-0
/
+18
*
Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.
Jeffrey Yasskin
2009-07-04
1
-3
/
+3
*
Make -save-temps=obj play better with -o.
Mikhail Glushenkov
2009-07-04
2
-1
/
+2
*
Regenerate.
Mikhail Glushenkov
2009-07-04
1
-27
/
+71
*
LLVMC can be now compiled w/o dynamic plugin support.
Mikhail Glushenkov
2009-07-04
4
-1
/
+24
*
LLVMC doesn't need ENABLE_PIC to build now.
Mikhail Glushenkov
2009-07-04
3
-12
/
+6
*
Fix build.
Mike Stump
2009-07-03
1
-0
/
+1
*
Even more passes being LLVMContext'd.
Owen Anderson
2009-07-03
9
-181
/
+235
*
Add Static Single Information construction pass written by André Tavares!
Nick Lewycky
2009-07-03
4
-0
/
+499
*
Silence a warning when assertions are turned off.
Duncan Sands
2009-07-03
1
-0
/
+1
*
Silence a warning when assertions are turned off.
Duncan Sands
2009-07-03
1
-0
/
+1
*
Silence warning when building without assertions.
Duncan Sands
2009-07-03
1
-0
/
+1
*
Silence warnings when assertions are turned off.
Duncan Sands
2009-07-03
1
-0
/
+2
*
In this unreachable code, return an initialized value.
Duncan Sands
2009-07-03
1
-2
/
+2
*
Add newline at end of file.
Duncan Sands
2009-07-03
1
-1
/
+1
*
Add newline at end of file.
Duncan Sands
2009-07-03
1
-1
/
+1
*
Fix typo: intepreter->interpreter.
Edwin Török
2009-07-03
1
-1
/
+1
*
Fix the build: provide uint8_t.
Duncan Sands
2009-07-03
1
-0
/
+2
*
For extended loads of type i1 to i8, we will need to at least one byte from m...
Sanjiv Gupta
2009-07-03
2
-2
/
+6
*
Various small changes related to the Condition Register on PowerPC.
Tilmann Scheller
2009-07-03
4
-47
/
+68
*
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
12
-572
/
+370
*
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
9
-58
/
+1109
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
16
-31
/
+43
*
Small cleanups in the PowerPC backend.
Tilmann Scheller
2009-07-03
4
-38
/
+21
*
Factor some code out and support for Jump Table relocations
Bruno Cardoso Lopes
2009-07-03
4
-42
/
+142
*
Add --enable-llvmc-dynamic configure option.
Mikhail Glushenkov
2009-07-03
4
-10
/
+52
*
Trailing whitespace.
Mikhail Glushenkov
2009-07-03
2
-4
/
+4
*
Add thumb2 sign / zero extend with rotate instructions.
Evan Cheng
2009-07-03
6
-2
/
+194
*
Minor improvement to the LDA debug output.
Andreas Bolka
2009-07-03
1
-2
/
+7
*
Second batch of passes using LLVMContext.
Owen Anderson
2009-07-03
5
-37
/
+46
*
Add Thumb2 load / store multiple instructions. Not used yet.
Evan Cheng
2009-07-03
1
-0
/
+15
*
Convert the first batch of passes to use LLVMContext.
Owen Anderson
2009-07-03
4
-625
/
+711
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
36
-266
/
+257
*
t2LDR_PRE etc are loads.
Evan Cheng
2009-07-03
1
-0
/
+2
*
Added indexed stores.
Evan Cheng
2009-07-03
3
-1
/
+84
*
Fill in a few more missing accessors.
Owen Anderson
2009-07-02
2
-2
/
+10
*
Sign extending pre/post indexed loads.
Evan Cheng
2009-07-02
3
-3
/
+42
*
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
7
-48
/
+59
*
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-02
7
-105
/
+26
*
Simplify debug info intrisinc lowering.
Devang Patel
2009-07-02
5
-170
/
+118
*
add an explicit class for holding llvm::SourceMgr diagnostics and use
Chris Lattner
2009-07-02
2
-25
/
+88
*
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
13
-420
/
+1655
[next]