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
path:
root
/
include
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
"BinaryObject.h was implicitly converting between uint{16,32,64}_t to
Chris Lattner
2009-07-07
1
-58
/
+58
*
Remove unused parameter.
Bill Wendling
2009-07-07
1
-2
/
+2
*
Eliminate the static constructors and locks from DynamicLibrary.cpp.
Chris Lattner
2009-07-07
1
-0
/
+15
*
remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...
Chris Lattner
2009-07-07
1
-57
/
+30
*
Introduce new error handling API.
Edwin Török
2009-07-07
2
-0
/
+58
*
Re-LLVMContext-ize DebugInfo, now with less breakage.
Owen Anderson
2009-07-07
1
-0
/
+3
*
Change all SCEV* to SCEV *.
Dan Gohman
2009-07-07
5
-139
/
+142
*
This parameter should default to true, not false.
Owen Anderson
2009-07-07
1
-1
/
+1
*
s/llvmc2/llvmc/
Mikhail Glushenkov
2009-07-07
1
-1
/
+1
*
Add an 'init' option property.
Mikhail Glushenkov
2009-07-07
1
-0
/
+5
*
Add isMetadata() to check metadata operand.
Devang Patel
2009-07-06
1
-1
/
+3
*
Add new ValueType for metadata.
Devang Patel
2009-07-06
2
-1
/
+6
*
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
9
-14
/
+14
*
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-07-06
3
-3
/
+11
*
Thread LLVMContext through the constant folding APIs, which touches a lot of ...
Owen Anderson
2009-07-06
4
-6
/
+17
*
Just forgot to include the two new files
Bruno Cardoso Lopes
2009-07-06
1
-0
/
+171
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
4
-44
/
+53
*
More LLVMContext-ification.
Owen Anderson
2009-07-05
5
-2
/
+12
*
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
*
Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all.
Jeffrey Yasskin
2009-07-04
1
-3
/
+3
*
Even more passes being LLVMContext'd.
Owen Anderson
2009-07-03
1
-1
/
+1
*
Add Static Single Information construction pass written by André Tavares!
Nick Lewycky
2009-07-03
3
-0
/
+109
*
In this unreachable code, return an initialized value.
Duncan Sands
2009-07-03
1
-2
/
+2
*
Fix the build: provide uint8_t.
Duncan Sands
2009-07-03
1
-0
/
+2
*
Implement the SVR4 ABI for PowerPC.
Tilmann Scheller
2009-07-03
1
-0
/
+4
*
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-03
3
-6
/
+14
*
Fill in a few more missing accessors.
Owen Anderson
2009-07-02
1
-1
/
+3
*
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
1
-0
/
+10
*
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-02
1
-56
/
+5
*
Simplify debug info intrisinc lowering.
Devang Patel
2009-07-02
2
-2
/
+3
*
add an explicit class for holding llvm::SourceMgr diagnostics and use
Chris Lattner
2009-07-02
1
-6
/
+36
*
Make the current LLVMContext available to passes.
Owen Anderson
2009-07-02
1
-2
/
+14
*
Add an accessor to Function so that Passes can easily get access to the context.
Owen Anderson
2009-07-02
1
-0
/
+5
*
Remove tabs.
Devang Patel
2009-07-02
1
-2
/
+2
*
Add accessors for metadata constants.
Owen Anderson
2009-07-02
1
-0
/
+5
*
Fix typo.
Devang Patel
2009-07-02
1
-5
/
+5
*
Add accessor for MDNode.
Owen Anderson
2009-07-02
1
-0
/
+4
*
Add accessor for getting UndefValue's.
Owen Anderson
2009-07-02
1
-0
/
+4
*
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-02
1
-4
/
+0
*
Add debug info utility routines.
Devang Patel
2009-07-02
1
-0
/
+48
*
Fix a bunch of other places that used operator[] to test whether
Dan Gohman
2009-07-02
1
-2
/
+3
*
Add a few methods that got left out earlier.
Owen Anderson
2009-07-01
1
-1
/
+6
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
7
-16
/
+16
*
--- Reverse-merging (from foreign repository) r74648 into '.':
Bill Wendling
2009-07-01
1
-93
/
+89
*
Convert LLParser to use LLVMContext for creating constants.
Owen Anderson
2009-07-01
1
-89
/
+93
*
Use AA to check objects before LDA.
Andreas Bolka
2009-07-01
1
-0
/
+2
*
Add getMDNode() to access metadata node.
Devang Patel
2009-07-01
1
-0
/
+4
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
8
-17
/
+18
*
Add machine operand for MDNodes. This will be used to communicate debug info.
Devang Patel
2009-07-01
2
-1
/
+19
[next]